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 tests to the newest EH syntax. | Bill Wendling | 2011-08-25 | 1 | -13/+17 |
| | | | | llvm-svn: 138541 | ||||
* | make the asmparser reject function and type redefinitions. 'Merging' hasn't ↵ | Chris Lattner | 2011-06-17 | 1 | -2/+0 |
| | | | | | | | | been needed since llvm-gcc 3.4 days. llvm-svn: 133248 | ||||
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-03-01 | 1 | -26/+24 |
| | | | | llvm-svn: 47784 | ||||
* | Redefinition of functions is no longer permitted. | Reid Spencer | 2007-01-07 | 1 | -2/+1 |
| | | | | llvm-svn: 33000 | ||||
* | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer | 2006-12-02 | 1 | -1/+1 |
| | | | | llvm-svn: 32115 | ||||
* | test that tail call survives bytecodification | Chris Lattner | 2005-05-06 | 1 | -3/+3 |
| | | | | llvm-svn: 21728 | ||||
* | Added RUN lines and dejagnu support for Feature dir. | Tanya Lattner | 2004-11-07 | 1 | -0/+4 |
| | | | | llvm-svn: 17568 | ||||
* | Add more function call and prototype specific tests | Chris Lattner | 2001-10-13 | 1 | -3/+18 |
| | | | | llvm-svn: 777 | ||||
* | Adjust test cases to match the fact that methods are now explicit pointer ↵ | Chris Lattner | 2001-10-03 | 1 | -1/+1 |
| | | | | | | values, not explicit llvm-svn: 702 | ||||
* | Initial revision | Chris Lattner | 2001-06-06 | 1 | -0/+16 |
llvm-svn: 2 |