summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* CMake: set stack size for MSVC in just one placeHans Wennborg2013-10-17
* Restore LLVM_BUILD_RUNTIME option that was deleted in r191835, but is still u...Alexey Samsonov2013-10-04
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-02
* Set the minimal stack size with msvc when using cmake >= 2.8.11.Rafael Espindola2013-09-25
* [conf] Add config variable to disable crash related overrides.Daniel Dunbar2013-08-30
* Substitute LLVM's version into the msbuild property file at config timeReid Kleckner2013-08-29
* cmake: Add msbuild integration to the installHans Wennborg2013-08-28
* CMake: move lto.h install to tools/lto/CMakeLists.txtHans Wennborg2013-08-26
* [autotools->cmake] Enable generation of doxygen documentation via cmake.Michael Gottesman2013-08-24
* CMake: Add LLVM_INSTALL_TOOLCHAIN_ONLY option.Hans Wennborg2013-08-24
* CMake: polish the Windows packaging rulesHans Wennborg2013-08-15
* Fixed typo in CMakeLists.txt.Michael Gottesman2013-08-15
* Target a minimal terminfo library rather than necessarily a full cursesChandler Carruth2013-08-12
* Add support for linking against a curses library when available andChandler Carruth2013-08-07
* Add capability for building with -gsplit-dwarf to the cmake build.Eric Christopher2013-07-30
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-25
* Tweak the cmake interaction between CMAKE_BUILD_TYPE and LLVM_ENABLE_ASSERTIONS.Duncan Sands2013-07-17
* Support using "host" as a target in LLVM_TARGETS_TO_BUILD when using cmake.Andy Gibbs2013-06-26
* Look for Python 2 before Python 3 in CMakeLists.txtReid Kleckner2013-06-24
* Allow duplicates in LLVM_TARGETS_TO_BUILD and LLVM_EXPERIMENTAL_TARGETS_TO_BU...Rafael Espindola2013-05-22
* Make R600 non-experimental.Rafael Espindola2013-05-22
* AArch64: enable MCJIT unittestsTim Northover2013-05-19
* Change version to 3.4 in the cmake build too.Rafael Espindola2013-05-07
* [SystemZ] Add to --enable-targets=allUlrich Weigand2013-05-06
* [SystemZ] Add configure bitsUlrich Weigand2013-05-06
* Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov2013-04-23
* Enable all targets by default on Visual Studio.Tim Northover2013-04-15
* Revert "TMP"Tim Northover2013-04-10
* TMPTim Northover2013-04-10
* Move yaml2obj to tools too.Rafael Espindola2013-04-05
* Move obj2yaml to tools to sort out make's dependencies.Rafael Espindola2013-04-05
* Don't export symbols in every binary on linux.Rafael Espindola2013-04-04
* Add CMake option LLVM_USE_SANITIZER={Address,Memory,MemoryWithOrigins} to sim...Alexey Samsonov2013-03-26
* Revert CMake version bump since we don't actually need 2.8.6 any more.Tim Northover2013-02-18
* Note minimum required version of CMakeTim Northover2013-02-18
* On FreeBSD, we need to look in /usr/local/include so that libxml2 finds iconv.hDavid Chisnall2013-02-14
* Enable AArch64 as a target built by default.Tim Northover2013-02-04
* Fix spellingJoel Jones2012-12-13
* [CMake] TARGET_TRIPLE may be internal alias of LLVM_DEFAULT_TARGET_TRIPLE.NAKAMURA Takumi2012-12-10
* Kick off 3.3 cycle for LLVM trunk.Benjamin Kramer2012-11-17
* Fix CMake build.Eric Christopher2012-11-14
* Removing dependency on third party library for Intel JIT event support.Andrew Kaylor2012-09-28
* Make backtraces work again with both the configure and cmake build.Benjamin Kramer2012-09-28
* enable cross compilation with cmakeSebastian Pop2012-08-20
* bug in experimental targetsVictor Oliveira2012-08-15
* Support for experimental targetsVictor Oliveira2012-08-09
* revert my previous patchSebastian Pop2012-08-08
* enable Hexagon target from cmakeSebastian Pop2012-08-08
* Add yaml2obj. A utility to convert YAML to binaries.Michael J. Spencer2012-08-02
* Revert "Build script changes for R600/SI Codegen v6"Tom Stellard2012-07-16