Merging r260587:
[oota-llvm.git] / utils / buildit /
2014-03-29 Tim NorthoverARM64: initial backend import
2014-02-18 Tim NorthoverDarwin builds: handle different possible form for SDKROOT.
2014-01-28 Owen AndersonUse the proper SDK when building iOS sim builds of...
2013-11-03 Bob WilsonConfigure with --enable-terminfo=no for Apple's llvmCor...
2013-06-18 Bob WilsonBuild Apple's llvmCore with --disable-zlib. <rdar:...
2013-02-05 Bob WilsonPreprocess Apple llvmCore headers to reflect NDEBUG...
2013-02-05 Bob WilsonSet the deployment target for Apple llvmCore builds...
2013-01-25 Bob WilsonUse xcrun to find the right compiler when building...
2013-01-12 Bob WilsonFix quoting problems from my previous change. <rdar...
2013-01-10 Bob WilsonUpdate Apple's build script for llvmCore. <rdar://probl...
2012-08-10 Bob WilsonUse the final .version number for LLVM_MINOR_VERSION...
2012-04-13 Bob WilsonRemove old code to strip out unwanted PPC slices for...
2012-04-05 Bob WilsonDo not include multiple -arch options in CPPFLAGS.
2012-04-03 Bob WilsonFix the install location for the Embedded makefile...
2012-04-03 Bob WilsonRemove dead code for installing libLTO when building...
2012-04-03 Bob WilsonWhen building llvmCore, pass the SDKROOT and -arch...
2012-04-03 Bob WilsonRemove a reference to the C backend.
2011-12-22 Bob WilsonRemove broken command to copy tblgen tool.
2011-11-29 Bob WilsonInstall llvmCore to /usr/local. <rdar://problem/10390708>
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.
next