summaryrefslogtreecommitdiff
path: root/bytecomp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9096 from stedolan/backtrace-namesStephen Dolan2020-04-273-10/+14
* Link std_exit.cmo into binaries compiled with -output-complete-exe (#9495)Nicolás Ojeda Bär2020-04-251-3/+10
* code review changesAnukriti122020-04-021-1/+4
* Merge branch 'trunk' into trunkAnukriti122020-03-311-0/+4
|\
| * Replace caml_int_compare and caml_float_compare with primitives (#2324)Greta Yorsh2020-03-261-0/+4
* | call_linker now returns exit_code for better error response on linking_error,...Anukriti122020-03-231-2/+2
|/
* Fix #9344 (#9368)Jérémie Dimino2020-03-171-0/+1
* Memprof: get precise callstacks when memory is allocated directly in the byte...Jacques-Henri Jourdan2020-01-151-4/+35
* Make ocamlc preserve events after primitives even if they are at tail position.Jacques-Henri Jourdan2020-01-091-10/+45
* Do not drop bytecode debug info after C callsStephen Dolan2020-01-071-0/+1
* Annotated Asttypes.constant's string with content location.Drup2019-11-131-5/+6
* [refactoring] use named fields for Consistbl.Inconsistency exceptionGabriel Scherer2019-11-071-1/+5
* Add a new -output-complete-exe option (#8872)Nicolás Ojeda Bär2019-09-251-6/+28
* Fix #8769 (#8770)Leo White2019-06-281-0/+1
* Merge pull request #2309 from TheLortex/runtime-variant-pathGabriel Scherer2019-06-191-5/+13
|\
| * without-runtime: cosmetic tweaksLucas Pluvinage2019-06-111-5/+4
| * Introduce the -without-runtime option.Lucas Pluvinage2019-05-061-5/+14
* | Add error handling when finding and copying the camlheader file.Damien Doligez2019-06-102-5/+11
* | Code review fixesStephen Dolan2019-06-041-8/+8
* | Code generation and runtime fix for #8699, #8681Stephen Dolan2019-06-041-2/+23
|/
* Don't generate #! headers over 127 charactersDavid Allsopp2019-05-021-1/+10
* Move some middle-end files around (#2281)Mark Shinwell2019-04-0126-12492/+0
* Remove use of Obj.truncate from toplevel.Stephen Dolan2019-04-011-0/+6
* Use Strict bindings when simplifying Lstaticraise (#8559)Alain Frisch2019-04-011-1/+1
* Update issue numbers in comments after Mantis -> Github migration. (#8505)Stephen Dolan2019-03-182-2/+2
* Add a few utility functions in Misc (#2284)Mark Shinwell2019-03-151-1/+1
* Remove support for compiler plugins (#2276)Mark Shinwell2019-03-132-10/+3
* Functorize Consistbl (with some background info on Compilation_unit.t) (#2286)Mark Shinwell2019-03-071-0/+2
* Fix fatal error compiling module aliasesLeo White2019-02-211-0/+3
* Merge pull request #1579 from chambart/split_backend_primitivesPierre Chambart2019-02-143-250/+7
|\
| * Move Semantics_of_primitives into asmcompPierre Chambart2019-02-112-222/+0
| * Rename for_primitive_clambda to for_primitivePierre Chambart2019-02-112-2/+2
| * Remove lambda version of Semantics_of_primitivesPierre Chambart2019-02-112-142/+0
| * Push clambda_primitives to flambdaPierre Chambart2019-02-112-3/+2
| * Clean string load/set primitivesPierre Chambart2019-02-111-24/+8
| * Clean Clambda_primitivePierre Chambart2019-02-111-10/+1
| * Define and use Clambda_primitivesPierre Chambart2019-02-113-1/+148
* | Merge pull request #1725 from stedolan/deprecate-set-tagGabriel Scherer2019-02-141-0/+12
|\ \
| * | check_typo fixStephen Dolan2019-02-121-2/+4
| * | Add optimisations in simplif.ml for Obj.with_tag.Stephen Dolan2019-02-121-0/+10
| |/
* | Fixing typos in various files (#2246)Fourchaux2019-02-134-6/+6
|/
* Fix -compat-32 error message in -custom modeDavid Allsopp2019-02-011-3/+4
* refactoring: use Misc type aliases in bytecomp/bytelinkGabriel Scherer2019-01-302-19/+21
* refactoring: use Misc type aliases in bytecomp/cmo_formatGabriel Scherer2019-01-301-6/+7
* Refactor load path management and initial environmentJeremie Dimino2019-01-308-23/+28
* documentation: use Bigarray consistently (#2208)Florian Angeletti2018-12-202-4/+4
* manual: move lazy pattern to core (#2198)Florian Angeletti2018-12-141-1/+1
* Fix new dynlink's initialisation checks (#2176)Leo White2018-12-083-9/+12
* Optimize some local functions (#2143)Alain Frisch2018-11-278-150/+383
* Add support for "let" operatorsLeo White2018-11-271-7/+60