ocaml/asmrun
Xavier Leroy 055d5c0379 Port to the ARM 64-bits (AArch64) architecture (experimental).
Merge of branch branches/arm64.


git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13909 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2013-07-18 16:09:20 +00:00
..
.depend Remove empty and useless file natdynlink.h. 2012-08-01 15:37:29 +00:00
.ignore uniform .ignore system 2011-07-20 15:37:36 +00:00
Makefile build: select win32 variants of unix and graph for mingw. 2013-06-30 12:58:34 +00:00
Makefile.nt last fixes to make the testsuite work under mingw 2013-04-30 09:25:14 +00:00
amd64.S Fix PR#6031 : problem with -with-frame-pointers in caml_allocN 2013-06-11 11:20:03 +00:00
amd64nt.asm Re-add configure option -with-frame-pointers 2013-06-03 18:03:59 +00:00
arm.S [arm] Add CFI directives to the native runtime. 2013-01-13 17:20:36 +00:00
arm64.S Port to the ARM 64-bits (AArch64) architecture (experimental). 2013-07-18 16:09:20 +00:00
backtrace.c implement a caml_stash_current_backtrace primitive to save the call stack at any point 2013-06-19 14:12:02 +00:00
fail.c remove all $Id keywords 2012-10-15 17:50:56 +00:00
i386.S fix a few problems with whitespace and over-long lines 2013-03-09 22:38:52 +00:00
i386nt.asm remove all $Id keywords 2012-10-15 17:50:56 +00:00
natdynlink.c Remove empty and useless file natdynlink.h. 2012-08-01 15:37:29 +00:00
power-elf.S remove all $Id keywords 2012-10-15 17:50:56 +00:00
power-rhapsody.S remove all $Id keywords 2012-10-15 17:50:56 +00:00
roots.c remove all $Id keywords 2012-10-15 17:50:56 +00:00
signals_asm.c PR#5976: crash after recovering from two stack overflows (ocamlopt on MacOS X) 2013-06-09 08:52:08 +00:00
signals_osdep.h Port to the ARM 64-bits (AArch64) architecture (experimental). 2013-07-18 16:09:20 +00:00
sparc.S remove all $Id keywords 2012-10-15 17:50:56 +00:00
stack.h Port to the ARM 64-bits (AArch64) architecture (experimental). 2013-07-18 16:09:20 +00:00
startup.c #4719: use GetModuleFileName to get an absolute path to the current executable under Windows. 2013-06-18 10:25:01 +00:00