summaryrefslogtreecommitdiff
path: root/utils/buildit
AgeCommit message (Expand)AuthorFilesLines
2014-03-29ARM64: initial backend importTim Northover1-2/+2
2014-02-18Darwin builds: handle different possible form for SDKROOT.Tim Northover1-4/+6
2014-01-28Use the proper SDK when building iOS sim builds of LLVM and/or Mac OS X builds.Owen Anderson1-3/+6
2013-11-03Configure with --enable-terminfo=no for Apple's llvmCore builds.Bob Wilson1-1/+2
2013-06-18Build Apple's llvmCore with --disable-zlib. <rdar://problem/14182316>Bob Wilson1-1/+2
2013-02-05Preprocess Apple llvmCore headers to reflect NDEBUG setting. <rdar://12568983>Bob Wilson1-0/+10
2013-02-05Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431>Bob Wilson1-0/+13
2013-01-25Use xcrun to find the right compiler when building llvmCore. <rdar://12801151>Bob Wilson1-0/+3
2013-01-12Fix quoting problems from my previous change. <rdar://problem/13001651>Bob Wilson1-5/+15
2013-01-10Update Apple's build script for llvmCore. <rdar://problem/12914321>Bob Wilson1-63/+65
2012-08-10Use the final .version number for LLVM_MINOR_VERSION in Apple llvmCore builds.Bob Wilson1-1/+1
2012-04-13Remove old code to strip out unwanted PPC slices for Apple llvmCore.Bob Wilson1-13/+0
2012-04-05Do not include multiple -arch options in CPPFLAGS.Bob Wilson1-3/+2
2012-04-03Fix the install location for the Embedded makefile target.Bob Wilson1-1/+1
2012-04-03Remove dead code for installing libLTO when building llvmCore.Bob Wilson2-37/+7
2012-04-03When building llvmCore, pass the SDKROOT and -arch setting to configure.Bob Wilson1-0/+10
2012-04-03Remove a reference to the C backend.Bob Wilson1-1/+1
2011-12-22Remove broken command to copy tblgen tool.Bob Wilson1-3/+0
2011-11-29Install llvmCore to /usr/local. <rdar://problem/10390708>Bob Wilson1-1/+1
2011-11-04Build llvmCore with RTTI enabled. <rdar://problem/10395761>Bob Wilson1-0/+1
2011-10-03Find the strip tool that works with the specified SDKROOT. rdar://10165908Bob Wilson1-4/+10
2011-09-26Remove old hack for compiling with gcc-4.0.Bob Wilson1-25/+8
2011-09-16Migrate this to use clang by default as well.Eric Christopher1-6/+3
2011-09-16We now look for clang, then llvm-gcc, then gcc as our compiler. We don't needEric Christopher1-12/+0
2011-08-10Update comment.Eric Christopher1-1/+1
2011-08-09clang is the new black.Eric Christopher1-4/+4
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner1-1/+1
2011-03-08Stop building PPC parts on OSX. Radar 8637926.Stuart Hastings1-2/+2
2011-02-26Removed unnecessary dylibs from Apple builds, with or without "lib" prefix.Bob Wilson1-2/+3
2011-02-25Add a new "Embedded" makefile target for Apple-style builds.Bob Wilson1-1/+5
2011-02-25Fix bad comment marker.Stuart Hastings1-1/+1
2011-02-25Omit lto.h from the llvmCore result; henceforth, this will be suppliedStuart Hastings1-0/+3
2011-01-08I don't think I could find a 10.2.x box if I tried.Eric Christopher1-5/+0
2010-12-23Default to armv7 instead of armv6.Bill Wendling1-1/+1
2010-10-22Do not install libBugpointPasses.dylib for Apple builds. Radar 8585383.Bob Wilson1-1/+4
2010-10-22Fix the name of libLLVMHello.dylib so that it does not get installed forBob Wilson1-1/+1
2010-08-16Install Embedded builds into usr/local. Radar 8313723.Bob Wilson1-2/+2
2010-08-10Install llvmCore_Sim to the simulator SDK directory. Radar 8282845.Bob Wilson1-1/+1
2010-07-22Add an explicit -sdk option to xcrun command.Bob Wilson1-1/+1
2010-07-20Add support for a new Apple-style build target, EmbeddedSim, that buildsBob Wilson2-5/+20
2010-07-19Save a copy of the unstripped libLTO.dylib in $SYM_DIR. Clean up the codeBob Wilson1-9/+11
2010-07-14Remove the entire docs directory from Apple-style builds.Bob Wilson1-2/+2
2010-07-14Try to get embedded build of llvmCore to pass verification.Bob Wilson2-17/+9
2010-06-29Use -l option to remove symbols from i386.Bill Wendling1-4/+13
2010-06-29Strip resulting binaries.Bill Wendling1-0/+7
2010-06-22Generate DWARF information during Apple-style build. They'll be stripped outBill Wendling1-10/+16
2010-06-14Honor the SDKROOT setting when building llvm.Bob Wilson1-2/+1
2010-05-05Select an ARM-hosted cross build with a separate makefile target instead ofBob Wilson2-29/+31
2010-05-03Remove special case for llvmCore_Embedded project. This is no longer neededBob Wilson1-5/+0
2010-04-29Don't remove libLTO.dylib if it's not being installed in Developer/usr/lib;Bob Wilson1-2/+0