1. ed0fdf9 Directory changes by Reid Spencer · 20 years ago
  2. 2b6c038 Ensure timestamp on saved contents of configure.ac is not changed. by Reid Spencer · 20 years ago
  3. 6843e38 Add the --with-automake option to AutoRegen.sh and provide the automake by Reid Spencer · 20 years ago
  4. 0d98aed Add checks for the ZLIB and BZIP2 header files, not just the libraries. by Reid Spencer · 20 years ago
  5. 5cb99fb Move the warning about no compression library down to the bottom, away by Reid Spencer · 20 years ago
  6. 37130d2 Provide support for auto-detection and use of compression libraries. by Reid Spencer · 20 years ago
  7. c28d7ad Add checks for bzip2 and libz for use with the Compression concept for by Reid Spencer · 20 years ago
  8. a281b6fa Improve warning by Alkis Evlogimenos · 20 years ago
  9. 4046846 Updated the last two header files so that they are configured with by John Criswell · 20 years ago
  10. 9f01186 Modified hash_map and hash_set configuration so that they are not by John Criswell · 20 years ago
  11. 5fbb1f8 Configure Datatypes.h.in with AC_CONFIG_HEADERS. This should prevent it by John Criswell · 20 years ago
  12. 5d6c4a5 Change the warning text so that NO warnings are permitted. This is now the by Reid Spencer · 20 years ago
  13. c2186e2 Don't attempt to (illegally) configure a subdir if we don't recognize it. by Reid Spencer · 20 years ago
  14. 91b5380 Fix the program passed to AC_LANG_PROGRAM to be only the BODY of the main by Reid Spencer · 20 years ago
  15. 7e2315e Use the right directory for the Java frontend by Alkis Evlogimenos · 20 years ago
  16. a42b525 Correct the use AC_RUN_IFELSE to ensure it builds programs correctly by by Reid Spencer · 20 years ago
  17. 2650835 The problem with depending on the internal implementation of third party by Reid Spencer · 20 years ago
  18. dad130f Update the script to generate mklib instead of libtool. by Reid Spencer · 20 years ago
  19. c1b0d49 Various minor cleanups and replacement of obsoleted macro names. by Reid Spencer · 20 years ago
  20. a8bcc12 Numerous fixes to convert ~ into ; that (probably) occurred during data by Reid Spencer · 20 years ago
  21. 12de17d Bring the script out of the dark ages and into modern autoconfness. by Reid Spencer · 20 years ago
  22. 8eacb0c Make the "Warning" notice a LOT more prominent. by Reid Spencer · 20 years ago
  23. b03adb8 Add in version dependency checks on all the tools we depend on. This is by Reid Spencer · 20 years ago
  24. ed8624d Add our own version of libtool.m4 instead of relying on the installed one. by Reid Spencer · 20 years ago
  25. 8bb8250 Update to latest versions of config.guess and config.sub from by Brian Gaeke · 20 years ago
  26. 2f686db recognize MinGW by Brian Gaeke · 20 years ago
  27. 19ee52a PAPI check has been moved to projects/reopt. by Brian Gaeke · 20 years ago
  28. ad1eb20 Removed this file as its contents are now in the m4 directory. by Reid Spencer · 20 years ago
  29. f7b2de5 - Handle AC_CONFIG_SUBDIRS properly for existing "well known" projects by Reid Spencer · 20 years ago
  30. dcd3875 - Perform all validity checks before doing anything. by Reid Spencer · 20 years ago
  31. 53ecd51 move AC_FUNC_ISINF and AC_FUNC_ISNAN to their own files. by Reid Spencer · 20 years ago
  32. 491f681 Individual autoconf function broken out of acincludes.m4. This change by Reid Spencer · 20 years ago
  33. 1704168 Remove configuration of test/Programs/* Makefiles. by Reid Spencer · 20 years ago
  34. e2c6f51 Don't just assume that either uint64_t or u_int64_t is available. Instead, by Reid Spencer · 20 years ago
  35. 679ff31 Added a check for u_int64_t, which is used by Interix. by John Criswell · 20 years ago
  36. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  37. a11e4db Add support for Interix and FreeBSD by Reid Spencer · 20 years ago
  38. 73fb548 Fix a "test" botch. by Reid Spencer · 20 years ago
  39. 886e951 Recognize Interix systems as if they were SunOS and make sure we don't by Reid Spencer · 20 years ago
  40. 59ee436 Create a link from $BUILD_OBJ_ROOT/lib/System/platform to by Reid Spencer · 20 years ago
  41. 367754a Ensure that the examples get built. by Reid Spencer · 20 years ago
  42. 19d96ee Actually name the #define correctly. by Reid Spencer · 20 years ago
  43. a91929d Change version 1.3 -> 1.4 by Reid Spencer · 20 years ago
  44. 2b51a08 Change the package identification to use one less level of quoting so that by Reid Spencer · 20 years ago
  45. dc76e32 Revised the generation of files so that they follow the newer autoconf by John Criswell · 20 years ago
  46. a4d718f Add AC_MSG_CHECKING and AC_MSG_RESULT statements which were missing by Brian Gaeke · 20 years ago
  47. dfb3397 Add check for finite(). Solaris doesn't have isinf, but it has finite...go by Brian Gaeke · 20 years ago
  48. 3869b27 Add call to check for isinf(). Patch contributed by Bill Wendling. by Brian Gaeke · 20 years ago
  49. 4cc02ac Add support for checking for isinf(). Patch contributed by Bill Wendling. by Brian Gaeke · 20 years ago
  50. 7ed43ad Added support for stdint.h. It is now automatically included by by John Criswell · 20 years ago
  51. 8828eb5 Call custom check (AC_FUNC_ISNAN) instead of using the generic function check. by Brian Gaeke · 20 years ago
  52. 99913ca Implement isnan check (AC_FUNC_ISNAN) in terms of three calls to a fairly by Brian Gaeke · 20 years ago
  53. 8a54a1e Added the llvm/test/Programs/Makefile.test Makefile. by John Criswell · 20 years ago
  54. 7b42a75 Add AIX to the list of recognized operating systems. by Misha Brukman · 20 years ago
  55. d662156 Added checks for mkstemp and getrusage. by John Criswell · 20 years ago
  56. 44afcb7 Recognize cygwin by Chris Lattner · 20 years ago
  57. b2815e0 Added a check for a new header file. by John Criswell · 20 years ago
  58. f3ecf3a Only give warnings if the user doesn't have mmap(). This is pretty much by John Criswell · 20 years ago
  59. dbaf981 Refactor external benchmark checking stuff into one hairy by Brian Gaeke · 20 years ago
  60. ac84728 We are now on LLVM 1.3 by Chris Lattner · 20 years ago
  61. bc7b85f Rewrite POV-Ray check as per PR301 by Brian Gaeke · 20 years ago
  62. 8d36db1 check for isatty function by Brian Gaeke · 20 years ago
  63. 0550256 Modified the default pathname for Povray. by John Criswell · 21 years ago
  64. 271143f Remove .micro references as those files no longer exist and add some more recent Makefile additions to the list by Alkis Evlogimenos · 21 years ago
  65. e3fcabe Fix bugs found with recent addition of assertions in by Alkis Evlogimenos · 21 years ago
  66. 2051fe3 small portability fix. by Brian Gaeke · 21 years ago
  67. 878be7d Added the VTune tests. by John Criswell · 21 years ago
  68. 1133eaf Add SUBSTing checks for sys/types.h and inttypes.h; add DataTypes.h to AC_OUTPUT. by Brian Gaeke · 21 years ago
  69. 2e3bdba Change test for pthreads to use AC_SUBST; add ThreadSupport.h as an AC_OUTPUT. by Brian Gaeke · 21 years ago
  70. 80ead31 Remove check for slist by Brian Gaeke · 21 years ago
  71. c1cf424 Add include/Support/hash_map and include/Support/hash_set as AC_OUTPUT files. by Brian Gaeke · 21 years ago
  72. 78e7d4a Move HASH_* checks to using AC_SUBST instead of AC_DEFINE. Tighten up some whitespace and comments. by Brian Gaeke · 21 years ago
  73. 81d407d Add include/Support/iterator as an AC_OUTPUT file. by Brian Gaeke · 21 years ago
  74. 008bb70 Make all iterator checks use AC_SUBST instead of AC_DEFINE. by Brian Gaeke · 21 years ago
  75. 0538d42 Added an option for configuring Povray. By default, it should find my local by John Criswell · 21 years ago
  76. 22f7646 Add checks for <execinfo.h> and backtrace(). by Brian Gaeke · 21 years ago
  77. 542af5f Adjusted the default pathname to the SPEC95 benchmarks. The new directory by John Criswell · 21 years ago
  78. 0021c31 Added check for target machine endian-ness and put the result into by John Criswell · 21 years ago
  79. b607cc8 Added support for configuring SPEC95. by John Criswell · 21 years ago
  80. 4940c57 Move rules for regenerating autoconf files into this shell script. by Brian Gaeke · 21 years ago
  81. 027b746 Add autoconf check for the version of etags we have detected, and select by Brian Gaeke · 21 years ago
  82. 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
  83. d05e39d Get paths to cc1 and cc1plus by asking llvm-gcc, and AC_SUBST them. by Brian Gaeke · 21 years ago
  84. f69d76f Remove configure support for endianness checking, the need for which by Brian Gaeke · 21 years ago
  85. 26be9c5 Remove and/or shorten many comments in configure.ac. by Brian Gaeke · 21 years ago
  86. b8b80c4 The configure script now defines BISON as the name of the bison program and by John Criswell · 21 years ago
  87. c91c871 Moved aclocal.m4 to acinclude.m4. To re-generate the configure script, by John Criswell · 21 years ago
  88. 3e58e48 Fix help string for --enable-spec2000 option by Alkis Evlogimenos · 21 years ago
  89. d000e1d Merged in RELEASE_11. by John Criswell · 21 years ago
  90. 9493c97 Don't configure directories that don't have a configure script (i.e Stacker). by John Criswell · 21 years ago
  91. 5f268f7 Add check for pthread_mutex_lock() in -lpthread (or otherwise). by Brian Gaeke · 21 years ago
  92. 33a911a Configure all project directories contained in llvm/projects. by John Criswell · 21 years ago
  93. 6057760 Added a pseudo-hack: The Makefile now copies Makefiles from source tree to by John Criswell · 21 years ago
  94. 1548802 Add Stacker directories. by Brian Gaeke · 21 years ago
  95. 190d685 Fix breakage caused by typos. Use 3-arg form of AC_DEFINE. by Brian Gaeke · 21 years ago
  96. cb7a1eb Added a check for the -R linker option. by John Criswell · 21 years ago
  97. 3e66e8b Edit some comments slightly. by Brian Gaeke · 21 years ago
  98. 908647f Only default to the llvm-gcc in ~lattner if that directory exists. by Brian Gaeke · 21 years ago
  99. 960624b OK, scratch my last post, this actually *does* work, those syntax errors were by Misha Brukman · 21 years ago
  100. 7331298 Apparently adding these entries and regenerating llvm/configure results in by Misha Brukman · 21 years ago