1. 36b5688 Update to LLVM 3.5a. by Stephen Hines · 10 years ago
  2. d6b6425 Configure with --enable-terminfo=no for Apple's llvmCore builds. by Bob Wilson · 11 years ago
  3. 098f1ba Build Apple's llvmCore with --disable-zlib. <rdar://problem/14182316> by Bob Wilson · 11 years ago
  4. 0dfa8a6 Preprocess Apple llvmCore headers to reflect NDEBUG setting. <rdar://12568983> by Bob Wilson · 11 years ago
  5. cdb0a58 Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431> by Bob Wilson · 11 years ago
  6. fe67b4e Use xcrun to find the right compiler when building llvmCore. <rdar://12801151> by Bob Wilson · 11 years ago
  7. 6f4ccaf Fix quoting problems from my previous change. <rdar://problem/13001651> by Bob Wilson · 11 years ago
  8. 1b8eeb3 Update Apple's build script for llvmCore. <rdar://problem/12914321> by Bob Wilson · 11 years ago
  9. ec175ff Use the final .version number for LLVM_MINOR_VERSION in Apple llvmCore builds. by Bob Wilson · 12 years ago
  10. 6335e41 Remove old code to strip out unwanted PPC slices for Apple llvmCore. by Bob Wilson · 12 years ago
  11. 63246de Do not include multiple -arch options in CPPFLAGS. by Bob Wilson · 12 years ago
  12. a348fec Fix the install location for the Embedded makefile target. by Bob Wilson · 12 years ago
  13. d13af63 Remove dead code for installing libLTO when building llvmCore. by Bob Wilson · 12 years ago
  14. 585d580 When building llvmCore, pass the SDKROOT and -arch setting to configure. by Bob Wilson · 12 years ago
  15. ac07407 Remove a reference to the C backend. by Bob Wilson · 12 years ago
  16. fe74d77 Remove broken command to copy tblgen tool. by Bob Wilson · 13 years ago
  17. 9712f84 Install llvmCore to /usr/local. <rdar://problem/10390708> by Bob Wilson · 13 years ago
  18. fb067ed Build llvmCore with RTTI enabled. <rdar://problem/10395761> by Bob Wilson · 13 years ago
  19. ae59e8c Find the strip tool that works with the specified SDKROOT. rdar://10165908 by Bob Wilson · 13 years ago
  20. 05a5c10 Remove old hack for compiling with gcc-4.0. by Bob Wilson · 13 years ago
  21. 04f138e Migrate this to use clang by default as well. by Eric Christopher · 13 years ago
  22. 48dbeec We now look for clang, then llvm-gcc, then gcc as our compiler. We don't need by Eric Christopher · 13 years ago
  23. 8c09e2a Update comment. by Eric Christopher · 13 years ago
  24. 125feac clang is the new black. by Eric Christopher · 13 years ago
  25. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  26. 4cdcb36 Stop building PPC parts on OSX. Radar 8637926. by Stuart Hastings · 13 years ago
  27. e1b5aa7 Removed unnecessary dylibs from Apple builds, with or without "lib" prefix. by Bob Wilson · 13 years ago
  28. 005c51d Add a new "Embedded" makefile target for Apple-style builds. by Bob Wilson · 13 years ago
  29. 186e250 Fix bad comment marker. by Stuart Hastings · 13 years ago
  30. 539f817 Omit lto.h from the llvmCore result; henceforth, this will be supplied by Stuart Hastings · 13 years ago
  31. da7a32c I don't think I could find a 10.2.x box if I tried. by Eric Christopher · 13 years ago
  32. 65e43a2 Default to armv7 instead of armv6. by Bill Wendling · 14 years ago
  33. 04b2bb3 Do not install libBugpointPasses.dylib for Apple builds. Radar 8585383. by Bob Wilson · 14 years ago
  34. abf4b38 Fix the name of libLLVMHello.dylib so that it does not get installed for by Bob Wilson · 14 years ago
  35. 0ab754b Install Embedded builds into usr/local. Radar 8313723. by Bob Wilson · 14 years ago
  36. 1b73052 Install llvmCore_Sim to the simulator SDK directory. Radar 8282845. by Bob Wilson · 14 years ago
  37. 02dee5b Add an explicit -sdk option to xcrun command. by Bob Wilson · 14 years ago
  38. 273e48b Add support for a new Apple-style build target, EmbeddedSim, that builds by Bob Wilson · 14 years ago
  39. 4332792 Save a copy of the unstripped libLTO.dylib in $SYM_DIR. Clean up the code by Bob Wilson · 14 years ago
  40. 4bb327d Remove the entire docs directory from Apple-style builds. by Bob Wilson · 14 years ago
  41. 29c8a78 Try to get embedded build of llvmCore to pass verification. by Bob Wilson · 14 years ago
  42. 0a7e18c Use -l option to remove symbols from i386. by Bill Wendling · 14 years ago
  43. 0a1bd2a Strip resulting binaries. by Bill Wendling · 14 years ago
  44. e45da4f Generate DWARF information during Apple-style build. They'll be stripped out by Bill Wendling · 14 years ago
  45. bf1075c Honor the SDKROOT setting when building llvm. Radar 7894069. by Bob Wilson · 14 years ago
  46. 7d25521 Select an ARM-hosted cross build with a separate makefile target instead of by Bob Wilson · 14 years ago
  47. 857a894 Remove special case for llvmCore_Embedded project. This is no longer needed by Bob Wilson · 14 years ago
  48. 619d03f Don't remove libLTO.dylib if it's not being installed in Developer/usr/lib; by Bob Wilson · 14 years ago
  49. b8485d6 Add an option to the Apple-style build to control whether libLTO.dylib should by Bob Wilson · 14 years ago
  50. 598f4ab Undo most of my previous whitespace fix. I think I like it better this way by Bob Wilson · 14 years ago
  51. d79f0ed Fix inconsistent use of HOSTS and TARGETS variables. by Bob Wilson · 14 years ago
  52. 2f6da3d Fix whitespace. by Bob Wilson · 14 years ago
  53. 602d005 Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it for by Bill Wendling · 14 years ago
  54. 11cb87c Use llvm-gcc to build ARM when it's available by Jim Grosbach · 14 years ago
  55. 30174be Fix comment. by Bill Wendling · 14 years ago
  56. fbe8eab Don't turn assertions on by default. by Bill Wendling · 14 years ago
  57. ce8febe The change in r90189 adds a link in a directory outside the iPhone platform by Bob Wilson · 14 years ago
  58. dfe7281 Use ENABLE_ASSERTIONS throughout. by Bill Wendling · 14 years ago
  59. b7eaa13 Erm, previous patch was wrong; Thanks Bill\! by Stuart Hastings · 14 years ago
  60. ee6c04e Enable assertions by default for Apple-style builds. by Stuart Hastings · 14 years ago
  61. 6be413d Some command lines don't like numbers with leading zeros. Remove them. by Bill Wendling · 15 years ago
  62. c39d953 Add a soft link so that in an apple style build we can find libLTO.dylib. by Eric Christopher · 15 years ago
  63. 17fc13f Look for llvm-gcc under /Developer/usr/bin first. by Evan Cheng · 15 years ago
  64. 7fc4026 Use llvm-gcc on newer Darwins. by Bill Wendling · 15 years ago
  65. ec2d49e Missing bit of universal built + hosted by Jim Grosbach · 15 years ago
  66. 58c4723 The universal SDKROOT should only be assigned when hosted. Otherwise the by Jim Grosbach · 15 years ago
  67. 669327b Allow cross target build by Jim Grosbach · 15 years ago
  68. 4a53e1e Trying again to tweak the top-level Makefile to facilitate an Apple-style build. by Stuart Hastings · 15 years ago
  69. 9a6d88d Revert "Tweak top-level Makefile to facilitate Apple-style build.", this is by Daniel Dunbar · 15 years ago
  70. 93d8cd8 Tweak top-level Makefile to facilitate Apple-style build. by Stuart Hastings · 15 years ago
  71. 9ad6758 B&I's buildit forces a PATH that omits /Developer. Temporarily add by Stuart Hastings · 15 years ago
  72. dc3d8cc For B&I-style builds, tweak build_llvm script to prefer LLVM-G++ if by Stuart Hastings · 15 years ago
  73. 98dd4e6 Disable optional bindings for Apple-style builds. by Bob Wilson · 15 years ago
  74. 20a709f Revert 76080. This broke some powerpc cross compiles. by Bob Wilson · 15 years ago
  75. b562b47 Don't build runtime libraries in an Apple style build. by Daniel Dunbar · 15 years ago
  76. 8464f07 Don't submit test directory. by Bill Wendling · 15 years ago
  77. 5215116 Even more Apple style build horribleness. by Evan Cheng · 15 years ago
  78. 021da14 In an Apple-style build, compile with llvm-gcc/llvm-g++ if available. by Stuart Hastings · 15 years ago
  79. b306e38 One Mac OS X, just build with -O3 but without -fstrict-aliasing (which is kinda broken). by Evan Cheng · 15 years ago
  80. 6818985 Don't install the libLLVMHello.dylib example. by Bill Wendling · 15 years ago
  81. 82934f2 Don't run "dsymutils" on .a files. by Bill Wendling · 15 years ago
  82. 6919757 Don't try to strip a file we just moved. by Bill Wendling · 15 years ago
  83. 0de5d6f Strip the LTO dylib. by Bill Wendling · 15 years ago
  84. eaa0ffb Small fix for the 'strip' command. Do a list of .so files. by Bill Wendling · 15 years ago
  85. 51739ca Don't run 'strip' on files that aren't there. by Bill Wendling · 15 years ago
  86. 25c0805 Remove warnings about not being able to delete something. Don't run lipo on gccas, gccld, and llvm-config scripts. by Bill Wendling · 15 years ago
  87. a56c037 Revert 64023. make prefers GNUmakefile over makefile. by Evan Cheng · 15 years ago
  88. 923166f Move Apple style build makefiles to the top level. Just like llvmgcc42. by Evan Cheng · 15 years ago
  89. fc953d1 Change so that buildit won't need a parent directory with only the build scripts in them. by Bill Wendling · 16 years ago
  90. ce5ac16 Copy the tblgen utility. by Bill Wendling · 16 years ago
  91. e649778 - Fix SUBVERSION string to handle x.x.x version number formats. by Bill Wendling · 16 years ago
  92. e93f5db Set UNIVERSAL_ARCH value. Fixes build failure when target is i386. by Devang Patel · 16 years ago
  93. 4869456 Compress manpages. by Devang Patel · 16 years ago
  94. a37599b Add ARM to the targets to build. by Bill Wendling · 16 years ago
  95. 11274cc Don't build with 4.0. by Bill Wendling · 16 years ago
  96. 318a511 Temporary hack to build with GCC 4.0 instead of 4.2. by Bill Wendling · 16 years ago
  97. 499d7cf Porting r53478 into mainline: by Bill Wendling · 16 years ago
  98. 8d3f36f Extract the x86_64 part for the executables. by Bill Wendling · 16 years ago
  99. 1f85129 Remove tar ball from installed directory. by Bill Wendling · 16 years ago
  100. ff140fa Apple GCC 4.2 builds things differently. It no longer spawns a bunch of by Bill Wendling · 16 years ago