Recommit LiveDebugValues pass after fixing a couple of minor issues.
[oota-llvm.git] / CMakeLists.txt
2015-12-03 Chris Bieneman[CMake] Add option LLVM_EXTERNALIZE_DEBUGINFO
2015-11-11 Chris Bieneman[CMake] Add support for building the llvm test-suite...
2015-11-04 Rafael EspindolaRelax the check for ninja.
2015-10-27 Chris Bieneman[CMake] Get rid of LLVM_DYLIB_EXPORT_ALL, and make...
2015-10-20 Chris Bieneman[CMake] All the checks for if LLVM_VERSION_* variables...
2015-10-14 Chris Bieneman[CMake] Make LLVM_VERSION_* variables user definable
2015-10-14 Chris Bieneman[CMake] Fixing the bots I broke.
2015-10-14 Chris Bieneman[CMake] Set Policy CMP0048 to NEW
2015-10-13 Chris Bieneman[CMake] LLVM_PROFDATA_FILE only works if you're using...
2015-10-12 Chris Bieneman[CMake] Adding support for passing in profiling data.
2015-09-11 Chris Bieneman[CMake] [Darwin] Need to set lto_library on CMAKE_MODUL...
2015-09-10 Chris Bieneman[CMake] Add DARWIN_LTO_LIBRARY option to allow overridi...
2015-09-10 Chandler CarruthAdd a way to skip the Go bindings tests even when Go...
2015-09-09 Joseph Tremoulet[CMake] Flag recursive cmake invocations for cross...
2015-09-05 Andrew Wilkins[cmake] rework LLVM_LINK_LLVM_DYLIB option handling
2015-09-01 Andrew WilkinsEnable linking tools, shared libraries against libLLVM
2015-08-11 Reid Kleckner[lit] Don't disable the lit progress bar by default...
2015-08-11 Reid Kleckner[cmake] Shorten FreeBSD and DragonFly checks as suggest...
2015-08-11 Justin BognerRe-apply "cmake: Make CMAKE_BUILD_TYPE check case-insen...
2015-08-11 Aaron BallmanRevert r244516; it was causing cmake configuration...
2015-08-10 Justin Bognercmake: Make CMAKE_BUILD_TYPE check case-insensitive
2015-08-08 Justin Bognercmake: Error on invalid CMAKE_BUILD_TYPE
2015-08-06 Reid Kleckner[cmake] Handle Dragonfly BSD like FreeBSD
2015-07-28 Douglas KatzmanUse a specified list of languages in cmake project...
2015-07-14 Hans WennborgUpdate the trunk version to 3.8.0svn.
2015-06-22 Rafael EspindolaDo not pass -allow-shlib-undefined to the Solaris linker.
2015-06-13 Tom StellardR600 -> AMDGPU rename
2015-06-09 Alexei Starovoitov[bpf] make BPF backend non-experimental
2015-06-05 Alexei StarovoitovRevert "Include BPF target in CMake builds."
2015-06-04 Chris Bieneman[CMake] Fixing the check for Ninja
2015-06-04 Evgeniy StepanovFix the check for Ninja in the CMake build.
2015-06-04 Chris Bieneman[CMake] Add warning for using compile and link pools...
2015-06-04 Daniel SandersInclude BPF target in CMake builds.
2015-05-14 Ismail DonmezEnable solid lzma compression for cpack, decreases...
2015-04-13 Chris Bieneman[CMake] Updates to llvm-shlib to support overriding...
2015-04-07 Andrew KaylorEnable W4 warnings by default for MSVC builds
2015-03-27 Derek SchuffCMake: enable installing utils
2015-03-26 Sanjoy Das[ADT][CMake][AutoConf] Fail-fast iterators for DenseMap
2015-03-25 Justin Bognertest: Fix the dependencies for the check-llvm-* targets
2015-03-23 Chris BienemanRe-land: Generate targets for each lit suite.
2015-03-23 Chris BienemanRaising minimum required CMake version to 2.8.12.2.
2015-03-18 Chris BienemanRevert "Generate targets for each lit suite."
2015-03-18 Chris BienemanGenerate targets for each lit suite.
2015-03-18 Reid KlecknerCMake: Disable ENABLE_EXPORTS for executables with...
2015-03-10 Chris BienemanAdd new LLVM_OPTIMIZED_TABLEGEN build setting which...
2015-03-07 Chandler CarruthTeach the LLVM CMake build how to explicitly use libc...
2015-02-27 Reid KlecknerMinor follow-ups to r229720 suggested on llvmdev
2015-02-24 Zachary Turner[CMake] Set policy CMP0051 to OLD globally.
2015-02-24 Tobias GrosserRevert "Raising minimum required CMake version to 2...
2015-02-23 Chad RosierRevert "Revert "Raising minimum required CMake version...
2015-02-23 Chad RosierRevert "Raising minimum required CMake version to 2...
2015-02-20 Chris BienemanRaising minimum required CMake version to 2.8.12.2.
2015-02-20 Chris BienemanSetting up CMake to default to Debug when no build...
2015-02-18 Chris BienemanAdding install targets for individual LLVM tools and...
2015-02-18 Chris BienemanEnable standard so versioning for libLLVM.
2015-02-15 Benjamin KramerUpdate the docs to require at least MSVC 2013.
2015-02-15 NAKAMURA TakumiReapply r229185(cbieneman) -- Raising minimum required...
2015-02-14 NAKAMURA TakumiRevert r229185, "Raising minimum required Visual Studio...
2015-02-13 Chris BienemanRaising minimum required Visual Studio version to 2013.
2015-02-09 Chris BienemanRevert "Raising minimum required CMake version to 2...
2015-02-09 Chris BienemanRaising minimum required CMake version to 2.8.12.2.
2015-02-03 Hans WennborgFix ProgramFiles path for 64-bit Windows installer
2015-01-14 Hans WennborgTrunk is now 3.7.0svn
2014-12-29 Chandler Carruth[py3] Teach the CMake build to reject Python versions...
2014-12-29 Chandler Carruth[cmake] Start making LLVM_LIBDIR_SUFFIX effective by...
2014-12-09 Chris BienemanAdding a new option to CMake to disable C++ atexit...
2014-12-01 Peter Zotov[OCaml] [cmake] Add CMake buildsystem for OCaml.
2014-11-19 Evgeniy StepanovUse ninja pools to limit the number of concurrent compi...
2014-11-17 Peter CollingbourneCMake: Use the new USES_TERMINAL option for test suite...
2014-11-07 Rafael EspindolaPass PRIVATE to target_link_libraries if using shared...
2014-10-23 Chris BienemanAdding llvm-shlib to CMake build system with a few...
2014-09-26 Richard SmithAdd LLVM_ENABLE_MODULES flag to CMake to enable buildin...
2014-09-03 Chris BienemanEnabling LLVM & Clang to be cross-compiled using CMake...
2014-08-01 Viktor KutuzovFix building with in-tree libc++abi on FreeBSD
2014-07-28 Hans WennborgUpdate LLVM version: 3.5 => 3.6
2014-07-04 NAKAMURA Takumi[CMake] Introduce LLVM_SHLIB_OUTPUT_INTDIR.
2014-06-23 Rafael EspindolaDelete utils/FileUpdate.
2014-06-12 Matt ArsenaultDelete trailing whitespace.
2014-06-12 Alp TokerCMake: don't install the internal config.h header
2014-06-06 Alp TokerMake LINK_POLLY_INTO_TOOLS work with the CMake build
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
2014-05-07 Alexey Samsonov[CMake] Add build rules for llvm-PerfectShuffle utility
2014-04-18 Reid KlecknerAdded Sphinx documentation generation to CMake build...
2014-04-14 NAKAMURA Takumi[CMake] Reformat, if(MSVC)...else()...endif()
2014-04-02 Pete CooperAdd ability to disable building LLVM utils
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-27 Hans WennborgWin installer: provide a pretty icon
2014-03-14 Sebastian Popstatic link polly into tools
2014-03-11 Sebastian Popmove WITH_POLLY option before add_subdirectory(tools)
2014-03-10 Sebastian Popfix PR13550: add a cmake WITH_POLLY option
2014-03-09 Ed MasteWork around FreeBSD rtld rpath $ORIGIN limitation
2014-03-04 Yaron KerenCleaning up a bunch of pre-Visual C++ 2012 build hacks.
2014-03-03 Tom StellardAdd patch level to llvm version in CMake and Autoconf
2014-03-01 Chandler Carruth[C++11] Switch the CMake option from LLVM_ENABLE_CXX11...
2014-02-28 Reid Kleckner[CMake] Remove dead C backend option
2014-02-28 Chandler Carruth[C++11] Switch CMake to use C++11 by default! Next...
2014-02-28 Rafael EspindolaCentralize the handling of install_name and rpath.
2014-02-27 Alexey Samsonov[CMake] Introduce LLVM_BUILD_EXTERNAL_COMPILER_RT option
2014-02-26 Rafael EspindolaUse an install name dir of @executable_path/../lib...
next