Fix a ton of comment typos found by codespell. Patch by
[oota-llvm.git] / lib / CodeGen / AggressiveAntiDepBreaker.cpp
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-12-14 Jakob Stoklund OlesenSimplify AggressiveAntiDepBreaker's use of register...
2010-09-02 Jim GrosbachAnti-dependency breaking needs to be careful not to...
2010-07-15 Bill WendlingUse std::vector instead of TargetRegisterInfo::FirstVir...
2010-07-15 Bill WendlingReserve a goodly amount of room for the vectors.
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 WendlingFix headers.
2010-07-15 Bill WendlingUse std::vector instead of a hard-coded array. The...
2010-07-12 Rafael EspindolaConvert the last use of getPhysicalRegisterRegClass...
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-04-19 Dan GohmanMake BreakAntiDependencies' SUnits argument const,...
2010-04-09 Bob WilsonTidy whitespace.
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...