ocaml/asmcomp
yallop 9f626af109 Fix for bytecode size computation with generic arrays (#1325)
* Treat genarray creation as nonrec in bytecode size computations.
* Add tests for generic array creation in let rec bindings.
* Bring the Pgenarray clauses together in code size computations.
2017-09-15 17:40:47 +02:00
..
amd64 Register availability analysis (#856) 2017-09-15 11:08:14 +01:00
arm Register availability analysis (#856) 2017-09-15 11:08:14 +01:00
arm64 Register availability analysis (#856) 2017-09-15 11:08:14 +01:00
debug Register availability analysis (#856) 2017-09-15 11:08:14 +01:00
i386 Register availability analysis (#856) 2017-09-15 11:08:14 +01:00
power Register availability analysis (#856) 2017-09-15 11:08:14 +01:00
s390x Register availability analysis (#856) 2017-09-15 11:08:14 +01:00
CSEgen.ml Register availability analysis (#856) 2017-09-15 11:08:14 +01:00
CSEgen.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
afl_instrument.ml Fix evaluation order problem (#966) 2017-02-15 11:14:10 +00:00
afl_instrument.mli Instrumentation for american fuzzy lop (afl-fuzz) (#504) 2016-12-06 17:18:04 +01:00
asmgen.ml Register availability analysis (#856) 2017-09-15 11:08:14 +01:00
asmgen.mli display the output of -dtimings as a hierarchy 2017-03-07 15:43:57 -05:00
asmlibrarian.ml Make -linkall applicable to single compilation units 2017-01-15 20:48:39 +01:00
asmlibrarian.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
asmlink.ml generalize -dtimings to show allocation, top heap size (#1152) 2017-06-09 12:29:21 +01:00
asmlink.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
asmpackager.ml generalize -dtimings to show allocation, top heap size (#1152) 2017-06-09 12:29:21 +01:00
asmpackager.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
branch_relaxation.ml Labels after calls, call GC points and checkbound points (again) (#660) 2016-07-06 11:44:00 +01:00
branch_relaxation.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
branch_relaxation_intf.ml Labels after calls, call GC points and checkbound points (again) (#660) 2016-07-06 11:44:00 +01:00
build_export_info.ml Annotate Let_mutable with the kind of value 2016-04-12 14:49:52 +02:00
build_export_info.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
clambda.ml Add location information to Lswitch (#859) 2017-03-15 15:09:58 +00:00
clambda.mli Add location information to Lswitch (#859) 2017-03-15 15:09:58 +00:00
closure.ml Fix MPR#7259 by implementing switch branch sharing for flambda (#603) 2017-08-09 13:20:31 +01:00
closure.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
closure_offsets.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
closure_offsets.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
cmm.ml Fix evaluation order problem (#966) 2017-02-15 11:14:10 +00:00
cmm.mli Fix evaluation order problem (#966) 2017-02-15 11:14:10 +00:00
cmmgen.ml Fix for bytecode size computation with generic arrays (#1325) 2017-09-15 17:40:47 +02:00
cmmgen.mli Spacetime: a new memory profiler (#585) 2016-07-29 15:07:10 +01:00
cmx_format.mli Update headers for the new license. 2016-02-18 16:59:16 +01: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 Add a recursive flag on the Ccatch construct 2016-10-28 13:03:59 +02:00
comballoc.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
compilenv.ml display the output of -dtimings as a hierarchy 2017-03-07 15:43:57 -05:00
compilenv.mli display the output of -dtimings as a hierarchy 2017-03-07 15:43:57 -05:00
deadcode.ml Add a recursive flag on the Ccatch construct 2016-10-28 13:03:59 +02:00
deadcode.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
emit.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
emitaux.ml Typos and basic grammar error fixing (#1280) 2017-08-10 11:59:23 +01:00
emitaux.mli Remove duplicate live_offset entries from frametables (#453) 2016-12-09 15:41:22 +00:00
export_info.ml Fix importing of missing set of closures bug (#1019) 2017-02-15 11:42:42 +00:00
export_info.mli Fix ocamlobjinfo for flambda (#809) 2016-09-28 12:33:52 +02:00
export_info_for_pack.ml Fix importing of missing set of closures bug (#1019) 2017-02-15 11:42:42 +00:00
export_info_for_pack.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
flambda_to_clambda.ml Declare record type for flambda function parameters (#1028) 2017-03-16 10:40:47 +00:00
flambda_to_clambda.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
import_approx.ml Fix importing of missing set of closures bug (#1019) 2017-02-15 11:42:42 +00:00
import_approx.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
interf.ml Add a recursive flag on the Ccatch construct 2016-10-28 13:03:59 +02:00
interf.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
interval.ml Name variables properly 2017-03-01 07:59:20 +00:00
interval.mli Modernize file headers. 2017-02-22 23:28:43 +01:00
linearize.ml Add a recursive flag on the Ccatch construct 2016-10-28 13:03:59 +02:00
linearize.mli Spacetime: a new memory profiler (#585) 2016-07-29 15:07:10 +01:00
linscan.ml Modernize file headers. 2017-02-22 23:28:43 +01:00
linscan.mli Modernize file headers. 2017-02-22 23:28:43 +01:00
liveness.ml Remove unnecessary code 2017-08-10 10:21:19 +01:00
liveness.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
mach.ml Register availability analysis (#856) 2017-09-15 11:08:14 +01:00
mach.mli Register availability analysis (#856) 2017-09-15 11:08:14 +01:00
printclambda.ml Add location information to Lswitch (#859) 2017-03-15 15:09:58 +00:00
printclambda.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
printcmm.ml Fix evaluation order problem (#966) 2017-02-15 11:14:10 +00:00
printcmm.mli Add a recursive flag on the Ccatch construct 2016-10-28 13:03:59 +02:00
printlinear.ml Specialize raise_kind after cmmgen 2016-07-28 15:29:50 +02:00
printlinear.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
printmach.ml Register availability analysis (#856) 2017-09-15 11:08:14 +01:00
printmach.mli Initial import of linear-scan-register-allocator 2017-02-22 17:09:18 +01:00
proc.mli Spacetime: a new memory profiler (#585) 2016-07-29 15:07:10 +01:00
reg.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
reg.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
reload.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
reloadgen.ml Add a recursive flag on the Ccatch construct 2016-10-28 13:03:59 +02:00
reloadgen.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
schedgen.ml Typos and basic grammar error fixing (#1280) 2017-08-10 11:59:23 +01: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 Fixes for out-of-range Ialloc 2017-07-31 15:10:47 +01:00
selectgen.mli Merge pull request #1040 from dhekir/trunk 2017-02-22 20:26:50 -05:00
selection.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
spacetime_profiling.ml Call counts in Spacetime (#1180) 2017-06-16 13:51:12 +01:00
spacetime_profiling.mli Spacetime: a new memory profiler (#585) 2016-07-29 15:07:10 +01:00
spill.ml Fix mistake in 8801274af3 2017-03-10 17:31:28 +00:00
spill.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
split.ml Add a recursive flag on the Ccatch construct 2016-10-28 13:03:59 +02:00
split.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
strmatch.ml Typos and basic grammar error fixing (#1280) 2017-08-10 11:59:23 +01:00
strmatch.mli Add location information to Lswitch (#859) 2017-03-15 15:09:58 +00:00
un_anf.ml Typos and basic grammar error fixing (#1280) 2017-08-10 11:59:23 +01:00
un_anf.mli Update headers for the new license. 2016-02-18 16:59:16 +01: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 Don't emit .loc with negative column numbers 2016-04-14 13:30:10 -04: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 Take PLT-clobbered registers into account at Ialloc (#1304) 2017-08-28 19:09:57 +02:00
x86_proc.mli Take PLT-clobbered registers into account at Ialloc (#1304) 2017-08-28 19:09:57 +02:00