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