summaryrefslogtreecommitdiff
path: root/tools/Makefile
Commit message (Expand)AuthorAge
* 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
* Tabs to spaces presto chango! Pointed out by Duncan Sands.Nick Lewycky2009-02-26
* Force 'llvm-config' to go first, optionally followed by lto and gold mixed inNick Lewycky2009-02-26
* Revert r64299: it breaks the build when configuredDuncan Sands2009-02-11
* Try this. Darwin -> LTO, PIC -> LTO + possibly gold too.Nick Lewycky2009-02-11
* 62987 disables LTO build on darwin.Devang Patel2009-02-11
* Add LLVM plugin for gold.Nick Lewycky2009-02-03
* Build libLTO on any platform so long as PIC is enabled.Nick Lewycky2009-01-26
* Perform optional clang building.Mike Stump2009-01-24
* Since the old llvmc was removed, rename llvmc2 to llvmc.Mikhail Glushenkov2008-11-25
* Rename new lto2 tool as lto.Devang Patel2008-06-30
* Disable building of llvm2cpp. The directory will be removed before 2.3 release.Anton Korobeynikov2008-04-23
* stop building llvmc.Chris Lattner2008-03-30
* Disable building llvm-upgrade.Tanya Lattner2008-03-25
* Add first proof-of-concept universal compiler driver framework basedAnton Korobeynikov2008-03-23
* Renable lto2 build.Tanya Lattner2008-03-03
* Disable lto because its broken on tiger.Tanya Lattner2008-03-01