Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU: Change fdiv lowering based on !fpmath metadata | Matt Arsenault | 2016-07-19 | 1 | -2/+12 |
| | | | | | | | | | | | If 2.5 ulp is acceptable, denormals are not required, and isn't a reciprocal which will already be handled, replace with a faster fdiv. Simplify the lowering tests by using per function subtarget features. llvm-svn: 276051 | ||||
* | AMDGPU: R600 code splitting cleanup | Matt Arsenault | 2016-03-11 | 1 | -3/+3 |
| | | | | | | | Move a few functions only used by R600 to R600 specific code, fix header macros to stop using R600, mark classes as final. llvm-svn: 263204 | ||||
* | R600 -> AMDGPU rename | Tom Stellard | 2015-06-13 | 1 | -0/+48 |
llvm-svn: 239657 |