lean4-htt/src/Lean/Compiler/IR
2025-02-10 15:08:02 +00:00
..
Basic.lean fix: Float32 runtime support (#6350) 2024-12-10 01:37:01 +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 feat: asynchronous code generation (#6770) 2025-02-03 17:17:18 +00:00
CtorLayout.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
ElimDeadBranches.lean fix: codegen was allowed improper env ext accesses (#7023) 2025-02-10 15:08:02 +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 Float32 to the Lean runtime (#6348) 2024-12-09 21:33:43 +00:00
EmitLLVM.lean feat: add support for Float32 to the Lean runtime (#6348) 2024-12-09 21:33:43 +00:00
EmitUtil.lean chore: switch to Std.HashMap and Std.HashSet almost everywhere 2024-08-07 18:24:42 +02:00
ExpandResetReuse.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
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 perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
NormIds.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
PushProj.lean chore: rename Array.back to back! (#5897) 2024-10-31 09:18:18 +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: fix spelling mistakes in src/Lean/ (#5426) 2024-09-23 14:56:59 +00:00
SimpCase.lean chore: rename Array.back to back! (#5897) 2024-10-31 09:18:18 +00:00
Sorry.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
UnboxResult.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00