aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/CondPropagate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid making the transformation enabled by my last patch if the new destinati...Evan Cheng2009-04-151-3/+13
* Optimize conditional branch on i1 phis with non-constant inputs.Evan Cheng2009-04-141-14/+55
* Add comment to emphasize that the while body is empty.Bill Wendling2009-03-051-2/+2
* Insert space to avoid warning and make code more readable.Mike Stump2009-02-071-2/+2
* Ignore dbg intrinsics while propagating conditional expression info. Take 2.Devang Patel2009-02-051-6/+17
* Revert rev. 63876. It is causing llvm-gcc bootstrap failure.Devang Patel2009-02-051-2/+2
* Remove dead blocks in the end.Devang Patel2009-02-051-3/+14
* Ignore dbg intrinsics while propagating conditional expression info.Devang Patel2009-02-051-2/+2
* Handle single-entry phi nodes gracefully in condprop.lattner2009-01-261-0/+8
* Factor some code into a new FoldSingleEntryPHINodes method.Chris Lattner2008-12-031-13/+6
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-3/+3
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Fix PR1575 and test/Transforms/CondProp/2007-08-01-InvalidRead.llChris Lattner2007-08-021-8/+10
* Fix thinko. Update return status appropriately.Devang Patel2007-07-261-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+219