Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a full triple for a PPC test case for asm syntax. | Andrew Trick | 2012-11-18 | 1 | -3/+3 |
| | | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168283 91177308-0d34-0410-b5e6-96231b3b80d8 | ||||
* | Silence the buildbots for this test while I figure out the triple | Andrew Trick | 2012-11-17 | 1 | -2/+2 |
| | | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168249 91177308-0d34-0410-b5e6-96231b3b80d8 | ||||
* | Broaden isSchedulingBoundary to check aliases of SP. | Andrew Trick | 2012-11-17 | 1 | -0/+33 |
On PPC the stack pointer is X1, but ADJCALLSTACK writes R1. Fixes PR14315: Register regmask dependency problem with misched. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168248 91177308-0d34-0410-b5e6-96231b3b80d8 |