move target-independent opcodes out of TargetInstrInfo
[oota-llvm.git] / lib / CodeGen / AggressiveAntiDepBreaker.cpp
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-01-06 Jim Grosbach80 column and whitespace cleanup
2009-12-24 David GreeneChange errs() to dbgs().
2009-12-09 David Goodwin<rdar://problem/7453528>. Track only physical registers...
2009-11-24 David Goodwin<rdar://problem/6721894>. Allow multiple registers...
2009-11-20 David GoodwinRestructure code to allow renaming of multiple-register...
2009-11-20 David GoodwinRemove some old experimental code that is no longer...
2009-11-19 David GoodwinFix a couple of problems with maintaining liveness...
2009-11-13 David GoodwinAllow target to specify regclass for which antideps...
2009-11-12 David GoodwinRename registers to break output dependencies in additi...
2009-11-10 David GoodwinAllow targets to specify register classes whose member...
2009-11-05 David GoodwinFix bug in aggressive antidep breaking; liveness was...
2009-11-05 David GoodwinReplace std::map.at() with std::map[].
2009-11-05 David GoodwinBreak anti-dependencies using free registers in a round...
2009-11-03 David GoodwinDo a scheduling pass ignoring anti-dependencies to...
2009-10-29 David GoodwinBetween scheduling regions, correctly maintain anti...
2009-10-29 David GoodwinFix a couple of bugs in aggressive anti-dep breaking.
2009-10-26 David GoodwinAllow the aggressive anti-dep breaker to process the...
2009-10-26 David GoodwinAdd aggressive anti-dependence breaker. Currently it...