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