Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the personality function from LandingPadInst to Function | David Majnemer | 2015-06-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | The personality routine currently lives in the LandingPadInst. This isn't desirable because: - All LandingPadInsts in the same function must have the same personality routine. This means that each LandingPadInst beyond the first has an operand which produces no additional information. - There is ongoing work to introduce EH IR constructs other than LandingPadInst. Moving the personality routine off of any one particular Instruction and onto the parent function seems a lot better than have N different places a personality function can sneak onto an exceptional function. Differential Revision: http://reviews.llvm.org/D10429 llvm-svn: 239940 | ||||
* | Update to new EH model. | Bill Wendling | 2011-09-20 | 1 | -1/+4 |
| | | | | llvm-svn: 140177 | ||||
* | Revert r140083 and r140084 until buildbots can be fixed. | Bill Wendling | 2011-09-19 | 1 | -4/+1 |
| | | | | llvm-svn: 140094 | ||||
* | Update test to remove the 'unwind' instruction. | Bill Wendling | 2011-09-19 | 1 | -1/+4 |
| | | | | llvm-svn: 140084 | ||||
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 1 | -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, instead | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226 | ||||
* | Remove llvm-upgrade and update test cases. | Tanya Lattner | 2008-03-01 | 1 | -9/+14 |
| | | | | llvm-svn: 47793 | ||||
* | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 1 | -0/+10 |
llvm-svn: 33296 |