1. 79e22d8 Fix CXXFLAGS for huge_val.m4. by Eric Christopher · 12 years ago
  2. b2bc6e4 Add some fixes to the configure script for isInf and add by Eric Christopher · 12 years ago
  3. 8c3d258 configure: Don't require a perl interpreter to be present, LLVM's buildsystem doesn't depend on perl anymore. by Benjamin Kramer · 13 years ago
  4. 9993a3a Enable -Wcovered-switch-default again, but add -Werror to the checks to make by Rafael Espindola · 13 years ago
  5. 8b37637 Strip extraneous information, if present, from the linker version string on by Charles Davis · 13 years ago
  6. 273df0b autoconf/m4/visibility_inlines_hidden.m4: Tweak for cygwin-g++-4.5.3. It folded conftest regardress of attributge((noinline)) with >=O1 . by NAKAMURA Takumi · 13 years ago
  7. b8c20b8 Attempt #2 to fix mingw crossbuild. This time with more ugly hacks! by Benjamin Kramer · 13 years ago
  8. cfe96c8 Make the -fvisibility-inlines-hidden check more thorough in a hopeless attempt to fix mingw cross-compiles. by Benjamin Kramer · 13 years ago
  9. 360fa9a Handle newer cases for freebsd which is approaching 10.0 and not 1.0. by Eric Christopher · 13 years ago
  10. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  11. ee0f32d configure: Add detection of the linker version string. by Daniel Dunbar · 14 years ago
  12. 943005e Fix a spello affecting platforms where the configure check fails. by Dan Gohman · 14 years ago
  13. da612d6 -retain-symbols-file is not what it seems. Update the makefiles by Dan Gohman · 14 years ago
  14. 39ed678 Fix an autoconf bug: The second argument to AC_LANG_PROGRAM is code that by Dan Gohman · 14 years ago
  15. e05f609 Add an autoconf check for -retain-symbols-file and conditionalize by Dan Gohman · 14 years ago
  16. c771850 Make sure we save CXXFLAGS before setting it as pedantic and regenerate by Eric Christopher · 15 years ago
  17. f6ce9ef Remove unneeded checks from configure.ac. by Torok Edwin · 15 years ago
  18. 18aeeaa Fix autoconf 2.65 warning (don't use _cv_ inside AC_CACHE_VAL). by Torok Edwin · 15 years ago
  19. 8039e03 Add an autoconf test to check for optional compiler flags like by Julien Lerouge · 15 years ago
  20. 558aef8 On Linux, uname -m reports the kernel type. Some Linux systems are 32-bit but by Nick Lewycky · 15 years ago
  21. 6493798 install-sh chmods to 0755 by default, and this causes 'git diff' to show by Torok Edwin · 15 years ago
  22. a083335 Revert r66765 and r66766. These were causing build failures on Darwin. by Bill Wendling · 16 years ago
  23. 8bc0803 Set ARCH to x86 on mixed 32/64-bit Linux systems. by Nick Lewycky · 16 years ago
  24. 59fad7d Remove configurey-fu to autodetect hash_map and hash_set now that they are by Nick Lewycky · 16 years ago
  25. 18f9907 Autodetect the availability of -export-dynamic in the linker. by Nick Lewycky · 16 years ago
  26. 0eecd89 When looking for executable extensions, ignore .dSYM, as that's the debug info directory on Darwin. by Jim Grosbach · 16 years ago
  27. ecfe67c Reapply majority of r55557 but with the changes to compilation flags by Daniel Dunbar · 16 years ago
  28. 0783f0d Revert r55557, it is causing linking failures on 32bit linux. by Matthijs Kooijman · 16 years ago
  29. dcf114e Enable -fvisibility-inlines-hidden by default for compilers which support it. by Daniel Dunbar · 16 years ago
  30. 856585b Fix broken default help strings for enable-shared, enable-static, and enable-fast-install. Regenerate configure script. by Tanya Lattner · 17 years ago
  31. c9f1b2d Hack the shared library extension for dylib. The existing code just looks by Reid Spencer · 17 years ago
  32. 118dfcd Fix a configure warning noticed by Duncan Sands. by Reid Spencer · 18 years ago
  33. 36917d9 Expose the sanity. by Reid Spencer · 18 years ago
  34. 6a7c0b7 Make the huge_val test run a C++ program not C by Reid Spencer · 18 years ago
  35. b2ed0526 Add a check to see if HUGE_VAL is sane or not. by Reid Spencer · 18 years ago
  36. 4869d7f For PR738: by Reid Spencer · 18 years ago
  37. 9977ea6 For PR876: by Reid Spencer · 18 years ago
  38. cc2665d For PR876: by Reid Spencer · 18 years ago
  39. 888fac7 Recover the lost diff between 1.5 and 1.6. by Evan Cheng · 18 years ago
  40. a773bd5 Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6. by Reid Spencer · 18 years ago
  41. 5332430 Remove an extraneous use of ${ac_exeext}. Patch by Anton Korobeynikov. by Reid Spencer · 18 years ago
  42. 93b59c6 For PR814: by Reid Spencer · 18 years ago
  43. 806103d When on darwin, compiler_flags need to be percolated down to the 'gcc -r' by Chris Lattner · 18 years ago
  44. 746047a Make it possible to default the llvm_src and llvm_obj variables based on by Reid Spencer · 18 years ago
  45. b195d9d Update to llvm-config tool, by Erik Kidd: by Reid Spencer · 19 years ago
  46. 6697a74 For PR678: by Reid Spencer · 19 years ago
  47. 675267e Get rid of bash specific syntax for variable dereferencing, replacing it by Reid Spencer · 19 years ago
  48. 72f71e1 Add a parameter to the FIND_STD_PROGRAM macro that allows an alternate name by Reid Spencer · 19 years ago
  49. a5e2607 Add two new checks for use in LLVM configuration files: by Reid Spencer · 19 years ago
  50. a8d9789 This macro cannot assume that the location of install-sh and mkinstalldirs by Reid Spencer · 20 years ago
  51. 018e77d Add a new macro for configuring projects, LLVM_CONFIG_PROJECT. This macro by Reid Spencer · 20 years ago
  52. b09a68e Fix a Bourne Shell syntax error in a test by Reid Spencer · 20 years ago
  53. 6da9142 Fix one of the names to not have a . in front of it. by Reid Spencer · 20 years ago
  54. 5d01fa5 For PR351: by Reid Spencer · 20 years ago
  55. 52f853a Provide a value for HAVE_MMAP_ANONYMOUS variable, for consistency with by Reid Spencer · 20 years ago
  56. 145f857 Minor syntactical change to make this a little easier to comprehend. by Reid Spencer · 20 years ago
  57. 104298d Search for tclsh last so we don't find the FreeBSD warning script. by Reid Spencer · 20 years ago
  58. d56a04f * Make sure the cache variable gets cached by Reid Spencer · 20 years ago
  59. 0fcb941 Add a check for the tclsh program needed by dejagnu. This can have weird by Reid Spencer · 20 years ago
  60. 5252d95 Converted with autoupdate for autoconf 2.50 -> 2.59 differences. by Reid Spencer · 20 years ago
  61. 2197262 This file contains macros that allow us to incorporate the ltdl source into by Reid Spencer · 20 years ago
  62. 9274621 Get the cache variable name right. by Reid Spencer · 20 years ago
  63. 1ac1d40 Cache the value of this test. by Reid Spencer · 20 years ago
  64. 4f5f140 Tidy up the indentation. Give the cache variable a proper name. by Reid Spencer · 20 years ago
  65. 898ae19 Eliminate duplicate "checking" message. by Reid Spencer · 20 years ago
  66. ab4e5fb Make the check print something, give the cache var an llvm specific name. by Reid Spencer · 20 years ago
  67. cd9bbdd Make sure we test the right variable for the AC_DEFINE by Reid Spencer · 20 years ago
  68. 1d460f9 It's spelled IEEEFP by Brian Gaeke · 20 years ago
  69. abec8f9 Changes to support rand48 tests by Reid Spencer · 20 years ago
  70. 38bfee4 Changes for libtool 1.5.10 by Reid Spencer · 20 years ago
  71. 4046846 Updated the last two header files so that they are configured with by John Criswell · 20 years ago
  72. 9f01186 Modified hash_map and hash_set configuration so that they are not by John Criswell · 20 years ago
  73. 91b5380 Fix the program passed to AC_LANG_PROGRAM to be only the BODY of the main by Reid Spencer · 20 years ago
  74. a42b525 Correct the use AC_RUN_IFELSE to ensure it builds programs correctly by by Reid Spencer · 20 years ago
  75. dad130f Update the script to generate mklib instead of libtool. by Reid Spencer · 20 years ago
  76. a8bcc12 Numerous fixes to convert ~ into ; that (probably) occurred during data by Reid Spencer · 20 years ago
  77. 12de17d Bring the script out of the dark ages and into modern autoconfness. by Reid Spencer · 20 years ago
  78. ed8624d Add our own version of libtool.m4 instead of relying on the installed one. by Reid Spencer · 20 years ago
  79. 53ecd51 move AC_FUNC_ISINF and AC_FUNC_ISNAN to their own files. by Reid Spencer · 20 years ago
  80. 491f681 Individual autoconf function broken out of acincludes.m4. This change by Reid Spencer · 20 years ago