summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2018-06-28[CMake] Make bootstrap and compiler-rt depend on cxx-headers.Ahmed Bougacha
2018-06-21Re-apply: Add python tool to dump and construct header mapsBruno Cardoso Lopes
2018-06-21Revert "Add python tool to dump and construct header maps"Bruno Cardoso Lopes
2018-06-20Add python tool to dump and construct header mapsBruno Cardoso Lopes
2018-06-11[CMake] Allow specifying extra dependencies of bootstrap stagePetr Hosek
2018-04-06CMake option to allow enabling experimental new pass manager by defaultPetr Hosek
2018-03-29Rename clang link from clang-X.Y to clang-XSylvestre Ledru
2018-03-06[FrontEnd] Allow overriding the default C/C++ -std via CMake varsMichal Gorny
2018-01-19[cmake] Also pass CMAKE_ASM_COMPILER_ID to next stage when bootstrappingDon Hinton
2017-12-07[OpenMP] NVPTX: Set default/minimum compute capability to sm_35George Rokos
2017-12-05[CMake] Don't use comma as an alternate separatorPetr Hosek
2017-11-29[CMake] Support side-by-side checkouts in multi-stage buildPetr Hosek
2017-11-29[CMake] Use LIST_SEPARATOR rather than escaping in ExternalProject_AddPetr Hosek
2017-11-17[cmake] Use llvm-lit directory when provided for stand-alone buildMichal Gorny
2017-11-11Add CLANG_DEFAULT_OBJCOPY to allow Clang to use llvm-objcopy for dwarf fissionJake Ehrlich
2017-11-04Move the clang-tblgen-targets project into the Misc folder on IDEs like Visua...Aaron Ballman
2017-10-17[CMake][OpenMP] Customize default offloading archJonas Hahnfeld
2017-09-02Don't search libxml2 if using msan. LLVM already has similar check.Vitaly Buka
2017-08-27CMake: only try to find the Z3 package when `CLANG_ANALYZER_BUILD_Z3` is ONMehdi Amini
2017-08-08Integrate Kostya's clang-proto-fuzzer with LLVM.Matt Morehouse
2017-07-28[CMake] NFC. Add clang-tablegen-targets utility targetChris Bieneman
2017-07-26Clang and LLVM search for different versions of libxml2, reset foundEric Beckmann
2017-07-23[Modules] Rework r274270. Let Clang targets depend on intrinsics_gen.NAKAMURA Takumi
2017-07-18[CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Co...NAKAMURA Takumi
2017-05-23[GSoC] Shell autocompletion for clangYuka Takahashi
2017-05-11Fix two-stage build on windows using DistributionExample cmake cacheNAKAMURA Takumi
2017-04-04[analyzer] Add new Z3 constraint manager backendDominic Chen
2017-03-07Define LLVM_ENABLE_WARNINGS when building standalone clang to ensure warnings...Eric Fiselier
2017-02-19clang/CMakeLists.txt: Rework r294954 -- use file(TO_CMAKE_PATH).NAKAMURA Takumi
2017-02-13Fix r291495 -- Normalize LLVM_CMAKE_PATH in clang standalone build.NAKAMURA Takumi
2017-01-25[test] Port clang tests to canonicalized booleansMichal Gorny
2017-01-18[CMake] Separate LLVM_ENABLE_LTO and LLVM_ENABLE_LLDPetr Hosek
2017-01-09[cmake] Obtain LLVM_CMAKE_PATH from llvm-configMichal Gorny
2016-12-31[clang] Fix clean build of generate-order-fileAlexander Shaposhnikov
2016-12-14[Driver] Allow setting the default linker during buildPetr Hosek
2016-11-16[CMake] Support lld with LTO bootstrapPetr Hosek
2016-10-19[CMake] Add clang-bootstrap-deps targetChris Bieneman
2016-10-18[cmake] Update lit search to match the one in LLVMMichal Gorny
2016-10-18[CMake] Add a few default passthrough variables for bootstrap buildsChris Bieneman
2016-09-22[CMake] More robust handling for bootstrap variablesChris Bieneman
2016-09-21[CMake] Check if passthrough variables are definedChris Bieneman
2016-09-21[CMake] Pass CLANG_VERSION_* variables into later stagesChris Bieneman
2016-09-20[CMake] Support overriding CLANG_VERSION_*Chris Bieneman
2016-09-15Simplify Clang's version number configuration in CMake.David L. Jones
2016-08-23driver: Support checking for rlimits via cmake (when bootstrapping)Chris Bieneman
2016-08-16[CMake] Workflow improvements to PGO generationChris Bieneman
2016-07-27Support setting default value for -rtlib at build timeJonas Hahnfeld
2016-07-25[CMake] Pass DYLD_LIBRARY_PATH as CMake variable instead of as envarChris Bieneman
2016-07-25[CMake] Cleaning up some CMake warningsChris Bieneman
2016-07-25Update description for CLANG_DEFAULT_CXX_STDLIB and add comment. NFCJonas Hahnfeld