summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)Author
2015-02-08debugger, ocamlbuild, ocamldoc: separate their build from the compiler's.HEADmasterAdrien Nader
2015-02-06compiler-libs: also install .cm{o,a,x} files.Adrien Nader
2015-02-05configure: add test for cygwin64Damien Doligez
2015-01-24PR#6691: install .cmt[i] files for stdlib and compiler-libsGabriel Scherer
2014-12-27PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam...Gabriel Scherer
2014-12-22Replace TypedtreeMap with a more standard open-recursion iterator Tast_mapper...Alain Frisch
2014-12-01Import the abstract_intel_emit branch (merge emit.mlp and emit_nt.mlp by goin...Alain Frisch
2014-11-27Rename Intel_* to X86_*.Alain Frisch
2014-11-27Sync with trunk.Alain Frisch
2014-11-07Oups.Luc Maranget
2014-11-07Solve PR#6646, ie avoid introducing huge jump summariesLuc Maranget
2014-10-15merge branch 4.02 from release 4.02.0 to release 4.02.1Damien Doligez
2014-10-08minor: correct error locations in emit.mlpGabriel Scherer
2014-09-24Cleanup.Alain Frisch
2014-09-16Towards more explicit types.Alain Frisch
2014-09-02Only include Intel_* modules when arch is i386 or amd64.Alain Frisch
2014-08-29Move the DSL part from intel_gas to its own module.Alain Frisch
2014-08-18import new intel emit branchFabrice Le Fessant
2014-08-06PR#6509: Add -linkall flag to ocamlcommon archives (Patch by Frédéric Bour)Gabriel Scherer
2014-06-09Makefile factorizationGabriel Scherer
2014-06-06stop doing chmod -w on utils/config.ml (PR 6319)Mark Shinwell
2014-05-12update distclean targetDamien Doligez
2014-05-08[minor] Makefile: fix the hard-bootstrap recipeGabriel Scherer
2014-04-29merge branch "safe-string"Damien Doligez
2014-04-26New back-end optimization pass: common subexpression elimination (CSE).Xavier Leroy
2014-04-26New back-end optimization pass: dead code elimination.Xavier Leroy
2014-04-19makefile target to build the stdlib documentation as htmlGabriel Scherer
2014-04-12fix some of the whitespace problems in the sourceDamien Doligez
2014-04-07Folllowup to PR#6359, great cleanup of switch actions sharing.Luc Maranget
2014-04-07make clean: remove *.cmt and *.cmti filesDamien Doligez
2014-04-07PR#6358: obey DESTDIR in install targetsGabriel Scherer
2014-04-02Get rid of ocamlcomp.sh. The next step is to share all those common declarat...Alain Frisch
2014-04-02Fix PR#6359Luc Maranget
2014-03-26#6352: add a warning on implicit removal of optional arguments.Alain Frisch
2014-03-21#PR6269 Optimized string matchingLuc Maranget
2014-03-07use -bin-annot when buildingMark Shinwell
2014-03-06#5779: improve support for structured constants (better propagation, sharing,...Alain Frisch
2014-01-28Record inclusion checks between value_descriptions in .cmt files. This makes...Alain Frisch
2013-12-17configure: SO must be "so" or "dll" without the dotDamien Doligez
2013-12-12Un-bootstrapping of ocamlbuild: build it using a plain Makefile.Xavier Leroy
2013-12-03port to cygwin-64Damien Doligez
2013-11-29Reverting the elimination of the ocamlcomp*.sh scripts, namely the following ...Xavier Leroy
2013-11-21remove camlp4Jérémie Dimino
2013-11-10build: always build lex/ and ocamlc with the compiler from boot/.Wojciech Meyer
2013-09-21build: don't use make's -C; it's not available everywhere.Wojciech Meyer
2013-09-21build: fix "make clean" failure when ./configure hasn't been run again.Wojciech Meyer
2013-09-20build: replace ocamlcomp*.sh.Wojciech Meyer
2013-09-12Merge branch 4.01 from 4.01.0+rc1 to 4.01.0Damien Doligez
2013-09-09Remove labltk from the distribution (will be available as a third-party libra...Xavier Clerc
2013-08-29Do not compile or install by default ocamlast.Alain Frisch