ocaml/asmcomp
Mark Shinwell 72ea849d2a
Move some middle-end files around (#2281)
* Various file moves in the middle end: this is the first stage of improving separation between the middle end and backend.
* Creation of file_formats/ directory (with associated file moves) to hold the definitions of compilation artifact formats.
* Creation of lambda/ directory (with associated file moves) to hold Lambda language definition files, transformation passes and construction passes from Typedtree.
* Disable (hopefully temporarily) dynlink, debugger and ocamldoc for the dune build.
2019-04-01 17:18:47 +01:00
..
amd64 Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
arm Position [Lprologue] correctly (#2292) 2019-03-29 11:47:53 +00:00
arm64 Ensure frame table is 8-aligned on ARM64 and PPC64 (#8557) 2019-03-29 15:31:21 +01:00
debug Add Compute_ranges pass (#2291) 2019-03-18 08:52:34 +00:00
i386 Position [Lprologue] correctly (#2292) 2019-03-29 11:47:53 +00:00
power Ensure frame table is 8-aligned on ARM64 and PPC64 (#8557) 2019-03-29 15:31:21 +01:00
s390x Position [Lprologue] correctly (#2292) 2019-03-29 11:47:53 +00:00
CSEgen.ml Remove loop constructors in Cmm and Mach 2019-02-19 17:00:38 +01:00
CSEgen.mli Fixing typos in various files (#2246) 2019-02-13 14:04:56 +01:00
afl_instrument.ml More debugging information in Cmm terms (#2308) 2019-03-13 15:40:04 +00:00
afl_instrument.mli More debugging information in Cmm terms (#2308) 2019-03-13 15:40:04 +00:00
asmgen.ml Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
asmgen.mli Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
asmlibrarian.ml Refactor load path management and initial environment 2019-01-30 16:36:38 +00:00
asmlibrarian.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
asmlink.ml Remove gprof support (#2314) 2019-03-16 19:56:53 +01:00
asmlink.mli refactoring: use Misc type aliases in asmcomp/asmlink.ml 2019-01-30 22:37:13 +01:00
asmpackager.ml Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
asmpackager.mli Add option to dump the output of e.g. -dlambda in a file (#1913) 2018-07-27 08:51:53 +01:00
branch_relaxation.ml Rename Mach.Ialloc record field from _words_ to _bytes_ and fix logic in a couple of places (#2074) 2018-10-02 16:00:03 +01:00
branch_relaxation.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
branch_relaxation_intf.ml Rename Mach.Ialloc record field from _words_ to _bytes_ and fix logic in a couple of places (#2074) 2018-10-02 16:00:03 +01:00
cmm.ml More debugging information in Cmm terms (#2308) 2019-03-13 15:40:04 +00:00
cmm.mli More debugging information in Cmm terms (#2308) 2019-03-13 15:40:04 +00:00
cmmgen.ml Improve the packing mechanism used to build Dynlink (#2268) 2019-03-19 10:26:35 +00:00
cmmgen.mli Don't generate Clambda constants during Cmmgen, etc. (#2280) 2019-03-05 17:09:40 +00:00
cmmgen_state.ml Don't generate Clambda constants during Cmmgen, etc. (#2280) 2019-03-05 17:09:40 +00:00
cmmgen_state.mli Don't generate Clambda constants during Cmmgen, etc. (#2280) 2019-03-05 17:09:40 +00:00
coloring.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
coloring.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
comballoc.ml Remove loop constructors in Cmm and Mach 2019-02-19 17:00:38 +01:00
comballoc.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
deadcode.ml Remove loop constructors in Cmm and Mach 2019-02-19 17:00:38 +01:00
deadcode.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
dune [minor] fix dune build 2019-01-08 15:02:09 +01:00
emit.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
emitaux.ml s/string_of_int/Int.to_string/g 2018-11-07 13:52:02 +01:00
emitaux.mli Remove duplicate live_offset entries from frametables (#453) 2016-12-09 15:41:22 +00:00
interf.ml Remove loop constructors in Cmm and Mach 2019-02-19 17:00:38 +01:00
interf.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
interval.ml Remove loop constructors in Cmm and Mach 2019-02-19 17:00:38 +01:00
interval.mli Correct copyright header formatting 2017-10-25 23:54:39 +01:00
linearize.ml Position [Lprologue] correctly (#2292) 2019-03-29 11:47:53 +00:00
linearize.mli Position [Lprologue] correctly (#2292) 2019-03-29 11:47:53 +00:00
linscan.ml Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01:00
linscan.mli Correct copyright header formatting 2017-10-25 23:54:39 +01:00
liveness.ml Remove loop constructors in Cmm and Mach 2019-02-19 17:00:38 +01:00
liveness.mli liveness: print fatal errors fully on stderr 2018-07-15 15:08:48 -04:00
mach.ml Remove loop constructors in Cmm and Mach 2019-02-19 17:00:38 +01:00
mach.mli Remove loop constructors in Cmm and Mach 2019-02-19 17:00:38 +01:00
printcmm.ml More debugging information in Cmm terms (#2308) 2019-03-13 15:40:04 +00:00
printcmm.mli Treat negated float comparisons more directly (#1487) 2018-02-28 14:19:46 +01:00
printlinear.ml Linearize: for Trywith, remove the jump/call to the handler (#2237) 2019-03-07 10:37:22 +00:00
printlinear.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
printmach.ml Remove loop constructors in Cmm and Mach 2019-02-19 17:00:38 +01:00
printmach.mli Initial import of linear-scan-register-allocator 2017-02-22 17:09:18 +01:00
proc.mli Position [Lprologue] correctly (#2292) 2019-03-29 11:47:53 +00:00
reg.ml s/string_of_int/Int.to_string/g 2018-11-07 13:52:02 +01:00
reg.mli GPR#2056 (Backend_var) 2018-09-28 17:59:01 +02:00
reload.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
reloadgen.ml Remove loop constructors in Cmm and Mach 2019-02-19 17:00:38 +01:00
reloadgen.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
schedgen.ml Position [Lprologue] correctly (#2292) 2019-03-29 11:47:53 +00:00
schedgen.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
scheduling.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
selectgen.ml Add a few utility functions in Misc (#2284) 2019-03-15 11:28:19 +00:00
selectgen.mli More debugging information in Cmm terms (#2308) 2019-03-13 15:40:04 +00:00
selection.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
spacetime_profiling.ml More debugging information in Cmm terms (#2308) 2019-03-13 15:40:04 +00:00
spacetime_profiling.mli Spacetime: a new memory profiler (#585) 2016-07-29 15:07:10 +01:00
spill.ml Remove loop constructors in Cmm and Mach 2019-02-19 17:00:38 +01:00
spill.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
split.ml Remove loop constructors in Cmm and Mach 2019-02-19 17:00:38 +01:00
split.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
strmatch.ml More debugging information in Cmm terms (#2308) 2019-03-13 15:40:04 +00:00
strmatch.mli Add location information to Lswitch (#859) 2017-03-15 15:09:58 +00:00
x86_ast.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
x86_dsl.ml Add X86_dsl.r13 2016-06-20 11:19:17 +01:00
x86_dsl.mli Add X86_dsl.r13 2016-06-20 11:19:17 +01:00
x86_gas.ml s/string_of_int/Int.to_string/g 2018-11-07 13:52:02 +01:00
x86_gas.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
x86_masm.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
x86_masm.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
x86_proc.ml Remove support for compiler plugins (#2276) 2019-03-13 11:46:37 +01:00
x86_proc.mli Remove support for compiler plugins (#2276) 2019-03-13 11:46:37 +01:00