Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Temporarily Revert "Add basic loop fusion pass."" | Eric Christopher | 2019-04-17 | 1 | -0/+45 |
| | | | | | | | | The reversion apparently deleted the test/Transforms directory. Will be re-reverting again. llvm-svn: 358552 | ||||
* | Temporarily Revert "Add basic loop fusion pass." | Eric Christopher | 2019-04-17 | 1 | -45/+0 |
| | | | | | | | | As it's causing some bot failures (and per request from kbarton). This reverts commit r358543/ab70da07286e618016e78247e4a24fcb84077fda. llvm-svn: 358546 | ||||
* | 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 the tests to the new EH scheme. | Bill Wendling | 2011-08-31 | 1 | -1/+5 |
| | | | | llvm-svn: 138891 | ||||
* | Eliminate more redundant llvm-as calls. | Dan Gohman | 2009-09-11 | 1 | -2/+2 |
| | | | | llvm-svn: 81540 | ||||
* | Upgrade tests to not use llvm-upgrade. | Tanya Lattner | 2008-03-19 | 1 | -11/+2 |
| | | | | llvm-svn: 48529 | ||||
* | New test. | Devang Patel | 2007-05-17 | 1 | -0/+50 |
llvm-svn: 37184 |