| Commit message (Expand) | Author | Age | Files | Lines |
* | Add basic zlib support to LLVM. This would allow to use compression/uncompres... | Alexey Samsonov | 2013-04-23 | 1 | -0/+2 |
* | Enable all targets by default on Visual Studio. | Tim Northover | 2013-04-15 | 1 | -6/+1 |
* | Revert "TMP" | Tim Northover | 2013-04-10 | 1 | -1/+6 |
* | TMP | Tim Northover | 2013-04-10 | 1 | -6/+1 |
* | Move yaml2obj to tools too. | Rafael Espindola | 2013-04-05 | 1 | -1/+0 |
* | Move obj2yaml to tools to sort out make's dependencies. | Rafael Espindola | 2013-04-05 | 1 | -1/+0 |
* | Don't export symbols in every binary on linux. | Rafael Espindola | 2013-04-04 | 1 | -0/+4 |
* | Add CMake option LLVM_USE_SANITIZER={Address,Memory,MemoryWithOrigins} to sim... | Alexey Samsonov | 2013-03-26 | 1 | -0/+3 |
* | Revert CMake version bump since we don't actually need 2.8.6 any more. | Tim Northover | 2013-02-18 | 1 | -1/+1 |
* | Note minimum required version of CMake | Tim Northover | 2013-02-18 | 1 | -1/+1 |
* | On FreeBSD, we need to look in /usr/local/include so that libxml2 finds iconv.h | David Chisnall | 2013-02-14 | 1 | -0/+7 |
* | Enable AArch64 as a target built by default. | Tim Northover | 2013-02-04 | 1 | -0/+1 |
* | Fix spelling | Joel Jones | 2012-12-13 | 1 | -2/+2 |
* | [CMake] TARGET_TRIPLE may be internal alias of LLVM_DEFAULT_TARGET_TRIPLE. | NAKAMURA Takumi | 2012-12-10 | 1 | -2/+1 |
* | Kick off 3.3 cycle for LLVM trunk. | Benjamin Kramer | 2012-11-17 | 1 | -1/+1 |
* | Fix CMake build. | Eric Christopher | 2012-11-14 | 1 | -1/+0 |
* | Removing dependency on third party library for Intel JIT event support. | Andrew Kaylor | 2012-09-28 | 1 | -17/+1 |
* | Make backtraces work again with both the configure and cmake build. | Benjamin Kramer | 2012-09-28 | 1 | -0/+5 |
* | enable cross compilation with cmake | Sebastian Pop | 2012-08-20 | 1 | -0/+8 |
* | bug in experimental targets | Victor Oliveira | 2012-08-15 | 1 | -6/+6 |
* | Support for experimental targets | Victor Oliveira | 2012-08-09 | 1 | -0/+8 |
* | revert my previous patch | Sebastian Pop | 2012-08-08 | 1 | -9/+2 |
* | enable Hexagon target from cmake | Sebastian Pop | 2012-08-08 | 1 | -2/+9 |
* | Add yaml2obj. A utility to convert YAML to binaries. | Michael J. Spencer | 2012-08-02 | 1 | -0/+1 |
* | Revert "Build script changes for R600/SI Codegen v6" | Tom Stellard | 2012-07-16 | 1 | -1/+0 |
* | Build script changes for R600/SI Codegen v6 | Tom Stellard | 2012-07-16 | 1 | -0/+1 |
* | Hoist LLVM's lit testsuite infrastructure into module so that it can be | Chandler Carruth | 2012-06-30 | 1 | -0/+14 |
* | New test tool: obj2yaml | Marshall Clow | 2012-06-19 | 1 | -0/+1 |
* | Remove the PTX back-end and all of its artifacts (triple, etc.) | Justin Holewinski | 2012-05-24 | 1 | -1/+0 |
* | Make it possible to switch off solution folders. VS Express does not support | Manuel Klimek | 2012-05-09 | 1 | -1/+4 |
* | Make IntelJITEvents and OProfileJIT as optional libraries and add | Preston Gurd | 2012-05-07 | 1 | -0/+10 |
* | This patch adds a new NVPTX back-end to LLVM which supports code generation f... | Justin Holewinski | 2012-05-04 | 1 | -0/+1 |
* | CMake: Prune redundant LLVM_COMPILER_JOBS from llvm/CMakeLists.txt. HandleLLV... | NAKAMURA Takumi | 2012-04-21 | 1 | -9/+0 |
* | Kick off 3.2 cycle for LLVM trunk. | Benjamin Kramer | 2012-04-20 | 1 | -1/+1 |
* | Goodbye, JSONParser... | Manuel Klimek | 2012-04-17 | 1 | -1/+0 |
* | Add YAML parser to Support. | Michael J. Spencer | 2012-04-03 | 1 | -0/+1 |
* | Remove the C backend. | Eric Christopher | 2012-03-23 | 1 | -1/+0 |
* | Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code... | Eli Bendersky | 2012-03-13 | 1 | -0/+38 |
* | add LLVM_VERSION_MAJOR and _MINOR defines | Dylan Noblesmith | 2012-02-13 | 1 | -3/+6 |
* | cmake: update outdated CPack version info | Dylan Noblesmith | 2012-02-04 | 1 | -2/+2 |
* | cmake: make BUILD_SHARED_LIBS a visible option | Dylan Noblesmith | 2012-02-01 | 1 | -0/+3 |
* | capitalize project name, reference bugzilla | Dylan Noblesmith | 2011-12-18 | 1 | -2/+2 |
* | Adds a JSON parser and a benchmark (json-bench) to catch performance regressi... | Manuel Klimek | 2011-12-16 | 1 | -0/+1 |
* | Don't default the *cached* list of targets to build to an explicit list | Chandler Carruth | 2011-12-13 | 1 | -1/+1 |
* | Hexagon backend support | Tony Linthicum | 2011-12-12 | 1 | -0/+1 |
* | llvm/CMakeLists.txt: Fix LLVM_LIT_TOOLS_DIR since r143728. Cygwin does not ne... | NAKAMURA Takumi | 2011-12-11 | 1 | -2/+2 |
* | llvm-config: Replace with C++ version (was llvm-config-2). | Daniel Dunbar | 2011-12-01 | 1 | -1/+1 |
* | Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots. | Duncan Sands | 2011-12-01 | 1 | -1/+1 |
* | llvm-config: Replace with C++ version (was llvm-config-2). | Daniel Dunbar | 2011-11-29 | 1 | -1/+1 |
* | Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).", | Daniel Dunbar | 2011-11-10 | 1 | -1/+1 |