llvm-6502/include
2008-03-11 07:19:34 +00:00
..
llvm When the register allocator runs out of registers, spill a physical register around the def's and use's of the interval being allocated to make it possible for the interval to target a register and spill it right away and restore a register for uses. This likely generates terrible code but is before than aborting. 2008-03-11 07:19:34 +00:00
llvm-c Cleanup some comments in the OCaml bindings. 2008-03-07 19:13:06 +00:00