summaryrefslogtreecommitdiffstats
path: root/asmrun
AgeCommit message (Expand)Author
2013-05-14PR#5982: save and restore the value of errno in signal handlersJérémie Dimino
2013-04-30last fixes to make the testsuite work under mingwDamien Doligez
2013-03-22fix C compiler warnings and bug introduced by commit 13436Damien Doligez
2013-03-22fix whitespace and over-long linesDamien Doligez
2013-03-11user-exposed abstract type for raw backtraces in Printexc.ml (original patch ...Gabriel Scherer
2013-03-09fix a few problems with whitespace and over-long linesDamien Doligez
2013-01-23Revert bad commit.Alain Frisch
2013-01-23#5902: adapt standard ppx driver to support extra arguments.Alain Frisch
2013-01-17Fix #4887 (input_char after close_in crashes ocaml, msvc runtime). Patch by C...Alain Frisch
2013-01-13[arm] Add CFI directives to the native runtime.Benedikt Meurer
2013-01-13[amd64] Avoid unbalanced CFA offsets.Benedikt Meurer
2013-01-13PR#5886: Small changes to compile for Android.Benedikt Meurer
2012-10-24#5798: Apply patch to add VFPv2 and ARMv6 hard-float support (Jeffrey Scofiel...Benedikt Meurer
2012-10-15remove all $Id keywordsDamien Doligez
2012-09-08PR#5707: in AMD64 port, exchange the roles of r10-r11 and r12-r13,Xavier Leroy
2012-08-03PR#5700, take 2: another misaligned call to caml_stash_backtrace.Xavier Leroy
2012-08-02PR#5700: crash with native-code stack backtraces under MacOS 10.8 x86-64Xavier Leroy
2012-08-01Remove empty and useless file natdynlink.h.Alain Frisch
2012-07-30clean up TABs and whitespaceDamien Doligez
2012-07-26merge changes from 4.00 branching to 4.00.0 (part 1)Damien Doligez
2012-07-22Revert commit r12756 containing unwanted changesFabrice Le Fessant
2012-07-22Fix PR#5695Fabrice Le Fessant
2012-07-09Add more CFI directives in i386/amd64 assembly files in asmrunFabrice Le Fessant
2012-07-09Merge commit 12664 from 4.00 on trunk/Fabrice Le Fessant
2012-05-29modified Windows Makefiles to install compiler internalsFabrice Le Fessant
2012-05-17Install compiler internals (as libraries + compiled interfaces + start modules)Xavier Leroy
2012-03-13PR#5215: Marshalling of closures now supported if the closures come from dyna...Xavier Leroy
2012-03-08merge version 3.12 from 3.12.1 to r12205Damien Doligez
2012-02-21PR#5487: addition of CFI directives and a few filename/linenumber info to gen...Xavier Leroy
2012-02-18- PR#5509: misclassification of statically-allocated empty array thatXavier Leroy
2012-02-17Backtrack previous changes for PowerPC/Linux, which turns out to lack what we...Xavier Leroy
2012-02-17PR#5064, PR#5485: try to ensure that 4K words of stack are availableXavier Leroy
2012-02-10More renaming to OCamlDamien Doligez
2012-02-05Fix various compiler warnings in asmrun.Benedikt Meurer
2012-02-05[arm] Update copyright notices as suggested by Xavier.Benedikt Meurer
2012-02-04Merge the new ARM backend into trunk (PR#5433).Benedikt Meurer
2011-12-22PR#5179 continued: no extra stack adjustment in caml_c_callXavier Leroy
2011-12-21PR#5179: giant steps towards a Mingw64 port.Xavier Leroy
2011-12-20PR#4746: wrong detection of stack overflows in native code under LinuxXavier Leroy
2011-12-18Removed the obsolete native-code generators for Alpha, HPPA, IA64 and MIPS.Xavier Leroy
2011-12-17Removed the obsolete native-code generators for Alpha, HPPA, IA64 and MIPS.Xavier Leroy
2011-10-15AMD64/MacOSX code generator: make local asm labels really local. (L100 inste...Xavier Leroy
2011-09-18PR#5336: add .type directives in ARM codeXavier Leroy
2011-09-08PR#5344: some predifined exceptions need special printingXavier Clerc
2011-07-27renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez
2011-07-20uniform .ignore systemDamien Doligez
2011-07-20merge changes from 3.12.0 to 3.12.1Damien Doligez
2011-04-26renaming "Objective Caml" to "OCaml" (first pass)Damien Doligez
2011-03-17add option -runtime-variantDamien Doligez
2011-01-06PR#4243: make .c.p.o rule thread-safeDamien Doligez