summaryrefslogtreecommitdiff
path: root/driver
Commit message (Expand)AuthorAgeFilesLines
* Clflags: switch default value of keep_locs from false to true.Daniel Bünzli2017-06-301-2/+2
* generalize -dtimings to show allocation, top heap size (#1152)sliquister2017-06-098-26/+38
* Merge pull request #1187 from Octachron/document_pluginsGabriel Scherer2017-06-041-0/+2
|\
| * GPR#1187: cite typemod and pparse plugin hooksoctachron2017-06-011-0/+2
* | New -depend option for ocamlc/ocamloptFabrice Le Fessant2017-06-014-0/+651
|/
* Install bootstrapped FlexDLL objects to flexdll/David Allsopp2017-04-091-1/+3
* Respect OCAML_COLOR environment variable for deciding whether to use colorsHannes Mehnert2017-03-155-5/+24
* Merge pull request #862 from gasche/PR7037-input_name-in-PparseGabriel Scherer2017-03-081-1/+0
|\
| * PR#7037: fix erroneous Location.input_name setting in Pparse.fileGabriel Scherer2016-10-171-1/+0
* | display the output of -dtimings as a hierarchyValentin Gatien-Baron2017-03-075-182/+187
* | Initial import of linear-scan-register-allocatorNicolas Ojeda Bar2017-02-223-0/+16
* | in -dtimings, include the time spent in -ppx, and the time spent demarshallin...Valentin Gatien-Baron2017-02-011-9/+14
* | making -dtimings include time spent typing mli'sValentin Gatien-Baron2017-02-012-36/+40
* | Allow plugins to declare new arguments with Clflags.add_arguments (#796)Fabrice Le Fessant2017-01-172-5/+6
* | PR#7460, GPR#1011: Fix uncaught Arg.Bad exception in compenv.mlBernhard Schommer2017-01-142-13/+30
* | fix whitespace and overlong linesDamien Doligez2016-12-141-1/+1
* | Fix order of arguments with -cclib XXX (#761)Fabrice Le Fessant2016-12-148-152/+146
* | Make "-open" command line flag accept a module path (#960)aalekseyev2016-12-091-1/+1
* | Instrumentation for american fuzzy lop (afl-fuzz) (#504)Stephen Dolan2016-12-064-0/+20
* | Improve handling of platforms that do not have gprof profiling support (#933)Sébastien Hinderer2016-11-251-0/+2
* | Revert "Improve handling of platforms that do not have gprof profiling suppor...Gabriel Scherer2016-11-251-2/+0
* | Improve handling of platforms that do not have gprof profiling support (#933)Sébastien Hinderer2016-11-251-0/+2
* | Added expand to toplevel. (#864)Bernhard Schommer2016-11-072-0/+9
* | Terminated instead of seperated.Bernhard Schommer2016-11-041-2/+2
* | Use separated/separator and null character.Bernhard Schommer2016-11-041-3/+3
* | Added simple parse_expand and support ocamldepBernhard Schommer2016-10-123-8/+4
* | Trim CR, remove inw parameter and updated docu.Bernhard Schommer2016-10-114-14/+14
* | Added -arg/-args0 to compiler cmd argumentsBernhard Schommer2016-10-104-2/+38
|/
* Fix "unknown option '-no-keep-docs'" (#765)Cedric Cellier2016-08-181-1/+1
* Merge pull request #758 from lefessan/2016-08-11-omakeGabriel Scherer2016-08-112-3/+3
* fix whitespace, long lines, headersDamien Doligez2016-08-013-3/+6
* GPR#606: add unboxed typesDamien Doligez2016-07-215-0/+29
* Support -verbose in ocamlnat.alainfrisch2016-07-202-0/+3
* "./configure -safe-string" to force safe-string modealainfrisch2016-07-191-2/+11
* Add plugins in the compilerFabrice Le Fessant2016-07-189-0/+144
* Add hooks on some compilation phasesFabrice Le Fessant2016-07-124-9/+23
* Misc.split -> String.split_on_char.alainfrisch2016-07-111-1/+1
* Merge pull request #591 from mlasson/ocamlparamAlain Frisch2016-07-105-13/+17
|\
| * Fix: use OCAMLPARAM include dir even with threadsMarc Lasson2016-07-041-3/+2
| * Use OCAMLPARAM's objects in toplevelMarc Lasson2016-07-041-0/+2
| * Do not use OCAMLPARAM objects with -a and -packMarc Lasson2016-05-184-10/+13
* | Add Filename.extension and Filename.remove_extension.alainfrisch2016-07-101-1/+1
* | Also remove linking hack for bytecodePierre Chambart2016-07-081-6/+7
* | Also remove the forced dependency dummy code hack for closurePierre Chambart2016-07-081-4/+4
* | Some cleanup to explicit transl_implementation_flambda return valuesPierre Chambart2016-07-081-4/+4
* | Allow to force linking modules without generating dummy codePierre Chambart2016-07-081-4/+6
* | Make Pparse functions type-safeGabriel Scherer2016-06-292-51/+69
* | Rigorously handle -o and -c options in presence of multiple arguments.whitequark2016-06-142-0/+18
* | Interpret all command-line options before compiling any files.whitequark2016-06-142-14/+29
|/
* Add the -no-version option to the toplevel.Sébastien Hinderer2016-05-092-0/+8