summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/FlattenCFG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle successor's PHI node correctly when flattening CFG merges two if-regionsJakub Kuderski2019-09-261-1/+11
* [FlattenCFG] Silence static analyzer dyn_cast<BranchInst> null dereference wa...Simon Pilgrim2019-09-261-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [TI removal] Make variables declared as `TerminatorInst` and initializedChandler Carruth2018-10-151-3/+3
* Move Analysis/Utils/Local.h back to TransformsDavid Blaikie2018-06-041-1/+1
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-2/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-3/+3
* Fix a couple of layering violations in TransformsDavid Blaikie2018-03-211-1/+1
* [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko2017-10-261-10/+20
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [FlattenCFG] Simplify + remove unused variable. NFCI.Davide Italiano2016-08-051-7/+2
* LPM: Stop threading `Pass *` through all of the loop utility APIs. NFCJustin Bogner2015-12-151-7/+4
* TransformUtils: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-131-11/+12
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* utils: Fix segfault in flattencfgJan Vesely2014-08-131-4/+5
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-251-5/+6
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Fix known typosAlp Toker2014-01-241-1/+1
* Convert manual insert point restores to the new RAII object.Benjamin Kramer2013-09-301-3/+1
* Fix spelling.Robert Wilhelm2013-09-141-1/+1
* Unbreak Debug build on WindowsSerge Pavlov2013-08-061-0/+1
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-061-0/+487
OpenPOWER on IntegriCloud