summaryrefslogtreecommitdiffstats
path: root/libclc/r600/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement barrier() builtinTom Stellard2013-07-083-0/+29
| | | | | | Reviewed and Tested-by: Aaron Watry <awatry@gmail.com> llvm-svn: 185837
* r600: Fix implementations of get_group_id.ll and get_local_size.llTom Stellard2013-06-262-12/+12
| | | | llvm-svn: 185005
* r600: Add overrides fileTom Stellard2013-06-261-0/+2
| | | | llvm-svn: 184983
* R600: Replace cl implementations with LLVM IR implementationTom Stellard2013-06-267-22/+76
| | | | | | This allows libclc to be built for R600 with upstream clang and LLVM. llvm-svn: 184980
* r600: Add get_global_size() implementationTom Stellard2013-06-262-0/+11
| | | | llvm-svn: 184977
* r600: Fix get_global_id implementationTom Stellard2013-06-261-3/+3
| | | | llvm-svn: 184976
* r600: Initial supportTom Stellard2013-06-262-0/+11
This includes a get_global_id() implementation and function stubs for the other workitem and synchronization functions. llvm-svn: 184975
OpenPOWER on IntegriCloud