summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2012-09-28Removing dependency on third party library for Intel JIT event support.Andrew Kaylor1-17/+1
2012-09-28Make backtraces work again with both the configure and cmake build.Benjamin Kramer1-0/+5
2012-08-20enable cross compilation with cmakeSebastian Pop1-0/+8
2012-08-15bug in experimental targetsVictor Oliveira1-6/+6
2012-08-09Support for experimental targetsVictor Oliveira1-0/+8
2012-08-08revert my previous patchSebastian Pop1-9/+2
2012-08-08enable Hexagon target from cmakeSebastian Pop1-2/+9
2012-08-02Add yaml2obj. A utility to convert YAML to binaries.Michael J. Spencer1-0/+1
2012-07-16Revert "Build script changes for R600/SI Codegen v6"Tom Stellard1-1/+0
2012-07-16Build script changes for R600/SI Codegen v6Tom Stellard1-0/+1
2012-06-30Hoist LLVM's lit testsuite infrastructure into module so that it can beChandler Carruth1-0/+14
2012-06-19New test tool: obj2yamlMarshall Clow1-0/+1
2012-05-24Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski1-1/+0
2012-05-09Make it possible to switch off solution folders. VS Express does not supportManuel Klimek1-1/+4
2012-05-07Make IntelJITEvents and OProfileJIT as optional libraries and addPreston Gurd1-0/+10
2012-05-04This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski1-0/+1
2012-04-21CMake: Prune redundant LLVM_COMPILER_JOBS from llvm/CMakeLists.txt. HandleLLV...NAKAMURA Takumi1-9/+0
2012-04-20Kick off 3.2 cycle for LLVM trunk.Benjamin Kramer1-1/+1
2012-04-17Goodbye, JSONParser...Manuel Klimek1-1/+0
2012-04-03Add YAML parser to Support.Michael J. Spencer1-0/+1
2012-03-23Remove the C backend.Eric Christopher1-1/+0
2012-03-13Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky1-0/+38
2012-02-13add LLVM_VERSION_MAJOR and _MINOR definesDylan Noblesmith1-3/+6
2012-02-04cmake: update outdated CPack version infoDylan Noblesmith1-2/+2
2012-02-01cmake: make BUILD_SHARED_LIBS a visible optionDylan Noblesmith1-0/+3
2011-12-18capitalize project name, reference bugzillaDylan Noblesmith1-2/+2
2011-12-16Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek1-0/+1
2011-12-13Don't default the *cached* list of targets to build to an explicit listChandler Carruth1-1/+1
2011-12-12Hexagon backend supportTony Linthicum1-0/+1
2011-12-11llvm/CMakeLists.txt: Fix LLVM_LIT_TOOLS_DIR since r143728. Cygwin does not ne...NAKAMURA Takumi1-2/+2
2011-12-01llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar1-1/+1
2011-12-01Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.Duncan Sands1-1/+1
2011-11-29llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar1-1/+1
2011-11-10Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",Daniel Dunbar1-1/+1
2011-11-10llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar1-1/+1
2011-11-10build/Make & CMake: Pass the appropriate --native-target and --enable-targetsDaniel Dunbar1-0/+2
2011-11-05CMake should join the party in a post 3.0 world. ;] This brings CMake'sChandler Carruth1-1/+1
2011-11-05build/cmake: Enable initial llvm-build integration.Daniel Dunbar1-0/+48
2011-11-04build/cmake: Change to require Python be available.Daniel Dunbar1-0/+9
2011-11-04build/cmake: Coalesce the configuration time header include fragment generationDaniel Dunbar1-8/+42
2011-11-04build/cmake: Coalesce in-tree sanity checks.Daniel Dunbar1-13/+17
2011-11-04build/cmake: Tidy up specification of build/include options for (tools, runtime,Daniel Dunbar1-15/+21
2011-11-04build/cmake: Move all the user controllable options into top-level CMakeListsDaniel Dunbar1-0/+33
2011-11-04build/cmake: Use tblgen macro directly instead of llvm_tablegen, which justDaniel Dunbar1-4/+0
2011-10-27Remove the Alpha backend.Dan Gohman1-1/+0
2011-10-25Remove the Blackfin backend.Dan Gohman1-1/+0
2011-10-24Remove the SystemZ backend.Dan Gohman1-1/+0
2011-10-06Build system infrastructure for multiple tblgens.Peter Collingbourne1-10/+4
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne1-0/+1
2011-07-21Added the infrastructute necessary for MIPS JIT support. Patch by VladimirBruno Cardoso Lopes1-1/+1