Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. This time
[oota-llvm.git] / lib / CodeGen / CriticalAntiDepBreaker.cpp
2010-07-15 Bill WendlingUse std::vector instead of TargetRegisterInfo::FirstVir...
2010-07-15 Chris Lattnerrevert bill's patches in an attempt to fix the buildbot.
2010-07-15 Bill WendlingUse std::vector instead of a hard-coded array. The...
2010-06-16 Evan ChengMake post-ra scheduling, anti-dep breaking, and registe...
2010-06-02 Jim GrosbachNot all entries in the range will have an SUnit. Check...
2010-06-01 Jim GrosbachUpdate debug information when breaking anti-dependencie...
2010-05-14 Jim GrosbachRemove trailing whitespace
2010-04-19 Dan GohmanMake BreakAntiDependencies' SUnits argument const,...
2010-03-05 Dale JohannesenFix some more places where dbg_value affected codegen.
2010-01-06 Jim GrosbachAnti-dependency breaking needs to be careful regarding...
2010-01-06 Jim Grosbach80 column and whitespace cleanup
2010-01-04 David GreeneChange errs() to dbgs().
2009-12-09 David Goodwin<rdar://problem/7453528>. Track only physical registers...
2009-11-20 David GoodwinRemove some old experimental code that is no longer...
2009-11-03 David GoodwinDo a scheduling pass ignoring anti-dependencies to...
2009-10-26 David GoodwinBreak anti-dependence breaking out into its own class.