summaryrefslogtreecommitdiff
path: root/utils/buildit
AgeCommit message (Expand)Author
2012-08-10Use the final .version number for LLVM_MINOR_VERSION in Apple llvmCore builds.Bob Wilson
2012-04-13Remove old code to strip out unwanted PPC slices for Apple llvmCore.Bob Wilson
2012-04-05Do not include multiple -arch options in CPPFLAGS.Bob Wilson
2012-04-03Fix the install location for the Embedded makefile target.Bob Wilson
2012-04-03Remove dead code for installing libLTO when building llvmCore.Bob Wilson
2012-04-03When building llvmCore, pass the SDKROOT and -arch setting to configure.Bob Wilson
2012-04-03Remove a reference to the C backend.Bob Wilson
2011-12-22Remove broken command to copy tblgen tool.Bob Wilson
2011-11-29Install llvmCore to /usr/local. <rdar://problem/10390708>Bob Wilson
2011-11-04Build llvmCore with RTTI enabled. <rdar://problem/10395761>Bob Wilson
2011-10-03Find the strip tool that works with the specified SDKROOT. rdar://10165908Bob Wilson
2011-09-26Remove old hack for compiling with gcc-4.0.Bob Wilson
2011-09-16Migrate this to use clang by default as well.Eric Christopher
2011-09-16We now look for clang, then llvm-gcc, then gcc as our compiler. We don't needEric Christopher
2011-08-10Update comment.Eric Christopher
2011-08-09clang is the new black.Eric Christopher
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-03-08Stop building PPC parts on OSX. Radar 8637926.Stuart Hastings
2011-02-26Removed unnecessary dylibs from Apple builds, with or without "lib" prefix.Bob Wilson
2011-02-25Add a new "Embedded" makefile target for Apple-style builds.Bob Wilson
2011-02-25Fix bad comment marker.Stuart Hastings
2011-02-25Omit lto.h from the llvmCore result; henceforth, this will be suppliedStuart Hastings
2011-01-08I don't think I could find a 10.2.x box if I tried.Eric Christopher
2010-12-23Default to armv7 instead of armv6.Bill Wendling
2010-10-22Do not install libBugpointPasses.dylib for Apple builds. Radar 8585383.Bob Wilson
2010-10-22Fix the name of libLLVMHello.dylib so that it does not get installed forBob Wilson
2010-08-16Install Embedded builds into usr/local. Radar 8313723.Bob Wilson
2010-08-10Install llvmCore_Sim to the simulator SDK directory. Radar 8282845.Bob Wilson
2010-07-22Add an explicit -sdk option to xcrun command.Bob Wilson
2010-07-20Add support for a new Apple-style build target, EmbeddedSim, that buildsBob Wilson
2010-07-19Save a copy of the unstripped libLTO.dylib in $SYM_DIR. Clean up the codeBob Wilson
2010-07-14Remove the entire docs directory from Apple-style builds.Bob Wilson
2010-07-14Try to get embedded build of llvmCore to pass verification.Bob Wilson
2010-06-29Use -l option to remove symbols from i386.Bill Wendling
2010-06-29Strip resulting binaries.Bill Wendling
2010-06-22Generate DWARF information during Apple-style build. They'll be stripped outBill Wendling
2010-06-14Honor the SDKROOT setting when building llvm.Bob Wilson
2010-05-05Select an ARM-hosted cross build with a separate makefile target instead ofBob Wilson
2010-05-03Remove special case for llvmCore_Embedded project. This is no longer neededBob Wilson
2010-04-29Don't remove libLTO.dylib if it's not being installed in Developer/usr/lib;Bob Wilson
2010-04-28Add an option to the Apple-style build to control whether libLTO.dylib shouldBob Wilson
2010-04-28Undo most of my previous whitespace fix. I think I like it better this wayBob Wilson
2010-04-28Fix inconsistent use of HOSTS and TARGETS variables.Bob Wilson
2010-04-28Fix whitespace.Bob Wilson
2010-03-23Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it forBill Wendling
2010-03-17Use llvm-gcc to build ARM when it's availableJim Grosbach
2010-03-03Fix comment.Bill Wendling
2010-03-03Don't turn assertions on by default.Bill Wendling
2010-01-19The change in r90189 adds a link in a directory outside the iPhone platformBob Wilson
2010-01-14Use ENABLE_ASSERTIONS throughout.Bill Wendling