summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/AddLLVM.cmake
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Teach the build system to codesign built productsJustin Bogner2018-07-101-0/+29
* [cmake] Change WIN32 test to CMAKE_HOST_WIN32Filipe Cabecinhas2018-06-291-1/+1
* [CMake] Respect CMAKE_STRIP and CMAKE_DSYMUTIL on apple platformsJustin Bogner2018-06-281-2/+8
* [CMake] Do not use --gc-sections on OpenBSDBrad Smith2018-06-231-1/+1
* [cmake] Change ON/OFF to YES/NO. NFCShoaib Meenai2018-06-141-9/+9
* [cmake] Add linker detection for Apple platformsShoaib Meenai2018-06-141-1/+14
* [CMake] Use CMAKE_OBJCOPY and CMAKE_STRIP to externalize debug infoPetr Hosek2018-05-091-3/+3
* [cmake] Make linker detection take flags into accountShoaib Meenai2018-04-261-1/+2
* Rename Attributes.gen, Intrinsics.gen to Attributes.inc, Intrinsics.incNico Weber2018-04-251-3/+3
* Rename llvm library from libLLVM-X.Y to libLLVM-XSylvestre Ledru2018-03-291-3/+3
* [cmake] Append -Wl,-rpath-link conditionally to GNULDMichal Gorny2018-03-081-1/+2
* [cmake] Use symlinks for Windows-hosted toolchains built on UnixShoaib Meenai2018-01-091-2/+2
* [CMake] Use PRIVATE when linking LLVM fuzzers.Matt Morehouse2017-12-061-1/+1
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-2/+2
* [llvm] Add stripped installation targetsShoaib Meenai2017-11-301-25/+41
* [CMake] Allow for Solaris ld -V output on stdoutMichal Gorny2017-11-171-1/+2
* Move the setting of LLVM_BUILD_MODE to a macro so that we can re-use it in co...Greg Bedwell2017-11-131-6/+10
* [CMake] Fix linker detection in AddLLVM.cmakeTim Shen2017-10-301-1/+6
* Force #define GTEST_LANG_CXX11.Zachary Turner2017-10-271-0/+7
* [cmake] Restrict resource file usage to Windows build hostsShoaib Meenai2017-10-251-2/+2
* [cmake] Allow building fuzzers with OSS-Fuzz flags.Matt Morehouse2017-10-121-2/+7
* Revert "[CMake] Remove `CMAKE_.*_OUTPUT_DIRECTORY` (NFCI)"Brian Gesiak2017-09-291-0/+2
* [CMake] Remove `CMAKE_.*_OUTPUT_DIRECTORY` (NFCI)Brian Gesiak2017-09-291-2/+0
* [lit] Add a test for the builtin config map.Zachary Turner2017-09-211-3/+6
* [lit] Make lit support config files with .py extension.Zachary Turner2017-09-211-6/+12
* Make libcxx tests work when llvm sources are not present.Zachary Turner2017-09-201-3/+6
* Resubmit "Fix llvm-lit script generation in libcxx."Zachary Turner2017-09-191-3/+3
* Revert "Fix llvm-lit script generation in libcxx."Zachary Turner2017-09-191-3/+3
* Fix llvm-lit script generation in libcxx.Zachary Turner2017-09-191-3/+3
* [cmake] Add a simple function to dump all variables.Zachary Turner2017-09-181-0/+7
* Resubmit "Add a shared llvm.lit module that all test suites can use."Zachary Turner2017-09-161-0/+4
* Revert lit changes related to lit.llvm module.Zachary Turner2017-09-161-4/+0
* Resubmit "[lit] Add a lit.llvm module that all llvm projects can use"Zachary Turner2017-09-161-0/+4
* Resubmit "[lit] Force site configs to run before source-tree configs"Zachary Turner2017-09-151-8/+66
* Revert "[lit] Force site configs to run before source-tree configs"Zachary Turner2017-09-151-17/+5
* [cmake] Fix a variable shadowing bugReid Kleckner2017-09-151-0/+1
* [lit] Revert "Add a lit.llvm module that all llvm projects can use"Zachary Turner2017-09-151-4/+0
* [lit] Add a lit.llvm module that all test suites can use.Zachary Turner2017-09-151-0/+4
* [lit] Force site configs to be run before source-tree configsZachary Turner2017-09-141-5/+16
* Revert "Determine up front which projects are enabled."Zachary Turner2017-09-131-33/+2
* Determine up front which projects are enabled.Zachary Turner2017-09-121-2/+33
* Move some CLI utils out of llvm-isel-fuzzer and into the libraryJustin Bogner2017-09-021-0/+1
* [CMAKE] Move version control macros to AddLLVM.cmake so they can be reused by...Don Hinton2017-09-021-0/+33
* llvm-isel-fuzzer: Make buildable and testable without libFuzzerJustin Bogner2017-09-011-2/+6
* cmake: Invent add_llvm_fuzzer to set up fuzzer targetsJustin Bogner2017-08-311-0/+7
* [Solaris] Detect Solaris LD, use detection results to pass Solaris-ld optionsRui Ueyama2017-07-121-2/+17
* [cmake] Remove obsolete unset in CMake.George Karpenkov2017-07-101-5/+0
* CMake: Add LLVM_UTILS_INSTALL_DIR optionTom Stellard2017-07-051-1/+1
* [CMake] Introduce LLVM_TARGET_TRIPLE_ENV as an option to override LLVM_DEFAUL...NAKAMURA Takumi2017-06-171-0/+13
* Add a linker script to version LLVM symbolsSylvestre Ledru2017-04-171-1/+2
OpenPOWER on IntegriCloud