SimplifyCFG: don't remove unreachable default switch destinations
[oota-llvm.git] / lib / Transforms / Utils / FlattenCFG.cpp
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