Commit History

Author SHA1 Message Date
  Burak Emir 992d435023 Replace unused bindings with anonymous binding in lower/testdata. (#6479) 4 months ago
  David Blaikie a179bd461b Start plumbing through debug info type information with function parameters/return value (#6410) 5 months ago
  David Blaikie bb9942823f DebugInfo: Emit as "C++" rather than "C" (#6361) 5 months ago
  Dana Jansens 5ae5170421 Allow deduction of tuple and struct literals as symbolic generic facet types (#6365) 5 months ago
  Richard Smith aa69a484eb Add support for running LLVM optimizer. (#6225) 6 months ago
  Chandler Carruth 0a679504a5 Update LLVM again to 2025-08-09 (#5958) 8 months ago
  Jon Ross-Perkins 4aa62bf5cd Switch Destroy to addr self (#5748) 10 months ago
  Jon Ross-Perkins 0722dab0ef Reimplement destroy as an interface (#5678) 10 months ago
  Dana Jansens 28fea821b7 Add min-preludes to more slow tests (part 4) (#5682) 10 months ago
  Richard Smith 32e68cfb5b Fix debug location for variable allocas and lifetime markers. (#5432) 1 year ago
  Jon Ross-Perkins 2929254168 Update LLVM version, fix breaks (#4886) 1 year ago
  Geoff Romer 13434f0e8a Model `var` as a pattern operator (#4720) 1 year ago
  Richard Smith c04d62a7d1 Ensure that all allocas are created in the entry block. (#4685) 1 year ago
  josh11b 5d1b39e1f2 More instructions get named (#4615) 1 year ago
  Richard Smith e2ae5f212c Remove the special case for `i32`. (#4543) 1 year ago
  Richard Smith bc395eb889 Represent integer literals as `IntLiteral` not as `i32`. (#4532) 1 year ago
  David Blaikie a548eff0bb Rudimentary name mangling support (#4267) 1 year ago
  David Blaikie 67b287a2f2 DebugInfo: Add the name as-written, separate from the mangled name (#4253) 1 year ago
  David Blaikie 0ae2a3907e Add line-level debug info (#4247) 1 year ago
  David Blaikie c5ada29ba9 Add filename and line number to function debug info metadata (#4243) 1 year ago
  David Blaikie ea8ad22a17 Add function debug info descriptions (#4233) 1 year ago
  David Blaikie d57aa57215 Add rudimentry debug info metadata emission (#4225) 1 year ago
  josh11b bfe0fc7cc8 Update to a recent LLVM version and the changes to LLVM IR. (#4212) 1 year ago
  Jon Ross-Perkins 83413479d7 Move some of the test information to TIP lines (#4007) 1 year ago
  Richard Smith 008d41d7f3 Move instruction names for struct and tuple values from lower to `InstNamer`. (#3918) 2 years ago
  Richard Smith 79c0b65288 Separate constant emission from function emission. (#3916) 2 years ago
  Richard Smith ccf87f0a38 Use computed constants in lowering rather than lowering instructions (#3905) 2 years ago
  Richard Smith 3776c068de Unify instruction naming between SemIR and LLVM IR (#3898) 2 years ago
  Richard Smith 31d55da403 Stop creating fake integer literals as indexes for tuple initialization. (#3248) 2 years ago
  Richard Smith 842b471e67 Perform in-place initialization for tuples and structs (#3246) 2 years ago