Update SetVector to rely on the underlying set's insert to return a pair<iterator...
[oota-llvm.git] / lib / Transforms / Utils / GlobalStatus.cpp
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-08-25 Bruno Cardoso LopesRemove dangling initializers in GlobalDCE
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-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2013-10-25 Rafael EspindolaHandle calls and invokes in GlobalStatus.
2013-10-21 Rafael EspindolaOptimize more linkonce_odr values during LTO.