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
/
Transforms
/
Utils
/
PredicateInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DebugCounter] Move the semicolon out of the DEBUG_COUNTER macro and require ...
Craig Topper
2017-08-10
1
-2
/
+3
*
Remove useless header. NFC
Xin Tong
2017-06-29
1
-1
/
+0
*
PredicateInfo: Use OrderedInstructions instead of our homemade
Daniel Berlin
2017-06-29
1
-51
/
+27
*
PredicateInfo: Don't insert conditional info when a conditional branch jumps ...
Daniel Berlin
2017-06-14
1
-0
/
+3
*
[PredicateInfo] Fix non-determinism in codegen uncovered by reverse iterating...
Mandeep Singh Grang
2017-06-01
1
-1
/
+34
*
Simplify the code and remove dead code
Sylvestre Ledru
2017-04-11
1
-5
/
+3
*
PredicateInfo: Support switch statements
Daniel Berlin
2017-02-22
1
-22
/
+88
*
Removed extra ';'
Simon Pilgrim
2017-02-19
1
-1
/
+1
*
Add a DebugCounter for PredicateInfo renaming, and an associated test
Daniel Berlin
2017-02-19
1
-0
/
+8
*
Fix unused variable warning when assertions are disabled.
Simon Pilgrim
2017-02-19
1
-4
/
+4
*
PredicateInfo: Clean up predicate info a little, using insertion
Daniel Berlin
2017-02-18
1
-67
/
+93
*
PredicateInfo: Handle critical edges
Daniel Berlin
2017-02-12
1
-63
/
+107
*
PredicateInfo: Some compilers are unhappy with naming Use *'s Use. Change the...
Daniel Berlin
2017-02-07
1
-13
/
+13
*
Add PredicateInfo utility and printing pass
Daniel Berlin
2017-02-07
1
-0
/
+640