summaryrefslogtreecommitdiff
path: root/bytecomp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '17ef07600017306e55d2bb434d681fa0085e26d4' into parallel_minor_g...Tom Kelly2020-04-291-6/+28
|\
| * Add a new -output-complete-exe option (#8872)Nicolás Ojeda Bär2019-09-251-6/+28
* | Merge commit 'a45189331b75c4be012627b3b85ffe964884c887' into parallel_minor_g...Tom Kelly2020-04-272-5/+14
|\ \ | |/
| * 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
* | | Merge commit '0cdb711f358010c850c1236e28180a885e0eaa65' into parallel_minor_g...Tom Kelly2020-04-273-7/+34
|\ \ \ | |/ /
| * | 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
| |/
* | Merge commit 'c24e5b5c8aff88a116ae543e06cf44a07e44949e' into HEADTom Kelly2020-04-241-1/+10
|\ \ | |/
| * Don't generate #! headers over 127 charactersDavid Allsopp2019-05-021-1/+10
* | Merge commit '8afe2db3c6bdf06d2596ddba95cb889991196fc5' into parallel_minor_g...Tom Kelly2020-04-2126-12719/+0
|\ \ | |/
| * Move some middle-end files around (#2281)Mark Shinwell2019-04-0126-12492/+0
* | second intermediate step (translprim defs)Tom Kelly2020-04-201-5/+5
* | first intermediate step (no prim additions)Tom Kelly2020-04-201-5/+5
* | Merge commit '36d299b4aaf7f2d317fbfa148d7f94e720c80730' into parallel_minor_g...Tom Kelly2020-04-202-1/+7
|\ \ | |/
| * 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
* | Merge commit '8e5e3c0ed46ad4ab6849930ccc3de651439cc26d' into parallel_minor_g...Tom Kelly2020-04-203-3/+3
|\ \ | |/
| * 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
* | Merge commit '0bd539ae24b036382f855724aa671ea38032b042' into parallel_minor_g...Tom Kelly2020-04-192-10/+3
|\ \ | |/
| * Remove support for compiler plugins (#2276)Mark Shinwell2019-03-132-10/+3
* | Merge commit '0c9b121661b83ab249d069bf18dd4720b6d7fc3a' into parallel_minor_g...Tom Kelly2020-04-171-0/+2
|\ \ | |/
| * Functorize Consistbl (with some background info on Compilation_unit.t) (#2286)Mark Shinwell2019-03-071-0/+2
* | Merge commit '1dba5329a2ea19320ed2ed019e367bf9e99a6618' into parallel_minor_g...Tom Kelly2020-04-171-0/+3
|\ \ | |/
| * Fix fatal error compiling module aliasesLeo White2019-02-211-0/+3
* | Merge commit 'c4d0fec0251883decc6e82fc243159b785c4e874' into parallel_minor_g...Tom Kelly2020-04-173-255/+7
|\ \ | |/
| * 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 commit '5a29ea7c2b31051de814ed7e45bb45098b512b9b' into parallel_minor_g...Tom Kelly2020-04-175-6/+18
|\ \ \ | |/ /
| * | 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
| |/
* | Merge commit '6fb33f712bdca2da7ee1dd18f49402c3203f8e1e' into parallel_minor_g...Tom Kelly2020-04-1710-51/+60
|\ \ | |/
| * 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
* | Fix for Texp_match forwarding to transl_handler in bytecomp/translcore.mlTom Kelly2020-04-161-1/+19
* | Merge commit '0723ac158e186acd8f036e4bc5b70d9880e3f94f' into parallel_minor_g...Tom Kelly2020-04-1018-385/+905
|\ \ | |/