[CMake] Ignore externalizing debuginfo for unit tests
[oota-llvm.git] / cmake / modules /
2015-12-08 Chris Bieneman[CMake] Ignore externalizing debuginfo for unit tests
2015-12-07 Aaron BallmanSilence all C4592 warnings with MSVC 2015 Update 1...
2015-12-03 Chris Bieneman[CMake] Fixing bots
2015-12-03 Chris Bieneman[CMake] set_target_properties doesn't append link flags
2015-12-03 Chris Bieneman[CMake] Removing an unnecessary layer of variable indir...
2015-12-03 Chris Bieneman[CMake] Add option LLVM_EXTERNALIZE_DEBUGINFO
2015-11-24 Chris Bieneman[CMake] export_executable_symbols also needs to add...
2015-11-23 Chris BienemanNFC. Fixing my consistently incorrect spelling.
2015-11-21 Yaron KerenUnbreak build on OpenBSD by not adding -Wl,-z,defs...
2015-11-20 Chris Bieneman[CMake] Fix handling of passing through semi-colon...
2015-11-18 Chris Bieneman[CMake] Support -fvisibility-inlines-hidden when LLVM_E...
2015-11-13 NAKAMURA TakumiLLVM_ENABLE_MODULES: No need to set -fcxx-modules in...
2015-11-11 Chris Bieneman[CMake] Fixing passthrough for variables starting with...
2015-11-11 Chris Bieneman[CMake] Make llvm_install_library_symlink respect LLVM_...
2015-11-11 Chris Bieneman[CMake] Add support for building the llvm test-suite...
2015-11-10 Andrew Wilkins[cmake] move SONAME handling to llvm_add_library
2015-11-10 Ramkumar RamachandraAddLLVM: squelch CMP0007 by not adding empty elements...
2015-11-04 Chris Bieneman[CMake] Bug 25059 - CMake libllvm.so.$MAJOR.$MINOR...
2015-11-04 Tom Stellardllvm-config: Add --has-rtti option
2015-11-02 David BlaikieRevert parts accidentally included in r251823
2015-11-02 David BlaikieStringRef-ify DiagnosticInfoSampleProfile::Filename
2015-10-23 Chris Bieneman[CMake] Fixing dependency issue with parallel make...
2015-10-22 Manuel KlimekFix add_llvm_external_project.
2015-10-20 Chris Bieneman[CMake] Refactor subdirectory inclusion code to take...
2015-10-16 Chris Bieneman[CMake] Cleaning up and generalizing the LLVMInstallSym...
2015-10-13 Eric FiselierSplit -pedantic and -Wno-long-long into two separate...
2015-10-12 Pawel Bylicacmake: Avoid leading space in LLVM_DEFINITIONS.
2015-10-09 Chris Bieneman[CMake] Parallel make breaks on native tablegen
2015-10-08 Reid KlecknerEnable gtest SEH when building with clang-cl
2015-10-01 David BlaikieRevert "Enable -Wdeprecated in the cmake build now...
2015-09-30 David BlaikieEnable -Wdeprecated in the cmake build now that LLVM...
2015-09-30 John Brawn[CMake] Make the bindir and libdir arguments to set_out...
2015-09-30 John Brawn[CMake] Adjust the variables set by LLVMConfig.cmake
2015-09-29 John Brawn[CMake] Move the setting of LLVM_COMPILER_IS_GCC_COMPAT...
2015-09-18 Chris Bieneman[CMake] Adding ALWAYS_GENERATE option to symlink utilit...
2015-09-18 Chris Bieneman[CMake] More cleanup of installing symlinks.
2015-09-16 Chris Bieneman[CMake] More refactoring of symlink creation.
2015-09-15 Chris Bieneman[CMake] Rename target->dest as per feedback from Chapun...
2015-09-14 Chris Bieneman[CMake] Refactor and cleanup generating and installing...
2015-09-10 Jordan Rose[CMake] s/LLVM_SOURCE_DIR/LLVM_MAIN_SRC_DIR/
2015-09-10 Chris Bieneman[CMake] Allow LLVM_TOOLCHAIN_TOOLS to be overridden
2015-09-10 Jordan Rose[CMake] Fix Xcode build with LLVM_ENABLE_OBJLIB.
2015-09-10 Aaron BallmanSilencing C4141 warnings that were introduced en masse...
2015-09-09 Joseph Tremoulet[CMake] Flag recursive cmake invocations for cross...
2015-09-08 NAKAMURA Takumi[CMake][CMP0051] Avoid for user of objlib to use llvm_u...
2015-09-05 Andrew Wilkins[cmake] rework LLVM_LINK_LLVM_DYLIB option handling
2015-09-02 NAKAMURA Takumi[CMake] Don't use OBJLIB on Xcode.
2015-09-01 Justin Bognercmake: Error instead of warning and dropping invalid...
2015-09-01 Andrew WilkinsEnable linking tools, shared libraries against libLLVM
2015-08-28 NAKAMURA Takumi[CMake] Fix build on MSVC in r246156.
2015-08-27 NAKAMURA Takumi[CMake] OBJLIB-ize *-tblgen.
2015-08-25 Reid Kleckner[cmake] Pass /manifest:no to the linker when asan is...
2015-08-22 NAKAMURA Takumi[CMake] add_llvm_external_project: Just warn about...
2015-08-22 NAKAMURA Takumi[CMake] Make LLVM_EXTERNAL_*_SOURCE_DIR consistent...
2015-08-21 Dan LiewFilter libraries that are not installed out of CMake...
2015-08-21 Dan Liewllvm-build: Adopt generation of LLVM_LIBS_TO_EXPORT...
2015-08-21 Yaron KerenDisable Visual C++ 2013 Debug mode assert on null point...
2015-08-14 Reid Kleckner[cmake] Start adding support for LLVM_USE_SANITIZER...
2015-08-12 Rafael EspindolaUse /Zc:inline when building with MSVC.
2015-08-11 Reid KlecknerRevert "[cmake] Add helper for finding potentially...
2015-08-11 Reid Kleckner[cmake] Add helper for finding potentially external...
2015-07-28 Douglas KatzmanUse a specified list of languages in cmake project...
2015-07-23 Yaron KerenAvoid using -Wl,-z,defs on Cygwin.
2015-07-21 Chris Bieneman[CMake] Projects supported via LLVM_EXTERNAL_*_SOURCE_D...
2015-07-21 Andrew Wilkins[cmake] pass GO_EXECUTABLE to llgo-go
2015-07-21 Chris Bieneman[CMake] Fixing inconsistency caused by copy-pasta.
2015-07-21 Chris Bieneman[CMake] Fixing a problem with external projects that...
2015-07-20 Aaron BallmanSuppress two warnings from MSVC 2015 that are triggered...
2015-07-20 Chris Bieneman[CMake] Cleanup tools/CMakeLists.txt to take advantage...
2015-07-14 NAKAMURA Takumi[CMake] Unbreak add_llvm_external_project when external...
2015-07-14 Chris Bieneman[CMake] Forgot to quote the first part of STREQUAL.
2015-07-14 Chris Bieneman[CMake] We shouldn't be storing values in the cache...
2015-07-13 Chris BienemanRevert "[CMake] Cleanup tools/CMakeLists.txt to take...
2015-07-13 Chris Bieneman[CMake] Cleanup tools/CMakeLists.txt to take advantage...
2015-07-08 NAKAMURA TakumiRevert r241621, "[CMake] Cleanup tools/CMakeLists.txt...
2015-07-07 Chris Bieneman[CMake] Cleanup tools/CMakeLists.txt to take advantage...
2015-07-05 NAKAMURA Takumi[CMake] add_llvm_symbol_exports: Use Python oneliner...
2015-06-30 Dan Liew[CMake] Make the CMake files (LLVMConfig.cmake and...
2015-06-29 Dan LiewFix bug #23967. The gtest and gtest_main targets were...
2015-06-24 Douglas KatzmanSpelling fixes in comments.
2015-06-22 Rafael EspindolaSupport Solaris unused sections' gc link syntax.
2015-06-22 Rafael EspindolaDo not pass optimization flags to Solaris' linker.
2015-06-22 Rafael EspindolaUse right syntax to pass version script to Solaris...
2015-06-19 Filipe CabecinhasCMake: Stop using LLVM's custom parse_arguments (delete...
2015-06-19 Filipe CabecinhasCMake: Stop using LLVM's custom parse_arguments. NFC
2015-06-18 Peter CollingbourneSilence resource compiler using /nologo flag.
2015-06-16 James Y KnightRepair cmake libatomic check.
2015-06-14 NAKAMURA Takumi[CMake] Try to fix r239612, not to miss resources/windo...
2015-06-12 Greg BedwellIn MSVC builds embed a VERSIONINFO resource in our...
2015-06-07 Peter Zotov[cmake] [OCaml] Make ocamldoc targets depend on output...
2015-06-01 Greg Bedwell[CMake] Revert commits r238740/r238741 for embedding...
2015-06-01 Greg Bedwellremove the use of the LOCATION CMake variable from...
2015-06-01 Greg BedwellIn MSVC builds embed a VERSIONINFO resource in our...
2015-05-29 Chris Bieneman[CMake] Bug 23468 - LLVM_OPTIMIZED_TABLEGEN does not...
2015-05-19 Reid KlecknerTry to fix the build with MSVC 2015 by disabling sized...
2015-05-19 Yaron KerenUse cat and not type Under MSYS, same as Cygwin.
2015-05-14 Justin Bognercmake: Use -fno-sanitize-recover=all - the old spelling...
2015-05-12 Eric FiselierAllow the CMake option 'LLVM_ABI_BREAKING_CHECKS' to...
2015-05-08 Kostya Serebryany[lib/Fuzzer] use -fsanitize-coverage=trace-cmp when...
2015-05-07 Alexey SamsonovUpdate CMake flags, LibFuzzer comments and docs for...
next