summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* 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
* Build script changes for R600/SI Codegen v6Tom Stellard2012-07-16
* Hoist LLVM's lit testsuite infrastructure into module so that it can beChandler Carruth2012-06-30
* New test tool: obj2yamlMarshall Clow2012-06-19
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-24
* Make it possible to switch off solution folders. VS Express does not supportManuel Klimek2012-05-09
* Make IntelJITEvents and OProfileJIT as optional libraries and addPreston Gurd2012-05-07
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-04
* CMake: Prune redundant LLVM_COMPILER_JOBS from llvm/CMakeLists.txt. HandleLLV...NAKAMURA Takumi2012-04-21
* Kick off 3.2 cycle for LLVM trunk.Benjamin Kramer2012-04-20
* Goodbye, JSONParser...Manuel Klimek2012-04-17
* Add YAML parser to Support.Michael J. Spencer2012-04-03
* Remove the C backend.Eric Christopher2012-03-23
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-13
* add LLVM_VERSION_MAJOR and _MINOR definesDylan Noblesmith2012-02-13
* cmake: update outdated CPack version infoDylan Noblesmith2012-02-04
* cmake: make BUILD_SHARED_LIBS a visible optionDylan Noblesmith2012-02-01