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