aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2017-10-12[cmake] Allow building fuzzers with OSS-Fuzz flags.Matt Morehouse
2017-10-04Bring r314809 back.Rafael Espindola
2017-10-04Revert D38481 due to missing cmake check for CPU_COUNTDaniel Neilson
2017-10-03Use sched_getaffinity instead of std::thread::hardware_concurrency.Rafael Espindola
2017-09-29Revert "[CMake] Remove `CMAKE_.*_OUTPUT_DIRECTORY` (NFCI)"Brian Gesiak
2017-09-29[CMake] Remove `CMAKE_.*_OUTPUT_DIRECTORY` (NFCI)Brian Gesiak
2017-09-27Cleanup some problems with LLVM_ENABLE_DUMP in release builds, andDon Hinton
2017-09-26CMake: Add option to set LLVM_ENABLE_DUMPMatthias Braun
2017-09-21[lit] Add a test for the builtin config map.Zachary Turner
2017-09-21[lit] Make lit support config files with .py extension.Zachary Turner
2017-09-20[cmake] Add an option to build llvm with IR PGOVedant Kumar
2017-09-20[cmake] Unmark LLVM_BUILD_INSTRUMENTED_COVERAGE as experimentalVedant Kumar
2017-09-20Make libcxx tests work when llvm sources are not present.Zachary Turner
2017-09-19[cmake] Add SOURCE_DIR argument to llvm_check_source_file_listShoaib Meenai
2017-09-19Resubmit "Fix llvm-lit script generation in libcxx."Zachary Turner
2017-09-19Revert "Fix llvm-lit script generation in libcxx."Zachary Turner
2017-09-19Fix llvm-lit script generation in libcxx.Zachary Turner
2017-09-18[cmake] Add a simple function to dump all variables.Zachary Turner
2017-09-16Resubmit "Add a shared llvm.lit module that all test suites can use."Zachary Turner
2017-09-16Revert lit changes related to lit.llvm module.Zachary Turner
2017-09-16Resubmit "[lit] Add a lit.llvm module that all llvm projects can use"Zachary Turner
2017-09-15Resubmit "[lit] Force site configs to run before source-tree configs"Zachary Turner
2017-09-15Revert "[lit] Force site configs to run before source-tree configs"Zachary Turner
2017-09-15[cmake] Fix a variable shadowing bugReid Kleckner
2017-09-15[lit] Revert "Add a lit.llvm module that all llvm projects can use"Zachary Turner
2017-09-15[lit] Add a lit.llvm module that all test suites can use.Zachary Turner
2017-09-14[lit] Force site configs to be run before source-tree configsZachary Turner
2017-09-13Revert "Determine up front which projects are enabled."Zachary Turner
2017-09-12Determine up front which projects are enabled.Zachary Turner
2017-09-09[CMake] Update GetSVN.cmake to handle repoMinSeong Kim
2017-09-02Move some CLI utils out of llvm-isel-fuzzer and into the libraryJustin Bogner
2017-09-02[CMAKE] Move version control macros to AddLLVM.cmake so they can be reused by...Don Hinton
2017-09-01Disable 64bit file position on old 32 bit Androids.Eugene Zemtsov
2017-09-01llvm-isel-fuzzer: Make buildable and testable without libFuzzerJustin Bogner
2017-08-31Revert r312240Alex Lorenz
2017-08-31Build LLVM with -Wstrict-prototypes enabledAlex Lorenz
2017-08-31cmake: Invent add_llvm_fuzzer to set up fuzzer targetsJustin Bogner
2017-08-29Enable building LLVMgold.dll under mingw.Stephen Hines
2017-08-29Re-apply "Fix cmake check for futimens when deploying to earlier macOS releas...Juergen Ributzka
2017-08-28Revert "Fix cmake check for futimens when deploying to earlier macOS releases."Juergen Ributzka
2017-08-28Fix cmake check for futimens when deploying to earlier macOS releases.Juergen Ributzka
2017-08-23Update LLVM fuzzers to use the libFuzzer bundled with the compiler toolchainGeorge Karpenkov
2017-08-10[CMake][LLVM] Remove duplicated library mask. Broken clang linking against cl...Oleg Ranevskyy
2017-07-29[OCaml] Pass -D/-UNDEBUG through to ocamlcMichal Gorny
2017-07-29[OCaml] Install dynamic libraries in 'stubdirs' directoryMichal Gorny
2017-07-28[CMake] NFC. Add intrinsics_gen target to CMake ExportsChris Bieneman
2017-07-28Revert rL309320 - "[OCaml] Respect CMAKE_C_FLAGS for OCaml C files"Michal Gorny
2017-07-27[OCaml] Respect CMAKE_C_FLAGS for OCaml C filesMichal Gorny
2017-07-27Remove check for i686.Eric Beckmann
2017-07-26[CMake] Disable -Werror for CMake checksPetr Hosek