summaryrefslogtreecommitdiff
path: root/tools/Makefile
Commit message (Expand)AuthorAge
* 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
* Added a tester for the enhanced disassembler,Sean Callanan2010-04-09
* Remove if DISABLED not if not DISABLED...Bill Wendling2010-03-23
* Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it forBill Wendling2010-03-23
* Attempt to fix random build failures seen when doing highlyDuncan Sands2010-03-09
* apparently if gold is around lto needs to be part of DIRS.Chris Lattner2010-03-05
* Only build libedis if ENABLE_SHARED is specified, just like liblto.Chris Lattner2010-03-05
* liblto and gold don't need to be built in serialChris Lattner2010-03-05
* don't build edis if the x86 target isn't enabld.Chris Lattner2010-02-26
* ...and fixed the Makefile.Sean Callanan2010-02-02
* Added a bare-bones Makefile to build the enhanced disassemblySean Callanan2010-01-29
* remove llvm-db: it is completely broken and if anyone wants to do a debugger,Chris Lattner2009-10-05
* EXIT STAGE LEFT: gccas, gccldDaniel Dunbar2009-08-25
* The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov2009-08-18
* LLVMC doesn't need ENABLE_PIC to build now.Mikhail Glushenkov2009-07-04
* Don't build LLVMC when configured with --disable-pic (it needs requires sharedDaniel Dunbar2009-06-29
* Add a skeleton driver for new machine code level fun. llvm-mc is meantChris Lattner2009-06-18
* aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin!Chris Lattner2009-04-25
* Remove clang since its conditionally there already.Tanya Lattner2009-04-20
* Emit the auto variables of a function into a different section than parameters.Sanjiv Gupta2009-04-20
* Another bug :(Anton Korobeynikov2009-03-11
* Unbreak the build. Dunno, why it did not fail on mingw :(Anton Korobeynikov2009-03-11
* Disable plugins / shared stuff generation on windows targets.Anton Korobeynikov2009-03-11
* ENABLE_PIC is either 0 or 1, but is always defined.Nick Lewycky2009-03-03