summaryrefslogtreecommitdiff
path: root/asmcomp/amd64/emit_nt.mlp
Commit message (Expand)AuthorAgeFilesLines
* Perform constant optimizations for integer division and modulus on the C-- le...Benedikt Meurer2013-11-191-55/+2
* Reintegrate raise_variants branch.Alain Frisch2013-11-131-3/+9
|\
| * Support for AMD64, Intel syntax (i.e. MVSC 64 port).Alain Frisch2013-10-151-3/+9
* | #6042: fix msvc64 port.Alain Frisch2013-11-051-4/+48
|/
* Re-add configure option -with-frame-pointersFabrice Le Fessant2013-06-031-3/+3
* fix broken bswap on MSVC64Damien Doligez2013-05-071-3/+3
* PR#5933 type-specialize 'let compare = compare' on ints and stringsGabriel Scherer2013-03-191-1/+1
* PR#5181: Merge common floating point constants in ocamlopt.Benedikt Meurer2012-12-211-32/+40
* PR#5774: Add bswap primitives for amd64Fabrice Le Fessant2012-11-291-0/+12
* PR#5795: Generate sqrtsd opcode instead of external call to sqrt on amd64Fabrice Le Fessant2012-11-091-0/+4
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* PR#5707: in AMD64 port, exchange the roles of r10-r11 and r12-r13,Xavier Leroy2012-09-081-3/+3
* PR#4869: rare collisions between assembly labels for code and dataXavier Leroy2011-12-181-2/+5
* Merged proc_nt.ml into proc.ml in directories asmcomp/i386 and asmcomp/amd64.Xavier Leroy2011-12-161-3/+1
* PR#5319: Lswitch compilation for Win64 / MSVC. (Untested.)Xavier Leroy2011-09-181-9/+16
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* merge changes from 3.12.0 to 3.12.1Damien Doligez2011-07-201-7/+10
* Slightly better code generated for floating-point comparisons.Xavier Leroy2010-05-241-32/+42
* clean up spaces and tabsDamien Doligez2010-01-221-10/+10
* merge changes 3.10.0 -> 3.10.1Damien Doligez2008-01-111-1/+1
* Stack backtraces for Win64/AMD64 (bug fixes)Xavier Leroy2007-03-011-0/+4
* Stack backtraces for Win64/AMD64 (not tested yet)Xavier Leroy2007-03-011-42/+68
* Compatibilite avec versions plus recentes de ml64Xavier Leroy2007-01-241-3/+3
* Issues with Iconst_int of a constant that exceeds 32 bits signedXavier Leroy2006-05-051-11/+8
* Suite essais Win64Xavier Leroy2006-05-051-32/+46
* First cut for AMD64/Win64 port of ocamloptXavier Leroy2006-05-041-0/+730