aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CriticalAntiDepBreaker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reset to master.Dan Albert2014-12-101-2/+17
* am 6eeae0cf: Revert "Apply rL216114 from upstream LLVM."Tim Murray2014-12-101-17/+2
|\
| * Revert "Apply rL216114 from upstream LLVM."Tim Murray2014-12-091-17/+2
| * Apply rL216114 from upstream LLVM.Tim Murray2014-10-231-2/+17
| * Revert "Bring in fixes for Cortex-A53 errata + build updates."Tim Murray2014-10-231-17/+2
| * Bring in fixes for Cortex-A53 errata + build updates.Stephen Hines2014-10-201-2/+17
| * Update LLVM for rebase to r212749.Stephen Hines2014-07-251-11/+40
* | Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-37/+14
* | Bring in fixes for Cortex-A53 errata + build updates.Stephen Hines2014-10-171-2/+17
* | Update LLVM for rebase to r212749.Stephen Hines2014-07-211-11/+40
|/
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-16/+18
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Use SmallVectorImpl instead of SmallVector as method argument to avoid specif...Craig Topper2013-07-031-1/+1
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-031-1/+1
* Simplify logic now that r182490 is in place. No functional change intended.Chad Rosier2013-05-221-2/+2
* Remove special-casing of return blocks for liveness.Jakob Stoklund Olesen2013-02-051-17/+1
* This patch addresses bug 15031.Bill Schmidt2013-01-281-8/+24
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Use MCPhysReg for RegisterClassInfo allocation orders.Jakob Stoklund Olesen2012-11-291-1/+1
* Remove RegisterClassInfo::isReserved() and isAllocatable().Jakob Stoklund Olesen2012-10-151-1/+1
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-011-15/+10
* Switch some getAliasSet clients to MCRegAliasIterator.Jakob Stoklund Olesen2012-06-011-34/+16
* Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().Jakob Stoklund Olesen2012-05-071-2/+2
* CriticalAntiDepBreaker: Replace a SmallSet of regs with a much denser BitVector.Benjamin Kramer2012-03-171-9/+11
* CriticalAntiDepBreaker: BasicBlock::size is an expensive operation, reuse the...Benjamin Kramer2012-03-161-7/+7
* Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper2012-03-051-3/+3
* Use uint16_t to store register overlaps to reduce static data.Craig Topper2012-03-041-5/+5
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-041-1/+1
* Handle regmasks in CriticalAntiDepBreaker.Jakob Stoklund Olesen2012-02-231-0/+14
* Initialize SUnits before DAG building.Andrew Trick2012-02-221-0/+2
* Added a late machine instruction copy propagation pass. This catchesEvan Cheng2012-01-071-1/+1
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-4/+4
* More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.Evan Cheng2011-06-271-2/+2
* Teach antidependency breakers to use RegisterClassInfo.Jakob Stoklund Olesen2011-06-161-8/+6
* Update DBG_VALUEs while breaking anti dependencies.Devang Patel2011-06-021-9/+6
* Fix PostRA antidependence breaker.Andrew Trick2011-02-081-8/+46
* Fix an anti-dep breaker corner case.Andrew Trick2011-02-051-1/+0
* Fixes <rdar://problem/8612856>: During postRAsched, the antidependenceAndrew Trick2010-11-021-9/+27
* Fix a miscompile in 186.crafty for Thumb2 that was exposed by Evan'sBob Wilson2010-10-021-10/+14
* Fix a comment typo.Bob Wilson2010-09-101-1/+1
* Anti-dependency breaking needs to be careful not to use reserved regsJim Grosbach2010-09-021-0/+2
* Fix a use-after-free.Dan Gohman2010-07-261-2/+0
* Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. This timeBill Wendling2010-07-151-9/+16
* revert bill's patches in an attempt to fix the buildbot.Chris Lattner2010-07-151-4/+2
* Use std::vector instead of a hard-coded array. The length of that array couldBill Wendling2010-07-151-2/+4
* Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...Evan Cheng2010-06-161-53/+84
* Not all entries in the range will have an SUnit. Check for that when lookingJim Grosbach2010-06-021-0/+1
* Update debug information when breaking anti-dependencies. rdar://7759363Jim Grosbach2010-06-011-1/+19
* Remove trailing whitespaceJim Grosbach2010-05-141-3/+3