Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 2008-03-10-sret.ll into ipsccp-basic.ll, and upgrade its syntax. | Chris Lattner | 2009-11-02 | 1 | -21/+0 |
| | | | | llvm-svn: 85811 | ||||
* | disable IPSCCP support for multiple return values, it is buggy, so just | Chris Lattner | 2009-11-02 | 1 | -0/+2 |
| | | | | | | disable it until I can fix it. llvm-svn: 85810 | ||||
* | Eliminate more redundant llvm-as calls. | Dan Gohman | 2009-09-11 | 1 | -1/+1 |
| | | | | llvm-svn: 81540 | ||||
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | llvm-svn: 81257 | ||||
* | adjust for asmprinter change. | Chris Lattner | 2009-03-01 | 1 | -3/+5 |
| | | | | llvm-svn: 65740 | ||||
* | Enable first-class aggregates support. | Dan Gohman | 2008-07-23 | 1 | -2/+5 |
| | | | | | | | | | | | | Remove the GetResultInst instruction. It is still accepted in LLVM assembly and bitcode, where it is now auto-upgraded to ExtractValueInst. Also, remove support for return instructions with multiple values. These are auto-upgraded to use InsertValueInst instructions. The IRBuilder still accepts multiple-value returns, and auto-upgrades them to InsertValueInst instructions. llvm-svn: 53941 | ||||
* | make this test more interesting. | Chris Lattner | 2008-04-23 | 1 | -4/+6 |
| | | | | llvm-svn: 50128 | ||||
* | Initial multiple return values support. | Devang Patel | 2008-03-11 | 1 | -0/+12 |
llvm-svn: 48210 |