This commit gets us back to pure CLC and fixes offset calculations. The next commit will re-enable the assembly implementation for R600, fix bugs related to 64-bit address spaces, and also fix the incorrect assumption that address space identifiers are the same in all architectures. llvm-svn: 186415
34 lines
604 B
Plaintext
34 lines
604 B
Plaintext
convert.cl
|
|
geometric/cross.cl
|
|
geometric/dot.cl
|
|
geometric/length.cl
|
|
geometric/normalize.cl
|
|
integer/abs.cl
|
|
integer/abs_diff.cl
|
|
integer/add_sat.cl
|
|
integer/add_sat_if.ll
|
|
integer/add_sat_impl.ll
|
|
integer/clz.cl
|
|
integer/clz_if.ll
|
|
integer/clz_impl.ll
|
|
integer/mad24.cl
|
|
integer/mul24.cl
|
|
integer/rotate.cl
|
|
integer/sub_sat.cl
|
|
integer/sub_sat_if.ll
|
|
integer/sub_sat_impl.ll
|
|
math/fmax.cl
|
|
math/fmin.cl
|
|
math/hypot.cl
|
|
math/mad.cl
|
|
relational/any.cl
|
|
shared/clamp.cl
|
|
shared/max.cl
|
|
shared/min.cl
|
|
shared/vload.cl
|
|
shared/vload_impl.ll
|
|
shared/vstore.cl
|
|
shared/vstore_impl.ll
|
|
workitem/get_global_id.cl
|
|
workitem/get_global_size.cl
|