1. 36b5688 Update to LLVM 3.5a. by Stephen Hines · 10 years ago
  2. dd5d86d Remove the very substantial, largely unmaintained legacy PGO infrastructure. by Chandler Carruth · 11 years ago
  3. bf361f5 Fix regular expression used by 'make update' to only look for 'I' and '?' at the start of svn info results and to check for spaces after 'I' instead of just after '?'. by Craig Topper · 11 years ago
  4. 410b46a Improved svn repo searching for 'make update' by Edwin Vane · 11 years ago
  5. fe4c10c Update the root Makefile for VMCore -> IR. Missed by my original search by Chandler Carruth · 11 years ago
  6. 9d8c678 [c-index-test] When building with BUILD_CLANG_ONLY=YES, include c-index-test. by Argyrios Kyrtzidis · 12 years ago
  7. 4e33d94 Don't try to install c-index-test with BUILD_CLANG_ONLY. rdar://12492703 by Bob Wilson · 12 years ago
  8. 1b40b84 Remove dead variable. by Bill Wendling · 12 years ago
  9. df5f0fb Set the 'build clang only' flag when we're building only clang. by Bill Wendling · 12 years ago
  10. c9d0c70 Clear UNIVERSAL_SDK_PATH setting when building host tools. <rdar://12360497> by Bob Wilson · 12 years ago
  11. de65947 darwin/cross-build: Unset SDKROOT when building BuildTools. by Daniel Dunbar · 12 years ago
  12. f6933e6 Fix the make update target to work even when sub repo repositories are ignored. by David Blaikie · 12 years ago
  13. 6447d52 Do not install llvm-config-host for cross-builds of clang. rdar://11317847 by Bob Wilson · 12 years ago
  14. f2ae346 When cross compiling, install a host version of llvm-config. <rdar://11187889> by Bob Wilson · 12 years ago
  15. f214b80 Makefile: add missing files to FilesToConfig by Dylan Noblesmith · 12 years ago
  16. cb497b8 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
  17. f6ace19 Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots. by Duncan Sands · 13 years ago
  18. a97f02c Remove the install-clang-c makefile target. by Bob Wilson · 13 years ago
  19. 2662c83 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
  20. fed700d Partially revert r145157 to quiet an unhappy buildbot. by Bob Wilson · 13 years ago
  21. 9fbf617 Merge the install-clang-c target into install-clang. <rdar://problem/10217046> by Bob Wilson · 13 years ago
  22. a7de1d6 build/Make: Define a TARGET_NATIVE_ARCH variable to be a bit more precise than by Daniel Dunbar · 13 years ago
  23. 8d870ab build/Make: Change llvm-config-2 to be compiled as a build tool. by Daniel Dunbar · 13 years ago
  24. 01b825d cross-build/Make: Update cross build to properly forward ARCH and by Daniel Dunbar · 13 years ago
  25. bee515f Add an option '--enable-libcpp' that will have the compiler pass on by Eric Christopher · 13 years ago
  26. 950dba0 build/Make: Try to switch over to llvm-config-2 again, now that I've cleaned up by Daniel Dunbar · 13 years ago
  27. 1ad9213 Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).", by Daniel Dunbar · 13 years ago
  28. a6f5a81 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
  29. b16ec68 build/Make: Update for rename of show-diagnostics. by Daniel Dunbar · 13 years ago
  30. b3b6335 Updating 'update' target to handle svn 1.7 'info' output. Patch by Jean-Danial Dupas! by David Blaikie · 13 years ago
  31. 0be07d3 Add clang-tblgen to OPTIONAL_DIRS when building native tools for the by Peter Collingbourne · 13 years ago
  32. 7c78888 Move TableGen's parser and entry point into a library by Peter Collingbourne · 13 years ago
  33. f117506 Remove llvmc and assorted build machinery for it. by Eric Christopher · 13 years ago
  34. a1f21e6 Install libprofile_rt.dylib where it's more available for gcov support. by Bill Wendling · 13 years ago
  35. 5819430 build: Add support for a SHOW_DIAGNOSTICS build variable. by Daniel Dunbar · 13 years ago
  36. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  37. a1e1319 build/Makefiles: Don't build unittests when ONLY_TOOLS is set. by Daniel Dunbar · 14 years ago
  38. 9d9ae9f Add --enable-docs. Patch by NAKAMURA Takumi. by Rafael Espindola · 14 years ago
  39. b3d3629 llvmc: remove dynamic plugins. by Mikhail Glushenkov · 14 years ago
  40. e3536b8 tests: Kill off custom targets which were just there for TestRunner.sh. by Daniel Dunbar · 14 years ago
  41. 273e48b Add support for a new Apple-style build target, EmbeddedSim, that builds by Bob Wilson · 14 years ago
  42. e160a52 build/Clang: Build and install libLTO as part of clang-only/install-clang targets. by Daniel Dunbar · 14 years ago
  43. 2b48c33 Issue the warning about being slow whenever optimization is disabled, by Duncan Sands · 14 years ago
  44. e3c5502 adapt condition for changed default build mode by Gabor Greif · 14 years ago
  45. 8246adc Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts" by Duncan Sands · 14 years ago
  46. 0cd35f2 build: Update install-clang target. by Daniel Dunbar · 14 years ago
  47. 0456b06 Update for CIndex rename. by Daniel Dunbar · 14 years ago
  48. db3f957 Add an install-clang-c top-level target, which does a Clang C API install. by Daniel Dunbar · 14 years ago
  49. 37ff5c6 cross-build Makefile needs to unset CFLAGS/CXXFLAGS when building the build-side utilities since the flags will be for the cross-compiler. by Jim Grosbach · 14 years ago
  50. 312fa75 modernize the do-all-for-me target to run lit by Gabor Greif · 14 years ago
  51. c901719 Try r96559 for the third time. This time the shared library is only built if by Jeffrey Yasskin · 14 years ago
  52. 407fbdd Roll back r96959 again. by Jeffrey Yasskin · 14 years ago
  53. ea6c39d Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 14 years ago
  54. 99d9863 Kill off LLVMGCC_MAJVERS make variable. by Daniel Dunbar · 14 years ago
  55. 2155d45 Roll back the shared library, r96559. It broke two darwins and arm, mysteriously. by Jeffrey Yasskin · 14 years ago
  56. f6afae2 Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an by Jeffrey Yasskin · 14 years ago
  57. 6b8dfed For 'install-clang' target, also traverse tools/clang/lib/Runtime. by Daniel Dunbar · 14 years ago
  58. 55df144 Update install-clang target for clang-cc removal. by Daniel Dunbar · 15 years ago
  59. f87ea4d Add the rest of the build system logic for optional target disassemblers by Daniel Dunbar · 15 years ago
  60. da589a3 Don't build examples by default, use BUILD_EXAMPLES=1 to build them. The only utility of this is testing that we keep the examples up to date, I will just make the buildbots run with this flag. by Daniel Dunbar · 15 years ago
  61. 1f22d6f When cross-building, the CFLAGS and CXXFLAGS are for the target, and don't by Jim Grosbach · 15 years ago
  62. 79dec80 Remove extraneous comment line by Jim Grosbach · 15 years ago
  63. 2cdc80c update name check for Apple style builds to be more permissive by Jim Grosbach · 15 years ago
  64. 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 15 years ago
  65. 3d5ec9f Remove stale reference to ThreadSupport.h. by Chandler Carruth · 15 years ago
  66. 4a53e1e Trying again to tweak the top-level Makefile to facilitate an Apple-style build. by Stuart Hastings · 15 years ago
  67. 9a6d88d Revert "Tweak top-level Makefile to facilitate Apple-style build.", this is by Daniel Dunbar · 15 years ago
  68. 93d8cd8 Tweak top-level Makefile to facilitate Apple-style build. by Stuart Hastings · 15 years ago
  69. bdd040f Reconfigure automatically when Base.td.in is changed. by Mikhail Glushenkov · 15 years ago
  70. 282098b Speed up clang-only link, by really linking only clang, and not the unittests by Torok Edwin · 15 years ago
  71. 7f068f4 Build (not test) the unittests as part of a normal build. by Daniel Dunbar · 15 years ago
  72. 1026c16 Revert unittests build changes temporarily, the unit test build isn't -j safe. by Daniel Dunbar · 15 years ago
  73. db0ce7d Build (not test) the unittests as part of a normal build. by Daniel Dunbar · 15 years ago
  74. 5e869c3 Improve support for cross-hosted builds of LLVM. by Shantonu Sen · 15 years ago
  75. 4c75054 re-apply r80197, now that iterator.h is not mentioned any more by Gabor Greif · 15 years ago
  76. fffb726 --- Reverse-merging r80147 into '.': by Bill Wendling · 15 years ago
  77. c403995 eliminate references to ADT/iterator.h by Gabor Greif · 15 years ago
  78. 671a853 Build runtime libraries by default. by Daniel Dunbar · 15 years ago
  79. 1555a23 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 15 years ago
  80. c891465 Change 'make install' to install tblgen, for better support of out-of-tree targets, by Chris Lattner · 15 years ago
  81. 166c9e2 Lets install the manual page with install-clang! Radar 6838692 by Mike Stump · 15 years ago
  82. 95fc7aa Use a bigger hammer to coerce subversion into english. Patch by Benjamin Kramer! by Gabor Greif · 15 years ago
  83. f23e809 Remove ccc now. Radar 6737767 by Mike Stump · 15 years ago
  84. 854b9d7 Add ccc back for now. by Mike Stump · 15 years ago
  85. e568f64 Update to account for driver renaming. by Mike Stump · 15 years ago
  86. 59fad7d Remove configurey-fu to autodetect hash_map and hash_set now that they are by Nick Lewycky · 15 years ago
  87. b76ace3 Add targets to support the installation of clang in isolation. by Mike Stump · 15 years ago
  88. ef5dc70 Removed trailing whitespace. by Misha Brukman · 15 years ago
  89. 4113bd1 Modify the unittests Makefiles so that they don't rebuild parts of LLVM just to by Bill Wendling · 15 years ago
  90. 8fb520e Original patch by Talin. by Misha Brukman · 15 years ago
  91. 569c45c Proper way of doing llvm canadian-cross compilation. Patch by Jim Grosbach! by Anton Korobeynikov · 16 years ago
  92. 673612e Add support for Canadian Cross builds where the host executables are not by Jim Grosbach · 16 years ago
  93. 43d1fd4 For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h" by Anton Korobeynikov · 16 years ago
  94. 8e0c20b a happier version of happiness by Gabor Greif · 16 years ago
  95. a4a0323 Run 'svn info' in the C locale. Also appropriately escape spaces and ? for gawk in darwin. by Gabor Greif · 16 years ago
  96. 9fa4226 Simplify and clean up "update" target. Also by Gabor Greif · 16 years ago
  97. 1d7ca71 Now that targets are serialized, introduce two new convenience targets: by Gabor Greif · 16 years ago
  98. 2ae1955 Treat all targets serially at the toplevel. This allows by Gabor Greif · 16 years ago
  99. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 16 years ago
  100. 544f83d Add install-libs target which only installs libraries, not tools by Nate Begeman · 17 years ago