aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/FlattenCFG.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-05[FlattenCFG] Simplify + remove unused variable. NFCI.Davide Italiano1-7/+2
2015-12-15LPM: Stop threading `Pass *` through all of the loop utility APIs. NFCJustin Bogner1-7/+4
2015-10-13TransformUtils: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-11/+12
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
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