lean4-htt/src/Lean/Compiler/IR
2025-06-14 00:53:12 +00:00
..
Basic.lean chore: use mutual inductives for data structures in the new compiler (#8332) 2025-05-14 18:04:49 +00:00
Borrow.lean feat: Nat.(fold|foldRev|any|all)M? take a function which sees the upper bound (#6139) 2024-11-22 03:05:51 +00:00
Boxing.lean feat: Nat.(fold|foldRev|any|all)M? take a function which sees the upper bound (#6139) 2024-11-22 03:05:51 +00:00
Checker.lean feat: change Array.get to take a Nat and a proof (#6032) 2024-11-12 03:30:46 +00:00
CompilerM.lean fix: more realizeConst fixes (#7300) 2025-03-03 12:10:40 +00:00
CtorLayout.lean chore: derive more type classes for IR data structures (#7085) 2025-04-01 19:59:25 +00:00
ElimDeadBranches.lean chore: remove redundant ToFormat/ToString debug printing instances (#8400) 2025-05-19 03:31:22 +00:00
ElimDeadVars.lean chore: rename Array.back to back! (#5897) 2024-10-31 09:18:18 +00:00
EmitC.lean feat: add support for USize literals in LCNF (#8456) 2025-05-23 17:22:31 +00:00
EmitLLVM.lean chore: remove the old Lean.Data.HashMap implementation (#7519) 2025-03-20 23:49:55 +00:00
EmitUtil.lean chore: switch to Std.HashMap and Std.HashSet almost everywhere 2024-08-07 18:24:42 +02:00
ExpandResetReuse.lean fix: revert #8023 now that it is redundant (#8371) 2025-05-16 00:53:30 +00:00
Format.lean feat: add support for Float32 to the Lean runtime (#6348) 2024-12-09 21:33:43 +00:00
FreeVars.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
LiveVars.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
LLVMBindings.lean feat: LLVM 15 -> 19 (#6063) 2025-04-21 17:18:18 +00:00
NormIds.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
PushProj.lean feat: cleanup of get and back functions on List/Array (#7059) 2025-02-17 01:43:45 +00:00
RC.lean feat: Nat.(fold|foldRev|any|all)M? take a function which sees the upper bound (#6139) 2024-11-22 03:05:51 +00:00
ResetReuse.lean chore: improve clarity in a match expression (#8781) 2025-06-14 00:53:12 +00:00
SimpCase.lean feat: cleanup of get and back functions on List/Array (#7059) 2025-02-17 01:43:45 +00:00
Sorry.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
ToIR.lean feat: add support for USize literals in LCNF (#8456) 2025-05-23 17:22:31 +00:00
UnboxResult.lean doc: add documentation for builtin attributes (#8173) 2025-06-11 09:04:37 +00:00