aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/SimplifyCFG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Check to see if a two-entry PHI block can be simplifiedDan Gohman2008-03-111-6/+6
* Turn unwind_to into "unwinds to".Nick Lewycky2008-03-101-1/+1
* Firstly, having a BranchInst isn't exclusive with having an unwind_to.Nick Lewycky2008-03-091-5/+8
* A BB that unwind_to an "unwind" inst is that same as one that doesn't unwind_toNick Lewycky2008-03-091-1/+4
* Update the inliner and simplifycfg to handle unwind_to.Nick Lewycky2008-03-091-1/+9
* Make Transforms to be 4.3 warnings-cleanAnton Korobeynikov2008-02-201-6/+10
* switch simplifycfg from using vectors for most things to smallvectors,Chris Lattner2008-02-181-14/+12
* don't hoist FP additions into unconditional adds + selects. This Chris Lattner2008-01-031-0/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* If succ has succ itself as one of the predecessors then doDevang Patel2007-12-221-2/+2
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-0/+2
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-011-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+1905