summaryrefslogtreecommitdiff
path: root/libclc/cmake
AgeCommit message (Expand)Author
2025-09-05[libclc] Override generic symbol using llvm-link --override flag instead of u...Wenju He
2025-08-22[libclc] Only create a target per each compile command for cmake MSVC generat...Wenju He
2025-08-11[libclc] Fix libclc install on Windows when MSVC generator is used (#152703)Wenju He
2025-08-07[libclc] Set TARGET_FILE property for prepare-${obj_suffix} target (#152245)Wenju He
2025-08-01[libclc] Add an option to build SPIR-V targets with the LLVM backend (#151347)Fraser Cormack
2025-07-29[libclc] Fix building top-level 'libclc' target (#150972)Fraser Cormack
2025-07-21[libclc] Fix installed symlinks to be relative again (#149728)Michał Górny
2025-07-09[libclc] Change symlinks to copies on Windows (#147759)Fraser Cormack
2025-07-04[libclc] Fix target dependencyFraser Cormack
2025-07-04[libclc] Make library output directories explicit (#146833)Fraser Cormack
2025-07-03[libclc] Add prepare-<triple> targets (#146700)Fraser Cormack
2025-05-20[libclc] Reorganize OpenCL builtins (#140557)Fraser Cormack
2025-05-16[libclc] Append file_specific_compile_options after ARG_COMPILE_FLAGS (#139871)Wenju He
2025-04-24[libclc] only check filename part of the source for avoiding duplication (#13...Wenju He
2025-04-14[libclc][NFC] Fix typo in commentFraser Cormack
2025-04-14[libclc] Fix commands in compile_to_bc are executed sequentially (#130755)Wenju He
2025-03-28[libclc] Pass -fapprox-func when compiling 'native' builtins (#133119)Fraser Cormack
2025-03-24[libclc] link_bc target should depends on target builtins.link.clc-arch_suffi...Wenju He
2025-03-20[libclc] add --only-needed to llvm-link when INTERNALIZE flag is set (#130871)Wenju He
2025-02-19[libclc] Clean up directory search procedure (#127783)Fraser Cormack
2025-02-18[libclc] Suppress data-layout warnings during linking (#127532)Fraser Cormack
2025-02-18[libclc] Disable external-calls testing for clspv targets (#127529)Fraser Cormack
2025-02-17[libclc] Fix dependencies on generated convert builtins (#127515)Fraser Cormack
2025-02-16[libclc] [cmake] Fix per-target *_convert.cl dependencies (#127315)Michał Górny
2024-11-13Reland "[libclc] Create aliases with custom_command (#115885)" (#116025)Fraser Cormack
2024-11-13Revert "[libclc] Create aliases with custom_command (#115885)"Sylvestre Ledru
2024-11-12[libclc] Create aliases with custom_command (#115885)Fraser Cormack
2024-10-29[libclc] Create an internal 'clc' builtins libraryFraser Cormack
2024-10-29[libclc] Split off library build system into helpersFraser Cormack
2024-09-30[libclc] Fix installation w/ ENABLE_RUNTIME_SUBNORMAL (#109926)Fraser Cormack
2024-07-18[libclc] Revise IDE folder structure (#89746)Michael Kruse
2024-07-02[libclc] Fix cross in-tree builds (#97392)Harald van Dijk
2024-06-24[CMake][libclc] Improve dependencies to avoid build errors (#95018)Tim Creech
2024-04-24[libclc] Use a response file when building on Windows (#89756)Fraser Cormack
2024-04-22[libclc] Fix build with Unix Makefiles (#89147)Fraser Cormack
2024-04-11[libclc] Refactor build system to allow in-tree builds (#87622)Fraser Cormack
2024-03-28[libclc] Track dependencies through dependency files (#86965)Fraser Cormack
2024-03-18[libclc] Convert tabs to spaces in CMake (#85634)Fraser Cormack
2020-04-14libclc: Use temporary files rather than a pipeDaniel Stone
2020-04-14libclc: Don't pass linker flags to CLC/LLAsmDaniel Stone
2020-04-14libclc: Use echo rather than true for try_compileDaniel Stone
2018-11-27Add cmake build systemJan Vesely