index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
CriticalAntiDepBreaker.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeGen] Reduce visibility of implementation details
Benjamin Kramer
2015-07-01
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
mop up: "Don’t duplicate function or class name at the beginning of the com...
Sanjay Patel
2014-09-21
1
-13
/
+10
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
fixed a few typos in comments
Sanjay Patel
2014-06-24
1
-3
/
+3
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-4
/
+5
*
Revert "Give internal classes hidden visibility."
Benjamin Kramer
2013-09-11
1
-1
/
+1
*
Give internal classes hidden visibility.
Benjamin Kramer
2013-09-11
1
-1
/
+1
*
Use SmallVectorImpl instead of SmallVector as method argument to avoid specif...
Craig Topper
2013-07-03
1
-1
/
+1
*
This patch addresses bug 15031.
Bill Schmidt
2013-01-28
1
-1
/
+2
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Move RegisterClassInfo.h.
Andrew Trick
2012-06-06
1
-1
/
+1
*
CriticalAntiDepBreaker: Replace a SmallSet of regs with a much denser BitVector.
Benjamin Kramer
2012-03-17
1
-2
/
+1
*
Teach antidependency breakers to use RegisterClassInfo.
Jakob Stoklund Olesen
2011-06-16
1
-1
/
+4
*
Update DBG_VALUEs while breaking anti dependencies.
Devang Patel
2011-06-02
1
-1
/
+2
*
Typo.
Mikhail Glushenkov
2011-02-09
1
-1
/
+1
*
Fix PostRA antidependence breaker.
Andrew Trick
2011-02-08
1
-3
/
+3
*
Fixes <rdar://problem/8612856>: During postRAsched, the antidependence
Andrew Trick
2010-11-02
1
-2
/
+8
*
Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. This time
Bill Wendling
2010-07-15
1
-4
/
+3
*
revert bill's patches in an attempt to fix the buildbot.
Chris Lattner
2010-07-15
1
-4
/
+4
*
Use std::vector instead of a hard-coded array. The length of that array could
Bill Wendling
2010-07-15
1
-4
/
+4
*
Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...
Evan Cheng
2010-06-16
1
-1
/
+4
*
Make BreakAntiDependencies' SUnits argument const, and make the Begin
Dan Gohman
2010-04-19
1
-3
/
+3
*
Anti-dependency breaking needs to be careful regarding instructions with
Jim Grosbach
2010-01-06
1
-1
/
+2
*
80 column and whitespace cleanup
Jim Grosbach
2010-01-06
1
-2
/
+3
*
Remove some old experimental code that is no longer needed. Remove additional...
David Goodwin
2009-11-20
1
-8
/
+1
*
Do a scheduling pass ignoring anti-dependencies to identify candidate registe...
David Goodwin
2009-11-03
1
-0
/
+4
*
Make AntiDepReg.h internal.
David Goodwin
2009-10-28
1
-1
/
+1
*
Allow the aggressive anti-dep breaker to process the same region multiple tim...
David Goodwin
2009-10-26
1
-0
/
+4
*
Break anti-dependence breaking out into its own class.
David Goodwin
2009-10-26
1
-0
/
+95