Fix a problem exposed by my previous commit and noticed by a release-asserts
[oota-llvm.git] / tools / Makefile
2010-04-12 Sean CallananBuild system fix to make llvm-mc properly build
2010-04-12 Sean CallananBuild system fixes. llvm-mc depends on
2010-04-12 Sean CallananSecond try at integrating the edis tester. This
2010-04-10 Sean CallananUpdated the edis build mechanism to allow for builds
2010-04-09 Chris Lattnerrevert r100842 which broke several of the build bots.
2010-04-09 Sean CallananAdded a tester for the enhanced disassembler,
2010-03-23 Bill WendlingRemove if DISABLED not if not DISABLED...
2010-03-23 Bill WendlingUse "DISABLE_EDIS" to disable building "edis" explicitl...
2010-03-09 Duncan SandsAttempt to fix random build failures seen when doing...
2010-03-05 Chris Lattnerapparently if gold is around lto needs to be part of...
2010-03-05 Chris LattnerOnly build libedis if ENABLE_SHARED is specified, just...
2010-03-05 Chris Lattnerliblto and gold don't need to be built in serial
2010-02-26 Chris Lattnerdon't build edis if the x86 target isn't enabld.
2010-02-02 Sean Callanan...and fixed the Makefile.
2010-01-29 Sean CallananAdded a bare-bones Makefile to build the enhanced disas...
2009-10-05 Chris Lattnerremove llvm-db: it is completely broken and if anyone...
2009-08-25 Daniel DunbarEXIT STAGE LEFT: gccas, gccld
2009-08-18 Anton KorobeynikovThe attached patches attempt to fix cross builds. For...
2009-07-04 Mikhail GlushenkovLLVMC doesn't need ENABLE_PIC to build now.
2009-06-29 Daniel DunbarDon't build LLVMC when configured with --disable-pic...
2009-06-18 Chris LattnerAdd a skeleton driver for new machine code level fun...
2009-04-25 Chris LattneraDd support for building a subset of the llvm tools...
2009-04-20 Tanya LattnerRemove clang since its conditionally there already.
2009-04-20 Sanjiv GuptaEmit the auto variables of a function into a different...
2009-03-11 Anton KorobeynikovAnother bug :(
2009-03-11 Anton KorobeynikovUnbreak the build. Dunno, why it did not fail on mingw :(
2009-03-11 Anton KorobeynikovDisable plugins / shared stuff generation on windows...
2009-03-03 Nick LewyckyENABLE_PIC is either 0 or 1, but is always defined.
2009-02-26 Nick LewyckyTabs to spaces presto chango! Pointed out by Duncan...
2009-02-26 Nick LewyckyForce 'llvm-config' to go first, optionally followed...
2009-02-11 Duncan SandsRevert r64299: it breaks the build when configured
2009-02-11 Nick LewyckyTry this. Darwin -> LTO, PIC -> LTO + possibly gold...
2009-02-11 Devang Patel62987 disables LTO build on darwin.
2009-02-03 Nick LewyckyAdd LLVM plugin for gold.
2009-01-26 Nick LewyckyBuild libLTO on any platform so long as PIC is enabled.
2009-01-24 Mike StumpPerform optional clang building.
2008-11-25 Mikhail GlushenkovSince the old llvmc was removed, rename llvmc2 to llvmc.
2008-06-30 Devang PatelRename new lto2 tool as lto.
2008-04-23 Anton KorobeynikovDisable building of llvm2cpp. The directory will be...
2008-03-30 Chris Lattnerstop building llvmc.
2008-03-25 Tanya LattnerDisable building llvm-upgrade.
2008-03-23 Anton KorobeynikovAdd first proof-of-concept universal compiler driver...
2008-03-03 Tanya LattnerRenable lto2 build.
2008-03-01 Tanya LattnerDisable lto because its broken on tiger.
2008-02-29 Nick Kledzikstop building lto on all platforms. Start building...
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
2007-12-09 Chris LattnerFix accidental commit by Bill.
2007-12-08 Bill WendlingReverting 44702. It wasn't correct to rename them.
2007-08-13 Reid SpencerDon't build llvm-stub twice.
2007-02-09 Reid SpencerGet the use of \ right.
2007-02-09 Reid SpencerNow that gccas and gccld are just schell scripts, adjus...
2007-01-08 Chandler CarruthBuild libLLVMlto on non-Darwin architectures. Resolves...
2006-12-02 Reid SpencerBuild llvm-update now.
2006-09-08 Chris Lattnerok this really works :)
2006-09-08 Devang PatelRemove redundant include.
2006-09-08 Chris LattnerNeed to include Makefile.config to get the value of...
2006-09-08 Anton KorobeynikovEnabling LTO building on Darwin only right now. This...
2006-09-07 Devang PatelAdd lto into the list of PARALLEL_DIRS
2006-08-23 Reid SpencerRearrange order to build more frequently used tools...
2006-08-23 Reid SpencerFix a typo.
2006-08-22 Reid SpencerRearrange the build order to better accommodate paralle...
2006-08-18 Reid SpencerFor PR872:
2006-07-26 Chris LattnerAdd llvm2cpp to DIRs list
2006-07-26 Reid SpencerBuild llvm-config to identify library cycles earlier...
2006-05-30 Reid Spencerllvm2cpp is ready to be compiled so add it to the makef...
2006-05-17 Reid SpencerRemove the llvm-db and bugpoint restrictions from the...
2006-04-20 Reid SpencerOkay, llvm-config is good to go now.
2006-04-20 Reid SpencerDon't build llvm-config until issues are resolved.
2006-04-20 Reid SpencerBuild the llvm-config directory as a tool.
2005-04-24 Misha Brukmanextract has been renamed to llvm-extract to avoid confl...
2005-01-16 Reid SpencerRename BUILD_* to PROJ_*
2004-12-31 Reid SpencerCorrect the conditional test for non-portable tools...
2004-12-17 Reid SpencerReverse the logic for Win32 to ensure that bugpoint...
2004-12-17 Reid SpencerFix this file to actually work. ifneq was incorrectly...
2004-12-17 Reid SpencerMakefile.JIT doesn't exist any more so it doesn't need...
2004-12-17 Reid SpencerDisable bugpoint and llvm-db tools for Win32. They...
2004-12-13 Reid SpencerFor PR351:
2004-11-14 Reid SpencerAdd the llvm-ranlib tool
2004-10-28 Reid SpencerAdd llvm-ld to the subdirs to be built
2004-10-26 Reid SpencerAdd EXTRA_DIST for additional files to be distributed.
2004-09-13 Misha BrukmanAdd LLEE into compilation, but not for Sparc
2004-08-29 Reid Spenceradd llvmc
2004-07-02 Brian GaekeBuild llvm-bcanalyzer
2004-06-07 Reid SpencerCommit For New Tool: llvm-abcd (Analysis of ByteCode...
2004-06-01 Chris LattnerBuild the llvm-stub directory
2004-01-05 Chris LattnerAdd new directory
2003-10-28 Chris LattnerBuild the llvm-prof directory
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-10-16 Chris LattnerWelcome llvm-nm to the family
2003-09-16 Misha Brukman`link' is now `llvm-link'.
2003-09-15 Misha BrukmanStop building `as' and `dis' as they have been removed.
2003-09-13 Tanya LattnerAdded llvm-ar to the Makefile
2003-08-28 Misha BrukmanBuild llvm-as and llvm-dis as the upgrade path to renam...
2003-05-14 Chris LattnerGet rid of really old makefile cruft
2002-12-24 Chris LattnerDon't try to buidl jello
2002-12-06 Chris LattnerOnly build jello when compiling on X86
2002-11-20 Chris LattnerBuild bugpoint
2002-10-29 Chris LattnerJello now builds
2002-09-18 Chris LattnerCompile sub-directories in parallel, because they don...
2002-08-01 Chris LattnerReorder tool building sequence to more closely match...
next