LazyValueInfo: range'ify some for-loops. No functional change.
[oota-llvm.git] / lib / Analysis / DominanceFrontier.cpp
2014-07-12 Matt ArsenaultTemplatify DominanceFrontier.
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-12 Manman RenRelease build: guard dump functions with
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-01-18 Cameron ZwarichMove DominanceFrontier from VMCore to Analysis.