1. 57bd5a0 [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  2. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  3. 0f79218 [ARC] Pull the ObjC ARC components that really serve the role of by Chandler Carruth · 10 years ago
  4. df005cb Fix some comment typos. by Benjamin Kramer · 10 years ago
  5. 65cb737 [objc-arc] Move initialization of ARCMDKindCache into the class itself. I also made it lazy. by Michael Gottesman · 11 years ago
  6. 16e6a20 [objc-arc] Move the detection of potential uses or altering of a ref count onto PtrState. by Michael Gottesman · 11 years ago
  7. 6080596 [objc-arc] Move the checking of whether or not we can match onto PtrStates and out of the main dataflow. by Michael Gottesman · 11 years ago
  8. 4eae396 [objc-arc] Refactor (Re-)initialization of PtrState from dataflow -> {TopDown,BottomUp}PtrState Class. by Michael Gottesman · 11 years ago
  9. feb138e [objc-arc] Create two subclasses of PtrState in preparation for moving per ptr state change behavior onto a PtrState class. by Michael Gottesman · 11 years ago
  10. d45907b Fix build error. by Michael Gottesman · 11 years ago
  11. 68b91db [objc-arc] Extract out state specific to a ref count from the main objc arc sequence dataflow. This will allow me to separate the actual ARC queries from the meat of the dataflow algorithm. by Michael Gottesman · 11 years ago