summaryrefslogtreecommitdiff
path: root/asmrun/amd64.S
Commit message (Expand)AuthorAgeFilesLines
* port to cygwin-64Damien Doligez2013-12-031-8/+8
* caml_backtrace_pos is a 32-bit integer under amd64.Alain Frisch2013-11-191-1/+8
* Fix Out_of_memory/Stack_overflow.Alain Frisch2013-10-181-1/+1
* Support for raise variants in ocamlopt. Only amd64 for now.Alain Frisch2013-10-141-2/+13
* Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez2013-09-041-22/+22
* Fix PR#6031 : problem with -with-frame-pointers in caml_allocNFabrice Le Fessant2013-06-111-12/+25
* PR#5976: crash after recovering from two stack overflows (ocamlopt on MacOS X)Xavier Leroy2013-06-091-0/+18
* Re-add configure option -with-frame-pointersFabrice Le Fessant2013-06-031-3/+42
* Reverting -with-frame-pointersFabrice Le Fessant2013-06-031-31/+5
* Fix compilation issue with amd64.SFabrice Le Fessant2013-06-031-5/+5
* Add -with-frame-pointers to ./configureFabrice Le Fessant2013-06-031-7/+33
* [amd64] Avoid unbalanced CFA offsets.Benedikt Meurer2013-01-131-5/+5
* remove all $Id keywordsDamien Doligez2012-10-151-3/+1
* PR#5707: in AMD64 port, exchange the roles of r10-r11 and r12-r13,Xavier Leroy2012-09-081-6/+6
* PR#5700, take 2: another misaligned call to caml_stash_backtrace.Xavier Leroy2012-08-031-0/+1
* PR#5700: crash with native-code stack backtraces under MacOS 10.8 x86-64Xavier Leroy2012-08-021-2/+3
* clean up TABs and whitespaceDamien Doligez2012-07-301-41/+41
* Add more CFI directives in i386/amd64 assembly files in asmrunFabrice Le Fessant2012-07-091-96/+114
* Merge commit 12664 from 4.00 on trunk/Fabrice Le Fessant2012-07-091-16/+12
* PR#5487: addition of CFI directives and a few filename/linenumber info to gen...Xavier Leroy2012-02-211-0/+22
* PR#5064, PR#5485: try to ensure that 4K words of stack are availableXavier Leroy2012-02-171-0/+20
* More renaming to OCamlDamien Doligez2012-02-101-6/+6
* PR#5179 continued: no extra stack adjustment in caml_c_callXavier Leroy2011-12-221-2/+2
* PR#5179: giant steps towards a Mingw64 port.Xavier Leroy2011-12-211-57/+145
* AMD64/MacOSX code generator: make local asm labels really local. (L100 inste...Xavier Leroy2011-10-151-37/+39
* 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-32/+32
* PR#4795: PIC version of amd64.SXavier Leroy2010-04-191-14/+19
* PR#4795: support for PIC code in asmrun/amd64.SXavier Leroy2010-03-291-64/+127
* clean up spaces and tabsDamien Doligez2010-01-221-1/+1
* merge changes from 3.10.2merged to 3.11.0Damien Doligez2008-12-031-85/+104
* PR#4564 (partial): mark stack as non-executable on Linux/ELFXavier Leroy2008-08-011-0/+5
* Stack backtraces on uncaught exceptions in native code (merge of the opt_back...Xavier Leroy2007-01-291-4/+36
* fusion 3.09.0 -> 3.09.1Damien Doligez2006-01-041-1/+1
* Fusion des modifs faites sur la branche release jusqu'a la release 3.08.0Xavier Leroy2004-07-131-1/+1
* young_ptr et bottom_of_stack doivent etre sauvegardes par caml_alloc* (PR#2518)Xavier Leroy2004-05-181-1/+1
* depollution suite (PR#1914 et PR#1956)Damien Doligez2004-01-031-3/+3
* depollution suite (et fin?) (PR#1914 et PR#1956)Damien Doligez2004-01-021-1/+1
* depollution suite (PR#1914 et PR#1956)Damien Doligez2004-01-011-5/+5
* depollution suite (PR#1914, PR#1956)Damien Doligez2003-12-311-18/+18
* Typo dans la precedente correctionXavier Leroy2003-12-201-2/+2
* Bug dans raise_caml_exception (r14, r15 not correctly reinitialized)Xavier Leroy2003-12-201-1/+2
* Portage AMD64Xavier Leroy2003-06-301-0/+335