1. b047766 Adding ocamldoc generation. by Gordon Henriksen · 16 years ago
  2. 163974d improve compatibility with mingw, patch by Alain Frisch by Chris Lattner · 17 years ago
  3. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  4. 1d4e078 Providing --with-ocaml-libdir for ./configure. The default is the by Gordon Henriksen · 17 years ago
  5. 48c7253 Fixing (harmless) typos. by Gordon Henriksen · 17 years ago
  6. 6530e9d Add explicit --enable-bindings option to configure. by Gordon Henriksen · 17 years ago
  7. 4229371 PR1601: etags not configured correctly by Gordon Henriksen · 17 years ago
  8. a8c3660 Incorporating review feedback for GC verifier patch. by Gordon Henriksen · 17 years ago
  9. 0908d49 by Gordon Henriksen · 17 years ago
  10. 3c94f6a Change the place where man pages are installed to ${prefix}/share/man1. This by Bill Wendling · 17 years ago
  11. a696d24 Add support for building with _GLIBCXX_DEBUG. New configure option by David Greene · 17 years ago
  12. 1addff9 Add support for determining which languages the llvm-gcc front end supports. by Reid Spencer · 17 years ago
  13. 8475ec0 For PR789: by Reid Spencer · 17 years ago
  14. 32b1691 For PR739: by Reid Spencer · 18 years ago
  15. 282d8c1 Add a new variable, LLVMGCCLIBEXEC to get the libexec directory where the by Reid Spencer · 18 years ago
  16. 89b0d99 Allow an --enable-pic option to turn on -fPIC compiler option when building. by Reid Spencer · 18 years ago
  17. 7f88ee0 Fix a regression that completely broke make install. by Chris Lattner · 18 years ago
  18. 281722d For PR739: by Reid Spencer · 18 years ago
  19. 1000b73 For PR1019: by Reid Spencer · 18 years ago
  20. 8b2e141 Undo removal of the runtime libraries. While this may have been a bit by Reid Spencer · 18 years ago
  21. ac90d5e In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will by Reid Spencer · 18 years ago
  22. a6cb9a1 Get LLVMGCCARCH right regardless of the llvm-gcc version being used. by Reid Spencer · 18 years ago
  23. b2ed0526 Add a check to see if HUGE_VAL is sane or not. by Reid Spencer · 18 years ago
  24. 1b22fde Make the name of the project consistent with that specified in the by Reid Spencer · 18 years ago
  25. a773bd5 Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6. by Reid Spencer · 18 years ago
  26. aea7fe4 For PR848: by Reid Spencer · 18 years ago
  27. 1bc6864 Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to by Reid Spencer · 18 years ago
  28. e2cfe5d For PR814: by Reid Spencer · 18 years ago
  29. cf9be26 Added --with-extra-options=opts to specify additional options to build LLVM and run tests. by Evan Cheng · 18 years ago
  30. b756c79 Support correct build: by Reid Spencer · 18 years ago
  31. 1a5a551 Fix a comment. by Reid Spencer · 18 years ago
  32. c28ccd8 Change the assertions defaults: by Reid Spencer · 18 years ago
  33. c4329cf For PR723: by Reid Spencer · 18 years ago
  34. 7917d3a For support of new GCC v4, obtain the full and major versions of the by Reid Spencer · 18 years ago
  35. b195d9d Update to llvm-config tool, by Erik Kidd: by Reid Spencer · 18 years ago
  36. 6e96d81 Implement fix for PR471: by Reid Spencer · 19 years ago
  37. 5a87044 Two changes: by Reid Spencer · 19 years ago
  38. 4a0aaea For PR528: by Reid Spencer · 19 years ago
  39. 78ba11d Remove the "pax" program from the list of those needed to support LLVM. by Reid Spencer · 19 years ago
  40. 153626a Don't confuse the LLVM_OBJ_DIR and the PROJ_OBJ_DIR because there might be by Reid Spencer · 20 years ago
  41. b2cb486 Several changes: by Reid Spencer · 20 years ago
  42. bbf7a8a For PR351: Make LLVM_ON_UNIX and LLVM_ON_WIN32 available in the makefiles by Reid Spencer · 20 years ago
  43. 7908035 For PR432: by Reid Spencer · 20 years ago
  44. 8a2d471 Add CMP and CP configuration variables for the unix cmp and cp programs. by Reid Spencer · 20 years ago
  45. 60edb3b More properly name bytecode_libdir cferuntime_libdir. This is only the by Reid Spencer · 20 years ago
  46. 8690180 Remove last remnants of Python/QMTest support by Reid Spencer · 20 years ago
  47. 0fcb941 Add a check for the tclsh program needed by dejagnu. This can have weird by Reid Spencer · 20 years ago
  48. e120021 * Get additional configured values into the makefiles by Reid Spencer · 20 years ago
  49. 4a41586 Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now. by Reid Spencer · 20 years ago
  50. 4b8f82f Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. This by Reid Spencer · 20 years ago
  51. 1822403 Add TARGET_TRIPLE by Reid Spencer · 20 years ago
  52. cc2d1e2 Internalize variable names to prevent recursive assignment. Cleanup docs. by Reid Spencer · 20 years ago
  53. 151f8ba New Makefile Features: by Reid Spencer · 20 years ago
  54. 8fa2d38 Remove the unused SourceDir variable (use BUILD_SRC_DIR) by Reid Spencer · 20 years ago
  55. 94926f0 Fix typo in makefile variable name that prevents zlib from being recognized by Reid Spencer · 20 years ago
  56. 37130d2 Provide support for auto-detection and use of compression libraries. by Reid Spencer · 20 years ago
  57. c9d4054 PAPI is not used here. by Brian Gaeke · 20 years ago
  58. 4d68ba2 Remove variables and tests that were specific to the now defunct by Reid Spencer · 20 years ago
  59. 9b87287 Set a variable so that we can find the python interpreter. by John Criswell · 20 years ago
  60. b5a2e40 Since the Great LLVM Tool Renaming(tm), we no longer have collisions between our by Misha Brukman · 20 years ago
  61. e6d468f Added the EXEEXT variable so that Makefiles can figure out what extension by John Criswell · 20 years ago
  62. 6d5ab86 Standardize header comments of top-level Makefiles. by Misha Brukman · 20 years ago
  63. b798b1e Fix up a seriously outdated comment. by Brian Gaeke · 20 years ago
  64. f3dd0db Fix typo. I wonder how this actually worked. by Alkis Evlogimenos · 20 years ago
  65. 1e3aba1 Complete the SPEC_ROOT and USE_SPEC to SPEC2000_ROOT and USE_SPEC200 rename. by Alkis Evlogimenos · 20 years ago
  66. b9a131e Added the POVRAY_ROOT to locate Povray. by John Criswell · 20 years ago
  67. 0021c31 Added check for target machine endian-ness and put the result into by John Criswell · 20 years ago
  68. b607cc8 Added support for configuring SPEC95. by John Criswell · 21 years ago
  69. 8abff79 Move bytecode_libdir def'n to Makefile.config.in from Makefile.rules, so it by Brian Gaeke · 21 years ago
  70. e0cec5d Get autoconf'd ETAGSFLAGS value from configure. by Brian Gaeke · 21 years ago
  71. 88aeace Get SHLIBEXT variable from configure script. by Brian Gaeke · 21 years ago
  72. f1dd200 Remove some whitespace and fix up some comments. by Brian Gaeke · 21 years ago
  73. 26be9c5 Remove and/or shorten many comments in configure.ac. by Brian Gaeke · 21 years ago
  74. b8b80c4 The configure script now defines BISON as the name of the bison program and by John Criswell · 21 years ago
  75. 5339ada Add installation directories and commands, standardly provided by configure. by Brian Gaeke · 21 years ago
  76. 613758d Fixed SPEC so that it would run correctly with the new autoconf-style object by John Criswell · 21 years ago
  77. 7f33695 Checkin of autoconf-style object root. by John Criswell · 21 years ago
  78. 0057e32 Updated to use files within the autoconf subdirectory. by John Criswell · 21 years ago
  79. e967650 The word `open' was really intended to be `option'. by Misha Brukman · 21 years ago
  80. b2d7aff Removed the --enable-profiling option. by John Criswell · 21 years ago
  81. b103e61 Removed the CPPFLAGS and CFLAGS variables since the -DHAVE_CONFIG_H messes by John Criswell · 21 years ago
  82. 7659545 Added the ARCH variable so that some of the Makefiles can perform actions based by John Criswell · 21 years ago
  83. b812e76 The Makefile now adds autoconf information to the compiler and linker flag by John Criswell · 21 years ago
  84. 84a1b88 Fix verbose support bug by Chris Lattner · 21 years ago
  85. 49bf862 Removed the LIBS environment variable as it interferes with the tests and by John Criswell · 21 years ago
  86. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago