summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/FunctionComparator.cpp
Commit message (Expand)AuthorAgeFilesLines
* IR: compare type attributes deeply when looking into functions.Tim Northover2019-06-271-0/+13
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [FunctionComparator] Consider tail call kindsVedant Kumar2019-01-171-22/+11
* Remove unnecessary fallthrough annotation after unreachableReid Kleckner2018-11-011-2/+0
* [TI removal] Make variables declared as `TerminatorInst` and initializedChandler Carruth2018-10-151-3/+3
* Use SmallPtrSet explicitly for SmallSets with pointer types (NFC).Florian Hahn2018-06-121-2/+1
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-1/+1
* [PR37339] Fix assertion in FunctionComparator::cmpInlineAsmwhitequark2018-05-101-1/+1
* [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko2017-10-111-9/+36
* Enhance synchscope representationKonstantin Zhuravlyov2017-07-111-8/+10
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [IR] Switch AttributeList to use an array for O(1) accessReid Kleckner2017-05-231-4/+6
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-4/+4
* IR: Move NumElements field from {Array,Vector}Type to SequentialType.Peter Collingbourne2016-12-021-12/+7
* FunctionComparator: don't rely on argument evaluation order.Erik Eckstein2016-11-111-1/+3
* Make the FunctionComparator of the MergeFunctions pass a stand-alone utility.Erik Eckstein2016-11-111-0/+922
OpenPOWER on IntegriCloud