summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Install native versions of tools by default.Demi Obenour2016-06-061-7/+13
* Merge remote-tracking branch 'origin/4.03' into trunkFrançois Bobot2016-03-111-4/+5
|\
| * * Fix coreboot target. This target calls promote, which itself nowJacques-Henri Jourdan2016-03-071-1/+1
| * Makefile: use "$(EXT_DLL)" instead of hard-cording ".so".Adrien Nader2016-03-051-3/+4
| * tweak tools/check-typo and break more overlong linesDamien Doligez2016-02-191-13/+14
* | GPR#324: Make boot/ocamlc read directly byterun/primitives (patch by Francois...alainfrisch2016-03-101-1/+1
* | An quick way to ensure that ocamlopt compiles fine on supported archs.Alain Frisch2016-03-091-40/+33
* | tweak tools/check-typo and break more overlong linesDamien Doligez2016-02-191-13/+14
|/
* Update headers for the new license.Damien Doligez2016-02-181-11/+14
* clean up whitespace and cut long linesDamien Doligez2016-02-171-3/+6
* Move more stuff into Makefile.shared in order to fix the build on Windows.alainfrisch2016-02-111-28/+1
* Fix ocamlobjinfo for Flambda (includes work from Runhang Li)Mark Shinwell2016-02-101-1/+10
* remove ocamlbuild from the compiler distributionGabriel Scherer2016-02-011-27/+6
* Add middle_end to MakefilesPierre Chambart2016-01-221-7/+13
* Add field in Config for flambda and change the cmx and cmxa magic numberPierre Chambart2016-01-141-0/+1
* Install compiler libs .cmx filesLeo White2015-12-261-0/+2
* Makefile: add a 'natruntop' target, similar to 'runtop'Thomas Refis2015-12-181-0/+8
* make ocamlnat build againJeremie Dimino2015-12-181-3/+21
* Merge pull request #340 from ocaml/stripped-bootstrapXavier Leroy2015-12-181-5/+6
|\
| * Strip debugging information off the bootstrap compilers, to reduce their sizeXavier Leroy2015-12-091-5/+6
* | Makefile: a 'runtop' target to build and run the toplevelGabriel Scherer2015-12-111-0/+8
|/
* Starting to share identical parts in the root Makefile and Makefile.nt.Alain Frisch2015-10-231-120/+2
* GPR#173: Attributes to control inliningMark Shinwell2015-10-231-1/+2
* Add parsing/Attr_helperJérémie Dimino2015-10-061-1/+1
* whitespace cleanup, cut long lines, add some missing headersDamien Doligez2015-09-111-1/+1
* Update wrt trunk (r16374).Xavier Leroy2015-08-251-2/+3
|\
| * add option handling for colors in compiler, OCAMLPARAM and ocamlbuildGabriel Scherer2015-08-151-2/+3
* | Remove -Werror from the C compiler flags used by ocamlc/ocamlopt when compili...Xavier Leroy2015-08-061-0/+1
|/
* merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16...Damien Doligez2015-07-171-11/+12
* Attach documentation comments to ParsetreeLeo White2015-06-281-2/+2
* Update Makefile and .depend for untypeast.Gabriel Scherer2015-03-081-1/+1
* configure: add test for cygwin64Damien Doligez2015-02-051-3/+2
* PR#6691: install .cmt[i] files for stdlib and compiler-libsGabriel Scherer2015-01-241-3/+7
* PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam...Gabriel Scherer2014-12-271-5/+5
* Replace TypedtreeMap with a more standard open-recursion iterator Tast_mapper...Alain Frisch2014-12-221-1/+3
* Import the abstract_intel_emit branch (merge emit.mlp and emit_nt.mlp by goin...Alain Frisch2014-12-011-1/+17
|\
| * Rename Intel_* to X86_*.Alain Frisch2014-11-271-4/+4
| * Sync with trunk.Alain Frisch2014-11-271-1/+9
| |\ | |/ |/|
* | Oups.Luc Maranget2014-11-071-1/+1
* | Solve PR#6646, ie avoid introducing huge jump summariesLuc Maranget2014-11-071-1/+1
* | merge branch 4.02 from release 4.02.0 to release 4.02.1Damien Doligez2014-10-151-0/+7
|\ \
* | | minor: correct error locations in emit.mlpGabriel Scherer2014-10-081-1/+2
|/ /
| * Cleanup.Alain Frisch2014-09-241-1/+1
| * Towards more explicit types.Alain Frisch2014-09-161-1/+1
| * Only include Intel_* modules when arch is i386 or amd64.Alain Frisch2014-09-021-1/+9
| * Move the DSL part from intel_gas to its own module.Alain Frisch2014-08-291-0/+1
| * import new intel emit branchFabrice Le Fessant2014-08-181-8/+17
|/
* PR#6509: Add -linkall flag to ocamlcommon archives (Patch by Frédéric Bour)Gabriel Scherer2014-08-061-2/+2
* Makefile factorizationGabriel Scherer2014-06-091-7/+2
* stop doing chmod -w on utils/config.ml (PR 6319)Mark Shinwell2014-06-061-1/+0