summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AggressiveAntiDepBreaker.cpp
Commit message (Expand)AuthorAge
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* Fix the aggressive anti-dep breaker's subregister definition handlingHal Finkel2014-02-26
* Fix crash in AggressiveAntiDepBreaker with empty CriticalPathSetHal Finkel2013-09-12
* Simplify logic now that r182490 is in place. No functional change intended.Chad Rosier2013-05-22
* Remove special-casing of return blocks for liveness.Jakob Stoklund Olesen2013-02-05
* Remove duplicate includes.Roman Divacky2012-12-21
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Use MCPhysReg for RegisterClassInfo allocation orders.Jakob Stoklund Olesen2012-11-29
* Remove RegisterClassInfo::isReserved() and isAllocatable().Jakob Stoklund Olesen2012-10-15
* Move RegisterClassInfo.h.Andrew Trick2012-06-06
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-01
* Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().Jakob Stoklund Olesen2012-05-07
* Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper2012-03-05
* Use uint16_t to store register overlaps to reduce static data.Craig Topper2012-03-04
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-04
* AggressiveAntiDepBreaker needs to skip debug values because a debug value doe...Hal Finkel2012-01-16
* Added a late machine instruction copy propagation pass. This catchesEvan Cheng2012-01-07
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-01
* More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.Evan Cheng2011-06-27
* Teach antidependency breakers to use RegisterClassInfo.Jakob Stoklund Olesen2011-06-16
* Update DBG_VALUEs while breaking anti dependencies.Devang Patel2011-06-02
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Simplify AggressiveAntiDepBreaker's use of register aliases.Jakob Stoklund Olesen2010-12-14
* Anti-dependency breaking needs to be careful not to use reserved regsJim Grosbach2010-09-02
* Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. This timeBill Wendling2010-07-15
* Reserve a goodly amount of room for the vectors.Bill Wendling2010-07-15
* Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister.Bill Wendling2010-07-15
* revert bill's patches in an attempt to fix the buildbot.Chris Lattner2010-07-15
* Fix headers.Bill Wendling2010-07-15
* Use std::vector instead of a hard-coded array. The length of that array couldBill Wendling2010-07-15
* Convert the last use of getPhysicalRegisterRegClass and remove it.Rafael Espindola2010-07-12
* Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...Evan Cheng2010-06-16
* Not all entries in the range will have an SUnit. Check for that when lookingJim Grosbach2010-06-02
* Update debug information when breaking anti-dependencies. rdar://7759363Jim Grosbach2010-06-01
* Make BreakAntiDependencies' SUnits argument const, and make the BeginDan Gohman2010-04-19
* Tidy whitespace.Bob Wilson2010-04-09
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-09
* 80 column and whitespace cleanupJim Grosbach2010-01-06
* Change errs() to dbgs().David Greene2009-12-24
* <rdar://problem/7453528>. Track only physical registers that are valid for th...David Goodwin2009-12-09
* <rdar://problem/6721894>. Allow multiple registers to be renamed together (su...David Goodwin2009-11-24
* Restructure code to allow renaming of multiple-register groups for anti-dep b...David Goodwin2009-11-20
* Remove some old experimental code that is no longer needed. Remove additional...David Goodwin2009-11-20
* Fix a couple of problems with maintaining liveness information for antidep br...David Goodwin2009-11-19
* Allow target to specify regclass for which antideps will only be broken along...David Goodwin2009-11-13
* Rename registers to break output dependencies in addition to anti-dependencies.David Goodwin2009-11-12
* Allow targets to specify register classes whose member registers should not b...David Goodwin2009-11-10