summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AggressiveAntiDepBreaker.h
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-16
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-07
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-11
* Give internal classes hidden visibility.Benjamin Kramer2013-09-11
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-01
* Teach antidependency breakers to use RegisterClassInfo.Jakob Stoklund Olesen2011-06-16
* Update DBG_VALUEs while breaking anti dependencies.Devang Patel2011-06-02
* Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister.Bill Wendling2010-07-15
* Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister.Bill Wendling2010-07-15
* revert bill's patches in an attempt to fix the buildbot.Chris Lattner2010-07-15
* Fix headers.Bill Wendling2010-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
* 80 column and whitespace cleanupJim Grosbach2010-01-06
* <rdar://problem/7453528>. Track only physical registers that are valid for th...David Goodwin2009-12-09
* Remove some old experimental code that is no longer needed. Remove additional...David Goodwin2009-11-20
* Fix a couple of problems with maintaining liveness information for antidep br...David Goodwin2009-11-19
* Allow target to specify regclass for which antideps will only be broken along...David Goodwin2009-11-13
* Allow targets to specify register classes whose member registers should not b...David Goodwin2009-11-10
* Break anti-dependencies using free registers in a round-robin manner to avoid...David Goodwin2009-11-05
* Do a scheduling pass ignoring anti-dependencies to identify candidate registe...David Goodwin2009-11-03
* Fix a couple of bugs in aggressive anti-dep breaking.David Goodwin2009-10-29
* 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
* Add aggressive anti-dependence breaker. Currently it is not the default for a...David Goodwin2009-10-26