aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/SimplifyCFG.cpp
Commit message (Expand)AuthorAgeFilesLines
* simplify code, no functionality change.Chris Lattner2008-02-141-7/+9
* If there are no machine instructions emitted for a function, then insertBill Wendling2008-01-261-14/+1
* If we have a function like this:Bill Wendling2008-01-261-1/+14
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Rename isNoReturn to doesNotReturn, and isNoUnwind toDuncan Sands2007-12-181-2/+2
* Make PruneEH update the nounwind/noreturn attributesDuncan Sands2007-12-101-1/+1
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-031-1/+1
* update file comment.Chris Lattner2007-12-031-2/+5
* Add some convenience methods for querying attributes, andDuncan Sands2007-11-281-31/+2
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-14/+4
* Remove some logic I thoughtlessly copied overDuncan Sands2007-11-231-3/+0
* Turn invokes of nounwind functions into ordinary calls.Duncan Sands2007-11-221-1/+49
* Implement PR1796 and Transforms/SimplifyCFG/noreturn-call.llChris Lattner2007-11-141-15/+59
* Implement PR1786 by iterating between dead cycle eliminationChris Lattner2007-11-131-33/+63
* Finishing initial docs for all transformations in Passes.html.Gordon Henriksen2007-11-041-5/+5
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+145