index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AggressiveAntiDepBreaker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make BreakAntiDependencies' SUnits argument const, and make the Begin
Dan Gohman
2010-04-19
1
-19
/
+20
*
Tidy whitespace.
Bob Wilson
2010-04-09
1
-9
/
+8
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-4
/
+3
*
80 column and whitespace cleanup
Jim Grosbach
2010-01-06
1
-75
/
+84
*
Change errs() to dbgs().
David Greene
2009-12-24
1
-59
/
+59
*
<rdar://problem/7453528>. Track only physical registers that are valid for th...
David Goodwin
2009-12-09
1
-12
/
+15
*
<rdar://problem/6721894>. Allow multiple registers to be renamed together (su...
David Goodwin
2009-11-24
1
-6
/
+0
*
Restructure code to allow renaming of multiple-register groups for anti-dep b...
David Goodwin
2009-11-20
1
-44
/
+73
*
Remove some old experimental code that is no longer needed. Remove additional...
David Goodwin
2009-11-20
1
-62
/
+36
*
Fix a couple of problems with maintaining liveness information for antidep br...
David Goodwin
2009-11-19
1
-17
/
+47
*
Allow target to specify regclass for which antideps will only be broken along...
David Goodwin
2009-11-13
1
-25
/
+95
*
Rename registers to break output dependencies in addition to anti-dependencies.
David Goodwin
2009-11-12
1
-2
/
+3
*
Allow targets to specify register classes whose member registers should not b...
David Goodwin
2009-11-10
1
-1
/
+13
*
Fix bug in aggressive antidep breaking; liveness was not updated correctly fo...
David Goodwin
2009-11-05
1
-10
/
+7
*
Replace std::map.at() with std::map[].
David Goodwin
2009-11-05
1
-1
/
+1
*
Break anti-dependencies using free registers in a round-robin manner to avoid...
David Goodwin
2009-11-05
1
-16
/
+41
*
Do a scheduling pass ignoring anti-dependencies to identify candidate registe...
David Goodwin
2009-11-03
1
-10
/
+26
*
Between scheduling regions, correctly maintain anti-dep breaking state so tha...
David Goodwin
2009-10-29
1
-5
/
+7
*
Fix a couple of bugs in aggressive anti-dep breaking.
David Goodwin
2009-10-29
1
-36
/
+61
*
Allow the aggressive anti-dep breaker to process the same region multiple tim...
David Goodwin
2009-10-26
1
-109
/
+173
*
Add aggressive anti-dependence breaker. Currently it is not the default for a...
David Goodwin
2009-10-26
1
-0
/
+687