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