aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/FlattenCFG.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-13utils: Fix segfault in flattencfgJan Vesely1-4/+5
2014-04-25[C++] Use 'nullptr'. Transforms edition.Craig Topper1-5/+6
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-01-24Fix known typosAlp Toker1-1/+1
2013-09-30Convert manual insert point restores to the new RAII object.Benjamin Kramer1-3/+1
2013-09-14Fix spelling.Robert Wilhelm1-1/+1
2013-08-06Unbreak Debug build on WindowsSerge Pavlov1-0/+1
2013-08-06Factor FlattenCFG out from SimplifyCFGTom Stellard1-0/+487