1. 3e58e48 Fix help string for --enable-spec2000 option by Alkis Evlogimenos · 21 years ago
  2. d000e1d Merged in RELEASE_11. by John Criswell · 21 years ago
  3. 2f2741b Updated configure script so that it does not configure llvm/project by John Criswell · 21 years ago
  4. 5f268f7 Add check for pthread_mutex_lock() in -lpthread (or otherwise). by Brian Gaeke · 21 years ago
  5. 33a911a Configure all project directories contained in llvm/projects. by John Criswell · 21 years ago
  6. 6057760 Added a pseudo-hack: The Makefile now copies Makefiles from source tree to by John Criswell · 21 years ago
  7. 866f10c Regenerated using autoconf-2.57 by Brian Gaeke · 21 years ago
  8. f91a15c Regenerated using autoconf-2.57 by Brian Gaeke · 21 years ago
  9. cb7a1eb Added a check for the -R linker option. by John Criswell · 21 years ago
  10. 7fe1d16 Regenerated using autoconf-2.57. by Brian Gaeke · 21 years ago
  11. f3b2410 Regenerated with autoconf-2.57. by Brian Gaeke · 21 years ago
  12. 811ce9f Regenerated `configure' for adding Makefiles and test.in to FreeBench by Misha Brukman · 21 years ago
  13. 9058349 Regenerated. by Brian Gaeke · 21 years ago
  14. 759c3ed Generated autoconf script for Chris. by John Criswell · 21 years ago
  15. e8a63eb Updated configure script. by John Criswell · 21 years ago
  16. e7d4022 Someone forgot to commit an updated configure after adding tools/llvm-nm to configure.ac :-) by Alkis Evlogimenos · 21 years ago
  17. 7ec78aa Added autoconf support for the sample project. by John Criswell · 21 years ago
  18. a0137d3 Added a macro and code that checks for the %a format string in sprintf(). by John Criswell · 21 years ago
  19. 987e49c Added the eon and perlbmk benchmarks. by John Criswell · 21 years ago
  20. 5ab7346 Added 177.mesa to the list of Makefiles to propogate to the object root. by John Criswell · 21 years ago
  21. 5512659 Renamed -use-spec to -use-spec2000. by John Criswell · 21 years ago
  22. f424d74 Switching over to the new test database. by John Criswell · 21 years ago
  23. c45be04 regenerated using autoconf-2.57. by Brian Gaeke · 21 years ago
  24. 9bf6239 Hand update the configure script for moved directories by Chris Lattner · 21 years ago
  25. ce2141f Removed the check for purify as we don't support its use at present. by John Criswell · 21 years ago
  26. 7822759 Removed Makefile for CompileFail tests. They are now run by QMTest and are by John Criswell · 21 years ago
  27. 559a6c1 Added conditional configuration of poolalloc. by John Criswell · 21 years ago
  28. 12399a1 Added the ability to conditionally configure the reopt project if it is checked by John Criswell · 21 years ago
  29. f5b5565 Removed the utils/Makefile file from being copied to the object root tree. by John Criswell · 21 years ago
  30. c66bbd5 Added Makefiles to llvm/test/Programs/SingleSource/Regression/C++/EH and by John Criswell · 21 years ago
  31. 4e07978 Moved llvm/lib/Support to llvm/support/lib/Support. by John Criswell · 21 years ago
  32. 68886d4 Moved llvm/test/Programs/SingleSource/Regression around a bit to support by John Criswell · 21 years ago
  33. 67181ca Added llvm/test/Programs/SingleSource/Regression/Makefile. by John Criswell · 21 years ago
  34. 6109598 If we fail to find python or qmtest, give a warning message instead of an by John Criswell · 21 years ago
  35. 39827c8 Added code that stops the configure script if a needed program is not found. by John Criswell · 21 years ago
  36. ddb7b4e Regenerated configure with Misha's changes. by John Criswell · 21 years ago
  37. 08acb9b Have the configure script put llvm.py into the object root. by John Criswell · 21 years ago
  38. 1070840 Removed llvm/tools/as, llvm/tools/dis, and runtime/GCCLibraries/libexception. by John Criswell · 21 years ago
  39. 1b82432 Modified the checks slightly so that one can re-configure LLVM without by John Criswell · 21 years ago
  40. 93e1c72 Added code that verifies that the source directory has not been configured by John Criswell · 21 years ago
  41. 3b19552 Re-generated for recent changes. by John Criswell · 21 years ago
  42. ebd7030 manually add the llvm-ar stuff. this should be regenerated by Chris Lattner · 21 years ago
  43. 39e8389 Caught a few misses in the last modification. by John Criswell · 21 years ago
  44. 48e3cb9 Updated for the re-organization of llvm/test/Programs/MultiSource. by John Criswell · 21 years ago
  45. 0afe825 Added the SetjmpLongjmp Makefile. by John Criswell · 21 years ago
  46. 613758d Fixed SPEC so that it would run correctly with the new autoconf-style object by John Criswell · 21 years ago
  47. ffaaf3b Updated to reflect the new locations of SingleSource tests. by John Criswell · 21 years ago
  48. 0c38eaf Regenerated for Chris's updates, which adds several runtime library directories. by John Criswell · 21 years ago
  49. d9cd144 Removed Makefiles for directories that no longer exist. by John Criswell · 21 years ago
  50. c764fbc Checkin of autoconf-style object root. by John Criswell · 21 years ago
  51. de00db2 Added code to check for python and qmtest. by John Criswell · 21 years ago
  52. 54ac8b1 Changed the default location of OBJ_ROOT to follow these rules: by John Criswell · 21 years ago
  53. c78022e Enable JIT when the platform supports it. by John Criswell · 21 years ago
  54. 8d4221e Renamed libtool to mklib for your tab completion pleasure. by John Criswell · 21 years ago
  55. b13092b Repaired the --enable and --disable options. by John Criswell · 21 years ago
  56. f02dbf0 Made some corrections to the enable-llc_diffs option. by John Criswell · 21 years ago
  57. 392aaa3 Generated a new configure script. by John Criswell · 21 years ago
  58. 47fdd83 Merged in changes from PRE101 in the prerelease branch. by John Criswell · 21 years ago
  59. badcc9a Removed the --enable-profiling option (again). by John Criswell · 21 years ago
  60. 7659545 Added the ARCH variable so that some of the Makefiles can perform actions based by John Criswell · 21 years ago
  61. 90ee0ad Removed the --enable-verbose option. by John Criswell · 21 years ago
  62. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago