aboutsummaryrefslogtreecommitdiff
path: root/libclc/ptx
AgeCommit message (Expand)AuthorFilesLines
2017-10-08ptx: Use __clc_nextafter to implement nextafterJan Vesely2-0/+11
2017-10-05Add vload_half helpers for ptxJeroen Ketema4-0/+26
2017-10-04Add vstore_half helpers for ptxJeroen Ketema4-0/+38
2017-10-02integer/sub_sat: Use clang builtin instead of llvm asmJan Vesely3-57/+0
2017-10-02integer/add_sat: Use clang builtin instead of llvm asmJan Vesely3-58/+1
2013-06-26libclc: Rename [add|sub]_sat.ll to [add|sub]_sat_if.llTom Stellard1-0/+2
2012-08-05Do not use linkonce_odr linkage in .ll files. This prevented themPeter Collingbourne2-16/+16
2012-08-05Implement sub_sat builtin. Patch by Lei Mou!Peter Collingbourne2-0/+56
2012-01-08Initial commit.Peter Collingbourne2-0/+56