1. 8d36db1 check for isatty function by Brian Gaeke · 20 years ago
  2. 0550256 Modified the default pathname for Povray. by John Criswell · 20 years ago
  3. 271143f Remove .micro references as those files no longer exist and add some more recent Makefile additions to the list by Alkis Evlogimenos · 20 years ago
  4. e3fcabe Fix bugs found with recent addition of assertions in by Alkis Evlogimenos · 20 years ago
  5. 2051fe3 small portability fix. by Brian Gaeke · 20 years ago
  6. 878be7d Added the VTune tests. by John Criswell · 20 years ago
  7. 1133eaf Add SUBSTing checks for sys/types.h and inttypes.h; add DataTypes.h to AC_OUTPUT. by Brian Gaeke · 20 years ago
  8. 2e3bdba Change test for pthreads to use AC_SUBST; add ThreadSupport.h as an AC_OUTPUT. by Brian Gaeke · 20 years ago
  9. 80ead31 Remove check for slist by Brian Gaeke · 20 years ago
  10. c1cf424 Add include/Support/hash_map and include/Support/hash_set as AC_OUTPUT files. by Brian Gaeke · 20 years ago
  11. 78e7d4a Move HASH_* checks to using AC_SUBST instead of AC_DEFINE. Tighten up some whitespace and comments. by Brian Gaeke · 20 years ago
  12. 81d407d Add include/Support/iterator as an AC_OUTPUT file. by Brian Gaeke · 20 years ago
  13. 008bb70 Make all iterator checks use AC_SUBST instead of AC_DEFINE. by Brian Gaeke · 20 years ago
  14. 0538d42 Added an option for configuring Povray. By default, it should find my local by John Criswell · 20 years ago
  15. 22f7646 Add checks for <execinfo.h> and backtrace(). by Brian Gaeke · 20 years ago
  16. 542af5f Adjusted the default pathname to the SPEC95 benchmarks. The new directory by John Criswell · 20 years ago
  17. 0021c31 Added check for target machine endian-ness and put the result into by John Criswell · 20 years ago
  18. b607cc8 Added support for configuring SPEC95. by John Criswell · 21 years ago
  19. 4940c57 Move rules for regenerating autoconf files into this shell script. by Brian Gaeke · 21 years ago
  20. 027b746 Add autoconf check for the version of etags we have detected, and select by Brian Gaeke · 21 years ago
  21. cea9a60 Get the shlib suffix from Libtool, and define it both in config.h and Makefile.config as SHLIBEXT. by Brian Gaeke · 21 years ago
  22. d05e39d Get paths to cc1 and cc1plus by asking llvm-gcc, and AC_SUBST them. by Brian Gaeke · 21 years ago
  23. f69d76f Remove configure support for endianness checking, the need for which by Brian Gaeke · 21 years ago
  24. 26be9c5 Remove and/or shorten many comments in configure.ac. by Brian Gaeke · 21 years ago
  25. b8b80c4 The configure script now defines BISON as the name of the bison program and by John Criswell · 21 years ago
  26. c91c871 Moved aclocal.m4 to acinclude.m4. To re-generate the configure script, by John Criswell · 21 years ago
  27. 3e58e48 Fix help string for --enable-spec2000 option by Alkis Evlogimenos · 21 years ago
  28. d000e1d Merged in RELEASE_11. by John Criswell · 21 years ago
  29. 9493c97 Don't configure directories that don't have a configure script (i.e Stacker). by John Criswell · 21 years ago
  30. 5f268f7 Add check for pthread_mutex_lock() in -lpthread (or otherwise). by Brian Gaeke · 21 years ago
  31. 33a911a Configure all project directories contained in llvm/projects. by John Criswell · 21 years ago
  32. 6057760 Added a pseudo-hack: The Makefile now copies Makefiles from source tree to by John Criswell · 21 years ago
  33. 1548802 Add Stacker directories. by Brian Gaeke · 21 years ago
  34. 190d685 Fix breakage caused by typos. Use 3-arg form of AC_DEFINE. by Brian Gaeke · 21 years ago
  35. cb7a1eb Added a check for the -R linker option. by John Criswell · 21 years ago
  36. 3e66e8b Edit some comments slightly. by Brian Gaeke · 21 years ago
  37. 908647f Only default to the llvm-gcc in ~lattner if that directory exists. by Brian Gaeke · 21 years ago
  38. 960624b OK, scratch my last post, this actually *does* work, those syntax errors were by Misha Brukman · 21 years ago
  39. 7331298 Apparently adding these entries and regenerating llvm/configure results in by Misha Brukman · 21 years ago
  40. 5541467 Some programs actually require an input to run. The nerve! by Misha Brukman · 21 years ago
  41. 3e910fe Add FreeBench benchmarks to our test suite -- they weren't available by default by Misha Brukman · 21 years ago
  42. 2e09698 I don't think this was supposed to have gotten into the namespaceify patch, but by Brian Gaeke · 21 years ago
  43. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  44. 278a4ac Patch to fix PR102, contributed by Reid Spencer. by Brian Gaeke · 21 years ago
  45. 644ccc1 Add profiling runtime and llvm-prof tools. Would someone please regen the by Chris Lattner · 21 years ago
  46. a493aa3 Do not check for strings.h. This is an old, old, old pre-C89 header that by Brian Gaeke · 21 years ago
  47. 4d08d2b Added an entry for `llvm-nm'. by Misha Brukman · 21 years ago
  48. 1630189 Added autoconf support for the sample project. by John Criswell · 21 years ago
  49. 7eadec6 Adding additional license information to these files. by John Criswell · 21 years ago
  50. a0137d3 Added a macro and code that checks for the %a format string in sprintf(). by John Criswell · 21 years ago
  51. 16edea0 The code that called strsignal is toast. by Brian Gaeke · 21 years ago
  52. 987e49c Added the eon and perlbmk benchmarks. by John Criswell · 21 years ago
  53. 5ab7346 Added 177.mesa to the list of Makefiles to propogate to the object root. by John Criswell · 21 years ago
  54. 1f9bcd3 test/Programs/NoSource and www are gone from the tree; don't try to configure by Brian Gaeke · 21 years ago
  55. 1ea4fac Use 3-arg form of AC_DEFINE. by Brian Gaeke · 21 years ago
  56. a25d7ca Use 3-arg form of AC_DEFINE. by Brian Gaeke · 21 years ago
  57. 5512659 Renamed -use-spec to -use-spec2000. by John Criswell · 21 years ago
  58. f204012 Fix bugs in mmap()-of-files test program on Mac OS X: by Brian Gaeke · 21 years ago
  59. f424d74 Switching over to the new test database. by John Criswell · 21 years ago
  60. 4c42378 Don't abort if dlopen cannot be found; it's not like it's going to break by Brian Gaeke · 21 years ago
  61. a6e91d6 Check for functions: strtoq, strtoll. by Brian Gaeke · 21 years ago
  62. 5c866e1 Changes for the move of the support directory back into utils by Chris Lattner · 21 years ago
  63. ce2141f Removed the check for purify as we don't support its use at present. by John Criswell · 21 years ago
  64. 7822759 Removed Makefile for CompileFail tests. They are now run by QMTest and are by John Criswell · 21 years ago
  65. 559a6c1 Added conditional configuration of poolalloc. by John Criswell · 21 years ago
  66. 12399a1 Added the ability to conditionally configure the reopt project if it is checked by John Criswell · 21 years ago
  67. f5b5565 Removed the utils/Makefile file from being copied to the object root tree. by John Criswell · 21 years ago
  68. c66bbd5 Added Makefiles to llvm/test/Programs/SingleSource/Regression/C++/EH and by John Criswell · 21 years ago
  69. 4e07978 Moved llvm/lib/Support to llvm/support/lib/Support. by John Criswell · 21 years ago
  70. 68886d4 Moved llvm/test/Programs/SingleSource/Regression around a bit to support by John Criswell · 21 years ago
  71. 67181ca Added llvm/test/Programs/SingleSource/Regression/Makefile. by John Criswell · 21 years ago
  72. 6109598 If we fail to find python or qmtest, give a warning message instead of an by John Criswell · 21 years ago
  73. 39827c8 Added code that stops the configure script if a needed program is not found. by John Criswell · 21 years ago
  74. aad65f6 `link' is now `llvm-link'. Also alphabetized the tools for easy reference. by Misha Brukman · 21 years ago
  75. 08acb9b Have the configure script put llvm.py into the object root. by John Criswell · 21 years ago
  76. 1070840 Removed llvm/tools/as, llvm/tools/dis, and runtime/GCCLibraries/libexception. by John Criswell · 21 years ago
  77. 1b82432 Modified the checks slightly so that one can re-configure LLVM without by John Criswell · 21 years ago
  78. 93e1c72 Added code that verifies that the source directory has not been configured by John Criswell · 21 years ago
  79. dcf0490 Configure the llvm-ar directory by Chris Lattner · 21 years ago
  80. 39e8389 Caught a few misses in the last modification. by John Criswell · 21 years ago
  81. 48e3cb9 Updated for the re-organization of llvm/test/Programs/MultiSource. by John Criswell · 21 years ago
  82. 0afe825 Added the SetjmpLongjmp Makefile. by John Criswell · 21 years ago
  83. 27bb35e Fixed SPEC so that it would run correctly with the new autoconf-style object by John Criswell · 21 years ago
  84. ffaaf3b Updated to reflect the new locations of SingleSource tests. by John Criswell · 21 years ago
  85. dd2116d Add missing runtime directories by Chris Lattner · 21 years ago
  86. d9cd144 Removed Makefiles for directories that no longer exist. by John Criswell · 21 years ago
  87. 2d53308 Checkin of autoconf-style object root. by John Criswell · 21 years ago
  88. de00db2 Added code to check for python and qmtest. by John Criswell · 21 years ago
  89. 1b9ddd5 I just moved papi to a new directory by Chris Lattner · 21 years ago
  90. c44df87 Removed the -only-static option as it is no longer required (and didn't work by John Criswell · 21 years ago
  91. 54ac8b1 Changed the default location of OBJ_ROOT to follow these rules: by John Criswell · 21 years ago
  92. c78022e Enable JIT when the platform supports it. by John Criswell · 21 years ago
  93. 8d4221e Renamed libtool to mklib for your tab completion pleasure. by John Criswell · 21 years ago
  94. 79a8f09 Fixed the enable/disable options. The AC_ARG_ENABLE macro does not perform by John Criswell · 21 years ago
  95. 4ea390d These are the autoconf files in their new home. by John Criswell · 21 years ago