1. 8039e03 Add an autoconf test to check for optional compiler flags like by Julien Lerouge · 15 years ago
  2. 558aef8 On Linux, uname -m reports the kernel type. Some Linux systems are 32-bit but by Nick Lewycky · 15 years ago
  3. 6493798 install-sh chmods to 0755 by default, and this causes 'git diff' to show by Torok Edwin · 15 years ago
  4. a083335 Revert r66765 and r66766. These were causing build failures on Darwin. by Bill Wendling · 16 years ago
  5. 8bc0803 Set ARCH to x86 on mixed 32/64-bit Linux systems. by Nick Lewycky · 16 years ago
  6. 59fad7d Remove configurey-fu to autodetect hash_map and hash_set now that they are by Nick Lewycky · 16 years ago
  7. 18f9907 Autodetect the availability of -export-dynamic in the linker. by Nick Lewycky · 16 years ago
  8. 0eecd89 When looking for executable extensions, ignore .dSYM, as that's the debug info directory on Darwin. by Jim Grosbach · 16 years ago
  9. ecfe67c Reapply majority of r55557 but with the changes to compilation flags by Daniel Dunbar · 16 years ago
  10. 0783f0d Revert r55557, it is causing linking failures on 32bit linux. by Matthijs Kooijman · 16 years ago
  11. dcf114e Enable -fvisibility-inlines-hidden by default for compilers which support it. by Daniel Dunbar · 16 years ago
  12. 856585b Fix broken default help strings for enable-shared, enable-static, and enable-fast-install. Regenerate configure script. by Tanya Lattner · 17 years ago
  13. c9f1b2d Hack the shared library extension for dylib. The existing code just looks by Reid Spencer · 18 years ago
  14. 118dfcd Fix a configure warning noticed by Duncan Sands. by Reid Spencer · 18 years ago
  15. 36917d9 Expose the sanity. by Reid Spencer · 18 years ago
  16. 6a7c0b7 Make the huge_val test run a C++ program not C by Reid Spencer · 18 years ago
  17. b2ed0526 Add a check to see if HUGE_VAL is sane or not. by Reid Spencer · 18 years ago
  18. 4869d7f For PR738: by Reid Spencer · 18 years ago
  19. 9977ea6 For PR876: by Reid Spencer · 18 years ago
  20. cc2665d For PR876: by Reid Spencer · 18 years ago
  21. 888fac7 Recover the lost diff between 1.5 and 1.6. by Evan Cheng · 18 years ago
  22. a773bd5 Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6. by Reid Spencer · 18 years ago
  23. 5332430 Remove an extraneous use of ${ac_exeext}. Patch by Anton Korobeynikov. by Reid Spencer · 18 years ago
  24. 93b59c6 For PR814: by Reid Spencer · 18 years ago
  25. 806103d When on darwin, compiler_flags need to be percolated down to the 'gcc -r' by Chris Lattner · 18 years ago
  26. 746047a Make it possible to default the llvm_src and llvm_obj variables based on by Reid Spencer · 18 years ago
  27. b195d9d Update to llvm-config tool, by Erik Kidd: by Reid Spencer · 19 years ago
  28. 6697a74 For PR678: by Reid Spencer · 19 years ago
  29. 675267e Get rid of bash specific syntax for variable dereferencing, replacing it by Reid Spencer · 19 years ago
  30. 72f71e1 Add a parameter to the FIND_STD_PROGRAM macro that allows an alternate name by Reid Spencer · 19 years ago
  31. a5e2607 Add two new checks for use in LLVM configuration files: by Reid Spencer · 19 years ago
  32. a8d9789 This macro cannot assume that the location of install-sh and mkinstalldirs by Reid Spencer · 20 years ago
  33. 018e77d Add a new macro for configuring projects, LLVM_CONFIG_PROJECT. This macro by Reid Spencer · 20 years ago
  34. b09a68e Fix a Bourne Shell syntax error in a test by Reid Spencer · 20 years ago
  35. 6da9142 Fix one of the names to not have a . in front of it. by Reid Spencer · 20 years ago
  36. 5d01fa5 For PR351: by Reid Spencer · 20 years ago
  37. 52f853a Provide a value for HAVE_MMAP_ANONYMOUS variable, for consistency with by Reid Spencer · 20 years ago
  38. 145f857 Minor syntactical change to make this a little easier to comprehend. by Reid Spencer · 20 years ago
  39. 104298d Search for tclsh last so we don't find the FreeBSD warning script. by Reid Spencer · 20 years ago
  40. d56a04f * Make sure the cache variable gets cached by Reid Spencer · 20 years ago
  41. 0fcb941 Add a check for the tclsh program needed by dejagnu. This can have weird by Reid Spencer · 20 years ago
  42. 5252d95 Converted with autoupdate for autoconf 2.50 -> 2.59 differences. by Reid Spencer · 20 years ago
  43. 2197262 This file contains macros that allow us to incorporate the ltdl source into by Reid Spencer · 20 years ago
  44. 9274621 Get the cache variable name right. by Reid Spencer · 20 years ago
  45. 1ac1d40 Cache the value of this test. by Reid Spencer · 20 years ago
  46. 4f5f140 Tidy up the indentation. Give the cache variable a proper name. by Reid Spencer · 20 years ago
  47. 898ae19 Eliminate duplicate "checking" message. by Reid Spencer · 20 years ago
  48. ab4e5fb Make the check print something, give the cache var an llvm specific name. by Reid Spencer · 20 years ago
  49. cd9bbdd Make sure we test the right variable for the AC_DEFINE by Reid Spencer · 20 years ago
  50. 1d460f9 It's spelled IEEEFP by Brian Gaeke · 20 years ago
  51. abec8f9 Changes to support rand48 tests by Reid Spencer · 20 years ago
  52. 38bfee4 Changes for libtool 1.5.10 by Reid Spencer · 20 years ago
  53. 4046846 Updated the last two header files so that they are configured with by John Criswell · 20 years ago
  54. 9f01186 Modified hash_map and hash_set configuration so that they are not by John Criswell · 20 years ago
  55. 91b5380 Fix the program passed to AC_LANG_PROGRAM to be only the BODY of the main by Reid Spencer · 20 years ago
  56. a42b525 Correct the use AC_RUN_IFELSE to ensure it builds programs correctly by by Reid Spencer · 20 years ago
  57. dad130f Update the script to generate mklib instead of libtool. by Reid Spencer · 20 years ago
  58. a8bcc12 Numerous fixes to convert ~ into ; that (probably) occurred during data by Reid Spencer · 20 years ago
  59. 12de17d Bring the script out of the dark ages and into modern autoconfness. by Reid Spencer · 20 years ago
  60. ed8624d Add our own version of libtool.m4 instead of relying on the installed one. by Reid Spencer · 20 years ago
  61. 53ecd51 move AC_FUNC_ISINF and AC_FUNC_ISNAN to their own files. by Reid Spencer · 20 years ago
  62. 491f681 Individual autoconf function broken out of acincludes.m4. This change by Reid Spencer · 20 years ago