Move type handling to make sure we get all created types that aren't
[oota-llvm.git] / utils / buildit /
2011-11-04 Bob WilsonBuild llvmCore with RTTI enabled. <rdar://problem...
2011-10-03 Bob WilsonFind the strip tool that works with the specified SDKRO...
2011-09-26 Bob WilsonRemove old hack for compiling with gcc-4.0.
2011-09-16 Eric ChristopherMigrate this to use clang by default as well.
2011-09-16 Eric ChristopherWe now look for clang, then llvm-gcc, then gcc as our...
2011-08-10 Eric ChristopherUpdate comment.
2011-08-09 Eric Christopherclang is the new black.
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-03-08 Stuart HastingsStop building PPC parts on OSX. Radar 8637926.
2011-02-26 Bob WilsonRemoved unnecessary dylibs from Apple builds, with...
2011-02-25 Bob WilsonAdd a new "Embedded" makefile target for Apple-style...
2011-02-25 Stuart HastingsFix bad comment marker.
2011-02-25 Stuart HastingsOmit lto.h from the llvmCore result; henceforth, this...
2011-01-08 Eric ChristopherI don't think I could find a 10.2.x box if I tried.
2010-12-23 Bill WendlingDefault to armv7 instead of armv6.
2010-10-22 Bob WilsonDo not install libBugpointPasses.dylib for Apple builds...
2010-10-22 Bob WilsonFix the name of libLLVMHello.dylib so that it does...
2010-08-16 Bob WilsonInstall Embedded builds into usr/local. Radar 8313723.
2010-08-10 Bob WilsonInstall llvmCore_Sim to the simulator SDK directory...
2010-07-22 Bob WilsonAdd an explicit -sdk option to xcrun command.
2010-07-20 Bob WilsonAdd support for a new Apple-style build target, Embedde...
2010-07-19 Bob WilsonSave a copy of the unstripped libLTO.dylib in $SYM_DIR...
2010-07-14 Bob WilsonRemove the entire docs directory from Apple-style builds.
2010-07-14 Bob WilsonTry to get embedded build of llvmCore to pass verification.
2010-06-29 Bill WendlingUse -l option to remove symbols from i386.
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...