aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AggressiveAntiDepBreaker.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-36/+29
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-4/+5
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-3/+3
* Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-011-3/+3
* Teach antidependency breakers to use RegisterClassInfo.Jakob Stoklund Olesen2011-06-161-7/+6
* Update DBG_VALUEs while breaking anti dependencies.Devang Patel2011-06-021-1/+2
* Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister.Bill Wendling2010-07-151-4/+4
* Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister.Bill Wendling2010-07-151-1/+1
* revert bill's patches in an attempt to fix the buildbot.Chris Lattner2010-07-151-7/+6
* Fix headers.Bill Wendling2010-07-151-1/+0
* Use std::vector instead of a hard-coded array. The length of that array couldBill Wendling2010-07-151-6/+8
* Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...Evan Cheng2010-06-161-0/+1
* Make BreakAntiDependencies' SUnits argument const, and make the BeginDan Gohman2010-04-191-3/+3
* 80 column and whitespace cleanupJim Grosbach2010-01-061-13/+15
* <rdar://problem/7453528>. Track only physical registers that are valid for th...David Goodwin2009-12-091-1/+5
* Remove some old experimental code that is no longer needed. Remove additional...David Goodwin2009-11-201-16/+2
* Fix a couple of problems with maintaining liveness information for antidep br...David Goodwin2009-11-191-1/+3
* Allow target to specify regclass for which antideps will only be broken along...David Goodwin2009-11-131-4/+11
* Allow targets to specify register classes whose member registers should not b...David Goodwin2009-11-101-2/+4
* Break anti-dependencies using free registers in a round-robin manner to avoid...David Goodwin2009-11-051-0/+4
* Do a scheduling pass ignoring anti-dependencies to identify candidate registe...David Goodwin2009-11-031-0/+4
* Fix a couple of bugs in aggressive anti-dep breaking.David Goodwin2009-10-291-0/+1
* 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-34/+69
* Add aggressive anti-dependence breaker. Currently it is not the default for a...David Goodwin2009-10-261-0/+136