Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU: Remove llvm.AMDGPU.clamp intrinsic | Matt Arsenault | 2017-02-21 | 1 | -56/+0 |
| | | | | llvm-svn: 295789 | ||||
* | AMDGPU: Redefine clamp node as clamp 0.0-1.0 | Matt Arsenault | 2017-02-21 | 1 | -4/+4 |
| | | | | | | | | | | | Change implementation to use max instead of add. min/max/med3 do not flush denormals regardless of the mode, so it is OK to use it whether or not they are enabled. Also allow using clamp with f16, and use knowledge of dx10_clamp. llvm-svn: 295788 | ||||
* | Enable FeatureFlatForGlobal on Volcanic Islands | Matt Arsenault | 2017-01-24 | 1 | -1/+1 |
| | | | | | | | | | | | This switches to the workaround that HSA defaults to for the mesa path. This should be applied to the 4.0 branch. Patch by Vedran Miletić <vedran@miletic.net> llvm-svn: 292982 | ||||
* | AMDGPU: Support commuting with immediate in src0 | Matt Arsenault | 2016-09-08 | 1 | -4/+4 |
| | | | | llvm-svn: 280970 | ||||
* | AMDGPU: Remove last AMDIL intrinsics | Matt Arsenault | 2016-07-13 | 1 | -12/+1 |
| | | | | llvm-svn: 275309 | ||||
* | R600 -> AMDGPU rename | Tom Stellard | 2015-06-13 | 1 | -0/+67 |
llvm-svn: 239657 |