Re-implement trivial rematerialization. This allows def MIs whose live intervals...
[oota-llvm.git] / lib / CodeGen / SimpleRegisterCoalescing.cpp
2007-08-13 Evan ChengRe-implement trivial rematerialization. This allows...
2007-08-12 Evan ChengNo need to remove dead range from soon-to-be-dead live...
2007-08-11 Evan ChengCode to maintain kill information during register coale...
2007-08-09 Chris Lattnerunbreak the build
2007-08-09 Evan ChengBug fix. ~1U marks the val# dead.
2007-08-08 Evan Cheng- Each val# can have multiple kills.
2007-08-07 Evan Cheng- LiveInterval value#'s now have 3 components: def...
2007-08-05 Chris Lattnershorten this name
2007-07-31 Evan Chengsimpleregistercoalescing -> regcoalescing. It's too...
2007-07-20 Dan GohmanDon't assume that only Uses can be kills. Defs are...
2007-07-18 Evan ChengAdd comment.
2007-07-09 Gabor Greiffix typos
2007-06-08 David GreeneFactor live variable analysis so it does not do registe...