1. 8a2d471 Add CMP and CP configuration variables for the unix cmp and cp programs. by Reid Spencer · 20 years ago
  2. 757838e Remove LLVMGCCDIR from the set of defines. by Reid Spencer · 20 years ago
  3. 6af3d26 Don't put newlines in AC macros that can't handle them! by Reid Spencer · 20 years ago
  4. f9960f7 Add some system specific functions we use by Reid Spencer · 20 years ago
  5. 145f857 Minor syntactical change to make this a little easier to comprehend. by Reid Spencer · 20 years ago
  6. ca76740 Get LLVMGCCDIR into the #defines by Reid Spencer · 20 years ago
  7. d4f0f98 More QMTest cruft gone! by Reid Spencer · 20 years ago
  8. 8690180 Remove last remnants of Python/QMTest support by Reid Spencer · 20 years ago
  9. 104298d Search for tclsh last so we don't find the FreeBSD warning script. by Reid Spencer · 20 years ago
  10. d56a04f * Make sure the cache variable gets cached by Reid Spencer · 20 years ago
  11. 0fcb941 Add a check for the tclsh program needed by dejagnu. This can have weird by Reid Spencer · 20 years ago
  12. 2bc7bd5 * Implement embedding libltdl into LLVM which required some rearranging. by Reid Spencer · 20 years ago
  13. 8baa775 * Update instructions about upgrading libtool by Reid Spencer · 20 years ago
  14. 5252d95 Converted with autoupdate for autoconf 2.50 -> 2.59 differences. by Reid Spencer · 20 years ago
  15. 2197262 This file contains macros that allow us to incorporate the ltdl source into by Reid Spencer · 20 years ago
  16. 1f31942 * allow doxygen documentation to be enabled/disabled (default off) by Reid Spencer · 20 years ago
  17. 3be58f9 Remove a dead check at the end of the configure script that was a left over by Reid Spencer · 20 years ago
  18. 9274621 Get the cache variable name right. by Reid Spencer · 20 years ago
  19. 4a41586 Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now. by Reid Spencer · 20 years ago
  20. efbe40a Gack. Actually use the correct variable name in setting the JIT support. by Reid Spencer · 20 years ago
  21. edd01b9 Fix the lib/System/platform link by using proper cached variable name. by Reid Spencer · 20 years ago
  22. 5e1d9a5 For PR256: by Reid Spencer · 20 years ago
  23. 1ac1d40 Cache the value of this test. by Reid Spencer · 20 years ago
  24. 4f5f140 Tidy up the indentation. Give the cache variable a proper name. by Reid Spencer · 20 years ago
  25. 898ae19 Eliminate duplicate "checking" message. by Reid Spencer · 20 years ago
  26. ab4e5fb Make the check print something, give the cache var an llvm specific name. by Reid Spencer · 20 years ago
  27. 0acd65f Add the configurable configuration files for llvmc. by Reid Spencer · 20 years ago
  28. 1779597 Changes for testing presence of ltdl.h and lt_dlopen(), libtool functions by Reid Spencer · 20 years ago
  29. 4b8f82f Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. This by Reid Spencer · 20 years ago
  30. e96aa1c Added the poolalloc module to the list of projects to configure, if present. by John Criswell · 20 years ago
  31. cd9bbdd Make sure we test the right variable for the AC_DEFINE by Reid Spencer · 20 years ago
  32. 1d460f9 It's spelled IEEEFP by Brian Gaeke · 20 years ago
  33. abec8f9 Changes to support rand48 tests by Reid Spencer · 20 years ago
  34. 608624b Really get mkinstalldirs to shut up about what its doing .. who cares? by Reid Spencer · 20 years ago
  35. b9f40c0 Teach mkinstalldirs how to shut up about making directories. by Reid Spencer · 20 years ago
  36. ad354c9 Add a check for the tar program. by Reid Spencer · 20 years ago
  37. 514b4b0 Remove automake support. by Reid Spencer · 20 years ago
  38. cac731e We won't use automake by Reid Spencer · 20 years ago
  39. e6ffb3e Add runtime directories by Reid Spencer · 20 years ago
  40. 824e83d Transfer Makefile.JIT into the build tree for JIT-enabling tools and examples by Misha Brukman · 20 years ago
  41. 09252e9 Set up BUILD_MODE based on the configuration so the default build mode by Reid Spencer · 20 years ago
  42. b3a734a Save Reid's notes from bugzilla on the proper procedure to upgrade libtool by Misha Brukman · 20 years ago
  43. 38bfee4 Changes for libtool 1.5.10 by Reid Spencer · 20 years ago
  44. 04c2144 Update for libtool 1.5.10 by Reid Spencer · 20 years ago
  45. 6bc488b Harden the version requirements to the set that actually works after three by Reid Spencer · 20 years ago
  46. ed0fdf9 Directory changes by Reid Spencer · 20 years ago
  47. 2b6c038 Ensure timestamp on saved contents of configure.ac is not changed. by Reid Spencer · 20 years ago
  48. 6843e38 Add the --with-automake option to AutoRegen.sh and provide the automake by Reid Spencer · 20 years ago
  49. 0d98aed Add checks for the ZLIB and BZIP2 header files, not just the libraries. by Reid Spencer · 20 years ago
  50. 5cb99fb Move the warning about no compression library down to the bottom, away by Reid Spencer · 20 years ago
  51. 37130d2 Provide support for auto-detection and use of compression libraries. by Reid Spencer · 20 years ago
  52. c28d7ad Add checks for bzip2 and libz for use with the Compression concept for by Reid Spencer · 20 years ago
  53. a281b6fa Improve warning by Alkis Evlogimenos · 20 years ago
  54. 4046846 Updated the last two header files so that they are configured with by John Criswell · 20 years ago
  55. 9f01186 Modified hash_map and hash_set configuration so that they are not by John Criswell · 20 years ago
  56. 5fbb1f8 Configure Datatypes.h.in with AC_CONFIG_HEADERS. This should prevent it by John Criswell · 20 years ago
  57. 5d6c4a5 Change the warning text so that NO warnings are permitted. This is now the by Reid Spencer · 20 years ago
  58. c2186e2 Don't attempt to (illegally) configure a subdir if we don't recognize it. by Reid Spencer · 20 years ago
  59. 91b5380 Fix the program passed to AC_LANG_PROGRAM to be only the BODY of the main by Reid Spencer · 20 years ago
  60. 7e2315e Use the right directory for the Java frontend by Alkis Evlogimenos · 20 years ago
  61. a42b525 Correct the use AC_RUN_IFELSE to ensure it builds programs correctly by by Reid Spencer · 20 years ago
  62. 2650835 The problem with depending on the internal implementation of third party by Reid Spencer · 20 years ago
  63. dad130f Update the script to generate mklib instead of libtool. by Reid Spencer · 20 years ago
  64. c1b0d49 Various minor cleanups and replacement of obsoleted macro names. by Reid Spencer · 20 years ago
  65. a8bcc12 Numerous fixes to convert ~ into ; that (probably) occurred during data by Reid Spencer · 20 years ago
  66. 12de17d Bring the script out of the dark ages and into modern autoconfness. by Reid Spencer · 20 years ago
  67. 8eacb0c Make the "Warning" notice a LOT more prominent. by Reid Spencer · 20 years ago
  68. b03adb8 Add in version dependency checks on all the tools we depend on. This is by Reid Spencer · 20 years ago
  69. ed8624d Add our own version of libtool.m4 instead of relying on the installed one. by Reid Spencer · 20 years ago
  70. 8bb8250 Update to latest versions of config.guess and config.sub from by Brian Gaeke · 20 years ago
  71. 2f686db recognize MinGW by Brian Gaeke · 20 years ago
  72. 19ee52a PAPI check has been moved to projects/reopt. by Brian Gaeke · 20 years ago
  73. ad1eb20 Removed this file as its contents are now in the m4 directory. by Reid Spencer · 20 years ago
  74. f7b2de5 - Handle AC_CONFIG_SUBDIRS properly for existing "well known" projects by Reid Spencer · 20 years ago
  75. dcd3875 - Perform all validity checks before doing anything. by Reid Spencer · 20 years ago
  76. 53ecd51 move AC_FUNC_ISINF and AC_FUNC_ISNAN to their own files. by Reid Spencer · 20 years ago
  77. 491f681 Individual autoconf function broken out of acincludes.m4. This change by Reid Spencer · 20 years ago
  78. 1704168 Remove configuration of test/Programs/* Makefiles. by Reid Spencer · 20 years ago
  79. e2c6f51 Don't just assume that either uint64_t or u_int64_t is available. Instead, by Reid Spencer · 20 years ago
  80. 679ff31 Added a check for u_int64_t, which is used by Interix. by John Criswell · 20 years ago
  81. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  82. a11e4db Add support for Interix and FreeBSD by Reid Spencer · 20 years ago
  83. 73fb548 Fix a "test" botch. by Reid Spencer · 20 years ago
  84. 886e951 Recognize Interix systems as if they were SunOS and make sure we don't by Reid Spencer · 20 years ago
  85. 59ee436 Create a link from $BUILD_OBJ_ROOT/lib/System/platform to by Reid Spencer · 20 years ago
  86. 367754a Ensure that the examples get built. by Reid Spencer · 20 years ago
  87. 19d96ee Actually name the #define correctly. by Reid Spencer · 20 years ago
  88. a91929d Change version 1.3 -> 1.4 by Reid Spencer · 20 years ago
  89. 2b51a08 Change the package identification to use one less level of quoting so that by Reid Spencer · 20 years ago
  90. dc76e32 Revised the generation of files so that they follow the newer autoconf by John Criswell · 20 years ago
  91. a4d718f Add AC_MSG_CHECKING and AC_MSG_RESULT statements which were missing by Brian Gaeke · 20 years ago
  92. dfb3397 Add check for finite(). Solaris doesn't have isinf, but it has finite...go by Brian Gaeke · 20 years ago
  93. 3869b27 Add call to check for isinf(). Patch contributed by Bill Wendling. by Brian Gaeke · 20 years ago
  94. 4cc02ac Add support for checking for isinf(). Patch contributed by Bill Wendling. by Brian Gaeke · 20 years ago
  95. 7ed43ad Added support for stdint.h. It is now automatically included by by John Criswell · 20 years ago
  96. 8828eb5 Call custom check (AC_FUNC_ISNAN) instead of using the generic function check. by Brian Gaeke · 20 years ago
  97. 99913ca Implement isnan check (AC_FUNC_ISNAN) in terms of three calls to a fairly by Brian Gaeke · 20 years ago
  98. 8a54a1e Added the llvm/test/Programs/Makefile.test Makefile. by John Criswell · 20 years ago
  99. 7b42a75 Add AIX to the list of recognized operating systems. by Misha Brukman · 20 years ago
  100. d662156 Added checks for mkstemp and getrusage. by John Criswell · 20 years ago