Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.
[oota-llvm.git] / lib / Transforms / ObjCARC / DependencyAnalysis.h
2015-02-20 Michael Gottesman[objc-arc-contract] We can not move retains over instru...
2015-02-20 Michael Gottesman[objc-arc] Add the predicate CanDecrementRefCount.
2015-02-19 Michael Gottesman[objc-arc] Change the InstructionClass to be an enum...
2014-08-21 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-18 Craig TopperRevert "Repace SmallPtrSet with SmallPtrSetImpl in...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2013-07-10 Michael Gottesman[objc-arc] Changed 'mode: c++' => 'C++' at Nick Lewycky...
2013-01-29 Michael GottesmanExtracted ObjCARCContract from ObjCARCOpts into its...