1. 7fe0e03 capitalize project name, reference bugzilla by Dylan Noblesmith · 13 years ago
  2. ae7e2a4 Add an optional separate install prefix for internal components. rdar://10217046 by Bob Wilson · 13 years ago
  3. a7de1d6 build/Make: Define a TARGET_NATIVE_ARCH variable to be a bit more precise than by Daniel Dunbar · 13 years ago
  4. bee515f Add an option '--enable-libcpp' that will have the compiler pass on by Eric Christopher · 13 years ago
  5. 13460c9 Revert 142997. It doesn't work on Mac OS or the BSDs, which all use the BSD by Charles Davis · 13 years ago
  6. f3a5ba5 Search for and use the strip program and pass it to install for it by Eric Christopher · 13 years ago
  7. 817cb96 build: Remove some unused code. by Daniel Dunbar · 13 years ago
  8. e5ab51d autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/clang on tools/Makefile. by NAKAMURA Takumi · 13 years ago
  9. 5d332f8 build: Remove some stray LLVMC configure variables. by Daniel Dunbar · 13 years ago
  10. 73ec952 Remove the rest of the compiler checking from the top level configure by Eric Christopher · 13 years ago
  11. e2a91a7 build/configure: Add support for --with-extra-ld-options flag (to provide extra by Daniel Dunbar · 13 years ago
  12. 8eac886 autoconf: Add --disable-embed-stdcxx to suppress linking libstdc++.a into llvm.dll with --enable-shared on Cygming. by NAKAMURA Takumi · 14 years ago
  13. 031d307 Use GZIPBIN instead of GZIP. Apparently gzip uses GZIP as an environment by Eric Christopher · 14 years ago
  14. 1ac320e It seems inconsistent to have LLVMCC_EMITIR_FLAG and by Duncan Sands · 14 years ago
  15. 9d9ae9f Add --enable-docs. Patch by NAKAMURA Takumi. by Rafael Espindola · 14 years ago
  16. a84b567 Detect if llvm-gcc is built on dragonegg. by Tobias Grosser · 14 years ago
  17. baaadb2 Add polly support to the build system. by Tobias Grosser · 14 years ago
  18. 7cf8fc7 Make the makefiles go much faster by using the realpath by Chris Lattner · 14 years ago
  19. 6418cb3 typo in comment, regeneration not necessary by Gabor Greif · 14 years ago
  20. 426b06d Delete unused variables (that weren't even getting expanded). by Dan Gohman · 14 years ago
  21. da612d6 -retain-symbols-file is not what it seems. Update the makefiles by Dan Gohman · 14 years ago
  22. dd464df Add new configure option, --disable-timestamps, intended to turn off anything which would mess up binary/object comparisons. Currently: by Daniel Dunbar · 14 years ago
  23. 68cb319 Overhauled llvm/clang docs builds. Closes PR6613. by mike-m · 14 years ago
  24. e05f609 Add an autoconf check for -retain-symbols-file and conditionalize by Dan Gohman · 14 years ago
  25. 764f62b Revert r100896 and around - this breaks the only mingw32 buildbot we have. by Anton Korobeynikov · 14 years ago
  26. 17e8b7f whether we enable dylibs or not depends on the host, not the target. by Chris Lattner · 14 years ago
  27. e3a39d4 suck the propagating "has dynamic libs" check into a single makefile by Chris Lattner · 14 years ago
  28. d4076cf Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. by Erick Tryzelaar · 15 years ago
  29. c901719 Try r96559 for the third time. This time the shared library is only built if by Jeffrey Yasskin · 15 years ago
  30. 407fbdd Roll back r96959 again. by Jeffrey Yasskin · 15 years ago
  31. ea6c39d Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 15 years ago
  32. 9851567 Initial configure support for using Clang as the LLVM capable compiler. by Daniel Dunbar · 15 years ago
  33. e209c38 Kill off unused LLVMGCCLIBEXEC make variable. by Daniel Dunbar · 15 years ago
  34. 951fd6d Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables. by Daniel Dunbar · 15 years ago
  35. 99d9863 Kill off LLVMGCC_MAJVERS make variable. by Daniel Dunbar · 15 years ago
  36. 2155d45 Roll back the shared library, r96559. It broke two darwins and arm, mysteriously. by Jeffrey Yasskin · 15 years ago
  37. f6afae2 Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an by Jeffrey Yasskin · 15 years ago
  38. d6c8ec6 Fix typos. Thanks to John Tytgat for noticing it! by Rafael Espindola · 15 years ago
  39. 420d23c Add configure options for specifying where to look for libstdc++. by Rafael Espindola · 15 years ago
  40. 7f9ec91 Add the --with-c-include-dirs to llvm's configure. The clang patch is next. by Rafael Espindola · 15 years ago
  41. 1fce948 configure: Add --with-optimize-option, for setting the default value of by Daniel Dunbar · 15 years ago
  42. 8039e03 Add an autoconf test to check for optional compiler flags like by Julien Lerouge · 15 years ago
  43. 7fd82e5 Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead of by Jeffrey Yasskin · 15 years ago
  44. 5e869c3 Improve support for cross-hosted builds of LLVM. by Shantonu Sen · 15 years ago
  45. e55db74 The attached patches attempt to fix cross builds. For example, if you by Anton Korobeynikov · 15 years ago
  46. cc4f8bc LLVMC can be now compiled w/o dynamic plugin support. by Mikhail Glushenkov · 15 years ago
  47. 2373c99 Add --enable-llvmc-dynamic configure option. by Mikhail Glushenkov · 15 years ago
  48. 895f32c Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  49. dbefd0c by David Greene · 15 years ago
  50. 93f70fc Link against libffi if available, fall back to "no external calls from by Nick Lewycky · 15 years ago
  51. 18f9907 Autodetect the availability of -export-dynamic in the linker. by Nick Lewycky · 16 years ago
  52. 1dace48 Switch to using -Wl,-R on Solaris. by Nick Lewycky · 16 years ago
  53. 5992175 Remove tests for flex/bison which are no longer needed by LLVM. by Nick Lewycky · 16 years ago
  54. f9c5c5c Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn't by Nick Lewycky · 16 years ago
  55. e2be5d5 Add the ability to pass the path to binutils source to configure. This is by Nick Lewycky · 16 years ago
  56. 9b8f542 Removed trailing whitespace from Makefiles. by Misha Brukman · 16 years ago
  57. 3a67f50 Use spaces rather than tab. by Duncan Sands · 16 years ago
  58. 237033e Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as. by Torok Edwin · 16 years ago
  59. 673612e Add support for Canadian Cross builds where the host executables are not by Jim Grosbach · 16 years ago
  60. ecfe67c Reapply majority of r55557 but with the changes to compilation flags by Daniel Dunbar · 16 years ago
  61. 0783f0d Revert r55557, it is causing linking failures on 32bit linux. by Matthijs Kooijman · 16 years ago
  62. dcf114e Enable -fvisibility-inlines-hidden by default for compilers which support it. by Daniel Dunbar · 16 years ago
  63. 279219a Reverting r48974. See PR2183 for details. by Gordon Henriksen · 16 years ago
  64. 87a3b68 Quote the ocaml executables by Erick Tryzelaar · 16 years ago
  65. b047766 Adding ocamldoc generation. by Gordon Henriksen · 16 years ago
  66. 163974d improve compatibility with mingw, patch by Alain Frisch by Chris Lattner · 17 years ago
  67. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  68. 1d4e078 Providing --with-ocaml-libdir for ./configure. The default is the by Gordon Henriksen · 17 years ago
  69. 48c7253 Fixing (harmless) typos. by Gordon Henriksen · 17 years ago
  70. 6530e9d Add explicit --enable-bindings option to configure. by Gordon Henriksen · 17 years ago
  71. 4229371 PR1601: etags not configured correctly by Gordon Henriksen · 17 years ago
  72. a8c3660 Incorporating review feedback for GC verifier patch. by Gordon Henriksen · 17 years ago
  73. 0908d49 by Gordon Henriksen · 17 years ago
  74. 3c94f6a Change the place where man pages are installed to ${prefix}/share/man1. This by Bill Wendling · 17 years ago
  75. a696d24 Add support for building with _GLIBCXX_DEBUG. New configure option by David Greene · 17 years ago
  76. 1addff9 Add support for determining which languages the llvm-gcc front end supports. by Reid Spencer · 17 years ago
  77. 8475ec0 For PR789: by Reid Spencer · 17 years ago
  78. 32b1691 For PR739: by Reid Spencer · 18 years ago
  79. 282d8c1 Add a new variable, LLVMGCCLIBEXEC to get the libexec directory where the by Reid Spencer · 18 years ago
  80. 89b0d99 Allow an --enable-pic option to turn on -fPIC compiler option when building. by Reid Spencer · 18 years ago
  81. 7f88ee0 Fix a regression that completely broke make install. by Chris Lattner · 18 years ago
  82. 281722d For PR739: by Reid Spencer · 18 years ago
  83. 1000b73 For PR1019: by Reid Spencer · 18 years ago
  84. 8b2e141 Undo removal of the runtime libraries. While this may have been a bit by Reid Spencer · 18 years ago
  85. ac90d5e In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will by Reid Spencer · 18 years ago
  86. a6cb9a1 Get LLVMGCCARCH right regardless of the llvm-gcc version being used. by Reid Spencer · 18 years ago
  87. b2ed0526 Add a check to see if HUGE_VAL is sane or not. by Reid Spencer · 18 years ago
  88. 1b22fde Make the name of the project consistent with that specified in the by Reid Spencer · 18 years ago
  89. a773bd5 Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6. by Reid Spencer · 18 years ago
  90. aea7fe4 For PR848: by Reid Spencer · 18 years ago
  91. 1bc6864 Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to by Reid Spencer · 18 years ago
  92. e2cfe5d For PR814: by Reid Spencer · 18 years ago
  93. cf9be26 Added --with-extra-options=opts to specify additional options to build LLVM and run tests. by Evan Cheng · 18 years ago
  94. b756c79 Support correct build: by Reid Spencer · 18 years ago
  95. 1a5a551 Fix a comment. by Reid Spencer · 18 years ago
  96. c28ccd8 Change the assertions defaults: by Reid Spencer · 18 years ago
  97. c4329cf For PR723: by Reid Spencer · 18 years ago
  98. 7917d3a For support of new GCC v4, obtain the full and major versions of the by Reid Spencer · 18 years ago
  99. b195d9d Update to llvm-config tool, by Erik Kidd: by Reid Spencer · 18 years ago
  100. 6e96d81 Implement fix for PR471: by Reid Spencer · 19 years ago