Remove pointless and unused variables.
[oota-llvm.git] / utils / buildit /
2010-06-29 Bill WendlingStrip resulting binaries.
2010-06-22 Bill WendlingGenerate DWARF information during Apple-style build...
2010-06-14 Bob WilsonHonor the SDKROOT setting when building llvm.
2010-05-05 Bob WilsonSelect an ARM-hosted cross build with a separate makefi...
2010-05-03 Bob WilsonRemove special case for llvmCore_Embedded project....
2010-04-29 Bob WilsonDon't remove libLTO.dylib if it's not being installed...
2010-04-28 Bob WilsonAdd an option to the Apple-style build to control wheth...
2010-04-28 Bob WilsonUndo most of my previous whitespace fix. I think I...
2010-04-28 Bob WilsonFix inconsistent use of HOSTS and TARGETS variables.
2010-04-28 Bob WilsonFix whitespace.
2010-03-23 Bill WendlingUse "DISABLE_EDIS" to disable building "edis" explicitl...
2010-03-17 Jim GrosbachUse llvm-gcc to build ARM when it's available
2010-03-03 Bill WendlingFix comment.
2010-03-03 Bill WendlingDon't turn assertions on by default.
2010-01-19 Bob WilsonThe change in r90189 adds a link in a directory outside...
2010-01-14 Bill WendlingUse ENABLE_ASSERTIONS throughout.
2010-01-14 Stuart HastingsErm, previous patch was wrong; Thanks Bill\!
2010-01-14 Stuart HastingsEnable assertions by default for Apple-style builds.
2009-12-15 Bill WendlingSome command lines don't like numbers with leading...
2009-12-01 Eric ChristopherAdd a soft link so that in an apple style build we...
2009-11-04 Evan ChengLook for llvm-gcc under /Developer/usr/bin first.
2009-11-03 Bill WendlingUse llvm-gcc on newer Darwins.
2009-11-02 Jim GrosbachMissing bit of universal built + hosted
2009-10-31 Jim GrosbachThe universal SDKROOT should only be assigned when...
2009-10-30 Jim GrosbachAllow cross target build
2009-10-22 Stuart HastingsTrying again to tweak the top-level Makefile to facilit...
2009-10-20 Daniel DunbarRevert "Tweak top-level Makefile to facilitate Apple...
2009-10-19 Stuart HastingsTweak top-level Makefile to facilitate Apple-style...
2009-09-28 Stuart HastingsB&I's buildit forces a PATH that omits /Developer....
2009-09-28 Stuart HastingsFor B&I-style builds, tweak build_llvm script to prefer...
2009-08-28 Bob WilsonDisable optional bindings for Apple-style builds.
2009-08-28 Bob WilsonRevert 76080. This broke some powerpc cross compiles.
2009-08-27 Daniel DunbarDon't build runtime libraries in an Apple style build.
2009-08-26 Bill WendlingDon't submit test directory.
2009-08-18 Evan ChengEven more Apple style build horribleness.
2009-07-16 Stuart HastingsIn an Apple-style build, compile with llvm-gcc/llvm...
2009-04-20 Evan ChengOne Mac OS X, just build with -O3 but without -fstrict...
2009-04-10 Bill WendlingDon't install the libLLVMHello.dylib example.
2009-04-10 Bill WendlingDon't run "dsymutils" on .a files.
2009-02-11 Bill WendlingDon't try to strip a file we just moved.
2009-02-09 Bill WendlingStrip the LTO dylib.
2009-02-09 Bill WendlingSmall fix for the 'strip' command. Do a list of .so...
2009-02-09 Bill WendlingDon't run 'strip' on files that aren't there.
2009-02-09 Bill WendlingRemove warnings about not being able to delete somethin...
2009-02-07 Evan ChengRevert 64023. make prefers GNUmakefile over makefile.
2009-02-07 Evan ChengMove Apple style build makefiles to the top level....
2008-12-16 Bill WendlingChange so that buildit won't need a parent directory...
2008-11-20 Bill WendlingCopy the tblgen utility.
2008-10-27 Bill Wendling- Fix SUBVERSION string to handle x.x.x version number...
2008-10-06 Devang PatelSet UNIVERSAL_ARCH value.
2008-08-19 Devang PatelCompress manpages.
2008-08-05 Bill WendlingAdd ARM to the targets to build.
2008-07-28 Bill WendlingDon't build with 4.0.
2008-07-21 Bill WendlingTemporary hack to build with GCC 4.0 instead of 4.2.
2008-07-11 Bill WendlingPorting r53478 into mainline:
2008-06-23 Bill WendlingExtract the x86_64 part for the executables.
2008-05-06 Bill WendlingRemove tar ball from installed directory.
2008-04-15 Bill WendlingApple GCC 4.2 builds things differently. It no longer...
2008-04-15 Bill WendlingInstall into the directory
2008-04-11 Devang PatelChange llvm tools install location.
2008-03-28 Bill WendlingSimplify the conversion from "0x" numbers to a single...
2008-03-22 Bill WendlingDon't strip things when we're doing a debug build.
2008-02-29 Nick Kledzikinstall new lto dylib. pass down LLVM_SUBMIT_VERSION
2008-02-29 Nick Kledzikfix default RC_ProjectSourceSubversion to be zero
2008-02-12 Devang PatelRemove dead code.
2008-01-30 Devang Patel Always put version numbers at the end because they...
2008-01-18 Evan ChengFix makefiles to enable Apply style debug build.
2008-01-17 Devang PatelEnable CBE
2007-12-18 Bill WendlingIgnore shell scripts when doing "dsymutil" call.
2007-12-01 Devang PatelChange LinkTimeOptimizer.h install location.
2007-11-30 Devang PatelChange lib lto install location.
2007-11-12 Bill WendlingMove SYSCTL stuff close to where it's used.
2007-11-12 Devang PatelBuild universal llvm.
2007-11-09 Bill WendlingInitial commit of files that support building LLVM...