aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2016-10-24Update aosp/master LLVM for rebase to r275480Pirama Arumuga Nainar
2016-03-03Update aosp/master LLVM for rebase to r256229Pirama Arumuga Nainar
2015-07-08Update aosp/master LLVM for rebase to r239765Pirama Arumuga Nainar
2015-05-14Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar
2015-04-09Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar
2015-03-23Update aosp/master LLVM for rebase to r230699.Stephen Hines
2014-12-02Update aosp/master LLVM for rebase to r222494.Stephen Hines
2014-07-21Update LLVM for rebase to r212749.Stephen Hines
2014-05-29Update LLVM for 3.5 rebase (r209712).Stephen Hines
2014-04-24Update to LLVM 3.5a.Stephen Hines
2013-11-25Merging r195379:Bill Wendling
2013-11-13Revert my CMake patches concerning building with /MT (r194589, r194596)Hans Wennborg
2013-11-13CMake: make building with /MT an option instead of always forcing itHans Wennborg
2013-10-31Modify CMakeLists.txt to work around pr17763 and bring some bots back.Rafael Espindola
2013-10-28Remove 2.4 from the list of supported Python versions.Bill Wendling
2013-10-17CMake: set stack size for MSVC in just one placeHans Wennborg
2013-10-04Restore LLVM_BUILD_RUNTIME option that was deleted in r191835, but is still u...Alexey Samsonov
2013-10-02Remove the very substantial, largely unmaintained legacy PGOChandler Carruth
2013-09-25Set the minimal stack size with msvc when using cmake >= 2.8.11.Rafael Espindola
2013-08-30[conf] Add config variable to disable crash related overrides.Daniel Dunbar
2013-08-29Substitute LLVM's version into the msbuild property file at config timeReid Kleckner
2013-08-28cmake: Add msbuild integration to the installHans Wennborg
2013-08-26CMake: move lto.h install to tools/lto/CMakeLists.txtHans Wennborg
2013-08-24[autotools->cmake] Enable generation of doxygen documentation via cmake.Michael Gottesman
2013-08-24CMake: Add LLVM_INSTALL_TOOLCHAIN_ONLY option.Hans Wennborg
2013-08-15CMake: polish the Windows packaging rulesHans Wennborg
2013-08-15Fixed typo in CMakeLists.txt.Michael Gottesman
2013-08-12Target a minimal terminfo library rather than necessarily a full cursesChandler Carruth
2013-08-07Add support for linking against a curses library when available andChandler Carruth
2013-07-30Add capability for building with -gsplit-dwarf to the cmake build.Eric Christopher
2013-07-25Remove the mblaze backend from llvm.Rafael Espindola
2013-07-17Tweak the cmake interaction between CMAKE_BUILD_TYPE and LLVM_ENABLE_ASSERTIONS.Duncan Sands
2013-06-26Support using "host" as a target in LLVM_TARGETS_TO_BUILD when using cmake.Andy Gibbs
2013-06-24Look for Python 2 before Python 3 in CMakeLists.txtReid Kleckner
2013-05-22Allow duplicates in LLVM_TARGETS_TO_BUILD and LLVM_EXPERIMENTAL_TARGETS_TO_BU...Rafael Espindola
2013-05-22Make R600 non-experimental.Rafael Espindola
2013-05-19AArch64: enable MCJIT unittestsTim Northover
2013-05-07Change version to 3.4 in the cmake build too.Rafael Espindola
2013-05-06[SystemZ] Add to --enable-targets=allUlrich Weigand
2013-05-06[SystemZ] Add configure bitsUlrich Weigand
2013-04-23Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov
2013-04-15Enable all targets by default on Visual Studio.Tim Northover
2013-04-10Revert "TMP"Tim Northover
2013-04-10TMPTim Northover
2013-04-05Move yaml2obj to tools too.Rafael Espindola
2013-04-05Move obj2yaml to tools to sort out make's dependencies.Rafael Espindola
2013-04-04Don't export symbols in every binary on linux.Rafael Espindola
2013-03-26Add CMake option LLVM_USE_SANITIZER={Address,Memory,MemoryWithOrigins} to sim...Alexey Samsonov
2013-02-18Revert CMake version bump since we don't actually need 2.8.6 any more.Tim Northover
2013-02-18Note minimum required version of CMakeTim Northover