| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "[CMake] Bumps minimum version to 3.20.0." | Mark de Wever | 2023-03-04 | 1 | -1/+1 |
* | [CMake] Bumps minimum version to 3.20.0. | Mark de Wever | 2023-03-04 | 1 | -1/+1 |
* | libclc: add clspv to targets exempt from alwaysinline | Kévin Petit | 2023-02-14 | 1 | -2/+4 |
* | libclc: add generated convert.cl to clspv/clspv64 targets | Kévin Petit | 2023-02-14 | 1 | -3/+3 |
* | libclc: add more generic implementations to clspv SOURCES | Kévin Petit | 2023-02-14 | 1 | -2/+39 |
* | libclc: remove sqrt/rsqrt from clspv SOURCES | Kévin Petit | 2023-02-13 | 1 | -3/+0 |
* | libclc: Fix building against an llvm build directory | Tom Stellard | 2023-01-27 | 1 | -1/+4 |
* | libclc: Set CMAKE_CXX_STANDARD to 17 to match llvm | Tom Stellard | 2023-01-27 | 1 | -0/+2 |
* | libclc: Add parentheses to silence warning | Matt Arsenault | 2022-12-29 | 1 | -1/+1 |
* | libclc: Use cmake files instead of llvm-config | Tom Stellard | 2022-11-22 | 2 | -72/+28 |
* | [libclc] Quote addition of CLC/LLAsm flags | Nikita Popov | 2022-08-31 | 1 | -2/+2 |
* | Remove references to old mailing lists that have moved to discourse. Replace ... | tlattner | 2022-07-22 | 1 | -2/+2 |
* | libclc: Add clspv64 target | Kévin Petit | 2022-01-13 | 2 | -2/+12 |
* | Quote some more destination paths with variables | John Ericson | 2021-12-13 | 1 | -6/+6 |
* | Revert "Revert "Revert "Use `GNUInstallDirs` to support custom installation d... | Med Ismail Bennani | 2021-12-10 | 1 | -6/+6 |
* | Revert "Revert "Use `GNUInstallDirs` to support custom installation dirs. -- ... | John Ericson | 2021-12-10 | 1 | -6/+6 |
* | Revert "Use `GNUInstallDirs` to support custom installation dirs. -- LLVM" | Med Ismail Bennani | 2021-11-02 | 1 | -6/+6 |
* | Use `GNUInstallDirs` to support custom installation dirs. -- LLVM | John Ericson | 2021-11-02 | 1 | -6/+6 |
* | libclc: Fix rounding during type conversion | Daniel Stone | 2021-08-19 | 1 | -1/+1 |
* | libclc: Add -cl-no-stdinc to clang flags on clang >=13 | Jan Vesely | 2021-07-15 | 1 | -1/+9 |
* | Support: Stop using F_{None,Text,Append} compatibility synonyms, NFC | Duncan P. N. Exon Smith | 2021-04-30 | 1 | -2/+2 |
* | libclc: Add clspv target to libclc | Alan Baker | 2021-03-04 | 6 | -2/+352 |
* | libclc: Use find_package to find Python 3 and require it | Aaron Puchert | 2020-10-01 | 2 | -4/+2 |
* | libclc: Add a __builtin to let SPIRV targets select between SW and HW FMA | Daniel Stone | 2020-09-16 | 3 | -0/+13 |
* | libclc/spirv: Add missing files from D85911 | Jan Vesely | 2020-09-10 | 4 | -0/+18 |
* | libclc/spirv: Add various functions | Daniel Stone | 2020-09-10 | 2 | -0/+12 |
* | libclc: Add Mesa/SPIR-V target | Dave Airlie | 2020-08-17 | 8 | -41/+336 |
* | libclc: Make all built-ins overloadable | Daniel Stone | 2020-08-17 | 41 | -173/+191 |
* | libclc: Fix FP_ILOGBNAN definition | Boris Brezillon | 2020-08-17 | 2 | -3/+19 |
* | [CMake] Bump CMake minimum version to 3.13.4 | Louis Dionne | 2020-07-22 | 1 | -1/+1 |
* | libclc: update website url | davidak | 2020-05-29 | 1 | -1/+1 |
* | libclc: Compile with -nostdlib | Matt Arsenault | 2020-05-28 | 1 | -1/+1 |
* | libclc: Pass system libraries to the linker after llvm libraries | Tom Stellard | 2020-04-29 | 1 | -1/+1 |
* | libclc: Use temporary files rather than a pipe | Daniel Stone | 2020-04-14 | 1 | -1/+2 |
* | libclc: Don't pass linker flags to CLC/LLAsm | Daniel Stone | 2020-04-14 | 2 | -2/+2 |
* | libclc: Use echo rather than true for try_compile | Daniel Stone | 2020-04-14 | 2 | -2/+2 |
* | libclc: Fix LLVM library linking on Windows | Daniel Stone | 2020-04-14 | 1 | -1/+3 |
* | libclc: cmake configure should depend on file list | Jan Vesely | 2020-02-25 | 1 | -0/+10 |
* | libclc: Use acos implementation from amd_builtins | Jan Vesely | 2020-02-20 | 2 | -38/+171 |
* | libclc/r600: Use target specific builtins to implement rsqrt and native_rsqrt | Jan Vesely | 2020-02-09 | 3 | -0/+35 |
* | libclc: Move rsqrt implementation to a .cl file | Jan Vesely | 2020-02-09 | 3 | -1/+31 |
* | libclc/asin: Switch to amd builtins version of asin | Aaron Watry | 2020-02-04 | 2 | -20/+165 |
* | libclc: Drop the old python based build system | Jan Vesely | 2019-11-08 | 3 | -536/+0 |
* | libclc: Drop travis | Jan Vesely | 2019-11-08 | 1 | -200/+0 |
* | [www] Change URLs to HTTPS. | Stephan T. Lavavej | 2019-10-24 | 1 | -3/+3 |
* | travis: Add LLVM 9 build | Jan Vesely | 2019-09-27 | 1 | -0/+34 |
* | travis: Switch to Ubuntu 16.04 (xenial) | Jan Vesely | 2019-09-27 | 1 | -58/+9 |
* | Revert "Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC" | Jan Vesely | 2019-08-05 | 1 | -2/+2 |
* | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -2/+2 |
* | travis: Add LLVM-8 build | Jan Vesely | 2019-03-27 | 1 | -0/+34 |