1. 363ac68 [CallSite removal] Migrate all Alias Analysis APIs to use the newly by Chandler Carruth · 7 years ago
  2. c1e3ee2 [TI removal] Switch ObjCARC code to directly use the nice range-based by Chandler Carruth · 7 years ago
  3. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  4. 1e59a66 ObjCARC: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  5. 194f59c [PM/AA] Extract the ModRef enums from the AliasAnalysis class in by Chandler Carruth · 10 years ago
  6. 3a09ef6 [CallSite] Make construction from Value* (or Instruction*) explicit. by Benjamin Kramer · 10 years ago
  7. a28d91d DataLayout is mandatory, update the API to reflect it with references. by Mehdi Amini · 11 years ago
  8. 5ab64de [objc-arc] Add the predicate CanDecrementRefCount. by Michael Gottesman · 11 years ago
  9. 6f729fa [objc-arc] Change the InstructionClass to be an enum class called ARCInstKind. by Michael Gottesman · 11 years ago
  10. e5ad66f [objc-arc] Introduce the concept of RCIdentity and rename all relevant functions to use that name. NFC. by Michael Gottesman · 11 years ago
  11. 70573dc Update SetVector to rely on the underlying set's insert to return a pair<iterator, bool> by David Blaikie · 11 years ago
  12. 4627679 Use range based for loops to avoid needing to re-mention SmallPtrSet size. by Craig Topper · 11 years ago
  13. 71b7b68 Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needing to mention the size. by Craig Topper · 11 years ago
  14. 6230691 Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needing to mention the size." by Craig Topper · 11 years ago
  15. 5229cfd Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needing to mention the size. by Craig Topper · 11 years ago
  16. f40110f [C++] Use 'nullptr'. Transforms edition. by Craig Topper · 11 years ago
  17. 964daaa [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 11 years ago
  18. 1305dc3 [Modules] Move CFG.h to the IR library as it defines graph traits over IR types. by Chandler Carruth · 12 years ago
  19. 20182ac Kill every call to @clang.arc.use in the ARC contract phase. by John McCall · 13 years ago
  20. 278266f Sorted includes using utils/sort_includes. by Michael Gottesman · 13 years ago
  21. 778138e Extracted ObjCARCContract from ObjCARCOpts into its own file. by Michael Gottesman · 13 years ago