ocaml/asmcomp/power
Xavier Leroy 53231bcdc3 Update to trunk r16267.
A change on trunk in cmmgen was causing problems: the use of array_indexing
in bigarray_indexing was constructing derived pointers of Addr type
instead of the correct Int type.  (Because bigarray inner pointers
are outside the heap, and because they are live across allocations.)
Added an optional argument to array_indexing to specify expected
pointer type, and adapted bigarray_indexing to use it with type Int.


git-svn-id: http://caml.inria.fr/svn/ocaml/branches/cmm-mach-types@16268 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2015-07-27 08:18:53 +00:00
..
CSE.ml merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev 15121) 2014-08-22 13:45:02 +00:00
arch.ml fix macppc build (patch by Anil Madhavapeddy) 2013-06-21 14:59:12 +00:00
emit.mlp Update to trunk r16267. 2015-07-27 08:18:53 +00:00
proc.ml merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev 15121) 2014-08-22 13:45:02 +00:00
reload.ml remove all $Id keywords 2012-10-15 17:50:56 +00:00
scheduling.ml New back-end optimization pass: common subexpression elimination (CSE). 2014-04-26 10:40:22 +00:00
selection.ml Perform constant optimizations for integer division and modulus on the C-- level. 2013-11-19 07:01:54 +00:00