more space; NFC
[oota-llvm.git] / lib / Transforms / Utils / FlattenCFG.cpp
2015-12-15 Justin BognerLPM: Stop threading `Pass *` through all of the loop...
2015-10-13 Duncan P. N. Exon... TransformUtils: Remove implicit ilist iterator conversi...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-08-13 Jan Veselyutils: Fix segfault in flattencfg
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-01-24 Alp TokerFix known typos
2013-09-30 Benjamin KramerConvert manual insert point restores to the new RAII...
2013-09-14 Robert WilhelmFix spelling.
2013-08-06 Serge PavlovUnbreak Debug build on Windows
2013-08-06 Tom StellardFactor FlattenCFG out from SimplifyCFG