1. 1edb190 Recognize an IA64 when we see one by Misha Brukman · 19 years ago
  2. 1807c1a Add a call to AC_CONFIG_COMMANDS to ensure that llvm_src is set properly by Reid Spencer · 19 years ago
  3. a8d9789 This macro cannot assume that the location of install-sh and mkinstalldirs by Reid Spencer · 19 years ago
  4. 018e77d Add a new macro for configuring projects, LLVM_CONFIG_PROJECT. This macro by Reid Spencer · 19 years ago
  5. 78ba11d Remove the "pax" program from the list of those needed to support LLVM. by Reid Spencer · 19 years ago
  6. c6cf2fb The pool allocator is now the llvm-poolalloc module in public CVS by Chris Lattner · 20 years ago
  7. dd106c2 let configure recognize Alphas by Andrew Lenharth · 20 years ago
  8. 47d2796 Mark CVS versions different from releases by Misha Brukman · 20 years ago
  9. ae6ec8e We're working towards LLVM 1.5 now so bump the version number. This change by Reid Spencer · 20 years ago
  10. 7bd1ede Fix llvm-java project autconfiguration. by Alkis Evlogimenos · 20 years ago
  11. 8085cff Provide support for HP/UX aCC compiler's variant of hash_map and hash_set by Reid Spencer · 20 years ago
  12. eadc9ef The Java project now lives under projects/llvm-java. by Alkis Evlogimenos · 20 years ago
  13. bbf7a8a For PR351: Make LLVM_ON_UNIX and LLVM_ON_WIN32 available in the makefiles by Reid Spencer · 20 years ago
  14. ba46ca3 For PR351: * lib/System depends on sbrk(3), make sure we check for it. by Reid Spencer · 20 years ago
  15. 582a23c * Fix a bug in an m4 macro that used an incorrect test operator by Reid Spencer · 20 years ago
  16. b09a68e Fix a Bourne Shell syntax error in a test by Reid Spencer · 20 years ago
  17. 6da9142 Fix one of the names to not have a . in front of it. by Reid Spencer · 20 years ago
  18. 2dc6586 Make the x86_64 target names match between def and use. Thanks Misha. by Reid Spencer · 20 years ago
  19. be41b25 Make the 64-bit x86 target named "x86_64" instead of "AMD64". by Reid Spencer · 20 years ago
  20. f97c703 Don't create symbolic links for lib/System any more. It doesn't need them. by Reid Spencer · 20 years ago
  21. 7931a78 For PR351: by Reid Spencer · 20 years ago
  22. 5d01fa5 For PR351: by Reid Spencer · 20 years ago
  23. 3ed2f2f Oops, reverse the logic on a test for WITH_LLVMGCCDIR to make it define by Reid Spencer · 20 years ago
  24. 52f853a Provide a value for HAVE_MMAP_ANONYMOUS variable, for consistency with by Reid Spencer · 20 years ago
  25. 59473af For PR351: by Reid Spencer · 20 years ago
  26. 3bf6960 Make the symbolic link using the correct variable! by Reid Spencer · 20 years ago
  27. 7b3e851 For PR351: by Reid Spencer · 20 years ago
  28. 0a43d39 Change llvmgcc/llvmg++ to llvm-gcc and llvm-g++ respectively. by Reid Spencer · 20 years ago
  29. e32beb7 Fix a bug in libtool's ltmain.sh. On Cygwin the "$output.exp" expression by Reid Spencer · 20 years ago
  30. ee93c87 Update the amd64 target detection checks. by Reid Spencer · 20 years ago
  31. 95ed843 Added support for detection of amd64 targets. by Reid Spencer · 20 years ago
  32. 502935f For PR432: by Reid Spencer · 20 years ago
  33. d00b82e Get rid of old automake stuff by Reid Spencer · 20 years ago
  34. 1997c45 Ignore generated files by Misha Brukman · 20 years ago
  35. ab5eaea For PR351: by Reid Spencer · 20 years ago
  36. 8a2d471 Add CMP and CP configuration variables for the unix cmp and cp programs. by Reid Spencer · 20 years ago
  37. 757838e Remove LLVMGCCDIR from the set of defines. by Reid Spencer · 20 years ago
  38. 6af3d26 Don't put newlines in AC macros that can't handle them! by Reid Spencer · 20 years ago
  39. f9960f7 Add some system specific functions we use by Reid Spencer · 20 years ago
  40. 145f857 Minor syntactical change to make this a little easier to comprehend. by Reid Spencer · 20 years ago
  41. ca76740 Get LLVMGCCDIR into the #defines by Reid Spencer · 20 years ago
  42. d4f0f98 More QMTest cruft gone! by Reid Spencer · 20 years ago
  43. 8690180 Remove last remnants of Python/QMTest support by Reid Spencer · 20 years ago
  44. 104298d Search for tclsh last so we don't find the FreeBSD warning script. by Reid Spencer · 20 years ago
  45. d56a04f * Make sure the cache variable gets cached by Reid Spencer · 20 years ago
  46. 0fcb941 Add a check for the tclsh program needed by dejagnu. This can have weird by Reid Spencer · 20 years ago
  47. 2bc7bd5 * Implement embedding libltdl into LLVM which required some rearranging. by Reid Spencer · 20 years ago
  48. 8baa775 * Update instructions about upgrading libtool by Reid Spencer · 20 years ago
  49. 5252d95 Converted with autoupdate for autoconf 2.50 -> 2.59 differences. by Reid Spencer · 20 years ago
  50. 2197262 This file contains macros that allow us to incorporate the ltdl source into by Reid Spencer · 20 years ago
  51. 1f31942 * allow doxygen documentation to be enabled/disabled (default off) by Reid Spencer · 20 years ago
  52. 3be58f9 Remove a dead check at the end of the configure script that was a left over by Reid Spencer · 20 years ago
  53. 9274621 Get the cache variable name right. by Reid Spencer · 20 years ago
  54. 4a41586 Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now. by Reid Spencer · 20 years ago
  55. efbe40a Gack. Actually use the correct variable name in setting the JIT support. by Reid Spencer · 20 years ago
  56. edd01b9 Fix the lib/System/platform link by using proper cached variable name. by Reid Spencer · 20 years ago
  57. 5e1d9a5 For PR256: by Reid Spencer · 20 years ago
  58. 1ac1d40 Cache the value of this test. by Reid Spencer · 20 years ago
  59. 4f5f140 Tidy up the indentation. Give the cache variable a proper name. by Reid Spencer · 20 years ago
  60. 898ae19 Eliminate duplicate "checking" message. by Reid Spencer · 20 years ago
  61. ab4e5fb Make the check print something, give the cache var an llvm specific name. by Reid Spencer · 20 years ago
  62. 0acd65f Add the configurable configuration files for llvmc. by Reid Spencer · 20 years ago
  63. 1779597 Changes for testing presence of ltdl.h and lt_dlopen(), libtool functions by Reid Spencer · 20 years ago
  64. 4b8f82f Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. This by Reid Spencer · 20 years ago
  65. e96aa1c Added the poolalloc module to the list of projects to configure, if present. by John Criswell · 20 years ago
  66. cd9bbdd Make sure we test the right variable for the AC_DEFINE by Reid Spencer · 20 years ago
  67. 1d460f9 It's spelled IEEEFP by Brian Gaeke · 20 years ago
  68. abec8f9 Changes to support rand48 tests by Reid Spencer · 20 years ago
  69. 608624b Really get mkinstalldirs to shut up about what its doing .. who cares? by Reid Spencer · 20 years ago
  70. b9f40c0 Teach mkinstalldirs how to shut up about making directories. by Reid Spencer · 20 years ago
  71. ad354c9 Add a check for the tar program. by Reid Spencer · 20 years ago
  72. 514b4b0 Remove automake support. by Reid Spencer · 20 years ago
  73. cac731e We won't use automake by Reid Spencer · 20 years ago
  74. e6ffb3e Add runtime directories by Reid Spencer · 20 years ago
  75. 824e83d Transfer Makefile.JIT into the build tree for JIT-enabling tools and examples by Misha Brukman · 20 years ago
  76. 09252e9 Set up BUILD_MODE based on the configuration so the default build mode by Reid Spencer · 20 years ago
  77. b3a734a Save Reid's notes from bugzilla on the proper procedure to upgrade libtool by Misha Brukman · 20 years ago
  78. 38bfee4 Changes for libtool 1.5.10 by Reid Spencer · 20 years ago
  79. 04c2144 Update for libtool 1.5.10 by Reid Spencer · 20 years ago
  80. 6bc488b Harden the version requirements to the set that actually works after three by Reid Spencer · 20 years ago
  81. ed0fdf9 Directory changes by Reid Spencer · 20 years ago
  82. 2b6c038 Ensure timestamp on saved contents of configure.ac is not changed. by Reid Spencer · 20 years ago
  83. 6843e38 Add the --with-automake option to AutoRegen.sh and provide the automake by Reid Spencer · 20 years ago
  84. 0d98aed Add checks for the ZLIB and BZIP2 header files, not just the libraries. by Reid Spencer · 20 years ago
  85. 5cb99fb Move the warning about no compression library down to the bottom, away by Reid Spencer · 20 years ago
  86. 37130d2 Provide support for auto-detection and use of compression libraries. by Reid Spencer · 20 years ago
  87. c28d7ad Add checks for bzip2 and libz for use with the Compression concept for by Reid Spencer · 20 years ago
  88. a281b6fa Improve warning by Alkis Evlogimenos · 20 years ago
  89. 4046846 Updated the last two header files so that they are configured with by John Criswell · 20 years ago
  90. 9f01186 Modified hash_map and hash_set configuration so that they are not by John Criswell · 20 years ago
  91. 5fbb1f8 Configure Datatypes.h.in with AC_CONFIG_HEADERS. This should prevent it by John Criswell · 20 years ago
  92. 5d6c4a5 Change the warning text so that NO warnings are permitted. This is now the by Reid Spencer · 20 years ago
  93. c2186e2 Don't attempt to (illegally) configure a subdir if we don't recognize it. by Reid Spencer · 20 years ago
  94. 91b5380 Fix the program passed to AC_LANG_PROGRAM to be only the BODY of the main by Reid Spencer · 20 years ago
  95. 7e2315e Use the right directory for the Java frontend by Alkis Evlogimenos · 20 years ago
  96. a42b525 Correct the use AC_RUN_IFELSE to ensure it builds programs correctly by by Reid Spencer · 20 years ago
  97. 2650835 The problem with depending on the internal implementation of third party by Reid Spencer · 20 years ago
  98. dad130f Update the script to generate mklib instead of libtool. by Reid Spencer · 20 years ago
  99. c1b0d49 Various minor cleanups and replacement of obsoleted macro names. by Reid Spencer · 20 years ago
  100. a8bcc12 Numerous fixes to convert ~ into ; that (probably) occurred during data by Reid Spencer · 20 years ago