[C++] Use 'nullptr'. Transforms edition.
[oota-llvm.git] / lib / Transforms / ObjCARC / ObjCARCAPElim.cpp
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-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2013-01-29 Timur IskhodzhanovHopefully fix the Windows build failure introduced...
2013-01-29 Michael GottesmanFixed header comment.
2013-01-29 Michael GottesmanJuggled Debug.h from ObjCARC.h to only the including...
2013-01-29 Michael GottesmanSorted includes using utils/sort_includes.
2013-01-28 Michael GottesmanCleaned up includes in various ObjCARC files and remove...
2013-01-28 Michael GottesmanRefactored out pass ObjCARCAPElim from ObjCARCOpts...