aboutsummaryrefslogtreecommitdiffstats
path: root/utils/buildit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix inconsistent use of HOSTS and TARGETS variables.Bob Wilson2010-04-281-3/+3
* Fix whitespace.Bob Wilson2010-04-281-4/+3
* Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it forBill Wendling2010-03-231-0/+2
* Use llvm-gcc to build ARM when it's availableJim Grosbach2010-03-171-4/+3
* Fix comment.Bill Wendling2010-03-031-1/+1
* Don't turn assertions on by default.Bill Wendling2010-03-031-1/+1
* The change in r90189 adds a link in a directory outside the iPhone platformBob Wilson2010-01-191-16/+11
* Use ENABLE_ASSERTIONS throughout.Bill Wendling2010-01-141-2/+2
* Erm, previous patch was wrong; Thanks Bill\!Stuart Hastings2010-01-141-2/+0
* Enable assertions by default for Apple-style builds.Stuart Hastings2010-01-141-2/+2
* Some command lines don't like numbers with leading zeros. Remove them.Bill Wendling2009-12-151-1/+5
* Add a soft link so that in an apple style build we can find libLTO.dylib.Eric Christopher2009-12-011-0/+8
* Look for llvm-gcc under /Developer/usr/bin first.Evan Cheng2009-11-041-1/+1
* Use llvm-gcc on newer Darwins.Bill Wendling2009-11-031-1/+1
* Missing bit of universal built + hostedJim Grosbach2009-11-021-1/+1
* The universal SDKROOT should only be assigned when hosted. Otherwise theJim Grosbach2009-10-311-0/+1
* Allow cross target buildJim Grosbach2009-10-301-18/+67
* Trying again to tweak the top-level Makefile to facilitate an Apple-style build.Stuart Hastings2009-10-222-1/+5
* Revert "Tweak top-level Makefile to facilitate Apple-style build.", this isDaniel Dunbar2009-10-202-5/+1
* Tweak top-level Makefile to facilitate Apple-style build.Stuart Hastings2009-10-192-1/+5
* B&I's buildit forces a PATH that omits /Developer. Temporarily addStuart Hastings2009-09-281-1/+3
* For B&I-style builds, tweak build_llvm script to prefer LLVM-G++ ifStuart Hastings2009-09-281-4/+10
* Disable optional bindings for Apple-style builds.Bob Wilson2009-08-281-0/+1
* Revert 76080. This broke some powerpc cross compiles.Bob Wilson2009-08-281-5/+2
* Don't build runtime libraries in an Apple style build.Daniel Dunbar2009-08-271-0/+2