aboutsummaryrefslogtreecommitdiff
path: root/utils/buildit
AgeCommit message (Expand)Author
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
2010-01-14Erm, previous patch was wrong; Thanks Bill\!Stuart Hastings
2010-01-14Enable assertions by default for Apple-style builds.Stuart Hastings
2009-12-15Some command lines don't like numbers with leading zeros. Remove them.Bill Wendling
2009-12-01Add a soft link so that in an apple style build we can find libLTO.dylib.Eric Christopher
2009-11-04Look for llvm-gcc under /Developer/usr/bin first.Evan Cheng
2009-11-03Use llvm-gcc on newer Darwins.Bill Wendling
2009-11-02Missing bit of universal built + hostedJim Grosbach
2009-10-31The universal SDKROOT should only be assigned when hosted. Otherwise theJim Grosbach
2009-10-30Allow cross target buildJim Grosbach
2009-10-22Trying again to tweak the top-level Makefile to facilitate an Apple-style build.Stuart Hastings
2009-10-20Revert "Tweak top-level Makefile to facilitate Apple-style build.", this isDaniel Dunbar
2009-10-19Tweak top-level Makefile to facilitate Apple-style build.Stuart Hastings
2009-09-28B&I's buildit forces a PATH that omits /Developer. Temporarily addStuart Hastings
2009-09-28For B&I-style builds, tweak build_llvm script to prefer LLVM-G++ ifStuart Hastings
2009-08-28Disable optional bindings for Apple-style builds.Bob Wilson
2009-08-28Revert 76080. This broke some powerpc cross compiles.Bob Wilson
2009-08-27Don't build runtime libraries in an Apple style build.Daniel Dunbar
2009-08-26Don't submit test directory.Bill Wendling
2009-08-18Even more Apple style build horribleness.Evan Cheng
2009-07-16In an Apple-style build, compile with llvm-gcc/llvm-g++ if available.Stuart Hastings
2009-04-20One Mac OS X, just build with -O3 but without -fstrict-aliasing (which is kin...Evan Cheng
2009-04-10Don't install the libLLVMHello.dylib example.Bill Wendling
2009-04-10Don't run "dsymutils" on .a files.Bill Wendling
2009-02-11Don't try to strip a file we just moved.Bill Wendling
2009-02-09Strip the LTO dylib.Bill Wendling
2009-02-09Small fix for the 'strip' command. Do a list of .so files.Bill Wendling
2009-02-09Don't run 'strip' on files that aren't there.Bill Wendling
2009-02-09Remove warnings about not being able to delete something. Don't run lipo on g...Bill Wendling
2009-02-07Revert 64023. make prefers GNUmakefile over makefile.Evan Cheng
2009-02-07Move Apple style build makefiles to the top level. Just like llvmgcc42.Evan Cheng
2008-12-16Change so that buildit won't need a parent directory with only the build scri...Bill Wendling
2008-11-20Copy the tblgen utility.Bill Wendling
2008-10-27- Fix SUBVERSION string to handle x.x.x version number formats.Bill Wendling
2008-10-06Set UNIVERSAL_ARCH value.Devang Patel
2008-08-19Compress manpages.Devang Patel
2008-08-05Add ARM to the targets to build.Bill Wendling