summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
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
2017-07-26Close if statement in config-ix.cmake while checking for i686 arch.Eric Beckmann
2017-07-26Revert "Set a different var for checking I686, because LLVM_NATIVE_ARCH is"Eric Beckmann
2017-07-26Set a different var for checking I686, because LLVM_NATIVE_ARCH isEric Beckmann
2017-07-26Disable libxml on i686, because it is a 32 bit architecture andEric Beckmann
2017-07-25[CMake] Fix broken builds from r309029Chris Bieneman
2017-07-25[CMake] Allow TableGen.cmake to be included multiple timesChris Bieneman
2017-07-21Remove Bitrig: LLVM ChangesErich Keane
2017-07-21Only use xml if iconv is found, which is a prerequisite.Eric Beckmann
2017-07-20Explicitly disable libxml2 on android.Eric Beckmann
2017-07-20Generate a compile_commands.json DB for external projects.George Karpenkov
2017-07-20Only enable libxml2 on linux, because systems like android lack libiconvEric Beckmann
2017-07-20Implement parsing and writing of a single xml manifest file.Eric Beckmann
2017-07-19[cmake] GetSVN.cmake takes a list of argumentsBrian Gesiak
2017-07-12[Solaris] Detect Solaris LD, use detection results to pass Solaris-ld optionsRui Ueyama
2017-07-12Use --color-diagnostics instead of -color-diagnostics.Rui Ueyama
2017-07-11[CMake] Support multi-target runtimes buildPetr Hosek
2017-07-10[cmake] Remove obsolete unset in CMake.George Karpenkov
2017-07-05CMake: Add LLVM_UTILS_INSTALL_DIR optionTom Stellard
2017-06-21TableGen.cmake: Use DEPFILE for Ninja Generator with CMake>=3.7.NAKAMURA Takumi
2017-06-20[cmake] Add support for using the standalone leaks sanitizer with LLVM.Michael Gottesman
2017-06-20D33466: Make file non-executable.Vassil Vassilev
2017-06-17[CMake] Get rid of generating obj.*-tblgen if CMake >= 3.9 for Ninja generator.NAKAMURA Takumi
2017-06-17[CMake] Introduce LLVM_TARGET_TRIPLE_ENV as an option to override LLVM_DEFAUL...NAKAMURA Takumi
2017-06-12Addressed Takumi's comment about redundancy.Galina Kistanova
2017-06-11TableGen.cmake: Try to fix build breakage introduce in r305142.NAKAMURA Takumi
2017-06-10Added dependency on the TableGen executable file.Galina Kistanova
2017-06-09Enable c++1z experimental builds.Vassil Vassilev
2017-06-06[cmake] Enable reverse iteration by default through build macroMandeep Singh Grang
2017-05-15CMake: Fix docs-llvm-man target when clang+llvm is in the same source treeTom Stellard
2017-05-09Revert "Revert "CMake: Move sphinx detection into AddSphinxTarget.cmake""Tom Stellard
2017-05-03Revert "CMake: Move sphinx detection into AddSphinxTarget.cmake"Tom Stellard
2017-05-03CMake: Move sphinx detection into AddSphinxTarget.cmakeTom Stellard
2017-05-02CMake: Silence more stderr when running git.Tim Northover