Age | Commit message (Expand) | Author |
2010-08-16 | Install Embedded builds into usr/local. Radar 8313723. | Bob Wilson |
2010-08-10 | Install llvmCore_Sim to the simulator SDK directory. Radar 8282845. | Bob Wilson |
2010-07-22 | Add an explicit -sdk option to xcrun command. | Bob Wilson |
2010-07-20 | Add support for a new Apple-style build target, EmbeddedSim, that builds | Bob Wilson |
2010-07-19 | Save a copy of the unstripped libLTO.dylib in $SYM_DIR. Clean up the code | Bob Wilson |
2010-07-14 | Remove the entire docs directory from Apple-style builds. | Bob Wilson |
2010-07-14 | Try to get embedded build of llvmCore to pass verification. | Bob Wilson |
2010-06-29 | Use -l option to remove symbols from i386. | Bill Wendling |
2010-06-29 | Strip resulting binaries. | Bill Wendling |
2010-06-22 | Generate DWARF information during Apple-style build. They'll be stripped out | Bill Wendling |
2010-06-14 | Honor the SDKROOT setting when building llvm. | Bob Wilson |
2010-05-05 | Select an ARM-hosted cross build with a separate makefile target instead of | Bob Wilson |
2010-05-03 | Remove special case for llvmCore_Embedded project. This is no longer needed | Bob Wilson |
2010-04-29 | Don't remove libLTO.dylib if it's not being installed in Developer/usr/lib; | Bob Wilson |
2010-04-28 | Add an option to the Apple-style build to control whether libLTO.dylib should | Bob Wilson |
2010-04-28 | Undo most of my previous whitespace fix. I think I like it better this way | Bob Wilson |
2010-04-28 | Fix inconsistent use of HOSTS and TARGETS variables. | Bob Wilson |
2010-04-28 | Fix whitespace. | Bob Wilson |
2010-03-23 | Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it for | Bill Wendling |
2010-03-17 | Use llvm-gcc to build ARM when it's available | Jim Grosbach |
2010-03-03 | Fix comment. | Bill Wendling |
2010-03-03 | Don't turn assertions on by default. | Bill Wendling |
2010-01-19 | The change in r90189 adds a link in a directory outside the iPhone platform | Bob Wilson |
2010-01-14 | Use ENABLE_ASSERTIONS throughout. | Bill Wendling |
2010-01-14 | Erm, previous patch was wrong; Thanks Bill\! | Stuart Hastings |
2010-01-14 | Enable assertions by default for Apple-style builds. | Stuart Hastings |
2009-12-15 | Some command lines don't like numbers with leading zeros. Remove them. | Bill Wendling |
2009-12-01 | Add a soft link so that in an apple style build we can find libLTO.dylib. | Eric Christopher |
2009-11-04 | Look for llvm-gcc under /Developer/usr/bin first. | Evan Cheng |
2009-11-03 | Use llvm-gcc on newer Darwins. | Bill Wendling |
2009-11-02 | Missing bit of universal built + hosted | Jim Grosbach |
2009-10-31 | The universal SDKROOT should only be assigned when hosted. Otherwise the | Jim Grosbach |
2009-10-30 | Allow cross target build | Jim Grosbach |
2009-10-22 | Trying again to tweak the top-level Makefile to facilitate an Apple-style build. | Stuart Hastings |
2009-10-20 | Revert "Tweak top-level Makefile to facilitate Apple-style build.", this is | Daniel Dunbar |
2009-10-19 | Tweak top-level Makefile to facilitate Apple-style build. | Stuart Hastings |
2009-09-28 | B&I's buildit forces a PATH that omits /Developer. Temporarily add | Stuart Hastings |
2009-09-28 | For B&I-style builds, tweak build_llvm script to prefer LLVM-G++ if | Stuart Hastings |
2009-08-28 | Disable optional bindings for Apple-style builds. | Bob Wilson |
2009-08-28 | Revert 76080. This broke some powerpc cross compiles. | Bob Wilson |
2009-08-27 | Don't build runtime libraries in an Apple style build. | Daniel Dunbar |
2009-08-26 | Don't submit test directory. | Bill Wendling |
2009-08-18 | Even more Apple style build horribleness. | Evan Cheng |
2009-07-16 | In an Apple-style build, compile with llvm-gcc/llvm-g++ if available. | Stuart Hastings |
2009-04-20 | One Mac OS X, just build with -O3 but without -fstrict-aliasing (which is kin... | Evan Cheng |
2009-04-10 | Don't install the libLLVMHello.dylib example. | Bill Wendling |
2009-04-10 | Don't run "dsymutils" on .a files. | Bill Wendling |
2009-02-11 | Don't try to strip a file we just moved. | Bill Wendling |
2009-02-09 | Strip the LTO dylib. | Bill Wendling |
2009-02-09 | Small fix for the 'strip' command. Do a list of .so files. | Bill Wendling |