summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CriticalAntiDepBreaker.h
Commit message (Expand)AuthorAge
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-11
* Give internal classes hidden visibility.Benjamin Kramer2013-09-11
* Use SmallVectorImpl instead of SmallVector as method argument to avoid specif...Craig Topper2013-07-03
* This patch addresses bug 15031.Bill Schmidt2013-01-28
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Move RegisterClassInfo.h.Andrew Trick2012-06-06
* CriticalAntiDepBreaker: Replace a SmallSet of regs with a much denser BitVector.Benjamin Kramer2012-03-17
* Teach antidependency breakers to use RegisterClassInfo.Jakob Stoklund Olesen2011-06-16
* Update DBG_VALUEs while breaking anti dependencies.Devang Patel2011-06-02
* Typo.Mikhail Glushenkov2011-02-09
* Fix PostRA antidependence breaker.Andrew Trick2011-02-08
* Fixes <rdar://problem/8612856>: During postRAsched, the antidependenceAndrew Trick2010-11-02
* 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
* Make BreakAntiDependencies' SUnits argument const, and make the BeginDan Gohman2010-04-19
* Anti-dependency breaking needs to be careful regarding instructions withJim Grosbach2010-01-06
* 80 column and whitespace cleanupJim Grosbach2010-01-06
* Remove some old experimental code that is no longer needed. Remove additional...David Goodwin2009-11-20
* Do a scheduling pass ignoring anti-dependencies to identify candidate registe...David Goodwin2009-11-03
* Make AntiDepReg.h internal.David Goodwin2009-10-28
* Allow the aggressive anti-dep breaker to process the same region multiple tim...David Goodwin2009-10-26
* Break anti-dependence breaking out into its own class.David Goodwin2009-10-26