summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* 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
* capitalize project name, reference bugzillaDylan Noblesmith2011-12-18
* Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek2011-12-16
* Don't default the *cached* list of targets to build to an explicit listChandler Carruth2011-12-13
* Hexagon backend supportTony Linthicum2011-12-12
* llvm/CMakeLists.txt: Fix LLVM_LIT_TOOLS_DIR since r143728. Cygwin does not ne...NAKAMURA Takumi2011-12-11
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-12-01
* Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.Duncan Sands2011-12-01
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-29
* Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",Daniel Dunbar2011-11-10
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-10
* build/Make & CMake: Pass the appropriate --native-target and --enable-targetsDaniel Dunbar2011-11-10
* CMake should join the party in a post 3.0 world. ;] This brings CMake'sChandler Carruth2011-11-05
* build/cmake: Enable initial llvm-build integration.Daniel Dunbar2011-11-05
* build/cmake: Change to require Python be available.Daniel Dunbar2011-11-04
* build/cmake: Coalesce the configuration time header include fragment generationDaniel Dunbar2011-11-04
* build/cmake: Coalesce in-tree sanity checks.Daniel Dunbar2011-11-04
* build/cmake: Tidy up specification of build/include options for (tools, runtime,Daniel Dunbar2011-11-04
* build/cmake: Move all the user controllable options into top-level CMakeListsDaniel Dunbar2011-11-04
* build/cmake: Use tblgen macro directly instead of llvm_tablegen, which justDaniel Dunbar2011-11-04
* Remove the Alpha backend.Dan Gohman2011-10-27
* Remove the Blackfin backend.Dan Gohman2011-10-25
* Remove the SystemZ backend.Dan Gohman2011-10-24
* Build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-06
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01
* Added the infrastructute necessary for MIPS JIT support. Patch by VladimirBruno Cardoso Lopes2011-07-21