summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SimplifyCFG/2006-10-29-InvokeCrash.ll
Commit message (Collapse)AuthorAgeFilesLines
* The normal edge of an invoke is not allowed to branch to a block with aEli Friedman2012-08-101-567/+0
| | | | | | landingpad. Enforce it in the verifier, and fix the regression tests to match. llvm-svn: 161697
* Try to eliminate the use of the 'unwind' instruction.Bill Wendling2011-09-021-1/+1
| | | | llvm-svn: 139046
* Update tests to new EH model. Add landingpad instructions to landing pads.Bill Wendling2011-08-291-0/+12
| | | | llvm-svn: 138759
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
| | | | | | | | input filename so that opt doesn't print the input filename in the output so that grep lines in the tests don't unintentionally match strings in the input filename. llvm-svn: 81537
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
| | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-7/+7
| | | | | | | | | | | | | | | integer and floating-point opcodes, introducing FAdd, FSub, and FMul. For now, the AsmParser, BitcodeReader, and IRBuilder all preserve backwards compatability, and the Core LLVM APIs preserve backwards compatibility for IR producers. Most front-ends won't need to change immediately. This implements the first step of the plan outlined here: http://nondot.org/sabre/LLVMNotes/IntegerOverflow.txt llvm-svn: 72897
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-101-399/+302
| | | | llvm-svn: 48137
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-2/+0
| | | | | | | | | | | | the function type, instead they belong to functions and function calls. This is an updated and slightly corrected version of Reid Spencer's original patch. The only known problem is that auto-upgrading of bitcode files doesn't seem to work properly (see test/Bitcode/AutoUpgradeIntrinsics.ll). Hopefully a bitcode guru (who might that be? :) ) will fix it. llvm-svn: 44359
* For PR1146:Reid Spencer2007-04-221-0/+2
| | | | | | | | Make ParamAttrsList objects unique. You can no longer directly create or destroy them but instead must go through the ParamAttrsList::get() interface. llvm-svn: 36327
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+652
llvm-svn: 33296
OpenPOWER on IntegriCloud