summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-17/+9
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-4/+4
* [Modules] Move the LLVM IR pattern match header into the IR library, itChandler Carruth2014-03-041-1/+1
* [C++11] Add a basic block range view for RegionInfoTobias Grosser2014-03-031-6/+1
* cleanup: scc_iterator consumers should use isAtEndDuncan P. N. Exon Smith2014-02-041-3/+2
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-131-4/+4
* StructurizeCFG: Fix verification failure with some loops.Matt Arsenault2013-11-221-0/+14
* StructurizeCFG: Fix inverting a branch on an argumentMatt Arsenault2013-11-221-11/+22
* StructurizeCFG: Add dependency on LowerSwitch passTom Stellard2013-10-021-1/+3
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-161-1/+1
* Move StructurizeCFG out of R600 to generic Transforms.Matt Arsenault2013-06-191-0/+879
OpenPOWER on IntegriCloud