1. 420d23c Add configure options for specifying where to look for libstdc++. by Rafael Espindola · 15 years ago
  2. 7f9ec91 Add the --with-c-include-dirs to llvm's configure. The clang patch is next. by Rafael Espindola · 15 years ago
  3. 1fce948 configure: Add --with-optimize-option, for setting the default value of by Daniel Dunbar · 15 years ago
  4. 8039e03 Add an autoconf test to check for optional compiler flags like by Julien Lerouge · 15 years ago
  5. 7fd82e5 Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead of by Jeffrey Yasskin · 15 years ago
  6. 5e869c3 Improve support for cross-hosted builds of LLVM. by Shantonu Sen · 15 years ago
  7. e55db74 The attached patches attempt to fix cross builds. For example, if you by Anton Korobeynikov · 15 years ago
  8. cc4f8bc LLVMC can be now compiled w/o dynamic plugin support. by Mikhail Glushenkov · 15 years ago
  9. 2373c99 Add --enable-llvmc-dynamic configure option. by Mikhail Glushenkov · 15 years ago
  10. 895f32c Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  11. dbefd0c by David Greene · 15 years ago
  12. 93f70fc Link against libffi if available, fall back to "no external calls from by Nick Lewycky · 15 years ago
  13. 18f9907 Autodetect the availability of -export-dynamic in the linker. by Nick Lewycky · 15 years ago
  14. 1dace48 Switch to using -Wl,-R on Solaris. by Nick Lewycky · 15 years ago
  15. 5992175 Remove tests for flex/bison which are no longer needed by LLVM. by Nick Lewycky · 15 years ago
  16. f9c5c5c Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn't by Nick Lewycky · 15 years ago
  17. e2be5d5 Add the ability to pass the path to binutils source to configure. This is by Nick Lewycky · 15 years ago
  18. 9b8f542 Removed trailing whitespace from Makefiles. by Misha Brukman · 16 years ago
  19. 3a67f50 Use spaces rather than tab. by Duncan Sands · 16 years ago
  20. 237033e Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as. by Torok Edwin · 16 years ago
  21. 673612e Add support for Canadian Cross builds where the host executables are not by Jim Grosbach · 16 years ago
  22. ecfe67c Reapply majority of r55557 but with the changes to compilation flags by Daniel Dunbar · 16 years ago
  23. 0783f0d Revert r55557, it is causing linking failures on 32bit linux. by Matthijs Kooijman · 16 years ago
  24. dcf114e Enable -fvisibility-inlines-hidden by default for compilers which support it. by Daniel Dunbar · 16 years ago
  25. 279219a Reverting r48974. See PR2183 for details. by Gordon Henriksen · 16 years ago
  26. 87a3b68 Quote the ocaml executables by Erick Tryzelaar · 16 years ago
  27. b047766 Adding ocamldoc generation. by Gordon Henriksen · 16 years ago
  28. 163974d improve compatibility with mingw, patch by Alain Frisch by Chris Lattner · 17 years ago
  29. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  30. 1d4e078 Providing --with-ocaml-libdir for ./configure. The default is the by Gordon Henriksen · 17 years ago
  31. 48c7253 Fixing (harmless) typos. by Gordon Henriksen · 17 years ago
  32. 6530e9d Add explicit --enable-bindings option to configure. by Gordon Henriksen · 17 years ago
  33. 4229371 PR1601: etags not configured correctly by Gordon Henriksen · 17 years ago
  34. a8c3660 Incorporating review feedback for GC verifier patch. by Gordon Henriksen · 17 years ago
  35. 0908d49 by Gordon Henriksen · 17 years ago
  36. 3c94f6a Change the place where man pages are installed to ${prefix}/share/man1. This by Bill Wendling · 17 years ago
  37. a696d24 Add support for building with _GLIBCXX_DEBUG. New configure option by David Greene · 17 years ago
  38. 1addff9 Add support for determining which languages the llvm-gcc front end supports. by Reid Spencer · 17 years ago
  39. 8475ec0 For PR789: by Reid Spencer · 17 years ago
  40. 32b1691 For PR739: by Reid Spencer · 17 years ago
  41. 282d8c1 Add a new variable, LLVMGCCLIBEXEC to get the libexec directory where the by Reid Spencer · 18 years ago
  42. 89b0d99 Allow an --enable-pic option to turn on -fPIC compiler option when building. by Reid Spencer · 18 years ago
  43. 7f88ee0 Fix a regression that completely broke make install. by Chris Lattner · 18 years ago
  44. 281722d For PR739: by Reid Spencer · 18 years ago
  45. 1000b73 For PR1019: by Reid Spencer · 18 years ago
  46. 8b2e141 Undo removal of the runtime libraries. While this may have been a bit by Reid Spencer · 18 years ago
  47. ac90d5e In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will by Reid Spencer · 18 years ago
  48. a6cb9a1 Get LLVMGCCARCH right regardless of the llvm-gcc version being used. by Reid Spencer · 18 years ago
  49. b2ed0526 Add a check to see if HUGE_VAL is sane or not. by Reid Spencer · 18 years ago
  50. 1b22fde Make the name of the project consistent with that specified in the by Reid Spencer · 18 years ago
  51. a773bd5 Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6. by Reid Spencer · 18 years ago
  52. aea7fe4 For PR848: by Reid Spencer · 18 years ago
  53. 1bc6864 Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to by Reid Spencer · 18 years ago
  54. e2cfe5d For PR814: by Reid Spencer · 18 years ago
  55. cf9be26 Added --with-extra-options=opts to specify additional options to build LLVM and run tests. by Evan Cheng · 18 years ago
  56. b756c79 Support correct build: by Reid Spencer · 18 years ago
  57. 1a5a551 Fix a comment. by Reid Spencer · 18 years ago
  58. c28ccd8 Change the assertions defaults: by Reid Spencer · 18 years ago
  59. c4329cf For PR723: by Reid Spencer · 18 years ago
  60. 7917d3a For support of new GCC v4, obtain the full and major versions of the by Reid Spencer · 18 years ago
  61. b195d9d Update to llvm-config tool, by Erik Kidd: by Reid Spencer · 18 years ago
  62. 6e96d81 Implement fix for PR471: by Reid Spencer · 19 years ago
  63. 5a87044 Two changes: by Reid Spencer · 19 years ago
  64. 4a0aaea For PR528: by Reid Spencer · 19 years ago
  65. 78ba11d Remove the "pax" program from the list of those needed to support LLVM. by Reid Spencer · 19 years ago
  66. 153626a Don't confuse the LLVM_OBJ_DIR and the PROJ_OBJ_DIR because there might be by Reid Spencer · 20 years ago
  67. b2cb486 Several changes: by Reid Spencer · 20 years ago
  68. bbf7a8a For PR351: Make LLVM_ON_UNIX and LLVM_ON_WIN32 available in the makefiles by Reid Spencer · 20 years ago
  69. 7908035 For PR432: by Reid Spencer · 20 years ago
  70. 8a2d471 Add CMP and CP configuration variables for the unix cmp and cp programs. by Reid Spencer · 20 years ago
  71. 60edb3b More properly name bytecode_libdir cferuntime_libdir. This is only the by Reid Spencer · 20 years ago
  72. 8690180 Remove last remnants of Python/QMTest support by Reid Spencer · 20 years ago
  73. 0fcb941 Add a check for the tclsh program needed by dejagnu. This can have weird by Reid Spencer · 20 years ago
  74. e120021 * Get additional configured values into the makefiles by Reid Spencer · 20 years ago
  75. 4a41586 Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now. by Reid Spencer · 20 years ago
  76. 4b8f82f Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. This by Reid Spencer · 20 years ago
  77. 1822403 Add TARGET_TRIPLE by Reid Spencer · 20 years ago
  78. cc2d1e2 Internalize variable names to prevent recursive assignment. Cleanup docs. by Reid Spencer · 20 years ago
  79. 151f8ba New Makefile Features: by Reid Spencer · 20 years ago
  80. 8fa2d38 Remove the unused SourceDir variable (use BUILD_SRC_DIR) by Reid Spencer · 20 years ago
  81. 94926f0 Fix typo in makefile variable name that prevents zlib from being recognized by Reid Spencer · 20 years ago
  82. 37130d2 Provide support for auto-detection and use of compression libraries. by Reid Spencer · 20 years ago
  83. c9d4054 PAPI is not used here. by Brian Gaeke · 20 years ago
  84. 4d68ba2 Remove variables and tests that were specific to the now defunct by Reid Spencer · 20 years ago
  85. 9b87287 Set a variable so that we can find the python interpreter. by John Criswell · 20 years ago
  86. b5a2e40 Since the Great LLVM Tool Renaming(tm), we no longer have collisions between our by Misha Brukman · 20 years ago
  87. e6d468f Added the EXEEXT variable so that Makefiles can figure out what extension by John Criswell · 20 years ago
  88. 6d5ab86 Standardize header comments of top-level Makefiles. by Misha Brukman · 20 years ago
  89. b798b1e Fix up a seriously outdated comment. by Brian Gaeke · 20 years ago
  90. f3dd0db Fix typo. I wonder how this actually worked. by Alkis Evlogimenos · 20 years ago
  91. 1e3aba1 Complete the SPEC_ROOT and USE_SPEC to SPEC2000_ROOT and USE_SPEC200 rename. by Alkis Evlogimenos · 20 years ago
  92. b9a131e Added the POVRAY_ROOT to locate Povray. by John Criswell · 20 years ago
  93. 0021c31 Added check for target machine endian-ness and put the result into by John Criswell · 20 years ago
  94. b607cc8 Added support for configuring SPEC95. by John Criswell · 20 years ago
  95. 8abff79 Move bytecode_libdir def'n to Makefile.config.in from Makefile.rules, so it by Brian Gaeke · 20 years ago
  96. e0cec5d Get autoconf'd ETAGSFLAGS value from configure. by Brian Gaeke · 20 years ago
  97. 88aeace Get SHLIBEXT variable from configure script. by Brian Gaeke · 20 years ago
  98. f1dd200 Remove some whitespace and fix up some comments. by Brian Gaeke · 21 years ago
  99. 26be9c5 Remove and/or shorten many comments in configure.ac. by Brian Gaeke · 21 years ago
  100. b8b80c4 The configure script now defines BISON as the name of the bison program and by John Criswell · 21 years ago