Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | De-constify pointers to Type since they can't be modified. NFC | Craig Topper | 2015-08-01 | 1 | -3/+3 | |
| | | | | | | This was already done in most places a while ago. This just fixes the ones that crept in over time. llvm-svn: 243842 | |||||
* | AMDGPU: Don't try to use LDS/vector for private if pointer value stored | Matt Arsenault | 2015-07-28 | 1 | -4/+14 | |
| | | | | | | | If the pointer is the store's value operand, this would produce a broken module. Make sure the use is actually for the pointer operand. llvm-svn: 243462 | |||||
* | AMDGPU: Fix crash if called function is a bitcast | Matt Arsenault | 2015-07-28 | 1 | -1/+6 | |
| | | | | | | | getCalledFunction() is null, so this would crash. Replace crash with an error on unsupported call. llvm-svn: 243461 | |||||
* | R600 -> AMDGPU rename | Tom Stellard | 2015-06-13 | 1 | -0/+407 | |
llvm-svn: 239657 |