ocaml/asmcomp
Xavier Leroy 4e50c497a8 Updating the ARM port, continued:
- Reserve register r9 and treat r10 as callee-save, as per the EABI.
- Treatment of alloc_limit register.
- Fixed bug in inlined allocation sequence.


git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9252 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2009-05-04 13:46:46 +00:00
..
alpha Can select which assembler to use at configuration time (PR#4171) 2007-10-30 12:37:16 +00:00
amd64 PR#4759: bad merge of emit_call, etc 2009-03-31 11:50:48 +00:00
arm Updating the ARM port, continued: 2009-05-04 13:46:46 +00:00
hppa merge changes 3.10.0 -> 3.10.1 2008-01-11 16:13:18 +00:00
i386 merge changes from 3.10.2merged to 3.11.0 2008-12-03 18:09:09 +00:00
ia64 Can select which assembler to use at configuration time (PR#4171) 2007-10-30 12:37:16 +00:00
m68k Deprecated the M68k port 2000-02-04 15:34:43 +00:00
mips Can select which assembler to use at configuration time (PR#4171) 2007-10-30 12:37:16 +00:00
power Roll-back: natdynlink won't be ported to PowerPC anytime soon. 2007-11-09 15:06:57 +00:00
sparc Can select which assembler to use at configuration time (PR#4171) 2007-10-30 12:37:16 +00:00
.cvsignore configure: suppression "smart preprocessing" pour MacOS X 2002-01-18 15:13:26 +00:00
asmgen.ml Output references to the native version of the primitives in ocamlopt 2008-07-24 05:35:22 +00:00
asmgen.mli Merge the natdynlink branch into HEAD. 2007-11-06 15:16:56 +00:00
asmlibrarian.ml PR#3587 2005-09-24 16:45:56 +00:00
asmlibrarian.mli Suppression de Formatmsg, réécriture des messages à l'aide de Format.fprintf 2000-04-21 08:13:22 +00:00
asmlink.ml Add explicit references to external primitive symbols. 2008-01-31 09:13:19 +00:00
asmlink.mli Merge the natdynlink branch into HEAD. 2007-11-06 15:16:56 +00:00
asmpackager.ml Same in native code. 2007-11-15 16:09:57 +00:00
asmpackager.mli Revu implementation de ocamlopt -pack. Remplacement du renommage a posteriori par un renommage a priori via l'option -for-pack 2005-08-01 15:51:09 +00:00
clambda.ml Stack backtraces on uncaught exceptions in native code (merge of the opt_backtrace branch) 2007-01-29 12:11:18 +00:00
clambda.mli Stack backtraces on uncaught exceptions in native code (merge of the opt_backtrace branch) 2007-01-29 12:11:18 +00:00
closure.ml PR#4583: do not compare Lambda terms with =, use Lambda.same instead 2008-08-01 12:52:14 +00:00
closure.mli Changement de la licence 1999-11-17 18:59:06 +00:00
cmm.ml Stack backtraces on uncaught exceptions in native code (merge of the opt_backtrace branch) 2007-01-29 12:11:18 +00:00
cmm.mli Stack backtraces on uncaught exceptions in native code (merge of the opt_backtrace branch) 2007-01-29 12:11:18 +00:00
cmmgen.ml PR#4558 part 1: unboxing of floats and boxed ints across 'let' and similar constructs 2008-08-05 13:35:20 +00:00
cmmgen.mli Add explicit references to external primitive symbols. 2008-01-31 09:13:19 +00:00
codegen.ml Suppression de Formatmsg, réécriture des messages à l'aide de Format.fprintf 2000-04-21 08:13:22 +00:00
codegen.mli Changement de la licence 1999-11-17 18:59:06 +00:00
coloring.ml Suppression de l'allocation dans la zone Incoming. Ce code semble ineffectif et potentiellement incorrect vis-a-vis du GC 2004-08-12 13:34:42 +00:00
coloring.mli Changement de la licence 1999-11-17 18:59:06 +00:00
comballoc.ml Stack backtraces on uncaught exceptions in native code (merge of the opt_backtrace branch) 2007-01-29 12:11:18 +00:00
comballoc.mli Changement de la licence 1999-11-17 18:59:06 +00:00
compilenv.ml Merge the natdynlink branch into HEAD. 2007-11-06 15:16:56 +00:00
compilenv.mli Merge the natdynlink branch into HEAD. 2007-11-06 15:16:56 +00:00
debuginfo.ml Stack backtraces on uncaught exceptions in native code (merge of the opt_backtrace branch) 2007-01-29 12:11:18 +00:00
debuginfo.mli Stack backtraces on uncaught exceptions in native code (merge of the opt_backtrace branch) 2007-01-29 12:11:18 +00:00
emit.mli Changement de la licence 1999-11-17 18:59:06 +00:00
emitaux.ml Stack backtraces on uncaught exceptions in native code (merge of the opt_backtrace branch) 2007-01-29 12:11:18 +00:00
emitaux.mli Stack backtraces on uncaught exceptions in native code (merge of the opt_backtrace branch) 2007-01-29 12:11:18 +00:00
interf.ml Pour la matrice creuse, utilisation d'un ensemble de paires d'entiers plutot que d'une table de hachage, c'est plus efficace (PR#2470) 2004-05-08 15:04:03 +00:00
interf.mli Changement de la licence 1999-11-17 18:59:06 +00:00
linearize.ml Stack backtraces on uncaught exceptions in native code (merge of the opt_backtrace branch) 2007-01-29 12:11:18 +00:00
linearize.mli Stack backtraces on uncaught exceptions in native code (merge of the opt_backtrace branch) 2007-01-29 12:11:18 +00:00
liveness.ml Stack backtraces on uncaught exceptions in native code (merge of the opt_backtrace branch) 2007-01-29 12:11:18 +00:00
liveness.mli Suppression de Formatmsg, réécriture des messages à l'aide de Format.fprintf 2000-04-21 08:13:22 +00:00
mach.ml Stack backtraces on uncaught exceptions in native code (merge of the opt_backtrace branch) 2007-01-29 12:11:18 +00:00
mach.mli Stack backtraces on uncaught exceptions in native code (merge of the opt_backtrace branch) 2007-01-29 12:11:18 +00:00
printcmm.ml Stack backtraces on uncaught exceptions in native code (merge of the opt_backtrace branch) 2007-01-29 12:11:18 +00:00
printcmm.mli Suppression de Formatmsg, réécriture des messages à l'aide de Format.fprintf 2000-04-21 08:13:22 +00:00
printlinear.ml Stack backtraces on uncaught exceptions in native code (merge of the opt_backtrace branch) 2007-01-29 12:11:18 +00:00
printlinear.mli Suppression de Formatmsg, réécriture des messages à l'aide de Format.fprintf 2000-04-21 08:13:22 +00:00
printmach.ml Stack backtraces on uncaught exceptions in native code (merge of the opt_backtrace branch) 2007-01-29 12:11:18 +00:00
printmach.mli Suppression de Formatmsg, réécriture des messages à l'aide de Format.fprintf 2000-04-21 08:13:22 +00:00
proc.mli Changement de la licence 1999-11-17 18:59:06 +00:00
reg.ml Added and used Reg.createv_like. 2009-03-31 09:44:50 +00:00
reg.mli Added and used Reg.createv_like. 2009-03-31 09:44:50 +00:00
reload.mli Changement de la licence 1999-11-17 18:59:06 +00:00
reloadgen.ml Stack backtraces on uncaught exceptions in native code (merge of the opt_backtrace branch) 2007-01-29 12:11:18 +00:00
reloadgen.mli Changement de la licence 1999-11-17 18:59:06 +00:00
schedgen.ml Stack backtraces on uncaught exceptions in native code (merge of the opt_backtrace branch) 2007-01-29 12:11:18 +00:00
schedgen.mli Changement de la licence 1999-11-17 18:59:06 +00:00
scheduling.mli Changement de la licence 1999-11-17 18:59:06 +00:00
selectgen.ml Added and used Reg.createv_like. 2009-03-31 09:44:50 +00:00
selectgen.mli Added and used Reg.createv_like. 2009-03-31 09:44:50 +00:00
selection.mli Changement de la licence 1999-11-17 18:59:06 +00:00
spill.ml Stack backtraces on uncaught exceptions in native code (merge of the opt_backtrace branch) 2007-01-29 12:11:18 +00:00
spill.mli Changement de la licence 1999-11-17 18:59:06 +00:00
split.ml Stack backtraces on uncaught exceptions in native code (merge of the opt_backtrace branch) 2007-01-29 12:11:18 +00:00
split.mli Changement de la licence 1999-11-17 18:59:06 +00:00