aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+8
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-3/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Add llvm-c-test tool for testing llvm-cAnders Waldenborg2013-10-231-1/+1
* Revert r191088, corresponding to r191823 to re-enable llvm-lto on cygming.NAKAMURA Takumi2013-10-071-2/+0
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-021-1/+1
* Tidy up this line of the Makefile before I start hacking on it.Chandler Carruth2013-10-021-9/+5
* llvm/tools/Makefile: Suppress building llvm-lto on cygming, for now, probably...NAKAMURA Takumi2013-09-201-0/+2
* Fix LTO handling of module-level assembly (PR14152).Peter Collingbourne2013-09-191-4/+3
* Remove the LLVM specific archive index.Rafael Espindola2013-06-141-1/+1
* Move yaml2obj to tools too.Rafael Espindola2013-04-051-1/+1
* Move obj2yaml to tools to sort out make's dependencies.Rafael Espindola2013-04-051-1/+1
* Make building of llvm-jitlistener conditional on the USE_INTEL_JITEVENTS sett...Andrew Kaylor2012-11-271-1/+6
* Adding tests for the Intel JIT event listener's MCJIT support.Andrew Kaylor2012-11-211-1/+1
* [ASan] Add llvm-symbolizer from to tools/Alexander Potapenko2012-11-121-1/+2
* MC: Simple example parser for MC assembly markup.Jim Grosbach2012-10-311-1/+1
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-191-2/+2
* [Object]David Meyer2012-03-011-1/+1
* Add a random .LL file generator to stress-test different llvm components.Nadav Rotem2012-02-261-1/+1
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-12-011-1/+1
* Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.Duncan Sands2011-12-011-1/+1
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-291-1/+1
* edis: Sink EDMain.cpp into lib/MC/MCDisassembler.Daniel Dunbar2011-11-291-8/+0
* Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",Daniel Dunbar2011-11-101-1/+1
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-101-1/+1
* llvm-config: Start stubbing out a C++ version of llvm-config (as llvm-config-2,Daniel Dunbar2011-11-031-1/+1
* autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/...NAKAMURA Takumi2011-10-161-4/+8
* Add llvm-size.Michael J. Spencer2011-09-281-1/+2
* Introduce llvm-cov.Devang Patel2011-09-281-1/+1
* Remove llvmc and assorted build machinery for it.Eric Christopher2011-09-191-1/+1
* Sketch out a DWARF parser.Benjamin Kramer2011-09-131-1/+1
* MachO file loader and execution utility.Jim Grosbach2011-03-181-3/+4
* This patch lets LLDB build as an LLVM subproject. LLDB is not built inStephen Wilson2011-02-201-1/+6
* Revert r125956, which broke the build if you _don't_ have lldb checked out.Owen Anderson2011-02-181-6/+1
* This patch lets LLDB build as an LLVM subproject. LLDB is not built inStephen Wilson2011-02-181-1/+6
* Add llvm-objdumpMichael J. Spencer2011-01-201-1/+1
* build: Fix ONLY_TOOLS to not build lto etc. unless specified.Daniel Dunbar2010-12-161-0/+2
* tools/Makefile: Don't look into $(TARGET_OS), but $(HOST_OS), to inspect avai...NAKAMURA Takumi2010-11-291-1/+1
* tools/Makefile: Fix indentation.NAKAMURA Takumi2010-11-291-12/+12
* tools/Makefile: Enable building lto, edis and bugpoint-passes on Cygming.NAKAMURA Takumi2010-11-291-3/+8
* macho-dump: Stub out C++ macho-dump tool.Daniel Dunbar2010-11-271-1/+1
* Add polly support to the build system.Tobias Grosser2010-10-301-0/+4
* Check in a couple of changes that I apparently never committed:John McCall2010-08-241-1/+1
* Don't try to build a plugin on windows.Rafael Espindola2010-08-091-1/+3
* Move the bugpoint test passes to a plugin in preparation for having bugpointRafael Espindola2010-08-071-1/+1
* fix DISABLE_EDISChris Lattner2010-07-201-2/+2
* start straightening out libedis's dependencies and make it fitChris Lattner2010-07-201-6/+12
* Remove some broken code to check the DISABLE_EDIS flag (edis is now in theBob Wilson2010-07-141-5/+0