Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
14359ef1b6a0610ac91df5f5a91c88a0b51c187c
/
llvm
/
lib
/
Transforms
/
Scalar
/
GVNSink.cpp
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
7570932
Use llvm::copy. NFC
by Fangrui Song
· 7 years ago
0cac726
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
by Fangrui Song
· 7 years ago
406f1ff
[Local] Make DoesKMove required for combineMetadata.
by Florian Hahn
· 7 years ago
f78650a
Remove trailing space
by Fangrui Song
· 7 years ago
31b98d2
Move Analysis/Utils/Local.h back to Transforms
by David Blaikie
· 7 years ago
d34e60c
Rename DEBUG macro to LLVM_DEBUG.
by Nicola Zaghen
· 8 years ago
636d94d
[Transforms] Change std::sort to llvm::sort in response to r327219
by Mandeep Singh Grang
· 8 years ago
2be3922
Fix a couple of layering violations in Transforms
by David Blaikie
· 8 years ago
c7fc81e
Use phi ranges to simplify code. No functionality change intended.
by Benjamin Kramer
· 8 years ago
3a13ed6
Avoid int to string conversion in Twine or raw_ostream contexts.
by Benjamin Kramer
· 8 years ago
9ed81c6
[GVNSink] Fix failing GVNSink tests in the reverse iteration bot
by Mandeep Singh Grang
· 8 years ago
3b87939
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
064cb68
GVNSink: Make ModelledPHIs constructor linear (and avoid edge case it worries about) by avoiding getIncomingValueForBlock
by Daniel Berlin
· 8 years ago
dd32329
Revert "[GVNSink] Remove dependency on SmallPtrSet iteration order."
by Daniel Berlin
· 8 years ago
b99d7c9
[GVNSink] Remove dependency on SmallPtrSet iteration order.
by Benjamin Kramer
· 8 years ago
dceb612
Hide dbgs() stream for when built with -fmodules.
by Frederich Munch
· 8 years ago
e128958
Changed a comparison operator for std::stable_sort to implement strict weak ordering.
by Galina Kistanova
· 8 years ago
dc2d64b
[GVNSink] Pacify MSVC
by James Molloy
· 9 years ago
2a237f1
[GVNSink] Don't define operator<< in NDEBUG
by James Molloy
· 9 years ago
a929063
[GVNSink] GVNSink pass
by James Molloy
· 9 years ago