summaryrefslogtreecommitdiff
path: root/tools/CMakeLists.txt
Commit message (Expand)AuthorAge
* llvm/tools/llvm-c-test should be built also on msvc.NAKAMURA Takumi2013-10-23
* Add llvm-c-test tool for testing llvm-cAnders Waldenborg2013-10-23
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-02
* Enable building LTO on WIN32.Rafael Espindola2013-10-02
* Revert "Enable building LTO on WIN32."Rafael Espindola2013-09-30
* Enable building LTO on WIN32.Rafael Espindola2013-09-30
* Fix LTO handling of module-level assembly (PR14152).Peter Collingbourne2013-09-19
* [CMake] Put back the add_llvm_external_project() calls for specific projects.Argyrios Kyrtzidis2013-08-27
* CMake: build llvm-config on Windows.Hans Wennborg2013-08-23
* [CMake] Automatically pick up subdirectories in llvm/tools as 'external proje...Argyrios Kyrtzidis2013-08-21
* Provide bootstrap support to build only llvm+clang when using cmake.Andy Gibbs2013-06-26
* Remove the LLVM specific archive index.Rafael Espindola2013-06-14
* Move yaml2obj to tools too.Rafael Espindola2013-04-05
* Move obj2yaml to tools to sort out make's dependencies.Rafael Espindola2013-04-05
* Build LLVMgold.so on FreeBSD using cmake.Rafael Espindola2013-03-17
* Connect LLVM CMake build scripts to LLDB's CMake scripts:Daniel Malea2013-02-28
* Adding tests for the Intel JIT event listener's MCJIT support.Andrew Kaylor2012-11-21
* [ASan] Add llvm-symbolizer from to tools/Alexander Potapenko2012-11-12
* MC: Simple example parser for MC assembly markup.Jim Grosbach2012-10-31
* [CMake] Restructure how Clang, Polly and other external projects get included.Michael J. Spencer2012-04-26
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-19
* [Object]David Meyer2012-03-01
* Add a random .LL file generator to stress-test different llvm components.Nadav Rotem2012-02-26
* Have cmake build llvm-cov. Patch by arrowdodger.Duncan Sands2011-12-07
* 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
* edis: Sink EDMain.cpp into lib/MC/MCDisassembler.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
* llvm-config-2: Implement build system support for getting the variables we onlyDaniel Dunbar2011-11-03
* llvm-config: Start stubbing out a C++ version of llvm-config (as llvm-config-2,Daniel Dunbar2011-11-03
* tools/CMakeLists.txt: Fixup r142103. I don't remember why I had missed the line.NAKAMURA Takumi2011-10-16
* CMake: Introduce LLVM_CLANG_SOURCE_DIR, "tools/clang" by default. Clang will ...NAKAMURA Takumi2011-10-16
* Add llvm-size.Michael J. Spencer2011-09-28
* Remove llvmc from CMake as well.Eric Christopher2011-09-20
* Sketch out a DWARF parser.Benjamin Kramer2011-09-13
* CMake: Add a new configuration option LLVM_BUILD_CLANG that'sDouglas Gregor2011-07-14
* Revert an unintended commit. Very sorry for this one.Chandler Carruth2011-04-28
* nuke goldChandler Carruth2011-04-28
* MachO file loader and execution utility.Jim Grosbach2011-03-18
* LTO is not ready for Windows.Oscar Fuentes2011-03-13
* Build LTO as a static library too.Oscar Fuentes2011-03-12
* Add LTO and gold plugin to the CMake build. Linux-only, support forOscar Fuentes2011-03-11
* Add llvm-objdumpMichael J. Spencer2011-01-20
* macho-dump: Stub out C++ macho-dump tool.Daniel Dunbar2010-11-27
* Add polly support to the build system.Tobias Grosser2010-10-30
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* Check in a couple of changes that I apparently never committed:John McCall2010-08-24