aboutsummaryrefslogtreecommitdiffstats
path: root/utils/buildit
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-9/+14
* Configure with --enable-terminfo=no for Apple's llvmCore builds.Bob Wilson2013-11-031-1/+2
* Build Apple's llvmCore with --disable-zlib. <rdar://problem/14182316>Bob Wilson2013-06-181-1/+2
* Preprocess Apple llvmCore headers to reflect NDEBUG setting. <rdar://12568983>Bob Wilson2013-02-051-0/+10
* Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431>Bob Wilson2013-02-051-0/+13
* Use xcrun to find the right compiler when building llvmCore. <rdar://12801151>Bob Wilson2013-01-251-0/+3
* Fix quoting problems from my previous change. <rdar://problem/13001651>Bob Wilson2013-01-121-5/+15
* Update Apple's build script for llvmCore. <rdar://problem/12914321>Bob Wilson2013-01-101-63/+65
* Use the final .version number for LLVM_MINOR_VERSION in Apple llvmCore builds.Bob Wilson2012-08-101-1/+1
* Remove old code to strip out unwanted PPC slices for Apple llvmCore.Bob Wilson2012-04-131-13/+0
* Do not include multiple -arch options in CPPFLAGS.Bob Wilson2012-04-051-3/+2
* Fix the install location for the Embedded makefile target.Bob Wilson2012-04-031-1/+1
* Remove dead code for installing libLTO when building llvmCore.Bob Wilson2012-04-032-37/+7
* When building llvmCore, pass the SDKROOT and -arch setting to configure.Bob Wilson2012-04-031-0/+10
* Remove a reference to the C backend.Bob Wilson2012-04-031-1/+1
* Remove broken command to copy tblgen tool.Bob Wilson2011-12-221-3/+0
* Install llvmCore to /usr/local. <rdar://problem/10390708>Bob Wilson2011-11-291-1/+1
* Build llvmCore with RTTI enabled. <rdar://problem/10395761>Bob Wilson2011-11-041-0/+1
* Find the strip tool that works with the specified SDKROOT. rdar://10165908Bob Wilson2011-10-031-4/+10
* Remove old hack for compiling with gcc-4.0.Bob Wilson2011-09-261-25/+8
* Migrate this to use clang by default as well.Eric Christopher2011-09-161-6/+3
* We now look for clang, then llvm-gcc, then gcc as our compiler. We don't needEric Christopher2011-09-161-12/+0
* Update comment.Eric Christopher2011-08-101-1/+1
* clang is the new black.Eric Christopher2011-08-091-4/+4
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Stop building PPC parts on OSX. Radar 8637926.Stuart Hastings2011-03-081-2/+2
* Removed unnecessary dylibs from Apple builds, with or without "lib" prefix.Bob Wilson2011-02-261-2/+3
* Add a new "Embedded" makefile target for Apple-style builds.Bob Wilson2011-02-251-1/+5
* Fix bad comment marker.Stuart Hastings2011-02-251-1/+1
* Omit lto.h from the llvmCore result; henceforth, this will be suppliedStuart Hastings2011-02-251-0/+3
* I don't think I could find a 10.2.x box if I tried.Eric Christopher2011-01-081-5/+0
* Default to armv7 instead of armv6.Bill Wendling2010-12-231-1/+1
* Do not install libBugpointPasses.dylib for Apple builds. Radar 8585383.Bob Wilson2010-10-221-1/+4
* Fix the name of libLLVMHello.dylib so that it does not get installed forBob Wilson2010-10-221-1/+1
* Install Embedded builds into usr/local. Radar 8313723.Bob Wilson2010-08-161-2/+2
* Install llvmCore_Sim to the simulator SDK directory. Radar 8282845.Bob Wilson2010-08-101-1/+1
* Add an explicit -sdk option to xcrun command.Bob Wilson2010-07-221-1/+1
* Add support for a new Apple-style build target, EmbeddedSim, that buildsBob Wilson2010-07-202-5/+20
* Save a copy of the unstripped libLTO.dylib in $SYM_DIR. Clean up the codeBob Wilson2010-07-191-9/+11
* Remove the entire docs directory from Apple-style builds.Bob Wilson2010-07-141-2/+2
* Try to get embedded build of llvmCore to pass verification.Bob Wilson2010-07-142-17/+9
* Use -l option to remove symbols from i386.Bill Wendling2010-06-291-4/+13
* Strip resulting binaries.Bill Wendling2010-06-291-0/+7
* Generate DWARF information during Apple-style build. They'll be stripped outBill Wendling2010-06-221-10/+16
* Honor the SDKROOT setting when building llvm.Bob Wilson2010-06-141-2/+1
* Select an ARM-hosted cross build with a separate makefile target instead ofBob Wilson2010-05-052-29/+31
* Remove special case for llvmCore_Embedded project. This is no longer neededBob Wilson2010-05-031-5/+0
* Don't remove libLTO.dylib if it's not being installed in Developer/usr/lib;Bob Wilson2010-04-291-2/+0
* Add an option to the Apple-style build to control whether libLTO.dylib shouldBob Wilson2010-04-282-12/+24
* Undo most of my previous whitespace fix. I think I like it better this wayBob Wilson2010-04-281-3/+3