summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils/FunctionComparator.h
AgeCommit message (Expand)Author
2017-10-19[MergeFunctions] Don't blindly RAUW a GlobalValue with a ConstantExpr.whitequark
2017-10-11[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-03-21Rename AttributeSet to AttributeListReid Kleckner
2016-12-06[IR] Fix some Clang-tidy modernize-use-equals-delete and Include What You Use...Eugene Zelenko
2016-11-11Make the FunctionComparator of the MergeFunctions pass a stand-alone utility.Erik Eckstein