aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/FlattenCFG.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-15[TI removal] Make variables declared as `TerminatorInst` and initializedChandler Carruth1-3/+3
2018-06-04Move Analysis/Utils/Local.h back to TransformsDavid Blaikie1-1/+1
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-2/+2
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-3/+3
2018-03-21Fix a couple of layering violations in TransformsDavid Blaikie1-1/+1
2017-10-26[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko1-10/+20
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
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