summaryrefslogtreecommitdiff
path: root/utils/buildit
Commit message (Expand)AuthorAge
* Use -l option to remove symbols from i386.Bill Wendling2010-06-29
* Strip resulting binaries.Bill Wendling2010-06-29
* Generate DWARF information during Apple-style build. They'll be stripped outBill Wendling2010-06-22
* Honor the SDKROOT setting when building llvm.Bob Wilson2010-06-14
* Select an ARM-hosted cross build with a separate makefile target instead ofBob Wilson2010-05-05
* Remove special case for llvmCore_Embedded project. This is no longer neededBob Wilson2010-05-03
* Don't remove libLTO.dylib if it's not being installed in Developer/usr/lib;Bob Wilson2010-04-29
* Add an option to the Apple-style build to control whether libLTO.dylib shouldBob Wilson2010-04-28
* Undo most of my previous whitespace fix. I think I like it better this wayBob Wilson2010-04-28
* Fix inconsistent use of HOSTS and TARGETS variables.Bob Wilson2010-04-28
* Fix whitespace.Bob Wilson2010-04-28
* Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it forBill Wendling2010-03-23
* Use llvm-gcc to build ARM when it's availableJim Grosbach2010-03-17
* Fix comment.Bill Wendling2010-03-03
* Don't turn assertions on by default.Bill Wendling2010-03-03
* The change in r90189 adds a link in a directory outside the iPhone platformBob Wilson2010-01-19
* Use ENABLE_ASSERTIONS throughout.Bill Wendling2010-01-14
* Erm, previous patch was wrong; Thanks Bill\!Stuart Hastings2010-01-14
* Enable assertions by default for Apple-style builds.Stuart Hastings2010-01-14
* Some command lines don't like numbers with leading zeros. Remove them.Bill Wendling2009-12-15
* Add a soft link so that in an apple style build we can find libLTO.dylib.Eric Christopher2009-12-01
* Look for llvm-gcc under /Developer/usr/bin first.Evan Cheng2009-11-04
* Use llvm-gcc on newer Darwins.Bill Wendling2009-11-03
* Missing bit of universal built + hostedJim Grosbach2009-11-02
* The universal SDKROOT should only be assigned when hosted. Otherwise theJim Grosbach2009-10-31
* Allow cross target buildJim Grosbach2009-10-30
* Trying again to tweak the top-level Makefile to facilitate an Apple-style build.Stuart Hastings2009-10-22
* Revert "Tweak top-level Makefile to facilitate Apple-style build.", this isDaniel Dunbar2009-10-20
* Tweak top-level Makefile to facilitate Apple-style build.Stuart Hastings2009-10-19
* B&I's buildit forces a PATH that omits /Developer. Temporarily addStuart Hastings2009-09-28
* For B&I-style builds, tweak build_llvm script to prefer LLVM-G++ ifStuart Hastings2009-09-28
* Disable optional bindings for Apple-style builds.Bob Wilson2009-08-28
* Revert 76080. This broke some powerpc cross compiles.Bob Wilson2009-08-28
* Don't build runtime libraries in an Apple style build.Daniel Dunbar2009-08-27
* Don't submit test directory.Bill Wendling2009-08-26
* Even more Apple style build horribleness.Evan Cheng2009-08-18
* In an Apple-style build, compile with llvm-gcc/llvm-g++ if available.Stuart Hastings2009-07-16
* One Mac OS X, just build with -O3 but without -fstrict-aliasing (which is kin...Evan Cheng2009-04-20
* Don't install the libLLVMHello.dylib example.Bill Wendling2009-04-10
* Don't run "dsymutils" on .a files.Bill Wendling2009-04-10
* Don't try to strip a file we just moved.Bill Wendling2009-02-11
* Strip the LTO dylib.Bill Wendling2009-02-09
* Small fix for the 'strip' command. Do a list of .so files.Bill Wendling2009-02-09
* Don't run 'strip' on files that aren't there.Bill Wendling2009-02-09
* Remove warnings about not being able to delete something. Don't run lipo on g...Bill Wendling2009-02-09
* Revert 64023. make prefers GNUmakefile over makefile.Evan Cheng2009-02-07
* Move Apple style build makefiles to the top level. Just like llvmgcc42.Evan Cheng2009-02-07
* Change so that buildit won't need a parent directory with only the build scri...Bill Wendling2008-12-16
* Copy the tblgen utility.Bill Wendling2008-11-20
* - Fix SUBVERSION string to handle x.x.x version number formats.Bill Wendling2008-10-27