index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CriticalAntiDepBreaker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a comment typo.
Bob Wilson
2010-09-10
1
-1
/
+1
*
Anti-dependency breaking needs to be careful not to use reserved regs
Jim Grosbach
2010-09-02
1
-0
/
+2
*
Fix a use-after-free.
Dan Gohman
2010-07-26
1
-2
/
+0
*
Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. This time
Bill Wendling
2010-07-15
1
-9
/
+16
*
revert bill's patches in an attempt to fix the buildbot.
Chris Lattner
2010-07-15
1
-4
/
+2
*
Use std::vector instead of a hard-coded array. The length of that array could
Bill Wendling
2010-07-15
1
-2
/
+4
*
Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...
Evan Cheng
2010-06-16
1
-53
/
+84
*
Not all entries in the range will have an SUnit. Check for that when looking
Jim Grosbach
2010-06-02
1
-0
/
+1
*
Update debug information when breaking anti-dependencies. rdar://7759363
Jim Grosbach
2010-06-01
1
-1
/
+19
*
Remove trailing whitespace
Jim Grosbach
2010-05-14
1
-3
/
+3
*
Make BreakAntiDependencies' SUnits argument const, and make the Begin
Dan Gohman
2010-04-19
1
-13
/
+13
*
Fix some more places where dbg_value affected codegen.
Dale Johannesen
2010-03-05
1
-0
/
+4
*
Anti-dependency breaking needs to be careful regarding instructions with
Jim Grosbach
2010-01-06
1
-2
/
+7
*
80 column and whitespace cleanup
Jim Grosbach
2010-01-06
1
-5
/
+6
*
Change errs() to dbgs().
David Greene
2010-01-04
1
-5
/
+5
*
<rdar://problem/7453528>. Track only physical registers that are valid for th...
David Goodwin
2009-12-09
1
-3
/
+6
*
Remove some old experimental code that is no longer needed. Remove additional...
David Goodwin
2009-11-20
1
-1
/
+0
*
Do a scheduling pass ignoring anti-dependencies to identify candidate registe...
David Goodwin
2009-11-03
1
-1
/
+2
*
Break anti-dependence breaking out into its own class.
David Goodwin
2009-10-26
1
-0
/
+539