summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/SimplifyCFGPass.cpp
Commit message (Expand)AuthorAge
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-04
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-25
* Rename a few more DataLayout variables.Rafael Espindola2014-02-21
* Disable most IR-level transform passes on functions marked 'optnone'.Paul Robinson2014-02-06
* Reapply r188119 now that the bug it exposed is fixed.Peter Collingbourne2013-08-12
* Revert r188119 "Kill some duplicated code for removing unreachable BBs."Arnold Schwaighofer2013-08-10
* Kill some duplicated code for removing unreachable BBs.Peter Collingbourne2013-08-09
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-06
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-27
* Make SimplifyCFG simply depend upon TargetTransformInfo and pass itChandler Carruth2013-01-07
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Optimize tree walking in markAliveBlocks.Evgeniy Stepanov2012-12-17
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Use TargetTransformInfo to control switch-to-lookup table transformationHans Wennborg2012-10-30
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Update function names to conform to guidelines.Jim Grosbach2012-09-06
* Clean whitespaces.Nadav Rotem2012-07-24
* fix PR13339 (remove the predecessor from the unwind BB when removing an invoke)Nuno Lopes2012-07-16
* fix the regression I introduced in r159385 (it's necessary to update PHI node...Nuno Lopes2012-07-02
* make simplifyCFG erase invokes to readonly/readnone functionsNuno Lopes2012-06-28
* improve optimization of invoke instructions:Nuno Lopes2012-06-25
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-15
* Preserve line number information while converting Invoke into a Call.Devang Patel2011-06-02
* Add a parameter to ConstantFoldTerminator() that callers can use to ask it to...Frits van Bommel2011-05-22
* Simplify cfg inserts a call to trap when unreachable code is detected. Assign...Devang Patel2011-04-27
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-30
* (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad2011-03-30
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Teach SimplifyCFG how to simplify indirectbr instructions.Dan Gohman2010-08-14
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* SimplifyCFG: don't turn volatile stores to null/undef into unreachable. Fixes...Benjamin Kramer2010-06-13
* make simplifycfg insert an llvm.trap before the 'unreachable' it introducesChris Lattner2010-05-08
* Finally land the InvokeInst operand reordering.Gabor Greif2010-03-24
* backing out r99170 because it still fails on clang-x86_64-darwin10-fntGabor Greif2010-03-22
* Now that hopefully all direct accesses to InvokeInst operands are fixedGabor Greif2010-03-22
* back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_...Gabor Greif2010-03-19
* Recommit r80858 again (which has been backed out in r80871).Gabor Greif2010-03-19
* In "empty" bb, the return instruction may not be first instruction, if dbg va...Devang Patel2010-03-15
* Skip over debug info when trying to merge two return BBs.Bill Wendling2010-03-14
* Teach SimplifyCFG about magic pointer constants.Jakob Stoklund Olesen2010-02-05