Age | Commit message (Expand) | Author |
2015-02-05 | Better simplification after inlining (resolve switches on known constants); a... | Alain Frisch |
2015-01-24 | PR#6167: OCAMLPARAM support for disabling PIC generation ('pic=0') | Gabriel Scherer |
2015-01-22 | Revert previous commits (not ready yet). | Alain Frisch |
2015-01-22 | Use __flimp_ prefix understood by flexlink, not __imp_. | Alain Frisch |
2015-01-22 | Fix. | Alain Frisch |
2015-01-22 | Adapt amd64 backends under windows in order to avoid relative relocations to ... | Alain Frisch |
2014-12-21 | PR6695: Make sure the compiler only uses ASCII string functions. | Gabriel Scherer |
2014-12-02 | Merge Mem32/Mem64. | Alain Frisch |
2014-12-01 | Adapt comment to curried calling convention. | Alain Frisch |
2014-11-28 | Support for the byte directive under solaris 32-bit. | Alain Frisch |
2014-11-27 | Adapt 32-bit emit.mlp to curried style. | Alain Frisch |
2014-11-27 | Use curried style for X86_dsl. Will adapt 32-bit emit.mlp later. | Alain Frisch |
2014-11-27 | Rename Intel_* to X86_*. | Alain Frisch |
2014-11-27 | Be explicit about the operand ordering. | Alain Frisch |
2014-11-27 | Sync with trunk. | Alain Frisch |
2014-11-25 | intel_*: change copyright dates and some cosmetic changes | Damien Doligez |
2014-11-17 | Sys: Use constant for some runtime limitations. | Gabriel Scherer |
2014-10-14 | Reintegrate-merge constructors_with_record5 branch. | Alain Frisch |
2014-10-13 | Reflecting commit 15498 on version/4.02: | Xavier Leroy |
2014-10-13 | Reflecting commit 15497 on version/4.02: | Xavier Leroy |
2014-10-09 | Undo previous commit. | Alain Frisch |
2014-10-09 | Simple, but very effective optimization. | Alain Frisch |
2014-10-06 | Fix for MacOSX. | Alain Frisch |
2014-10-06 | Missing tab in front of section directives. | Alain Frisch |
2014-10-06 | Fix .section directives for MacOSX. | Alain Frisch |
2014-10-03 | Typo. | Alain Frisch |
2014-10-03 | Typo. | Alain Frisch |
2014-10-03 | Typos. | Alain Frisch |
2014-09-30 | Comment. | Alain Frisch |
2014-09-30 | Uniformize. | Alain Frisch |
2014-09-30 | Get rid of warning attribute. | Alain Frisch |
2014-09-30 | Inline inner DSL module. | Alain Frisch |
2014-09-30 | Get rid of End directive (hard-code in masm backend). | Alain Frisch |
2014-09-30 | ascii -> bytes | Alain Frisch |
2014-09-30 | llabel -> label | Alain Frisch |
2014-09-30 | Adapt 32-bit backend as well. | Alain Frisch |
2014-09-30 | Move directive emitters into a sub-module (64-bit). | Alain Frisch |
2014-09-30 | Fix. | Alain Frisch |
2014-09-30 | Merge DSL32 and DSL64. | Alain Frisch |
2014-09-30 | Cleanup. | Alain Frisch |
2014-09-30 | Cleanup. | Alain Frisch |
2014-09-30 | Getting rid of instruction suffixes. Finish, merge INS, INS32, INS64, get rid... | Alain Frisch |
2014-09-30 | Getting rid of instruction suffixes: step 3, using pure Intel mnemonics for t... | Alain Frisch |
2014-09-30 | Sort. | Alain Frisch |
2014-09-30 | Getting rid of instruction suffixes: step 2, using pure Intel mnemonics for t... | Alain Frisch |
2014-09-30 | Getting rid of instruction suffixes: step 1, get rid of internal checks. | Alain Frisch |
2014-09-29 | Immediate are not explicitly typed in Intel_ast. Use the unsuffixed form e.g... | Alain Frisch |
2014-09-29 | Fix. | Alain Frisch |
2014-09-29 | Avoid duplication in register names. | Alain Frisch |
2014-09-29 | Get rid of RIP register, introduce a specific operand for rip-based addressing. | Alain Frisch |