Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set the mtriple in some tests so that they use AAPCS. | Rafael Espindola | 2010-06-15 | 1 | -1/+1 |
| | | | | llvm-svn: 106041 | ||||
* | Remove the arm_aapcscc marker from the tests. It is the default | Rafael Espindola | 2010-06-15 | 1 | -3/+3 |
| | | | | | | for the linux targets. llvm-svn: 106029 | ||||
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 1 | -1/+1 |
| | | | | llvm-svn: 81293 | ||||
* | Don't setCalleeSavedInfoValid() until spills are interted. | Jakob Stoklund Olesen | 2009-08-15 | 1 | -0/+10 |
In a naked function, the flag is never set and getPristineRegs() returns an empty list. That means naked functions are able to clobber callee saved registers, but that is the whole point of naked functions. This fixes PR4716. llvm-svn: 79096 |