aboutsummaryrefslogtreecommitdiffstats
path: root/utils/buildit
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Don't submit test directory.Bill Wendling2009-08-261-0/+1
* Even more Apple style build horribleness.Evan Cheng2009-08-181-3/+12
* In an Apple-style build, compile with llvm-gcc/llvm-g++ if available.Stuart Hastings2009-07-161-2/+5
* One Mac OS X, just build with -O3 but without -fstrict-aliasing (which is kin...Evan Cheng2009-04-201-1/+1
* Don't install the libLLVMHello.dylib example.Bill Wendling2009-04-101-0/+3
* Don't run "dsymutils" on .a files.Bill Wendling2009-04-101-2/+3
* Don't try to strip a file we just moved.Bill Wendling2009-02-111-1/+1
* Strip the LTO dylib.Bill Wendling2009-02-091-0/+1
* Small fix for the 'strip' command. Do a list of .so files.Bill Wendling2009-02-091-2/+2
* Don't run 'strip' on files that aren't there.Bill Wendling2009-02-091-1/+3
* Remove warnings about not being able to delete something. Don't run lipo on g...Bill Wendling2009-02-091-4/+7
* Revert 64023. make prefers GNUmakefile over makefile.Evan Cheng2009-02-072-0/+377
* Move Apple style build makefiles to the top level. Just like llvmgcc42.Evan Cheng2009-02-072-377/+0
* Change so that buildit won't need a parent directory with only the build scri...Bill Wendling2008-12-161-1/+1
* Copy the tblgen utility.Bill Wendling2008-11-201-0/+3
* - Fix SUBVERSION string to handle x.x.x version number formats.Bill Wendling2008-10-271-3/+6
* Set UNIVERSAL_ARCH value.Devang Patel2008-10-061-1/+2
* Compress manpages.Devang Patel2008-08-191-0/+4
* Add ARM to the targets to build.Bill Wendling2008-08-051-1/+1
* Don't build with 4.0.Bill Wendling2008-07-281-2/+1
* Temporary hack to build with GCC 4.0 instead of 4.2.Bill Wendling2008-07-211-1/+2
* Porting r53478 into mainline:Bill Wendling2008-07-111-0/+8
* Extract the x86_64 part for the executables.Bill Wendling2008-06-231-5/+3
* Remove tar ball from installed directory.Bill Wendling2008-05-061-0/+5
* Apple GCC 4.2 builds things differently. It no longer spawns a bunch ofBill Wendling2008-04-151-4/+33