summaryrefslogtreecommitdiff
path: root/driver
Commit message (Expand)AuthorAgeFilesLines
* 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
* Option sharing between byetcode and native toplevels.Sébastien Hinderer2016-05-022-26/+24
* Add `-alias-deps` and `-app-funct`Demi Obenour2016-04-194-2/+29
* Add explicit command-line flags for currently-default settingsDemi Obenour2016-04-184-6/+88
* Attend to final Flambda CR comments for 4.03 releaseMark Shinwell2016-03-301-2/+8
* More warnings when compiling the compiler.alainfrisch2016-03-152-22/+34
* Merge pull request #480 from mshinwell/flambda_unbox-closuresMark Shinwell2016-02-264-0/+15
* Update headers for the new license.Damien Doligez2016-02-1821-231/+294
* Tidy up new command-line parametersLeo White2016-02-115-75/+103
* Make warning 59 less unhelpful (includes work by Runhang Li)Mark Shinwell2016-02-111-0/+1
* Enable opaque option in ocamlcLeo White2016-02-113-3/+5
* Reformatting only (to the standards of tools/check-typo)Mark Shinwell2016-02-105-21/+41
* Revert "PR#6475: accept -o in ocamlc when compiling C files"Damien Doligez2016-02-102-3/+2
* Bug fixes etc for FlambdaMark Shinwell2016-02-093-6/+15
* Import latest Flambda changesMark Shinwell2016-02-095-15/+25
* Rename to max_arguments_for_tailcalls; revise numbers assuming no unboxed flo...Mark Shinwell2016-02-081-1/+1
* max_arguments_without_passing_on-stackMark Shinwell2016-01-291-3/+3
* Enable flambdaPierre Chambart2016-01-286-19/+440
* Add module Ast_invariantsJeremie Dimino2016-01-271-4/+11
* Rename compiler_configuration filePierre Chambart2016-01-251-1/+3
* Update main and ocamldepPierre Chambart2016-01-251-3/+3
* Reindent compenvPierre Chambart2016-01-251-146/+146
* Add handling of OCAMLPARAM as a filePierre Chambart2016-01-253-28/+119
* Useless bindings, unit patterns, whitespace.alainfrisch2016-01-191-2/+2
* Merge remote-tracking branch 'ocaml/trunk' into flambda_prereq-clflagsMark Shinwell2016-01-151-0/+1
|\
| * Support 'opaque' in OCAMLPARAMMark Shinwell2016-01-151-0/+1
* | code reviewMark Shinwell2016-01-141-3/+11
* | Clflags stuff and Arg_helperMark Shinwell2016-01-144-11/+10
|/
* use Timings.source_provenance in more placesThomas Refis2015-12-311-3/+3
* Rename type build_kind and sourcefile arguments to source_provenancePierre Chambart2015-12-181-1/+1
* Clean up and time separately parsing and preprocessingPierre Chambart2015-12-181-7/+7
* Record the source file name being built in CompilenvPierre Chambart2015-12-181-1/+2
* Remove last use of Timining.start/stop in {opt,}compile.mlPierre Chambart2015-12-182-11/+12
* Avoid using Timings.start/stopPierre Chambart2015-12-185-26/+21
* Record compiler runtimePierre Chambart2015-12-188-1/+33
* Add module to deal with 'front-end' built-in attributes.alainfrisch2015-12-022-2/+2
* Keep deprecation flag on compilation unit, extracted from a floating attribut...alainfrisch2015-11-272-2/+4
* PR#7008: Fatal error in ocamlc with empty compilation unit nameDamien Doligez2015-10-191-0/+1
* whitespace cleanup, cut long lines, add some missing headersDamien Doligez2015-09-112-12/+18
* add option handling for colors in compiler, OCAMLPARAM and ocamlbuildGabriel Scherer2015-08-155-0/+39
* Typo.Alain Frisch2015-07-241-1/+0
* merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16...Damien Doligez2015-07-1710-61/+87