llvm-6502/include
2009-04-25 09:25:19 +00:00
..
llvm Do not share a single unknown val# for all the live ranges merged into a physical sub-register live interval. When coalescer is merging in clobbered virtaul register live interval into a physical register live interval, give each virtual register val# a separate val# in the physical register live interval. Otherwise, the coalescer would have lost track of the definitions information it needs to make correct coalescing decisions. 2009-04-25 09:25:19 +00:00
llvm-c Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin. 2009-04-24 16:55:21 +00:00