Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Don't remove libLTO.dylib if it's not being installed in Developer/usr/lib; | Bob Wilson | 2010-04-29 | 1 | -2/+0 | |
| | | | | | | just leave it in Developer/usr/local/lib. llvm-svn: 102646 | |||||
* | Add an option to the Apple-style build to control whether libLTO.dylib should | Bob Wilson | 2010-04-28 | 2 | -12/+24 | |
| | | | | | | be installed. Disable it by default. llvm-svn: 102531 | |||||
* | Undo most of my previous whitespace fix. I think I like it better this way | Bob Wilson | 2010-04-28 | 1 | -3/+3 | |
| | | | | | | after all. llvm-svn: 102508 | |||||
* | Fix inconsistent use of HOSTS and TARGETS variables. | Bob Wilson | 2010-04-28 | 1 | -3/+3 | |
| | | | | llvm-svn: 102505 | |||||
* | Fix whitespace. | Bob Wilson | 2010-04-28 | 1 | -4/+3 | |
| | | | | llvm-svn: 102504 | |||||
* | Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it for | Bill Wendling | 2010-03-23 | 1 | -0/+2 | |
| | | | | | | Apple-style builds. llvm-svn: 99336 | |||||
* | Use llvm-gcc to build ARM when it's available | Jim Grosbach | 2010-03-17 | 1 | -4/+3 | |
| | | | | llvm-svn: 98770 | |||||
* | Fix comment. | Bill Wendling | 2010-03-03 | 1 | -1/+1 | |
| | | | | llvm-svn: 97644 | |||||
* | Don't turn assertions on by default. | Bill Wendling | 2010-03-03 | 1 | -1/+1 | |
| | | | | llvm-svn: 97623 | |||||
* | The change in r90189 adds a link in a directory outside the iPhone platform | Bob Wilson | 2010-01-19 | 1 | -16/+11 | |
| | | | | | | | | | | | directory when building the llvmCore_Embedded project. Fix this by putting the iPhone platform directory into DEST_DIR instead of DEST_ROOT. I also noticed what appears to be an unintentional use of DEVELOPER_BIN instead of DEVELOPER_DIR, so I fixed that and changed to use DEVELOPER_DIR in some places that were hardcoded to "Developer". Finally, the other changes here allowed some refactoring and simplification, which I have done. llvm-svn: 93878 | |||||
* | Use ENABLE_ASSERTIONS throughout. | Bill Wendling | 2010-01-14 | 1 | -2/+2 | |
| | | | | llvm-svn: 93423 | |||||
* | Erm, previous patch was wrong; Thanks Bill\! | Stuart Hastings | 2010-01-14 | 1 | -2/+0 | |
| | | | | llvm-svn: 93381 | |||||
* | Enable assertions by default for Apple-style builds. | Stuart Hastings | 2010-01-14 | 1 | -2/+2 | |
| | | | | llvm-svn: 93380 | |||||
* | Some command lines don't like numbers with leading zeros. Remove them. | Bill Wendling | 2009-12-15 | 1 | -1/+5 | |
| | | | | llvm-svn: 91463 | |||||
* | Add a soft link so that in an apple style build we can find libLTO.dylib. | Eric Christopher | 2009-12-01 | 1 | -0/+8 | |
| | | | | llvm-svn: 90189 | |||||
* | Look for llvm-gcc under /Developer/usr/bin first. | Evan Cheng | 2009-11-04 | 1 | -1/+1 | |
| | | | | llvm-svn: 86023 | |||||
* | Use llvm-gcc on newer Darwins. | Bill Wendling | 2009-11-03 | 1 | -1/+1 | |
| | | | | llvm-svn: 85963 | |||||
* | Missing bit of universal built + hosted | Jim Grosbach | 2009-11-02 | 1 | -1/+1 | |
| | | | | llvm-svn: 85785 | |||||
* | The universal SDKROOT should only be assigned when hosted. Otherwise the | Jim Grosbach | 2009-10-31 | 1 | -0/+1 | |
| | | | | | | SDKROOT can refer to the target when we're building for the host. llvm-svn: 85672 | |||||
* | Allow cross target build | Jim Grosbach | 2009-10-30 | 1 | -18/+67 | |
| | | | | llvm-svn: 85611 | |||||
* | Trying again to tweak the top-level Makefile to facilitate an Apple-style build. | Stuart Hastings | 2009-10-22 | 2 | -1/+5 | |
| | | | | | | Now with Clang-compatibility. llvm-svn: 84872 | |||||
* | Revert "Tweak top-level Makefile to facilitate Apple-style build.", this is | Daniel Dunbar | 2009-10-20 | 2 | -5/+1 | |
| | | | | | | breaking Clang's Apple-style build. llvm-svn: 84592 | |||||
* | Tweak top-level Makefile to facilitate Apple-style build. | Stuart Hastings | 2009-10-19 | 2 | -1/+5 | |
| | | | | llvm-svn: 84507 | |||||
* | B&I's buildit forces a PATH that omits /Developer. Temporarily add | Stuart Hastings | 2009-09-28 | 1 | -1/+3 | |
| | | | | | | /Developer/usr/bin to the PATH when looking for llvm-gcc. llvm-svn: 83028 | |||||
* | For B&I-style builds, tweak build_llvm script to prefer LLVM-G++ if | Stuart Hastings | 2009-09-28 | 1 | -4/+10 | |
| | | | | | | available. Override by setting CC and CXX in the environment. llvm-svn: 83024 | |||||
* | Disable optional bindings for Apple-style builds. | Bob Wilson | 2009-08-28 | 1 | -0/+1 | |
| | | | | llvm-svn: 80319 | |||||
* | Revert 76080. This broke some powerpc cross compiles. | Bob Wilson | 2009-08-28 | 1 | -5/+2 | |
| | | | | | | | It also makes the llvmCore build dependent on whatever version of llvm-gcc happens to be installed on the build machine. llvm-svn: 80316 | |||||
* | Don't build runtime libraries in an Apple style build. | Daniel Dunbar | 2009-08-27 | 1 | -0/+2 | |
| | | | | llvm-svn: 80303 | |||||
* | Don't submit test directory. | Bill Wendling | 2009-08-26 | 1 | -0/+1 | |
| | | | | llvm-svn: 80139 | |||||
* | Even more Apple style build horribleness. | Evan Cheng | 2009-08-18 | 1 | -3/+12 | |
| | | | | llvm-svn: 79299 | |||||
* | In an Apple-style build, compile with llvm-gcc/llvm-g++ if available. | Stuart Hastings | 2009-07-16 | 1 | -2/+5 | |
| | | | | llvm-svn: 76080 | |||||
* | One Mac OS X, just build with -O3 but without -fstrict-aliasing (which is ↵ | Evan Cheng | 2009-04-20 | 1 | -1/+1 | |
| | | | | | | kinda broken). llvm-svn: 69630 | |||||
* | Don't install the libLLVMHello.dylib example. | Bill Wendling | 2009-04-10 | 1 | -0/+3 | |
| | | | | llvm-svn: 68807 | |||||
* | Don't run "dsymutils" on .a files. | Bill Wendling | 2009-04-10 | 1 | -2/+3 | |
| | | | | llvm-svn: 68795 | |||||
* | Don't try to strip a file we just moved. | Bill Wendling | 2009-02-11 | 1 | -1/+1 | |
| | | | | llvm-svn: 64263 | |||||
* | Strip the LTO dylib. | Bill Wendling | 2009-02-09 | 1 | -0/+1 | |
| | | | | llvm-svn: 64119 | |||||
* | Small fix for the 'strip' command. Do a list of .so files. | Bill Wendling | 2009-02-09 | 1 | -2/+2 | |
| | | | | llvm-svn: 64112 | |||||
* | Don't run 'strip' on files that aren't there. | Bill Wendling | 2009-02-09 | 1 | -1/+3 | |
| | | | | llvm-svn: 64108 | |||||
* | Remove warnings about not being able to delete something. Don't run lipo on ↵ | Bill Wendling | 2009-02-09 | 1 | -4/+7 | |
| | | | | | | gccas, gccld, and llvm-config scripts. llvm-svn: 64107 | |||||
* | Revert 64023. make prefers GNUmakefile over makefile. | Evan Cheng | 2009-02-07 | 2 | -0/+377 | |
| | | | | llvm-svn: 64024 | |||||
* | Move Apple style build makefiles to the top level. Just like llvmgcc42. | Evan Cheng | 2009-02-07 | 2 | -377/+0 | |
| | | | | llvm-svn: 64023 | |||||
* | Change so that buildit won't need a parent directory with only the build ↵ | Bill Wendling | 2008-12-16 | 1 | -1/+1 | |
| | | | | | | scripts in them. llvm-svn: 61061 | |||||
* | Copy the tblgen utility. | Bill Wendling | 2008-11-20 | 1 | -0/+3 | |
| | | | | llvm-svn: 59681 | |||||
* | - Fix SUBVERSION string to handle x.x.x version number formats. | Bill Wendling | 2008-10-27 | 1 | -3/+6 | |
| | | | | | | | | - Add VERBOSE=1 flag. - Specify the LLVM_SUBMIT_VERSION when doing the "make install". The libLTO.dylib relies upon this flag during that time. llvm-svn: 58298 | |||||
* | Set UNIVERSAL_ARCH value. | Devang Patel | 2008-10-06 | 1 | -1/+2 | |
| | | | | | | Fixes build failure when target is i386. llvm-svn: 57211 | |||||
* | Compress manpages. | Devang Patel | 2008-08-19 | 1 | -0/+4 | |
| | | | | llvm-svn: 54971 | |||||
* | Add ARM to the targets to build. | Bill Wendling | 2008-08-05 | 1 | -1/+1 | |
| | | | | llvm-svn: 54386 | |||||
* | Don't build with 4.0. | Bill Wendling | 2008-07-28 | 1 | -2/+1 | |
| | | | | llvm-svn: 54137 | |||||
* | Temporary hack to build with GCC 4.0 instead of 4.2. | Bill Wendling | 2008-07-21 | 1 | -1/+2 | |
| | | | | llvm-svn: 53860 | |||||
* | Porting r53478 into mainline: | Bill Wendling | 2008-07-11 | 1 | -0/+8 | |
| | | | | | | Update to build_llvm. Don't output a floating point number for the version. llvm-svn: 53484 |