aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CriticalAntiDepBreaker.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-15/+12
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-3/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-4/+5
* Use SmallVectorImpl instead of SmallVector as method argument to avoid specif...Craig Topper2013-07-031-1/+1
* This patch addresses bug 15031.Bill Schmidt2013-01-281-1/+2
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-1/+1
* Move RegisterClassInfo.h.Andrew Trick2012-06-061-1/+1
* CriticalAntiDepBreaker: Replace a SmallSet of regs with a much denser BitVector.Benjamin Kramer2012-03-171-2/+1
* Teach antidependency breakers to use RegisterClassInfo.Jakob Stoklund Olesen2011-06-161-1/+4
* Update DBG_VALUEs while breaking anti dependencies.Devang Patel2011-06-021-1/+2
* Typo.Mikhail Glushenkov2011-02-091-1/+1
* Fix PostRA antidependence breaker.Andrew Trick2011-02-081-3/+3
* Fixes <rdar://problem/8612856>: During postRAsched, the antidependenceAndrew Trick2010-11-021-2/+8
* Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. This timeBill Wendling2010-07-151-4/+3
* revert bill's patches in an attempt to fix the buildbot.Chris Lattner2010-07-151-4/+4
* Use std::vector instead of a hard-coded array. The length of that array couldBill Wendling2010-07-151-4/+4
* Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...Evan Cheng2010-06-161-1/+4
* Make BreakAntiDependencies' SUnits argument const, and make the BeginDan Gohman2010-04-191-3/+3
* Anti-dependency breaking needs to be careful regarding instructions withJim Grosbach2010-01-061-1/+2
* 80 column and whitespace cleanupJim Grosbach2010-01-061-2/+3
* Remove some old experimental code that is no longer needed. Remove additional...David Goodwin2009-11-201-8/+1
* Do a scheduling pass ignoring anti-dependencies to identify candidate registe...David Goodwin2009-11-031-0/+4
* Make AntiDepReg.h internal.David Goodwin2009-10-281-1/+1
* Allow the aggressive anti-dep breaker to process the same region multiple tim...David Goodwin2009-10-261-0/+4
* Break anti-dependence breaking out into its own class.David Goodwin2009-10-261-0/+95