aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AggressiveAntiDepBreaker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+25
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-21/+13
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-26/+26
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+11
* Fix crash in AggressiveAntiDepBreaker with empty CriticalPathSetHal Finkel2013-09-121-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
* Remove duplicate includes.Roman Divacky2012-12-211-1/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* Use MCPhysReg for RegisterClassInfo allocation orders.Jakob Stoklund Olesen2012-11-291-1/+1
* Remove RegisterClassInfo::isReserved() and isAllocatable().Jakob Stoklund Olesen2012-10-151-2/+2
* Move RegisterClassInfo.h.Andrew Trick2012-06-061-1/+1
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-011-21/+16
* Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().Jakob Stoklund Olesen2012-05-071-2/+2
* Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper2012-03-051-2/+2
* Use uint16_t to store register overlaps to reduce static data.Craig Topper2012-03-041-6/+6
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-041-1/+1
* AggressiveAntiDepBreaker needs to skip debug values because a debug value doe...Hal Finkel2012-01-161-0/+3
* 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
* Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-011-1/+1
* 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-12/+13
* Update DBG_VALUEs while breaking anti dependencies.Devang Patel2011-06-021-9/+7
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Simplify AggressiveAntiDepBreaker's use of register aliases.Jakob Stoklund Olesen2010-12-141-31/+14
* Anti-dependency breaking needs to be careful not to use reserved regsJim Grosbach2010-09-021-0/+2
* Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. This timeBill Wendling2010-07-151-5/+5
* Reserve a goodly amount of room for the vectors.Bill Wendling2010-07-151-2/+4
* Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister.Bill Wendling2010-07-151-10/+10
* revert bill's patches in an attempt to fix the buildbot.Chris Lattner2010-07-151-12/+10
* Fix headers.Bill Wendling2010-07-151-0/+1
* Use std::vector instead of a hard-coded array. The length of that array couldBill Wendling2010-07-151-11/+12
* Convert the last use of getPhysicalRegisterRegClass and remove it.Rafael Espindola2010-07-121-1/+5
* Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...Evan Cheng2010-06-161-21/+43
* 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-0/+12
* Make BreakAntiDependencies' SUnits argument const, and make the BeginDan Gohman2010-04-191-19/+20
* Tidy whitespace.Bob Wilson2010-04-091-9/+8
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-091-4/+3
* 80 column and whitespace cleanupJim Grosbach2010-01-061-75/+84
* Change errs() to dbgs().David Greene2009-12-241-59/+59
* <rdar://problem/7453528>. Track only physical registers that are valid for th...David Goodwin2009-12-091-12/+15
* <rdar://problem/6721894>. Allow multiple registers to be renamed together (su...David Goodwin2009-11-241-6/+0
* Restructure code to allow renaming of multiple-register groups for anti-dep b...David Goodwin2009-11-201-44/+73
* Remove some old experimental code that is no longer needed. Remove additional...David Goodwin2009-11-201-62/+36
* Fix a couple of problems with maintaining liveness information for antidep br...David Goodwin2009-11-191-17/+47
* Allow target to specify regclass for which antideps will only be broken along...David Goodwin2009-11-131-25/+95
* Rename registers to break output dependencies in addition to anti-dependencies.David Goodwin2009-11-121-2/+3
* Allow targets to specify register classes whose member registers should not b...David Goodwin2009-11-101-1/+13