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
*
[PredicateInfo] Use custom mangling to support ssa_copy with unnamed types.
Florian Hahn
2018-07-24
1
-6
/
+56
*
[PredicateInfo] Order instructions in different BBs by DFSNumIn.
Florian Hahn
2018-06-20
1
-1
/
+2
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-9
/
+10
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[Transforms] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-1
/
+1
*
Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...
David Blaikie
2018-03-28
1
-1
/
+1
*
[PredicateInfo] Add comment about why we require stable sort
Mandeep Singh Grang
2017-11-17
1
-0
/
+5
*
[PredicateInfo] Stable sort ValueDFS to remove non-deterministic ordering
Mandeep Singh Grang
2017-11-14
1
-1
/
+1
*
[Transforms] Revert r315516 changes in PredicateInfo to fix Windows build bo...
Eugene Zelenko
2017-10-11
1
-58
/
+37
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-11
1
-37
/
+58
*
[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