Remove the uses of getSubtargetImpl from InstrEmitter and remove
[oota-llvm.git] / lib / CodeGen / AggressiveAntiDepBreaker.cpp
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-31 Will SchmidtDisable IsSub subregister assert. pr18663.
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-02-26 Hal FinkelFix the aggressive anti-dep breaker's subregister defin...
2013-09-12 Hal FinkelFix crash in AggressiveAntiDepBreaker with empty Critic...
2013-05-22 Chad RosierSimplify logic now that r182490 is in place. No functi...
2013-02-05 Jakob Stoklund OlesenRemove special-casing of return blocks for liveness.
2012-12-21 Roman DivackyRemove duplicate includes.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-29 Jakob Stoklund OlesenUse MCPhysReg for RegisterClassInfo allocation orders.
2012-10-15 Jakob Stoklund OlesenRemove RegisterClassInfo::isReserved() and isAllocatable().
2012-06-06 Andrew TrickMove RegisterClassInfo.h.
2012-06-01 Jakob Stoklund OlesenSwitch all register list clients to the new MC*Iterator...
2012-05-07 Jakob Stoklund OlesenAdd an MF argument to TRI::getPointerRegClass() and...
2012-03-05 Craig TopperConvert more GenRegisterInfo tables from unsigned to...
2012-03-04 Craig TopperUse uint16_t to store register overlaps to reduce stati...
2012-03-04 Craig TopperUse uint16_t to store registers in callee saved registe...
2012-01-16 Hal FinkelAggressiveAntiDepBreaker needs to skip debug values...
2012-01-07 Evan ChengAdded a late machine instruction copy propagation pass...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-07-01 Evan ChengRename TargetSubtarget to TargetSubtargetInfo for consi...
2011-06-27 Evan ChengMore refactoring. Move getRegClass from TargetOperandIn...
2011-06-16 Jakob Stoklund OlesenTeach antidependency breakers to use RegisterClassInfo.
2011-06-02 Devang PatelUpdate DBG_VALUEs while breaking anti dependencies.
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...