summaryrefslogtreecommitdiff
path: root/asmcomp/asmpackager.ml
Commit message (Expand)AuthorAgeFilesLines
* Add an early error when compiling different modules with mismatching -for-pac...Pierre Chambart2022-09-131-0/+1
* Use '.' instead of '__' to separate module from ident in symbolsXavier Leroy2022-07-151-1/+1
* Remove unused labelsLeo White2021-03-221-1/+0
* code review changesAnukriti122020-04-021-3/+3
* call_linker now returns exit_code for better error response on linking_error,...Anukriti122020-03-231-1/+1
* Fix #8769 (#8770)Leo White2019-06-281-0/+2
* Move some code from Asmgen to the middle end directory etc. (#2288)Mark Shinwell2019-05-101-21/+37
* Move some middle-end files around (#2281)Mark Shinwell2019-04-011-2/+2
* Refactor load path management and initial environmentJeremie Dimino2019-01-301-1/+1
* Add option to dump the output of e.g. -dlambda in a file (#1913)sliquister2018-07-271-9/+9
* Use reraise_raw_backtrace in Misc.try_finallyFrançois Bobot2018-07-251-8/+7
* generalize -dtimings to show allocation, top heap size (#1152)sliquister2017-06-091-1/+1
* display the output of -dtimings as a hierarchyValentin Gatien-Baron2017-03-071-51/+49
* PR#7479: make sure "ocamlc -pack" is only given .cmo and .cmi files, and that...Xavier Leroy2017-02-191-3/+4
* Add Filename.extension and Filename.remove_extension.alainfrisch2016-07-101-4/+4
* Also remove the forced dependency dummy code hack for closurePierre Chambart2016-07-081-1/+2
* Allow to force linking modules without generating dummy codePierre Chambart2016-07-081-1/+1
* More warnings when compiling the compiler.alainfrisch2016-03-151-5/+2
* Update headers for the new license.Damien Doligez2016-02-181-11/+14
* Make warning 59 less unhelpful (includes work by Runhang Li)Mark Shinwell2016-02-111-0/+1
* Enable flambdaPierre Chambart2016-01-281-9/+80
* use Timings.source_provenance in more placesThomas Refis2015-12-311-1/+1
* Rename type build_kind and sourcefile arguments to source_provenancePierre Chambart2015-12-181-1/+1
* Record the source file name being built in CompilenvPierre Chambart2015-12-181-1/+2
* Record compiler runtimePierre Chambart2015-12-181-1/+1
* PR6695: Make sure the compiler only uses ASCII string functions.Gabriel Scherer2014-12-211-2/+2
* re-commit Leo's weak-dependencies pull requestJacques Garrigue2014-05-071-1/+1
* revert commit 14719Jacques Garrigue2014-05-021-1/+1
* weak dependencies with -trans-mod (github/ocamllabs/weak-depends 45e980a,2185...Mark Shinwell2014-05-011-1/+1
* merge branch "safe-string"Damien Doligez2014-04-291-2/+3
* Continue.exception_registrationAlain Frisch2013-09-121-0/+7
* Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez2013-09-041-2/+3
* #5832: patch to improve 'wrong file naming' error messages.Alain Frisch2013-04-291-6/+7
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* Enable and fix more warnings.Alain Frisch2012-05-291-3/+0
* #5527: absolute filenames for more error messages.Alain Frisch2012-03-071-5/+6
* Reverting bad commit.Alain Frisch2012-01-201-6/+6
* Fix #5490.Alain Frisch2012-01-201-6/+6
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* PR#5033: tools/objinfo made more general.Xavier Leroy2010-05-191-1/+1
* clean up spaces and tabsDamien Doligez2010-01-221-3/+3
* Same in native code.Alain Frisch2007-11-151-8/+4
* Merge the natdynlink branch into HEAD.Alain Frisch2007-11-061-4/+8
* Make name of object file for package initialization unique (needed for the MS...Xavier Leroy2007-03-011-1/+4
* Better handling of multiple extensions (foo.d.cmo, foo.p.cmx...)Nicolas Pouillard2007-02-231-3/+3
* Utiliser link /lib comme partial linker sous Windows/MSVC; adapter versions U...Xavier Leroy2006-10-181-1/+1
* Better handling of .cmx files in combination with -for-pack (PR#4124)Xavier Leroy2006-10-171-0/+1
* fusion 3.09.0 -> 3.09.1Damien Doligez2006-01-041-8/+8
* Revu implementation de ocamlopt -pack. Remplacement du renommage a posterior...Xavier Leroy2005-08-011-241/+61
* ajout de l'option -config (suggestion de Gerd Stolpmann)Damien Doligez2005-05-091-1/+1