Update SetVector to rely on the underlying set's insert to return a pair<iterator...
[oota-llvm.git] / lib / Transforms / ObjCARC / DependencyAnalysis.cpp
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-08-24 Craig TopperUse range based for loops to avoid needing to re-mentio...
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-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2013-03-22 John McCallKill every call to @clang.arc.use in the ARC contract...
2013-01-29 Michael GottesmanSorted includes using utils/sort_includes.
2013-01-29 Michael GottesmanExtracted ObjCARCContract from ObjCARCOpts into its...