summaryrefslogtreecommitdiff
path: root/tools/Makefile
Commit message (Expand)AuthorAge
* Add llvm-c-test tool for testing llvm-cAnders Waldenborg2013-10-23
* Revert r191088, corresponding to r191823 to re-enable llvm-lto on cygming.NAKAMURA Takumi2013-10-07
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-02
* Tidy up this line of the Makefile before I start hacking on it.Chandler Carruth2013-10-02
* llvm/tools/Makefile: Suppress building llvm-lto on cygming, for now, probably...NAKAMURA Takumi2013-09-20
* Fix LTO handling of module-level assembly (PR14152).Peter Collingbourne2013-09-19
* 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
* Make building of llvm-jitlistener conditional on the USE_INTEL_JITEVENTS sett...Andrew Kaylor2012-11-27
* 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
* 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
* 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: Start stubbing out a C++ version of llvm-config (as llvm-config-2,Daniel Dunbar2011-11-03
* autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/...NAKAMURA Takumi2011-10-16
* Add llvm-size.Michael J. Spencer2011-09-28
* Introduce llvm-cov.Devang Patel2011-09-28
* Remove llvmc and assorted build machinery for it.Eric Christopher2011-09-19
* Sketch out a DWARF parser.Benjamin Kramer2011-09-13
* MachO file loader and execution utility.Jim Grosbach2011-03-18
* This patch lets LLDB build as an LLVM subproject. LLDB is not built inStephen Wilson2011-02-20
* Revert r125956, which broke the build if you _don't_ have lldb checked out.Owen Anderson2011-02-18
* This patch lets LLDB build as an LLVM subproject. LLDB is not built inStephen Wilson2011-02-18
* Add llvm-objdumpMichael J. Spencer2011-01-20
* build: Fix ONLY_TOOLS to not build lto etc. unless specified.Daniel Dunbar2010-12-16
* tools/Makefile: Don't look into $(TARGET_OS), but $(HOST_OS), to inspect avai...NAKAMURA Takumi2010-11-29
* tools/Makefile: Fix indentation.NAKAMURA Takumi2010-11-29
* tools/Makefile: Enable building lto, edis and bugpoint-passes on Cygming.NAKAMURA Takumi2010-11-29
* macho-dump: Stub out C++ macho-dump tool.Daniel Dunbar2010-11-27
* Add polly support to the build system.Tobias Grosser2010-10-30
* Check in a couple of changes that I apparently never committed:John McCall2010-08-24
* Don't try to build a plugin on windows.Rafael Espindola2010-08-09
* Move the bugpoint test passes to a plugin in preparation for having bugpointRafael Espindola2010-08-07
* fix DISABLE_EDISChris Lattner2010-07-20
* start straightening out libedis's dependencies and make it fitChris Lattner2010-07-20
* Remove some broken code to check the DISABLE_EDIS flag (edis is now in theBob Wilson2010-07-14
* Build system fix to make llvm-mc properly buildSean Callanan2010-04-12
* Build system fixes. llvm-mc depends onSean Callanan2010-04-12
* Second try at integrating the edis tester. ThisSean Callanan2010-04-12
* Updated the edis build mechanism to allow for buildsSean Callanan2010-04-10
* revert r100842 which broke several of the build bots.Chris Lattner2010-04-09