1. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  2. 795d7d6 Create llvm.addressofreturnaddress intrinsic by Albert Gutowski · 9 years ago
  3. 6331dc1 ObjCARC: Don't increment or dereference end() when scanning args by Duncan P. N. Exon Smith · 9 years ago
  4. 3fe604f Add support for objc_unsafeClaimAutoreleasedReturnValue to the by John McCall · 10 years ago
  5. 5a82c91 Analysis: Remove implicit ilist iterator conversions by Duncan P. N. Exon Smith · 10 years ago
  6. 0f79218 [ARC] Pull the ObjC ARC components that really serve the role of by Chandler Carruth · 10 years ago[Renamed (98%) from llvm/lib/Transforms/ObjCARC/ARCInstKind.cpp]
  7. 9e1d335 Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC. by Pete Cooper · 11 years ago
  8. 7a26d8f [objc-arc] Treat memcpy, memove, memset as just using pointers, not decrementing them. by Michael Gottesman · 11 years ago
  9. 5ab64de [objc-arc] Add the predicate CanDecrementRefCount. by Michael Gottesman · 11 years ago
  10. 2e0e4e0 [objc-arc] Convert the bodies of ARCInstKind predicates into covered switches. by Michael Gottesman · 11 years ago
  11. 6f729fa [objc-arc] Change the InstructionClass to be an enum class called ARCInstKind. by Michael Gottesman · 11 years ago