summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-09-10Forgot to apply emit_symbol.Alain Frisch
2014-09-09Fix for mingw64.Alain Frisch
2014-09-09Comment.Alain Frisch
2014-09-05#5528: factorize the generation of names for inlined records.Alain Frisch
2014-09-05fix Travis script: git requires a name and emailJérémie Dimino
2014-09-04Make ocamldoc compile (still need support for inlined records).Alain Frisch
2014-09-04Bootstrap.Alain Frisch
2014-09-04Sync with trunk.Alain Frisch
2014-09-03Need to call begin_assembly after Compilenv.reset.Alain Frisch
2014-09-03Let the binary backend split the sections.Alain Frisch
2014-09-03Allow a binary code emitter to avoid the creation of an assembly source file.Alain Frisch
2014-09-03PR#6539: don't divide caml_major_heap_increment by the word sizeJérémie Dimino
2014-09-03PR#6540: update documentation of default values in gc.mliJérémie Dimino
2014-09-03Factorize the sequencing of operations for setting up the assembly output, ca...Alain Frisch
2014-09-03The internal assembler emits to a file, not to a string.Alain Frisch
2014-09-02Fix for Windows.Alain Frisch
2014-09-02Synchronize with trunk.Alain Frisch
2014-09-02Only include Intel_* modules when arch is i386 or amd64.Alain Frisch
2014-09-02emit_nt is not needed anymore.Alain Frisch
2014-09-02Note.Alain Frisch
2014-09-02Fix for msvc64.Alain Frisch
2014-09-02Fix for msvc64.Alain Frisch
2014-09-01#6529: the checked flag is now part of pers_struct.Alain Frisch
2014-09-01Synchronize with trunk.Alain Frisch
2014-09-01#6529: further optimize consistency check.Alain Frisch
2014-08-31Reflecting commit 15169 on version/4.02:Xavier Leroy
2014-08-29merge changes of version/4.02 from r15121 to r15155Damien Doligez
2014-08-29merge changes of version/4.02 from r15121 to r15155Damien Doligez
2014-08-29Print instructions one by one to the assembly file (instead of printing every...Alain Frisch
2014-08-29Do not use hex syntax for 32-bit constants (if we want to use it, we must dis...Alain Frisch
2014-08-29Cosmetic.Alain Frisch
2014-08-29Cleanup.Alain Frisch
2014-08-29Add interfaces for intel_gas/intel_masm, remove dead code.Alain Frisch
2014-08-29Move the DSL part from intel_gas to its own module.Alain Frisch
2014-08-29Add intel_proc.mli, get rid of arch64 bool ref, move StringSet/StringMap to m...Alain Frisch
2014-08-29Share the masm criterion.Alain Frisch
2014-08-29Introducing a new module (pure interface) to define the AST of the intel asse...Alain Frisch
2014-08-29Reindent + minor style tweaks.Alain Frisch
2014-08-29Revert (unrelated change).Alain Frisch
2014-08-29Synchronize with trunk.Alain Frisch
2014-08-28(in|out)_channel_of_descr: improve documentation (Christophe Troestler)Gabriel Scherer
2014-08-28fix minor error-reporting bugGabriel Scherer
2014-08-27PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrownXavier Leroy
2014-08-22merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez
2014-08-22add ocamldoc to check-typo; some mergeinfo that svn wants to commitDamien Doligez
2014-08-18new -opaque flag: ocamlopt creates .cmx without cross-module infoGabriel Scherer
2014-08-18import new intel emit branchFabrice Le Fessant
2014-08-18Create branch abstract_intel_emit from trunk r15095Fabrice Le Fessant
2014-08-17Fix PR#6516 in testsuiteFabrice Le Fessant
2014-08-16minor typo spotted by Jeremy YallopGabriel Scherer