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
/
Scalar
/
GVNSink.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-1
/
+2
*
[GVNSink] Add unary FNeg support to GVNSink pass
Cameron McInally
2019-06-28
1
-0
/
+1
*
[GVNSink] prevent crashing on mismatched instructions (PR42346)
Sanjay Patel
2019-06-21
1
-0
/
+9
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-4
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Use llvm::copy. NFC
Fangrui Song
2018-11-17
1
-3
/
+3
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-2
/
+2
*
[Local] Make DoesKMove required for combineMetadata.
Florian Hahn
2018-08-24
1
-1
/
+1
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-13
/
+14
*
[Transforms] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-3
/
+3
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-6
/
+2
*
Avoid int to string conversion in Twine or raw_ostream contexts.
Benjamin Kramer
2017-12-28
1
-1
/
+1
*
[GVNSink] Fix failing GVNSink tests in the reverse iteration bot
Mandeep Singh Grang
2017-10-23
1
-8
/
+15
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-13
1
-28
/
+63
*
GVNSink: Make ModelledPHIs constructor linear (and avoid edge case it worries...
Daniel Berlin
2017-09-20
1
-7
/
+8
*
Revert "[GVNSink] Remove dependency on SmallPtrSet iteration order."
Daniel Berlin
2017-09-20
1
-2
/
+0
*
[GVNSink] Remove dependency on SmallPtrSet iteration order.
Benjamin Kramer
2017-08-30
1
-0
/
+2
*
Hide dbgs() stream for when built with -fmodules.
Frederich Munch
2017-06-14
1
-0
/
+11
*
Changed a comparison operator for std::stable_sort to implement strict weak o...
Galina Kistanova
2017-06-08
1
-3
/
+3
*
[GVNSink] Pacify MSVC
James Molloy
2017-05-25
1
-1
/
+1
*
[GVNSink] Don't define operator<< in NDEBUG
James Molloy
2017-05-25
1
-0
/
+2
*
[GVNSink] GVNSink pass
James Molloy
2017-05-25
1
-0
/
+870