[PM/AA] Run clang-format over the ObjCARC Alias Analysis code to
[oota-llvm.git] / lib / Transforms / ObjCARC / ProvenanceAnalysis.cpp
2015-06-22 Chandler Carruth[PM/AA] Hoist the AliasResult enum out of the AliasAnal...
2015-05-12 Pete CooperConvert PHI getIncomingValue() to foreach over incoming...
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2013-02-12 Michael GottesmanChanged isStoredObjCPointer => IsStoredObjCPointer...
2013-01-29 Michael GottesmanSorted includes using utils/sort_includes.
2013-01-29 Michael GottesmanExtracted ObjCARCContract from ObjCARCOpts into its...