Range-for-ify some things in GlobalMerge
[oota-llvm.git] / lib / CodeGen / CriticalAntiDepBreaker.cpp
2015-05-28 Matthias BraunMachineFrameInfo: Simplify pristine register calculation.
2014-10-14 Eric ChristopherRemove unnecessary TargetMachine.h includes.
2014-08-20 Sanjay Patelcritical-anti-dependency breaker: don't use reg def...
2014-08-06 Sanjay Pateluse register iterators that include self to reduce...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-03 Sanjay Patelbug fix for PR20020: anti-dependency-breaker causes...
2014-06-24 Sanjay Patelfixed a few typos in comments
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-01-24 Alp TokerFix known typos
2013-07-03 Craig TopperUse SmallVectorImpl instead of SmallVector as method...
2013-07-03 Craig TopperUse SmallVectorImpl instead of SmallVector for iterator...
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.
2013-01-28 Bill SchmidtThis patch addresses bug 15031.
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-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-06-01 Jakob Stoklund OlesenSwitch all register list clients to the new MC*Iterator...
2012-06-01 Jakob Stoklund OlesenSwitch some getAliasSet clients to MCRegAliasIterator.
2012-05-07 Jakob Stoklund OlesenAdd an MF argument to TRI::getPointerRegClass() and...
2012-03-17 Benjamin KramerCriticalAntiDepBreaker: Replace a SmallSet of regs...
2012-03-16 Benjamin KramerCriticalAntiDepBreaker: BasicBlock::size is an expensiv...
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-02-23 Jakob Stoklund OlesenHandle regmasks in CriticalAntiDepBreaker.
2012-02-22 Andrew TrickInitialize SUnits before DAG building.
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-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-02-08 Andrew TrickFix PostRA antidependence breaker.
2011-02-05 Andrew TrickFix an anti-dep breaker corner case.
2010-11-02 Andrew TrickFixes <rdar://problem/8612856>: During postRAsched...
2010-10-02 Bob WilsonFix a miscompile in 186.crafty for Thumb2 that was...
2010-09-10 Bob WilsonFix a comment typo.
2010-09-02 Jim GrosbachAnti-dependency breaking needs to be careful not to...
2010-07-26 Dan GohmanFix a use-after-free.
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.