| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merge | Mark Shinwell | 2015-11-30 | 1 | -1/+1 |
| |\ | |||||
| | * | Add support for [%ocaml.extension_constructor <path>] | Jeremie Dimino | 2015-11-27 | 1 | -1/+1 |
| * | | per-round optimization params | Mark Shinwell | 2015-11-27 | 8 | -28/+224 |
| * | | add -drawclambda (pre-Un_anf); -dclambda is now post-Un_anf | Mark Shinwell | 2015-11-27 | 2 | -0/+2 |
| * | | remove newline | Mark Shinwell | 2015-11-24 | 1 | -1/+1 |
| * | | Obj warnings | Mark Shinwell | 2015-11-19 | 1 | -1/+2 |
| * | | compiler flags | Mark Shinwell | 2015-11-19 | 2 | -2/+5 |
| * | | merge with trunk | Mark Shinwell | 2015-11-19 | 5 | -5/+21 |
| |\ \ | |/ | |||||
| | * | simplify .gitignore; remove .ignore files and tools/setignore; adjust tools/c... | Damien Doligez | 2015-11-06 | 1 | -1/+0 |
| | * | Fix PR6998 | Leo White | 2015-11-04 | 2 | -4/+8 |
| | * | merge branches/gadt-warnings | Jacques Garrigue | 2015-10-23 | 4 | -4/+21 |
| | |\ | |||||
| | | * | switch to 'pat -> .' and add P/Texp_unreachablegadt-warnings | Jacques Garrigue | 2015-10-16 | 1 | -1/+1 |
| | | * | add distinct warning for unreachable cases | Jacques Garrigue | 2015-10-15 | 2 | -1/+8 |
| | | * | add refuted cases, syntax is 'pat -> _' | Jacques Garrigue | 2015-10-15 | 2 | -0/+9 |
| | * | | GPR#173: Attributes to control inlining | Mark Shinwell | 2015-10-23 | 2 | -2/+21 |
| | * | | GPR#254: @ocaml.arg_on_literal_pattern attribute on constructors | Alain Frisch | 2015-10-15 | 2 | -2/+10 |
| * | | | Add optionnal dumping to unbox-closures | Pierre Chambart | 2015-11-16 | 2 | -4/+4 |
| * | | | Clflags for dump-passes options | Pierre Chambart | 2015-11-16 | 2 | -0/+22 |
| * | | | import fix for GPR#261 (Mantis 6998) | Mark Shinwell | 2015-11-16 | 2 | -4/+8 |
| * | | | augment the default inline_threshold | Pierre Chambart | 2015-11-16 | 2 | -2/+5 |
| * | | | -max-inlining-depth; and don't change this depth when inlining a stub | Mark Shinwell | 2015-11-10 | 2 | -0/+2 |
| * | | | enable unbox_closures by default | Mark Shinwell | 2015-11-05 | 1 | -1/+1 |
| * | | | add -clambda-checks | Mark Shinwell | 2015-11-05 | 2 | -0/+2 |
| * | | | move -dflambda into optcomp args; add -dflambda-let=<stamp> | Mark Shinwell | 2015-11-04 | 2 | -0/+2 |
| * | | | Reduce the agressiveness of inlining below conditionnals | Pierre Chambart | 2015-11-03 | 2 | -0/+2 |
| * | | | Merge with inline_attribute branch | Mark Shinwell | 2015-10-22 | 2 | -11/+38 |
| |\ \ \ | |||||
| | * | | | finish merge with upstream trunk | Mark Shinwell | 2015-10-22 | 1 | -1/+3 |
| | * | | | merge with upstream trunk | Mark Shinwell | 2015-10-22 | 8 | -56/+254 |
| | |\ \ \ | | |/ / | |||||
| | * | | | Typo Missplaced -> Misplaced | Pierre Chambart | 2015-04-27 | 2 | -5/+5 |
| | * | | | Inlining attribute on function application. | Pierre Chambart | 2015-04-23 | 2 | -2/+9 |
| | * | | | Add a payload to the inline attribute to forbid inline | Pierre Chambart | 2015-04-22 | 2 | -1/+6 |
| | * | | | warn on missplaced inline attribute | Thomas Refis | 2015-04-22 | 2 | -1/+7 |
| * | | | | Prevent timings from failing when compiling the same file multiple times | Pierre Chambart | 2015-10-15 | 1 | -1/+3 |
| * | | | | Get opaque back to off by default | Pierre Chambart | 2015-10-08 | 1 | -3/+1 |
| * | | | | Temporarilly disable cross module inlining by default | Pierre Chambart | 2015-10-07 | 1 | -1/+3 |
| * | | | | re-enable Unbox_closures, with flag (default off) | Mark Shinwell | 2015-09-16 | 2 | -0/+3 |
| * | | | | comment out problematic check, simplify fold_lets | Mark Shinwell | 2015-09-16 | 1 | -1/+3 |
| * | | | | Time regalloc | Pierre Chambart | 2015-09-16 | 2 | -0/+3 |
| * | | | | Add timings for flambda passes | Pierre Chambart | 2015-09-16 | 2 | -9/+51 |
| * | | | | merge with upstream trunk | Mark Shinwell | 2015-09-14 | 2 | -8/+12 |
| |\ \ \ \ | | |/ / | |/| | | |||||
| | * | | | whitespace cleanup, cut long lines, add some missing headers | Damien Doligez | 2015-09-11 | 2 | -8/+12 |
| * | | | | merge with upstream trunk | Mark Shinwell | 2015-09-07 | 7 | -13/+197 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Support [@unboxed] and [@untagged] attributes | Jérémie Dimino | 2015-08-25 | 1 | -5/+5 |
| | * | | | add option handling for colors in compiler, OCAMLPARAM and ocamlbuild | Gabriel Scherer | 2015-08-15 | 4 | -15/+18 |
| | * | | | add Color module Misc | Gabriel Scherer | 2015-08-15 | 2 | -0/+170 |
| | * | | | merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16... | Damien Doligez | 2015-07-17 | 4 | -8/+18 |
| * | | | | fix Semantics_of_primitives | Mark Shinwell | 2015-09-07 | 1 | -1/+0 |
| * | | | | stuff | Mark Shinwell | 2015-09-07 | 1 | -1/+2 |
| * | | | | stuff | Mark Shinwell | 2015-09-07 | 1 | -19/+0 |
| * | | | | debugging | Mark Shinwell | 2015-09-07 | 1 | -0/+19 |
