Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fbb4d1e43d0db9f8d1514a0209bb01f56e49d75f
/
llvm
/
lib
/
Transforms
/
Utils
/
FunctionComparator.cpp
22c96a9
IR: compare type attributes deeply when looking into functions.
by Tim Northover
· 6 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
e21ab22
[FunctionComparator] Consider tail call kinds
by Vedant Kumar
· 7 years ago
3f756fb
Remove unnecessary fallthrough annotation after unreachable
by Reid Kleckner
· 7 years ago
edb12a8
[TI removal] Make variables declared as `TerminatorInst` and initialized
by Chandler Carruth
· 7 years ago
a1cc848
Use SmallPtrSet explicitly for SmallSets with pointer types (NFC).
by Florian Hahn
· 7 years ago
d34e60c
Rename DEBUG macro to LLVM_DEBUG.
by Nicola Zaghen
· 7 years ago
6840356
[PR37339] Fix assertion in FunctionComparator::cmpInlineAsm
by whitequark
· 7 years ago
286d589
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
bb80d3e
Enhance synchscope representation
by Konstantin Zhuravlyov
· 8 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
8bf67fe
[IR] Switch AttributeList to use an array for O(1) access
by Reid Kleckner
· 8 years ago
b518054
Rename AttributeSet to AttributeList
by Reid Kleckner
· 9 years ago
bc07052
IR: Move NumElements field from {Array,Vector}Type to SequentialType.
by Peter Collingbourne
· 9 years ago
c1d52e5
FunctionComparator: don't rely on argument evaluation order.
by Erik Eckstein
· 9 years ago
4d6fb72
Make the FunctionComparator of the MergeFunctions pass a stand-alone utility.
by Erik Eckstein
· 9 years ago