aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
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
2013-02-14On FreeBSD, we need to look in /usr/local/include so that libxml2 finds iconv.hDavid Chisnall
2013-02-04Enable AArch64 as a target built by default.Tim Northover
2012-12-13Fix spellingJoel Jones
2012-12-10[CMake] TARGET_TRIPLE may be internal alias of LLVM_DEFAULT_TARGET_TRIPLE.NAKAMURA Takumi
2012-11-17Kick off 3.3 cycle for LLVM trunk.Benjamin Kramer
2012-11-14Fix CMake build.Eric Christopher
2012-09-28Removing dependency on third party library for Intel JIT event support.Andrew Kaylor
2012-09-28Make backtraces work again with both the configure and cmake build.Benjamin Kramer
2012-08-20enable cross compilation with cmakeSebastian Pop
2012-08-15bug in experimental targetsVictor Oliveira
2012-08-09Support for experimental targetsVictor Oliveira
2012-08-08revert my previous patchSebastian Pop
2012-08-08enable Hexagon target from cmakeSebastian Pop
2012-08-02Add yaml2obj. A utility to convert YAML to binaries.Michael J. Spencer
2012-07-16Revert "Build script changes for R600/SI Codegen v6"Tom Stellard
2012-07-16Build script changes for R600/SI Codegen v6Tom Stellard
2012-06-30Hoist LLVM's lit testsuite infrastructure into module so that it can beChandler Carruth
2012-06-19New test tool: obj2yamlMarshall Clow
2012-05-24Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski
2012-05-09Make it possible to switch off solution folders. VS Express does not supportManuel Klimek
2012-05-07Make IntelJITEvents and OProfileJIT as optional libraries and addPreston Gurd
2012-05-04This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski
2012-04-21CMake: Prune redundant LLVM_COMPILER_JOBS from llvm/CMakeLists.txt. HandleLLV...NAKAMURA Takumi
2012-04-20Kick off 3.2 cycle for LLVM trunk.Benjamin Kramer
2012-04-17Goodbye, JSONParser...Manuel Klimek
2012-04-03Add YAML parser to Support.Michael J. Spencer
2012-03-23Remove the C backend.Eric Christopher
2012-03-13Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky
2012-02-13add LLVM_VERSION_MAJOR and _MINOR definesDylan Noblesmith
2012-02-04cmake: update outdated CPack version infoDylan Noblesmith
2012-02-01cmake: make BUILD_SHARED_LIBS a visible optionDylan Noblesmith
2011-12-18capitalize project name, reference bugzillaDylan Noblesmith
2011-12-16Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek
2011-12-13Don't default the *cached* list of targets to build to an explicit listChandler Carruth
2011-12-12Hexagon backend supportTony Linthicum
2011-12-11llvm/CMakeLists.txt: Fix LLVM_LIT_TOOLS_DIR since r143728. Cygwin does not ne...NAKAMURA Takumi
2011-12-01llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar
2011-12-01Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.Duncan Sands