1. 4bb327d Remove the entire docs directory from Apple-style builds. by Bob Wilson · 14 years ago
  2. 29c8a78 Try to get embedded build of llvmCore to pass verification. by Bob Wilson · 14 years ago
  3. 0a7e18c Use -l option to remove symbols from i386. by Bill Wendling · 14 years ago
  4. 0a1bd2a Strip resulting binaries. by Bill Wendling · 14 years ago
  5. e45da4f Generate DWARF information during Apple-style build. They'll be stripped out by Bill Wendling · 14 years ago
  6. bf1075c Honor the SDKROOT setting when building llvm. Radar 7894069. by Bob Wilson · 14 years ago
  7. 7d25521 Select an ARM-hosted cross build with a separate makefile target instead of by Bob Wilson · 14 years ago
  8. 857a894 Remove special case for llvmCore_Embedded project. This is no longer needed by Bob Wilson · 14 years ago
  9. 619d03f Don't remove libLTO.dylib if it's not being installed in Developer/usr/lib; by Bob Wilson · 14 years ago
  10. b8485d6 Add an option to the Apple-style build to control whether libLTO.dylib should by Bob Wilson · 14 years ago
  11. d79f0ed Fix inconsistent use of HOSTS and TARGETS variables. by Bob Wilson · 14 years ago
  12. 602d005 Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it for by Bill Wendling · 15 years ago
  13. 11cb87c Use llvm-gcc to build ARM when it's available by Jim Grosbach · 15 years ago
  14. ce8febe The change in r90189 adds a link in a directory outside the iPhone platform by Bob Wilson · 15 years ago
  15. 6be413d Some command lines don't like numbers with leading zeros. Remove them. by Bill Wendling · 15 years ago
  16. c39d953 Add a soft link so that in an apple style build we can find libLTO.dylib. by Eric Christopher · 15 years ago
  17. 17fc13f Look for llvm-gcc under /Developer/usr/bin first. by Evan Cheng · 15 years ago
  18. 7fc4026 Use llvm-gcc on newer Darwins. by Bill Wendling · 15 years ago
  19. ec2d49e Missing bit of universal built + hosted by Jim Grosbach · 15 years ago
  20. 58c4723 The universal SDKROOT should only be assigned when hosted. Otherwise the by Jim Grosbach · 15 years ago
  21. 669327b Allow cross target build by Jim Grosbach · 15 years ago
  22. 4a53e1e Trying again to tweak the top-level Makefile to facilitate an Apple-style build. by Stuart Hastings · 15 years ago
  23. 9a6d88d Revert "Tweak top-level Makefile to facilitate Apple-style build.", this is by Daniel Dunbar · 15 years ago
  24. 93d8cd8 Tweak top-level Makefile to facilitate Apple-style build. by Stuart Hastings · 15 years ago
  25. 9ad6758 B&I's buildit forces a PATH that omits /Developer. Temporarily add by Stuart Hastings · 15 years ago
  26. dc3d8cc For B&I-style builds, tweak build_llvm script to prefer LLVM-G++ if by Stuart Hastings · 15 years ago
  27. 98dd4e6 Disable optional bindings for Apple-style builds. by Bob Wilson · 15 years ago
  28. 20a709f Revert 76080. This broke some powerpc cross compiles. by Bob Wilson · 15 years ago
  29. b562b47 Don't build runtime libraries in an Apple style build. by Daniel Dunbar · 15 years ago
  30. 5215116 Even more Apple style build horribleness. by Evan Cheng · 15 years ago
  31. 021da14 In an Apple-style build, compile with llvm-gcc/llvm-g++ if available. by Stuart Hastings · 15 years ago
  32. b306e38 One Mac OS X, just build with -O3 but without -fstrict-aliasing (which is kinda broken). by Evan Cheng · 15 years ago
  33. 6818985 Don't install the libLLVMHello.dylib example. by Bill Wendling · 15 years ago
  34. 82934f2 Don't run "dsymutils" on .a files. by Bill Wendling · 15 years ago
  35. 6919757 Don't try to strip a file we just moved. by Bill Wendling · 16 years ago
  36. 0de5d6f Strip the LTO dylib. by Bill Wendling · 16 years ago
  37. eaa0ffb Small fix for the 'strip' command. Do a list of .so files. by Bill Wendling · 16 years ago
  38. 51739ca Don't run 'strip' on files that aren't there. by Bill Wendling · 16 years ago
  39. 25c0805 Remove warnings about not being able to delete something. Don't run lipo on gccas, gccld, and llvm-config scripts. by Bill Wendling · 16 years ago
  40. a56c037 Revert 64023. make prefers GNUmakefile over makefile. by Evan Cheng · 16 years ago[Renamed from build_llvm]
  41. 923166f Move Apple style build makefiles to the top level. Just like llvmgcc42. by Evan Cheng · 16 years ago[Renamed from utils/buildit/build_llvm]
  42. fc953d1 Change so that buildit won't need a parent directory with only the build scripts in them. by Bill Wendling · 16 years ago
  43. ce5ac16 Copy the tblgen utility. by Bill Wendling · 16 years ago
  44. e649778 - Fix SUBVERSION string to handle x.x.x version number formats. by Bill Wendling · 16 years ago
  45. e93f5db Set UNIVERSAL_ARCH value. Fixes build failure when target is i386. by Devang Patel · 16 years ago
  46. 4869456 Compress manpages. by Devang Patel · 16 years ago
  47. a37599b Add ARM to the targets to build. by Bill Wendling · 16 years ago
  48. 11274cc Don't build with 4.0. by Bill Wendling · 16 years ago
  49. 318a511 Temporary hack to build with GCC 4.0 instead of 4.2. by Bill Wendling · 16 years ago
  50. 499d7cf Porting r53478 into mainline: by Bill Wendling · 16 years ago
  51. 8d3f36f Extract the x86_64 part for the executables. by Bill Wendling · 16 years ago
  52. 1f85129 Remove tar ball from installed directory. by Bill Wendling · 16 years ago
  53. ff140fa Apple GCC 4.2 builds things differently. It no longer spawns a bunch of by Bill Wendling · 16 years ago
  54. c373221 Install into the directory by Bill Wendling · 16 years ago
  55. 6b893fc Change llvm tools install location. by Devang Patel · 16 years ago
  56. 1a76f00 Simplify the conversion from "0x" numbers to a single digit number. by Bill Wendling · 16 years ago
  57. 28ecd49 Don't strip things when we're doing a debug build. by Bill Wendling · 17 years ago
  58. 02e4e17 install new lto dylib. pass down LLVM_SUBMIT_VERSION by Nick Kledzik · 17 years ago
  59. 2be6804 Remove dead code. by Devang Patel · 17 years ago
  60. c60141b Always put version numbers at the end because they are optional. by Devang Patel · 17 years ago
  61. b4eae99 Fix makefiles to enable Apply style debug build. by Evan Cheng · 17 years ago
  62. 3de01e1 Enable CBE by Devang Patel · 17 years ago
  63. 18edd20 Ignore shell scripts when doing "dsymutil" call. by Bill Wendling · 17 years ago
  64. 57c4fc2 Change LinkTimeOptimizer.h install location. by Devang Patel · 17 years ago
  65. 0a45fa9 Change lib lto install location. by Devang Patel · 17 years ago
  66. 553d22c Move SYSCTL stuff close to where it's used. by Bill Wendling · 17 years ago
  67. 5250f1f Build universal llvm. by Devang Patel · 17 years ago
  68. 6902e84 Initial commit of files that support building LLVM the "Apple" way. by Bill Wendling · 17 years ago