summaryrefslogtreecommitdiff
path: root/bytecomp
Commit message (Expand)AuthorAgeFilesLines
* Add type annotationNicolás Ojeda Bär2023-03-201-1/+1
* check-typoNicolás Ojeda Bär2023-03-201-3/+7
* FixNicolás Ojeda Bär2023-03-201-3/+3
* Fix bug introduced by - Bytesections: cleanup APIHugo Heuzard2023-03-203-3/+7
* Stop filtering out predefined identifiers from cu_required_globalsSébastien Hinderer2023-03-172-6/+3
* Do not add predefined identifiers to the set of required globalsSébastien Hinderer2023-03-171-1/+2
* Remove `Lev_module_definition`Nick Roberts2023-03-131-2/+0
* Bytesections: cleanup API (#11623)hhugo2023-03-116-106/+204
* Small refactoring for null terminated values (#12086)hhugo2023-03-074-28/+14
* bytelink: display badly ordered dependencies only onceSébastien Hinderer2023-03-072-10/+21
* bytelink: make tracking of badly ordeered dependencies more abstractSébastien Hinderer2023-03-061-2/+5
* Some cleanup in bytecomp/bytegen.ml (#11613)hhugo2023-03-062-148/+170
* Use compressed marshaling to write .cmt, .cmti, .cmi, .cmo, .cma filesXavier Leroy2023-02-262-4/+6
* Replace structured constants by their Obj.t representation in CMO filesSébastien Hinderer2023-02-222-29/+29
* Turn warning 31 (Module_linked_twice) into a hard error (#11635)hhugo2023-01-052-12/+15
* Bytepackager: small changesHugo Heuzard2022-10-171-49/+40
* Bytepackager: remove global stateHugo Heuzard2022-10-174-77/+90
* Bytepackager: merge defined and mappingHugo Heuzard2022-10-171-15/+19
* Bytepackager: rev_append_mapHugo Heuzard2022-10-171-12/+18
* Bytepackager: move codeHugo Heuzard2022-10-171-2/+2
* Bytepackager: make the logic more regularHugo Heuzard2022-10-173-6/+14
* Bytepackager: remove global state for force_linkHugo Heuzard2022-10-171-5/+5
* Bytepackager: some cleanupHugo Heuzard2022-10-171-16/+19
* Bytepackager: move mutations togetherHugo Heuzard2022-10-171-9/+13
* Bytepackager: remove useless duplicated argumentHugo Heuzard2022-10-171-8/+8
* Bytecomp.Dll: fix and cleanup (#11634)hhugo2022-10-171-32/+26
* Some cleanup in bytecomp/emitcode.ml (#11612)hhugo2022-10-172-32/+36
* Do not remove compiler-generated files if they are not regular filesXavier Leroy2022-07-131-1/+3
* also support quotes in -use-runtime pathsDavid Allsopp2022-03-141-1/+1
* harden -use-runtime against spaces in pathsGabriel Scherer2022-03-142-3/+8
* Remove uses of ;; from the codebaseSébastien Hinderer2022-02-251-2/+0
* Minor fixes from reviewKC Sivaramakrishnan2021-12-241-1/+1
* remove multicore nop debugging (reverts ocaml-multicore#384)Tom Kelly2021-10-081-6/+6
* Merge commit '8da8b7e028431f02bc85c641965133bff68220e0' into 5.00Tom Kelly2021-10-041-7/+23
|\
| * [minor] make Bytegen.comp_primitive a robust matching (#10646)Gabriel Scherer2021-09-191-7/+23
* | Merge commit 'fa43873b3b38fdf4d38ea069182d28a8b7b4b47e' into 5.00Tom Kelly2021-10-041-6/+3
|\ \ | |/
| * Abstract wmain/main difference with main_osDavid Allsopp2021-07-051-6/+3
* | Merge commit '1037341d8cbd533209c2898e0743757189ce8f1e' into parallel_minor_g...Tom Kelly2021-10-012-16/+5
|\ \ | |/
| * Merge pull request #9919 from dra27/tidy-prims-in-headersDavid Allsopp2021-05-271-2/+3
| |\
| | * Introduce caml_do_exitDavid Allsopp2020-09-151-2/+3
| * | Remove primitives Pdirapply and PrevapplyVincent Laviron2021-05-251-12/+1
| * | Remove the Pidentity primitiveVincent Laviron2021-05-251-2/+2
* | | Merge commit 'fe96962fd4287f269dcfc54a58efc19db50a6ad7' into parallel_minor_g...Tom Kelly2021-10-012-2/+20
|\ \ \ | |/ /
| * | Improve error message for link order error in bytelinkPierre Chambart2021-05-202-2/+20
* | | Merge commit '687a2e8d82790e33ce2470829877686dedf84080' into parallel_minor_g...Tom Kelly2021-10-011-1/+1
|\ \ \ | |/ /
| * | output-complete-exe: do not generate .cds file (#10371)Nicolás Ojeda Bär2021-04-261-1/+1
* | | Merge commit 'b720b583a1d8eeeb295adbf597c6d2ddf994c1cd' into parallel_minor_g...Tom Kelly2021-09-301-1/+1
|\ \ \ | |/ /
| * | Fix bytecode compilation of Lsend(Cached, _) (#10325)Vincent Laviron2021-04-151-1/+1
| |/
* | Merge commit 'd0f80077066105e1429ef8728b8362b8d698e298' into parallel_minor_g...Tom Kelly2021-09-291-2/+3
|\ \ | |/
| * added new construct Lmutlet and removed Variable attributeKeryan Didier2021-01-071-1/+2