Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement barrier() builtin | Tom Stellard | 2013-07-08 | 3 | -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.ll | Tom Stellard | 2013-06-26 | 2 | -12/+12 | |
| | | | | llvm-svn: 185005 | |||||
* | r600: Add overrides file | Tom Stellard | 2013-06-26 | 1 | -0/+2 | |
| | | | | llvm-svn: 184983 | |||||
* | R600: Replace cl implementations with LLVM IR implementation | Tom Stellard | 2013-06-26 | 7 | -22/+76 | |
| | | | | | | This allows libclc to be built for R600 with upstream clang and LLVM. llvm-svn: 184980 | |||||
* | r600: Add get_global_size() implementation | Tom Stellard | 2013-06-26 | 2 | -0/+11 | |
| | | | | llvm-svn: 184977 | |||||
* | r600: Fix get_global_id implementation | Tom Stellard | 2013-06-26 | 1 | -3/+3 | |
| | | | | llvm-svn: 184976 | |||||
* | r600: Initial support | Tom Stellard | 2013-06-26 | 2 | -0/+11 | |
This includes a get_global_id() implementation and function stubs for the other workitem and synchronization functions. llvm-svn: 184975 |