summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* switchinst ctor now takes a hint for the number of cases that it will have.Chris Lattner2005-01-291-2/+2
* Implement SimplifyCFG/DeadSetCC.llChris Lattner2005-01-011-0/+8
* Fix Regression/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll,Chris Lattner2004-12-101-14/+13
* Squelch warningChris Lattner2004-11-301-1/+1
* Alkis noticed that this variable is dead. Thanks!Chris Lattner2004-11-301-2/+0
* If we have something like this:Chris Lattner2004-11-301-0/+105
* Do not compute the predecessor list for a block unless we need it.Chris Lattner2004-11-011-27/+24
* Eliminate compilation warning on uninitialized variable.Reid Spencer2004-10-221-1/+1
* Simplify code by deleting instructions that preceed unreachable instructions.Chris Lattner2004-10-181-1/+101
* When converting phi nodes into select instructions, we shouldn't promote PHIChris Lattner2004-10-141-41/+93
* Do not insert trivially dead select instructions, which allows us toChris Lattner2004-09-291-2/+11
* Convert code to compile with vc7.1.Reid Spencer2004-09-151-8/+11
* Fixes to make LLVM compile with vc7.1.Alkis Evlogimenos2004-09-031-1/+1
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-211-1/+0
* Implement SimplifyCFG/BrUnwind.llChris Lattner2004-07-201-2/+9
* bug 122:Reid Spencer2004-07-181-2/+1
* Progress on PR341Chris Lattner2004-07-151-3/+3
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+2
* *FINALLY* Fix a really nasty nondeterministic bug that has been haunting usChris Lattner2004-06-211-6/+7
* Add some DEBUG output to the simplifycfg routinesChris Lattner2004-06-201-14/+13
* Do not sort by the address of LLVM ConstantInt* objects. This producesChris Lattner2004-06-191-10/+21
* Do not clone arbitrary condition instructions.Chris Lattner2004-05-021-1/+1
* Do not infinitely "unroll" single BB loops.Chris Lattner2004-05-021-5/+4
* Dont' merge terminators that are needed to select PHI node values.Chris Lattner2004-05-021-1/+1
* Implement SimplifyCFG/branch-cond-merge.llChris Lattner2004-05-011-10/+64
* Fix my missing parensChris Lattner2004-05-011-1/+1
* Implement SimplifyCFG/branch-cond-prop.llChris Lattner2004-05-011-2/+30
* Fold code like:Chris Lattner2004-04-091-18/+72
* Fix the obvious bug in my previous checkinChris Lattner2004-04-021-0/+3
* Implement Transforms/SimplifyCFG/return-merge.llChris Lattner2004-04-021-1/+57
* Now that all the code generators support the select instruction, and the inst...Chris Lattner2004-03-301-78/+9
* Fix compilation of mesa, which I broke earlier todayChris Lattner2004-03-171-2/+3
* Do not copy gigantic switch instructionsChris Lattner2004-03-161-1/+8
* Implement switch->br and br->switch folding by ripping out the switch->switchChris Lattner2004-02-281-178/+174
* turn things like:Chris Lattner2004-02-261-0/+74
* If a block is made dead, make sure to promptly remove it.Chris Lattner2004-02-241-0/+8
* Implement SimplifyCFG/switch_switch_fold.llChris Lattner2004-02-241-2/+150
* Rearrange code a bitChris Lattner2004-02-241-30/+27
* Implement: test/Regression/Transforms/SimplifyCFG/switch_create.llChris Lattner2004-02-241-7/+140
* Implement test/Regression/Transforms/SimplifyCFG/UncondBranchToReturn.ll,Chris Lattner2004-02-161-0/+48
* Implement SimplifyCFG/PhiEliminate.llChris Lattner2004-02-111-5/+234
* The hasConstantReferences predicate always returns false.Chris Lattner2004-02-111-52/+49
* rename the "exceptional" destination of an invoke instruction to the 'unwind'...Chris Lattner2004-02-081-1/+1
* Finegrainify namespacificationChris Lattner2004-01-091-5/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Fix spelling.Misha Brukman2003-10-101-3/+3
* Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...Chris Lattner2003-09-081-25/+24
* Implement SimplifyCFG/InvokeEliminate.llChris Lattner2003-08-241-1/+36
OpenPOWER on IntegriCloud