summaryrefslogtreecommitdiff
path: root/libclc/ptx
Commit message (Expand)AuthorAgeFilesLines
* ptx: Use __clc_nextafter to implement nextafterJan Vesely2017-10-082-0/+11
* Add vload_half helpers for ptxJeroen Ketema2017-10-054-0/+26
* Add vstore_half helpers for ptxJeroen Ketema2017-10-044-0/+38
* integer/sub_sat: Use clang builtin instead of llvm asmJan Vesely2017-10-023-57/+0
* integer/add_sat: Use clang builtin instead of llvm asmJan Vesely2017-10-023-58/+1
* libclc: Rename [add|sub]_sat.ll to [add|sub]_sat_if.llTom Stellard2013-06-261-0/+2
* Do not use linkonce_odr linkage in .ll files. This prevented themPeter Collingbourne2012-08-052-16/+16
* Implement sub_sat builtin. Patch by Lei Mou!Peter Collingbourne2012-08-052-0/+56
* Initial commit.Peter Collingbourne2012-01-082-0/+56