aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CriticalAntiDepBreaker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixes <rdar://problem/8612856>: During postRAsched, the antidependenceAndrew Trick2010-11-021-9/+27
* Fix a miscompile in 186.crafty for Thumb2 that was exposed by Evan'sBob Wilson2010-10-021-10/+14
* Fix a comment typo.Bob Wilson2010-09-101-1/+1
* Anti-dependency breaking needs to be careful not to use reserved regsJim Grosbach2010-09-021-0/+2
* Fix a use-after-free.Dan Gohman2010-07-261-2/+0
* Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. This timeBill Wendling2010-07-151-9/+16
* revert bill's patches in an attempt to fix the buildbot.Chris Lattner2010-07-151-4/+2
* Use std::vector instead of a hard-coded array. The length of that array couldBill Wendling2010-07-151-2/+4
* Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...Evan Cheng2010-06-161-53/+84
* 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-1/+19
* Remove trailing whitespaceJim Grosbach2010-05-141-3/+3
* Make BreakAntiDependencies' SUnits argument const, and make the BeginDan Gohman2010-04-191-13/+13
* Fix some more places where dbg_value affected codegen.Dale Johannesen2010-03-051-0/+4
* Anti-dependency breaking needs to be careful regarding instructions withJim Grosbach2010-01-061-2/+7
* 80 column and whitespace cleanupJim Grosbach2010-01-061-5/+6
* Change errs() to dbgs().David Greene2010-01-041-5/+5
* <rdar://problem/7453528>. Track only physical registers that are valid for th...David Goodwin2009-12-091-3/+6
* Remove some old experimental code that is no longer needed. Remove additional...David Goodwin2009-11-201-1/+0
* Do a scheduling pass ignoring anti-dependencies to identify candidate registe...David Goodwin2009-11-031-1/+2
* Break anti-dependence breaking out into its own class.David Goodwin2009-10-261-0/+539