summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9165 from gretay-js/fs-otherlibsDavid Allsopp2020-04-201-5/+0
* Merge pull request #9076 from gasche/install-all-compilerlibsGabriel Scherer2019-12-071-8/+8
* Warn about unused functor parameters (#8891)Thomas Refis2019-10-141-1/+2
* Makefile: minor fix to the ocamltest rulesGabriel Scherer2019-10-121-2/+2
* Allow Git config options to be passed to configureDavid Allsopp2019-10-051-1/+1
* Split cmmgen into generic cmm helpers and clambda-specific transformations (#...Vincent Laviron2019-10-041-0/+1
* Merge pull request #8951 from shindere/make-default-targetDavid Allsopp2019-10-041-10/+15
|\
| * Let make's default target build the compilerSébastien Hinderer2019-09-301-10/+15
* | share argument implementation across executableFlorian Angeletti2019-09-301-2/+2
|/
* Windows supports make reconfigure nowDavid Allsopp2019-09-291-2/+0
* check-parser-uptodate-or-warn.sh: improve shell scriptDavid Allsopp2019-09-261-2/+2
* check-parser-uptodate-or-warn.sh: Use make syntax for ignoring errorsDavid Allsopp2019-09-261-1/+1
* make check-parser-uptodate-or-warn.sh more robust to script failuresGabriel Scherer2019-09-251-1/+1
* Add support for [@@immediate64]Jeremie Dimino2019-09-241-1/+1
* Merge pull request #8870 from gretay-js/linearGabriel Scherer2019-09-091-1/+1
|\
| * Split Linearize into two modulesGreta Yorsh2019-09-041-1/+1
* | Install artifacts from asmcomp/debugGreta Yorsh2019-09-061-0/+9
|/
* ocamldoc: build manpages explicitly in root MakefileGabriel Scherer2019-08-301-6/+16
* Remove unnecessary prerequite from make rule for domainstate.mliKC Sivaramakrishnan2019-08-231-2/+1
* Fix makefile, gitignore and a stray extern declarationKC Sivaramakrishnan2019-08-231-4/+0
* Domain state works on Power64KC Sivaramakrishnan2019-08-231-0/+4
* Make depend and fix typosKC Sivaramakrishnan2019-08-231-1/+2
* Introduce domain state and steal exception pointerKC Sivaramakrishnan2019-08-231-10/+14
* Add compile-time option -function-sectionsGreta Yorsh2019-07-151-1/+6
* Missing beforedepend dependencies for MenhirDavid Allsopp2019-06-241-0/+3
* Makefile: ocamllex does not depend on ocamlc, it uses BOOT_OCAMLCGabriel Scherer2019-06-241-1/+1
* Move AST testing rules to Makefile.dev (#8743)David Allsopp2019-06-181-28/+3
* Drop dependency utils/config.ml <-- MakefileDavid Allsopp2019-06-161-1/+1
* Always build flexdll/flexlink.exe with camlheaderDavid Allsopp2019-06-101-4/+4
* Missing -nostdlib options in flexdll bootstrapDavid Allsopp2019-06-101-2/+3
* Move some code from Asmgen to the middle end directory etc. (#2288)Mark Shinwell2019-05-101-1/+2
* Build system: make ocamllex silent by default (#8664)Sébastien Hinderer2019-05-071-1/+1
* Check that native-code is supported in world.optXavier Leroy2019-05-021-3/+14
* turn off warning 40Thomas Refis2019-04-161-1/+1
* make clean: do not remove emacs backupsNicolás Ojeda Bär2019-04-101-2/+1
* Move some middle-end files around (#2281)Mark Shinwell2019-04-011-114/+154
* Merge remote-tracking branch 'origin/trunk' into tast_iterator2Isaac Avram2019-03-251-7/+8
|\
| * Merge pull request #8514 from stedolan/boot-ocamlc-optStephen Dolan2019-03-221-4/+3
| |\
| | * Use boot/ocamlc.opt for building, if available.Stephen Dolan2019-03-201-4/+3
| * | Improve the packing mechanism used to build Dynlink (#2268)Mark Shinwell2019-03-191-1/+1
| |/
| * Delete otherlib/{graph,win32graph} (#2318)Jérémie Dimino2019-03-181-2/+2
| * Add Compute_ranges pass (#2291)Mark Shinwell2019-03-181-0/+2
* | Updated MakefileIsaac Avram2019-03-231-1/+1
|/
* Remove support for compiler plugins (#2276)Mark Shinwell2019-03-131-79/+2
* Makefile: adapt to removal from vmthreadsNicolás Ojeda Bär2019-03-111-1/+1
* Don't generate Clambda constants during Cmmgen, etc. (#2280)Mark Shinwell2019-03-051-1/+3
* Move FLEXDLL_DIR definition to utils/Makefile (#2259)David Allsopp2019-02-281-3/+0
* Add bytecomp/opcodes.mli (#2265)Mark Shinwell2019-02-261-1/+5
* env refactoring: separate the cmi/crc handling into a persistent_env moduleGabriel Scherer2019-02-181-1/+3
* Move Semantics_of_primitives into asmcompPierre Chambart2019-02-111-1/+1