summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CriticalAntiDepBreaker.cpp
Commit message (Expand)AuthorAge
* fixed a few typos in commentsSanjay Patel2014-06-24
* [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 known typosAlp Toker2014-01-24
* Use SmallVectorImpl instead of SmallVector as method argument to avoid specif...Craig Topper2013-07-03
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-03
* 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
* This patch addresses bug 15031.Bill Schmidt2013-01-28
* 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
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-01
* Switch some getAliasSet clients to MCRegAliasIterator.Jakob Stoklund Olesen2012-06-01
* Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().Jakob Stoklund Olesen2012-05-07
* CriticalAntiDepBreaker: Replace a SmallSet of regs with a much denser BitVector.Benjamin Kramer2012-03-17
* CriticalAntiDepBreaker: BasicBlock::size is an expensive operation, reuse the...Benjamin Kramer2012-03-16
* 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
* Handle regmasks in CriticalAntiDepBreaker.Jakob Stoklund Olesen2012-02-23
* Initialize SUnits before DAG building.Andrew Trick2012-02-22
* 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
* 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 PostRA antidependence breaker.Andrew Trick2011-02-08
* Fix an anti-dep breaker corner case.Andrew Trick2011-02-05
* Fixes <rdar://problem/8612856>: During postRAsched, the antidependenceAndrew Trick2010-11-02
* Fix a miscompile in 186.crafty for Thumb2 that was exposed by Evan'sBob Wilson2010-10-02
* Fix a comment typo.Bob Wilson2010-09-10
* Anti-dependency breaking needs to be careful not to use reserved regsJim Grosbach2010-09-02
* Fix a use-after-free.Dan Gohman2010-07-26
* Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. This timeBill Wendling2010-07-15
* revert bill's patches in an attempt to fix the buildbot.Chris Lattner2010-07-15
* Use std::vector instead of a hard-coded array. The length of that array couldBill Wendling2010-07-15
* 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
* Remove trailing whitespaceJim Grosbach2010-05-14
* Make BreakAntiDependencies' SUnits argument const, and make the BeginDan Gohman2010-04-19
* Fix some more places where dbg_value affected codegen.Dale Johannesen2010-03-05
* Anti-dependency breaking needs to be careful regarding instructions withJim Grosbach2010-01-06
* 80 column and whitespace cleanupJim Grosbach2010-01-06
* Change errs() to dbgs().David Greene2010-01-04
* <rdar://problem/7453528>. Track only physical registers that are valid for th...David Goodwin2009-12-09
* Remove some old experimental code that is no longer needed. Remove additional...David Goodwin2009-11-20