summaryrefslogtreecommitdiffstats
path: root/llvm/test/Feature/calltest.ll
Commit message (Collapse)AuthorAgeFilesLines
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-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 Wendling2011-08-251-13/+17
| | | | llvm-svn: 138541
* make the asmparser reject function and type redefinitions. 'Merging' hasn't ↵Chris Lattner2011-06-171-2/+0
| | | | | | | | been needed since llvm-gcc 3.4 days. llvm-svn: 133248
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-011-26/+24
| | | | llvm-svn: 47784
* Redefinition of functions is no longer permitted.Reid Spencer2007-01-071-2/+1
| | | | llvm-svn: 33000
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-1/+1
| | | | llvm-svn: 32115
* test that tail call survives bytecodificationChris Lattner2005-05-061-3/+3
| | | | llvm-svn: 21728
* Added RUN lines and dejagnu support for Feature dir.Tanya Lattner2004-11-071-0/+4
| | | | llvm-svn: 17568
* Add more function call and prototype specific testsChris Lattner2001-10-131-3/+18
| | | | llvm-svn: 777
* Adjust test cases to match the fact that methods are now explicit pointer ↵Chris Lattner2001-10-031-1/+1
| | | | | | values, not explicit llvm-svn: 702
* Initial revisionChris Lattner2001-06-061-0/+16
llvm-svn: 2
OpenPOWER on IntegriCloud