aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG/2006-10-29-InvokeCrash.ll
AgeCommit message (Expand)Author
2012-08-10The normal edge of an invoke is not allowed to branch to a block with aEli Friedman
2011-09-02Try to eliminate the use of the 'unwind' instruction.Bill Wendling
2011-08-29Update tests to new EH model. Add landingpad instructions to landing pads.Bill Wendling
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2008-03-10Remove llvm-upgrade and update tests.Tanya Lattner
2007-11-27Fix PR1146: parameter attributes are longer part ofDuncan Sands
2007-04-22For PR1146:Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-10-29new testcaseChris Lattner