Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU: Rename intrinsics to use amdgcn prefix | Matt Arsenault | 2016-01-22 | 1 | -178/+0 |
| | | | | | | | | | | | The intrinsic target prefix should match the target name as it appears in the triple. This is not yet complete, but gets most of the important ones. llvm.AMDGPU.* intrinsics used by mesa and libclc are still handled for compatability for now. llvm-svn: 258557 | ||||
* | AMDGPU: Switch barrier intrinsics to using convergent | Matt Arsenault | 2015-12-19 | 1 | -1/+0 |
| | | | | | | | | noduplicate prevents unrolling of small loops that happen to have barriers in them. If a loop has a barrier in it, it is OK to duplicate it for the unroll. llvm-svn: 256075 | ||||
* | AMDGPU/SI: Fix extra space when printing v_div_fmas_* | Matt Arsenault | 2015-06-28 | 1 | -2/+2 |
| | | | | llvm-svn: 240911 | ||||
* | R600 -> AMDGPU rename | Tom Stellard | 2015-06-13 | 1 | -0/+179 |
llvm-svn: 239657 |