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
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
Second attempt to add iterator_range::empty()
Jordan Rose
2019-10-07
1
-2
/
+2
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-3
/
+3
*
[PredicateInfo] Replace pointer comparisons with deterministic compares.
Florian Hahn
2019-07-25
1
-9
/
+40
*
[PredicateInfo] Use SmallVector instead of SmallPtrSet.
Florian Hahn
2019-07-25
1
-13
/
+8
*
[PredicateInfo] Do not process unreachable operands.
Taewook Oh
2019-05-15
1
-1
/
+2
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-1
/
+1
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-02-01
1
-2
/
+4
*
Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."
James Y Knight
2019-01-31
1
-4
/
+2
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-01-31
1
-2
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
ADT/STLExtras: Introduce llvm::empty; NFC
Matthias Braun
2018-10-31
1
-2
/
+2
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-1
/
+1
*
[NFC] Move OrderedInstructions and InstructionPrecedenceTracking to Analysis
Max Kazantsev
2018-08-30
1
-1
/
+0
*
[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