lean4-htt/src/Lean/Compiler/LCNF
2022-10-09 17:35:13 -07:00
..
Simp chore: simplify SimpValue.lean 2022-10-09 17:35:13 -07:00
AlphaEqv.lean feat: alpha equivalence for LCNF code 2022-09-05 08:06:05 -07:00
BaseTypes.lean feat: detect trivial structures and add extension for storing mono phase types 2022-10-05 08:55:44 -07:00
Basic.lean feat: extend join point context pass 2022-10-03 17:03:22 -07:00
Bind.lean fix: type error introducing when inlining LCNF functions 2022-10-09 12:10:11 -07:00
Check.lean fix: constructor parameter validation for mono phase 2022-10-06 06:57:06 -07:00
Closure.lean fix: Closure.lean 2022-10-08 19:51:19 -07:00
CompilerM.lean chore: add low-level normExprCore 2022-10-09 12:10:11 -07:00
ConfigOptions.lean feat: configuration options for the code generator 2022-09-27 16:26:49 -07:00
CSE.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
DependsOn.lean feat: add CodeDecl.dependsOn 2022-10-03 19:36:26 -07:00
ElimDead.lean refactor: LCNF local context 2022-09-14 19:25:16 -07:00
FixedParams.lean refactor: rename FixedArgs => FixedParams 2022-10-09 12:10:11 -07:00
ForEachExpr.lean feat: LCNF Code.forEachExpr and Decl.forEachExpr 2022-09-29 15:50:49 -07:00
InferType.lean chore: improve eqvTypes 2022-10-09 16:42:55 -07:00
Internalize.lean feat: add cast at exit points if necessary when inlining code 2022-10-09 13:01:10 -07:00
JoinPoints.lean feat: reactivate extendJoinPointContext at mono phase 2022-10-07 16:27:44 -07:00
LambdaLifting.lean doc: lambda lifting 2022-10-08 19:51:19 -07:00
LCtx.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
Level.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
Main.lean fix: do not generate code for [extern] functions 2022-10-09 15:35:29 -07:00
MonadScope.lean refactor: add MonadScope class 2022-10-07 14:59:59 -07:00
MonoTypes.lean fix: bug at toMonoType 2022-10-06 07:41:36 -07:00
OtherDecl.lean feat: detect trivial structures and add extension for storing mono phase types 2022-10-05 08:55:44 -07:00
Passes.lean chore: improve eqvTypes 2022-10-09 16:42:55 -07:00
PassManager.lean feat: add phaseOut field to Pass 2022-10-06 03:29:21 -07:00
PhaseExt.lean feat: add Decl.save 2022-10-08 19:51:19 -07:00
PrettyPrinter.lean feat: include def/fun/jp resulting type in the LCNF pretty printer 2022-10-09 12:10:11 -07:00
PullFunDecls.lean feat: add occurences and phases to PassManager 2022-09-10 14:58:49 -07:00
PullLetDecls.lean feat: add occurences and phases to PassManager 2022-09-10 14:58:49 -07:00
ReduceJpArity.lean feat: reactivate extendJoinPointContext at mono phase 2022-10-07 16:27:44 -07:00
Renaming.lean feat: preserve user provided names at LCNF Simp 2022-09-26 21:04:13 -07:00
Simp.lean feat: reactivate extendJoinPointContext at mono phase 2022-10-07 16:27:44 -07:00
Specialize.lean fix: Closure.lean 2022-10-08 19:51:19 -07:00
SpecInfo.lean refactor: rename FixedArgs => FixedParams 2022-10-09 12:10:11 -07:00
Testing.lean chore: typo 2022-09-17 09:55:46 -07:00
ToDecl.lean feat: add flag at LCNF Decl indicating whether the original Lean declaration was declared using partial or unsafe 2022-09-30 19:28:05 -07:00
ToExpr.lean feat: dependency collector for the code specializer 2022-09-15 19:55:37 -07:00
ToLCNF.lean feat: add cast at exit points if necessary when inlining code 2022-10-09 13:01:10 -07:00
ToMono.lean fix: erase type (and type former) parameters occurrences at toMono 2022-10-06 06:23:08 -07:00
Types.lean feat: detect trivial structures and add extension for storing mono phase types 2022-10-05 08:55:44 -07:00
Util.lean fix: shouldGenerateCode fix for axiom 2022-09-23 14:25:48 -07:00