| Commit message (Expand) | Author | Age | Files | Lines |
* | llvm/tools/llvm-c-test should be built also on msvc. | NAKAMURA Takumi | 2013-10-23 | 1 | -5/+1 |
* | Add llvm-c-test tool for testing llvm-c | Anders Waldenborg | 2013-10-23 | 1 | -0/+6 |
* | Remove the very substantial, largely unmaintained legacy PGO | Chandler Carruth | 2013-10-02 | 1 | -1/+0 |
* | Enable building LTO on WIN32. | Rafael Espindola | 2013-10-02 | 1 | -1/+1 |
* | Revert "Enable building LTO on WIN32." | Rafael Espindola | 2013-09-30 | 1 | -1/+1 |
* | Enable building LTO on WIN32. | Rafael Espindola | 2013-09-30 | 1 | -1/+1 |
* | Fix LTO handling of module-level assembly (PR14152). | Peter Collingbourne | 2013-09-19 | 1 | -0/+2 |
* | [CMake] Put back the add_llvm_external_project() calls for specific projects. | Argyrios Kyrtzidis | 2013-08-27 | 1 | -0/+4 |
* | CMake: build llvm-config on Windows. | Hans Wennborg | 2013-08-23 | 1 | -7/+1 |
* | [CMake] Automatically pick up subdirectories in llvm/tools as 'external proje... | Argyrios Kyrtzidis | 2013-08-21 | 1 | -34/+44 |
* | Provide bootstrap support to build only llvm+clang when using cmake. | Andy Gibbs | 2013-06-26 | 1 | -3/+6 |
* | Remove the LLVM specific archive index. | Rafael Espindola | 2013-06-14 | 1 | -1/+0 |
* | Move yaml2obj to tools too. | Rafael Espindola | 2013-04-05 | 1 | -0/+1 |
* | Move obj2yaml to tools to sort out make's dependencies. | Rafael Espindola | 2013-04-05 | 1 | -0/+2 |
* | Build LLVMgold.so on FreeBSD using cmake. | Rafael Espindola | 2013-03-17 | 1 | -1/+2 |
* | Connect LLVM CMake build scripts to LLDB's CMake scripts: | Daniel Malea | 2013-02-28 | 1 | -0/+1 |
* | Adding tests for the Intel JIT event listener's MCJIT support. | Andrew Kaylor | 2012-11-21 | 1 | -0/+3 |
* | [ASan] Add llvm-symbolizer from to tools/ | Alexander Potapenko | 2012-11-12 | 1 | -0/+2 |
* | MC: Simple example parser for MC assembly markup. | Jim Grosbach | 2012-10-31 | 1 | -0/+1 |
* | [CMake] Restructure how Clang, Polly and other external projects get included. | Michael J. Spencer | 2012-04-26 | 1 | -17/+3 |
* | Remove llvm-ld and llvm-stub (which is only used by llvm-ld). | Michael J. Spencer | 2012-04-19 | 1 | -2/+0 |
* | [Object] | David Meyer | 2012-03-01 | 1 | -0/+1 |
* | Add a random .LL file generator to stress-test different llvm components. | Nadav Rotem | 2012-02-26 | 1 | -0/+1 |
* | Have cmake build llvm-cov. Patch by arrowdodger. | Duncan Sands | 2011-12-07 | 1 | -0/+1 |
* | llvm-config: Replace with C++ version (was llvm-config-2). | Daniel Dunbar | 2011-12-01 | 1 | -9/+2 |
* | Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots. | Duncan Sands | 2011-12-01 | 1 | -2/+9 |
* | llvm-config: Replace with C++ version (was llvm-config-2). | Daniel Dunbar | 2011-11-29 | 1 | -9/+2 |
* | edis: Sink EDMain.cpp into lib/MC/MCDisassembler. | Daniel Dunbar | 2011-11-29 | 1 | -1/+0 |
* | Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).", | Daniel Dunbar | 2011-11-10 | 1 | -2/+9 |
* | llvm-config: Replace with C++ version (was llvm-config-2). | Daniel Dunbar | 2011-11-10 | 1 | -9/+2 |
* | llvm-config-2: Implement build system support for getting the variables we only | Daniel Dunbar | 2011-11-03 | 1 | -1/+4 |
* | llvm-config: Start stubbing out a C++ version of llvm-config (as llvm-config-2, | Daniel Dunbar | 2011-11-03 | 1 | -0/+1 |
* | tools/CMakeLists.txt: Fixup r142103. I don't remember why I had missed the line. | NAKAMURA Takumi | 2011-10-16 | 1 | -1/+1 |
* | CMake: Introduce LLVM_CLANG_SOURCE_DIR, "tools/clang" by default. Clang will ... | NAKAMURA Takumi | 2011-10-16 | 1 | -2/+5 |
* | Add llvm-size. | Michael J. Spencer | 2011-09-28 | 1 | -0/+1 |
* | Remove llvmc from CMake as well. | Eric Christopher | 2011-09-20 | 1 | -1/+0 |
* | Sketch out a DWARF parser. | Benjamin Kramer | 2011-09-13 | 1 | -0/+1 |
* | CMake: Add a new configuration option LLVM_BUILD_CLANG that's | Douglas Gregor | 2011-07-14 | 1 | -1/+4 |
* | Revert an unintended commit. Very sorry for this one. | Chandler Carruth | 2011-04-28 | 1 | -0/+7 |
* | nuke gold | Chandler Carruth | 2011-04-28 | 1 | -7/+0 |
* | MachO file loader and execution utility. | Jim Grosbach | 2011-03-18 | 1 | -0/+1 |
* | LTO is not ready for Windows. | Oscar Fuentes | 2011-03-13 | 1 | -1/+4 |
* | Build LTO as a static library too. | Oscar Fuentes | 2011-03-12 | 1 | -1/+1 |
* | Add LTO and gold plugin to the CMake build. Linux-only, support for | Oscar Fuentes | 2011-03-11 | 1 | -0/+8 |
* | Add llvm-objdump | Michael J. Spencer | 2011-01-20 | 1 | -3/+4 |
* | macho-dump: Stub out C++ macho-dump tool. | Daniel Dunbar | 2010-11-27 | 1 | -0/+1 |
* | Add polly support to the build system. | Tobias Grosser | 2010-10-30 | 1 | -0/+8 |
* | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer | 2010-09-13 | 1 | -1/+12 |
* | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer | 2010-09-10 | 1 | -12/+1 |
* | Check in a couple of changes that I apparently never committed: | John McCall | 2010-08-24 | 1 | -0/+1 |