lean4-htt/src/library/compiler
Siddharth 5349a089e5
feat: add --target flag for LLVM backend to build objects of a different architecture (#2034)
* feat: add --target flag for LLVM backend to build objects of a different architecture

* chore: remove dead comment

* Update src/Lean/Compiler/IR/EmitLLVM.lean

Co-authored-by: Sebastian Ullrich <sebasti@nullri.ch>

* chore: normalize indentation in src/util/shell.cpp

* chore: strip trailing whitespace

Co-authored-by: Sebastian Ullrich <sebasti@nullri.ch>
2023-01-15 12:00:10 -08:00
..
borrowed_annotation.cpp
borrowed_annotation.h
closed_term_cache.cpp
closed_term_cache.h
CMakeLists.txt feat: add LLVM C API bindings (#1497) 2022-11-21 09:50:01 +01:00
compiler.cpp chore: fix build 2022-11-10 15:27:43 -08:00
compiler.h
cse.cpp chore: reduce src/include/lean 2021-09-07 08:24:54 -07:00
cse.h
csimp.cpp feat: improve is_def_eq for projections 2022-06-30 17:50:44 -07:00
csimp.h
eager_lambda_lifting.cpp refactor: move is_constructor_app to inductive.cpp 2021-11-25 11:31:00 -08:00
eager_lambda_lifting.h
elim_dead_let.cpp
elim_dead_let.h
erase_irrelevant.cpp chore: snake-case attributes (part 1) 2022-10-19 09:28:08 -07:00
erase_irrelevant.h
export_attribute.cpp
export_attribute.h
extern_attribute.cpp fix: do not invoke add_extern for declarations marked with implementedBy 2022-01-14 20:27:50 -08:00
extern_attribute.h fix: do not invoke add_extern for declarations marked with implementedBy 2022-01-14 20:27:50 -08:00
extract_closed.cpp refactor: move is_constructor_app to inductive.cpp 2021-11-25 11:31:00 -08:00
extract_closed.h
find_jp.cpp
find_jp.h
implemented_by_attribute.cpp
implemented_by_attribute.h feat: skip code generation for declarations marked with implementedBy, init, and builtinInit 2022-01-14 19:20:16 -08:00
init_attribute.cpp chore: reduce src/include/lean 2021-09-07 08:24:54 -07:00
init_attribute.h
init_module.cpp
init_module.h
ir.cpp chore: snake-case attributes (part 1) 2022-10-19 09:28:08 -07:00
ir.h feat: LLVM backend (#1837) 2022-12-30 12:45:30 +01:00
ir_interpreter.cpp fix: inconsistent use of precompiled symbols from interpreter on Windows 2022-11-18 06:16:05 -08:00
ir_interpreter.h chore: reduce src/include/lean 2021-09-07 08:24:54 -07:00
lambda_lifting.cpp refactor: move is_constructor_app to inductive.cpp 2021-11-25 11:31:00 -08:00
lambda_lifting.h
lcnf.cpp fix: compiler bug at And.casesOn 2022-06-29 06:56:17 -07:00
lcnf.h
ll_infer_type.cpp fix: bug at ll_infer_type 2022-07-04 13:55:55 -07:00
ll_infer_type.h
llnf.cpp refactor: move is_constructor_app to inductive.cpp 2021-11-25 11:31:00 -08:00
llnf.h
llvm.cpp feat: add --target flag for LLVM backend to build objects of a different architecture (#2034) 2023-01-15 12:00:10 -08:00
reduce_arity.cpp
reduce_arity.h
simp_app_args.cpp
simp_app_args.h
specialize.cpp chore: fix build 2022-07-08 10:34:50 -07:00
specialize.h
struct_cases_on.cpp refactor: move is_constructor_app to inductive.cpp 2021-11-25 11:31:00 -08:00
struct_cases_on.h
util.cpp chore: fix build 2022-11-10 15:27:43 -08:00
util.h feat: add implementation-detail hypotheses 2022-10-11 17:24:35 -07:00