[mips][microMIPS] Implement disassembler support for 16-bit instructions
[oota-llvm.git] / CMakeLists.txt
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...
2014-02-26 NAKAMURA Takumi[CMake] Introduce cmake_policy(CMP0022) for target_link...
2014-02-24 Bernard OgdenPermit CMAKE_INSTALL_RPATH to be set on command line
2014-02-22 Rafael EspindolaRevert "Revert "Use relative rpath so that the installa...
2014-02-22 Rafael EspindolaRevert "Use relative rpath so that the installation...
2014-02-22 Rafael EspindolaUse relative rpath so that the installation and build...
2014-02-10 NAKAMURA TakumiFix LLVM install rules to not set permissions on include/
2014-02-05 Jordan Rose[CMake] Move -stdlib=libc++ handling into its own file.
2014-02-04 Alexey Samsonov[CMake] Add -stdlib=libc++ to host Clang build flags...
2014-02-02 NAKAMURA Takumi[CMake] Move cmake_minimum_required(2.8.8) at the top.
2014-01-31 NAKAMURA Takumi[CMake] Move libgtest for external projects.
2014-01-19 NAKAMURA Takumi[CMake] Introduce new scheme of LLVM_TOOLS_BINARY_DIR...
2014-01-19 NAKAMURA Takumi[CMake] Add comments in llvm/CMakeLists.txt.
2014-01-19 NAKAMURA Takumi[CMake] Deprecate LLVM_TOOLS_BINARY_DIR.
2014-01-13 Chandler CarruthFactor the option and checking of compiler version...
2014-01-13 Chandler CarruthRaise the minimum CMake version to 2.8.8 -- we have...
2014-01-13 NAKAMURA Takumi[CMake] Move BUG_REPORT_URL from clang to llvm.
2014-01-06 Jean-Daniel DupasIntroduce a cmake LLVM_ENABLE_LIBCXX build parameter...
2013-12-30 NAKAMURA Takumi[CMake][VS][XCode] Restruct the output directory layout...
2013-12-20 Artyom SkrobovResinstate the command line taking priority over CMakeL...
2013-12-19 Rafael EspindolaUse $ORIGIN when setting rpath.
2013-12-16 NAKAMURA Takumi[CMake] Introduce LLVM_RUNTIME_OUTPUT_INTDIR and LLVM_L...
2013-12-16 NAKAMURA Takumi[CMake] Introduce LLVM_INCLUDE_DIR.
2013-11-26 Arnaud A. de Grand... CMake : optionaly enable LLVM to be compiled with ...
2013-11-21 Hans WennborgCMake: Some changes to package version names:
2013-11-20 NAKAMURA Takumillvm/CMakeLists.txt: Update LLVM_VERSION_MINOR to 5.
2013-11-13 Hans WennborgRevert my CMake patches concerning building with /MT...
2013-11-13 Hans WennborgCMake: make building with /MT an option instead of...
2013-10-31 Rafael EspindolaModify CMakeLists.txt to work around pr17763 and bring...
2013-10-28 Bill WendlingRemove 2.4 from the list of supported Python versions.
2013-10-17 Hans WennborgCMake: set stack size for MSVC in just one place
2013-10-04 Alexey SamsonovRestore LLVM_BUILD_RUNTIME option that was deleted...
2013-10-02 Chandler CarruthRemove the very substantial, largely unmaintained legac...
2013-09-25 Rafael EspindolaSet the minimal stack size with msvc when using cmake...
2013-08-30 Daniel Dunbar[conf] Add config variable to disable crash related...
2013-08-29 Reid KlecknerSubstitute LLVM's version into the msbuild property...
2013-08-28 Hans Wennborgcmake: Add msbuild integration to the install
2013-08-26 Hans WennborgCMake: move lto.h install to tools/lto/CMakeLists.txt
2013-08-24 Michael Gottesman[autotools->cmake] Enable generation of doxygen documen...
2013-08-24 Hans WennborgCMake: Add LLVM_INSTALL_TOOLCHAIN_ONLY option.
2013-08-15 Hans WennborgCMake: polish the Windows packaging rules
2013-08-15 Michael GottesmanFixed typo in CMakeLists.txt.
2013-08-12 Chandler CarruthTarget a minimal terminfo library rather than necessari...
2013-08-07 Chandler CarruthAdd support for linking against a curses library when...
2013-07-30 Eric ChristopherAdd capability for building with -gsplit-dwarf to the...
2013-07-25 Rafael EspindolaRemove the mblaze backend from llvm.
2013-07-17 Duncan SandsTweak the cmake interaction between CMAKE_BUILD_TYPE...
2013-06-26 Andy GibbsSupport using "host" as a target in LLVM_TARGETS_TO_BUI...
2013-06-24 Reid KlecknerLook for Python 2 before Python 3 in CMakeLists.txt
2013-05-22 Rafael EspindolaAllow duplicates in LLVM_TARGETS_TO_BUILD and LLVM_EXPE...
2013-05-22 Rafael EspindolaMake R600 non-experimental.
2013-05-19 Tim NorthoverAArch64: enable MCJIT unittests
2013-05-07 Rafael EspindolaChange version to 3.4 in the cmake build too.
2013-05-06 Ulrich Weigand[SystemZ] Add to --enable-targets=all
2013-05-06 Ulrich Weigand[SystemZ] Add configure bits
2013-04-23 Alexey SamsonovAdd basic zlib support to LLVM. This would allow to...
2013-04-15 Tim NorthoverEnable all targets by default on Visual Studio.
2013-04-10 Tim NorthoverRevert "TMP"
2013-04-10 Tim NorthoverTMP
2013-04-05 Rafael EspindolaMove yaml2obj to tools too.
2013-04-05 Rafael EspindolaMove obj2yaml to tools to sort out make's dependencies.
2013-04-04 Rafael EspindolaDon't export symbols in every binary on linux.
2013-03-26 Alexey SamsonovAdd CMake option LLVM_USE_SANITIZER={Address,Memory...
2013-02-18 Tim NorthoverRevert CMake version bump since we don't actually need...
2013-02-18 Tim NorthoverNote minimum required version of CMake
2013-02-14 David ChisnallOn FreeBSD, we need to look in /usr/local/include so...
2013-02-04 Tim NorthoverEnable AArch64 as a target built by default.
2012-12-13 Joel JonesFix spelling
next