summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp
Commit message (Expand)AuthorAgeFilesLines
* MachineBasicBlock: Factor out common code into isReturnBlock()Matthias Braun2015-09-251-1/+1
* Save LaneMask with livein registersMatthias Braun2015-09-091-2/+2
* MachineBasicBlock: Add liveins() method returning an iterator_rangeMatthias Braun2015-08-241-3/+2
* MachineFrameInfo: Simplify pristine register calculation.Matthias Braun2015-05-281-1/+1
* Remove unnecessary TargetMachine.h includes.Eric Christopher2014-10-141-1/+0
* critical-anti-dependency breaker: don't use reg def info from kill insts (PR2...Sanjay Patel2014-08-201-2/+17
* use register iterators that include self to reduce code duplication in Critic...Sanjay Patel2014-08-061-25/+6
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-5/+4
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-11/+9
* bug fix for PR20020: anti-dependency-breaker causes miscompilationSanjay Patel2014-07-031-0/+31
* fixed a few typos in commentsSanjay Patel2014-06-241-11/+9
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-14/+15
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-041-1/+1
* Fix known typosAlp Toker2014-01-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
OpenPOWER on IntegriCloud