index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AggressiveAntiDepBreaker.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-22
Test commit: fix typo in comment.
Luqman Aden
1
-2
/
+2
2015-04-11
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
1
-1
/
+1
2014-09-21
mop up: "Don’t duplicate function or class name at the beginning of the com...
Sanjay Patel
1
-34
/
+27
2014-08-13
Canonicalize header guards into a common format.
Benjamin Kramer
1
-2
/
+2
2014-04-16
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
1
-1
/
+2
2014-03-07
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
1
-4
/
+5
2013-09-11
Revert "Give internal classes hidden visibility."
Benjamin Kramer
1
-3
/
+2
2013-09-11
Give internal classes hidden visibility.
Benjamin Kramer
1
-2
/
+3
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
1
-3
/
+3
2011-07-01
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
Evan Cheng
1
-3
/
+3
2011-06-16
Teach antidependency breakers to use RegisterClassInfo.
Jakob Stoklund Olesen
1
-7
/
+6
2011-06-02
Update DBG_VALUEs while breaking anti dependencies.
Devang Patel
1
-1
/
+2
2010-07-15
Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister.
Bill Wendling
1
-4
/
+4
2010-07-15
Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister.
Bill Wendling
1
-1
/
+1
2010-07-15
revert bill's patches in an attempt to fix the buildbot.
Chris Lattner
1
-7
/
+6
2010-07-15
Fix headers.
Bill Wendling
1
-1
/
+0
2010-07-15
Use std::vector instead of a hard-coded array. The length of that array could
Bill Wendling
1
-6
/
+8
2010-06-16
Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...
Evan Cheng
1
-0
/
+1
2010-04-19
Make BreakAntiDependencies' SUnits argument const, and make the Begin
Dan Gohman
1
-3
/
+3
2010-01-06
80 column and whitespace cleanup
Jim Grosbach
1
-13
/
+15
2009-12-09
<rdar://problem/7453528>. Track only physical registers that are valid for th...
David Goodwin
1
-1
/
+5
2009-11-20
Remove some old experimental code that is no longer needed. Remove additional...
David Goodwin
1
-16
/
+2
2009-11-19
Fix a couple of problems with maintaining liveness information for antidep br...
David Goodwin
1
-1
/
+3
2009-11-13
Allow target to specify regclass for which antideps will only be broken along...
David Goodwin
1
-4
/
+11
2009-11-10
Allow targets to specify register classes whose member registers should not b...
David Goodwin
1
-2
/
+4
2009-11-05
Break anti-dependencies using free registers in a round-robin manner to avoid...
David Goodwin
1
-0
/
+4
2009-11-03
Do a scheduling pass ignoring anti-dependencies to identify candidate registe...
David Goodwin
1
-0
/
+4
2009-10-29
Fix a couple of bugs in aggressive anti-dep breaking.
David Goodwin
1
-0
/
+1
2009-10-28
Make AntiDepReg.h internal.
David Goodwin
1
-1
/
+1
2009-10-26
Allow the aggressive anti-dep breaker to process the same region multiple tim...
David Goodwin
1
-34
/
+69
2009-10-26
Add aggressive anti-dependence breaker. Currently it is not the default for a...
David Goodwin
1
-0
/
+136