summaryrefslogtreecommitdiff
path: root/utils/clflags.mli
Commit message (Expand)AuthorAgeFilesLines
* Added lambda option to -stop-after comiler flag and logic to compile_common, ...Doug Smith2023-01-121-1/+1
* remove the -force-tmc flag (#11661)Gabriel Scherer2022-10-271-1/+0
* add -safer-matching flag to disable type-based optimization of pattern-matchingJacques Garrigue2022-07-191-0/+1
* flag -nocwd: do not implicitly add the current directory to the load paththomasRgl2022-04-161-0/+1
* Implement a -cmi-file option for ocamlc and ocamloptSébastien Hinderer2022-02-111-0/+1
* Remove configuration options --disable-force-safe-string and DEFAULT_STRING=u...Kate2022-02-011-1/+0
* add a dump-dir flags, make dprofile respect dump directivesFlorian Angeletti2021-12-021-0/+1
* Shapes: Add -dshape flag for debugging and testing purposesUlysse Gérard2021-11-091-0/+1
* prepare for TMC (tail modulo cons) transformationFrédéric Bour2021-11-021-0/+1
* Merge pull request #10289 from Zett98/do_not_print_options_in_usage_messageGabriel Scherer2021-05-071-5/+4
|\
| * dont print options in usage msgzett982021-05-061-5/+4
* | Merge pull request #1400 from lthls/cmm_invariantsGabriel Scherer2021-04-291-0/+1
|\ \
| * | Add an optional check for invariants on the Cmm representationVincent Laviron2021-04-191-0/+1
| |/
* | Remove the availability analysis (#10355)Xavier Leroy2021-04-231-2/+0
|/
* ability to restart compilation from .cmir-linear IR files Greta Yorsh2020-10-131-8/+4
* Save Linear IR before emit (#8939)Greta Yorsh2020-10-071-1/+11
* Move code of main and optmain to compilerlibsStephen Dolan2020-06-301-2/+2
* -dno-locations: hide source locations (and debug events) from IR dumpsGabriel Scherer2020-01-091-0/+1
* Rename stop_after_pass_names to available_pass_namesGreta Yorsh2019-11-041-1/+1
* Stop before emitGreta Yorsh2019-10-301-3/+3
* Add a new -output-complete-exe option (#8872)Nicolás Ojeda Bär2019-09-251-0/+1
* Add compile-time option -function-sectionsGreta Yorsh2019-07-151-0/+1
* Introduce the -without-runtime option.Lucas Pluvinage2019-05-061-0/+1
* Remove gprof support (#2314)Mark Shinwell2019-03-161-1/+0
* GPR#2082: New option -no-insn-schedMark Shinwell2019-03-131-0/+3
* Remove support for compiler plugins (#2276)Mark Shinwell2019-03-131-2/+2
* Delete the vmthreads library (#2289)Jérémie Dimino2019-03-111-1/+0
* ocamltest: explicitly set OCAML_ERROR_STYLEArmaël Guéneau2019-02-271-0/+1
* Add option -error-style and environment variable OCAML_ERROR_STYLEArmaël Guéneau2018-10-201-1/+11
* Phantom let support in Clambda (#2060)Mark Shinwell2018-10-151-0/+1
* new -stop-after option: stop after the given compiler pass (parsing, typing)Gabriel Scherer2018-08-311-0/+10
* Add option to dump the output of e.g. -dlambda in a file (#1913)sliquister2018-07-271-0/+2
* rename Clflags.fast as Clflags.unsafeValentin Gatien-Baron2018-07-151-1/+1
* Move Location.absname to Clflags.absname (#1886)Armael2018-07-061-0/+1
* Add -dcamlprimc + pass -fdebug-prefix-map when available (#1845)Xavier Clerc2018-06-271-0/+1
* add advanced option to tune performance of pattern matching compiler in case ...Dwight Guth2018-06-011-0/+1
* Add the -dunique-ids and -dno-unique-ids options to the compilersSébastien Hinderer2018-02-201-0/+1
* Register availability analysis (#856)Mark Shinwell2017-09-151-0/+2
* generalize -dtimings to show allocation, top heap size (#1152)sliquister2017-06-091-1/+1
* Merge pull request #1187 from Octachron/document_pluginsGabriel Scherer2017-06-041-0/+2
|\
| * GPR#1187: document command line flags for pluginsoctachron2017-06-011-0/+2
* | New -depend option for ocamlc/ocamloptFabrice Le Fessant2017-06-011-0/+4
|/
* Respect OCAML_COLOR environment variable for deciding whether to use colorsHannes Mehnert2017-03-151-1/+1
* Initial import of linear-scan-register-allocatorNicolas Ojeda Bar2017-02-221-0/+2
* Allow plugins to declare new arguments with Clflags.add_arguments (#796)Fabrice Le Fessant2017-01-171-0/+17
* Instrumentation for american fuzzy lop (afl-fuzz) (#504)Stephen Dolan2016-12-061-0/+2
* GPR#606: add unboxed typesDamien Doligez2016-07-211-0/+2
* Add the -no-version option to the toplevel.Sébastien Hinderer2016-05-091-0/+1
* More warnings when compiling the compiler.alainfrisch2016-03-151-4/+4
* Merge pull request #480 from mshinwell/flambda_unbox-closuresMark Shinwell2016-02-261-0/+2