summaryrefslogtreecommitdiff
path: root/asmrun
Commit message (Expand)AuthorAgeFilesLines
* port to cygwin-64Damien Doligez2013-12-031-8/+8
* Bring stack backtraces up-to-date on PowerPC, incl. reraise.Xavier Leroy2013-11-284-20/+97
* caml_backtrace_pos is a 32-bit integer under amd64.Alain Frisch2013-11-191-1/+8
* Missing include (==> implicit declaration of function 'caml_named_value').Alain Frisch2013-11-151-0/+1
* Simplify special logic for array bound error (allocate the exception value fr...Alain Frisch2013-11-081-34/+11
* Do not introduce Obj.raw_tag.Alain Frisch2013-11-061-0/+3
* Typo.Alain Frisch2013-11-041-3/+1
* Fix Out_of_memory/Stack_overflow.Alain Frisch2013-10-182-15/+6
* Also adapt the native system.Alain Frisch2013-10-181-7/+1
* Support for AMD64, Intel syntax (i.e. MVSC 64 port).Alain Frisch2013-10-151-2/+14
* Support the two variants on i386, intel syntax (i.e. Win32 msvc port).Alain Frisch2013-10-151-3/+15
* Support the two variants on i386.Alain Frisch2013-10-151-2/+14
* 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-043-27/+27
* PR#4243: make the Makefiles parallelizableDamien Doligez2013-07-241-3/+6
* Port to the ARM 64-bits (AArch64) architecture (experimental).Xavier Leroy2013-07-183-0/+559
* build: select win32 variants of unix and graph for mingw.Wojciech Meyer2013-06-301-6/+6
* PR#6049: support for OpenBSD/macppcXavier Leroy2013-06-242-1/+4
* implement a caml_stash_current_backtrace primitive to save the call stack at ...Gabriel Scherer2013-06-191-27/+107
* make ocamlopt pretty-print uncaught exceptions just as ocamlc and PrintexcGabriel Scherer2013-06-191-11/+30
* #4719: use GetModuleFileName to get an absolute path to the current executabl...Alain Frisch2013-06-181-6/+0
* Fix PR#6031 : problem with -with-frame-pointers in caml_allocNFabrice Le Fessant2013-06-111-12/+25
* PR#5976 continued: don't activate RETURN_AFTER_STACK_OVERFLOW yet on i386/mac...Xavier Leroy2013-06-091-3/+0
* PR#5976: crash after recovering from two stack overflows (ocamlopt on MacOS X)Xavier Leroy2013-06-093-7/+47
* Re-add configure option -with-frame-pointersFabrice Le Fessant2013-06-032-5/+44
* 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
* PR#5982: save and restore the value of errno in signal handlersJérémie Dimino2013-05-141-0/+5
* last fixes to make the testsuite work under mingwDamien Doligez2013-04-301-2/+2
* fix C compiler warnings and bug introduced by commit 13436Damien Doligez2013-03-221-0/+2
* fix whitespace and over-long linesDamien Doligez2013-03-222-7/+12
* user-exposed abstract type for raw backtraces in Printexc.ml (original patch ...Gabriel Scherer2013-03-111-7/+38
* fix a few problems with whitespace and over-long linesDamien Doligez2013-03-095-10/+15
* Revert bad commit.Alain Frisch2013-01-231-8/+2
* #5902: adapt standard ppx driver to support extra arguments.Alain Frisch2013-01-231-2/+8
* Fix #4887 (input_char after close_in crashes ocaml, msvc runtime). Patch by C...Alain Frisch2013-01-171-0/+11
* [arm] Add CFI directives to the native runtime.Benedikt Meurer2013-01-131-30/+65
* [amd64] Avoid unbalanced CFA offsets.Benedikt Meurer2013-01-131-5/+5
* PR#5886: Small changes to compile for Android.Benedikt Meurer2013-01-131-1/+12
* #5798: Apply patch to add VFPv2 and ARMv6 hard-float support (Jeffrey Scofiel...Benedikt Meurer2012-10-242-2/+12
* remove all $Id keywordsDamien Doligez2012-10-1517-35/+1
* PR#5707: in AMD64 port, exchange the roles of r10-r11 and r12-r13,Xavier Leroy2012-09-082-12/+12
* 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
* Remove empty and useless file natdynlink.h.Alain Frisch2012-08-014-8/+6
* clean up TABs and whitespaceDamien Doligez2012-07-309-166/+164
* merge changes from 4.00 branching to 4.00.0 (part 1)Damien Doligez2012-07-261-45/+54
* Revert commit r12756 containing unwanted changesFabrice Le Fessant2012-07-222-128/+7
* Fix PR#5695Fabrice Le Fessant2012-07-222-7/+128