1. f8dacd1 Bumping version number by Tanya Lattner · 18 years ago
  2. 65c5d75 Add a -disable-cbe-printf-a option so that the output of the C Backend by Reid Spencer · 18 years ago
  3. 6a7c0b7 Make the huge_val test run a C++ program not C by Reid Spencer · 18 years ago
  4. b2ed0526 Add a check to see if HUGE_VAL is sane or not. by Reid Spencer · 18 years ago
  5. 52121a1 Fix misleading warning message by Chris Lattner · 18 years ago
  6. a6d990a Add a HAVE_MACH_MACH_H #define to detect the presence of the mach/mach.h by Reid Spencer · 18 years ago
  7. 4869d7f For PR738: by Reid Spencer · 18 years ago
  8. 6ccd01a Add irix as a (potential) new platform so that Timothy Baldridge can by Reid Spencer · 18 years ago
  9. ea949cf Add llvm.spec to the list of files to be configured. by Reid Spencer · 18 years ago
  10. 9977ea6 For PR876: by Reid Spencer · 18 years ago
  11. cc2665d For PR876: by Reid Spencer · 18 years ago
  12. 888fac7 Recover the lost diff between 1.5 and 1.6. by Evan Cheng · 18 years ago
  13. a773bd5 Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6. by Reid Spencer · 18 years ago
  14. ceaf1c3 Fix the --with-extra-options to use the correct variable. by Reid Spencer · 18 years ago
  15. aea7fe4 For PR848: by Reid Spencer · 18 years ago
  16. 1bc6864 Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to by Reid Spencer · 18 years ago
  17. bbf6894 Bump version # by Chris Lattner · 18 years ago
  18. e2cfe5d For PR814: by Reid Spencer · 18 years ago
  19. 5332430 Remove an extraneous use of ${ac_exeext}. Patch by Anton Korobeynikov. by Reid Spencer · 18 years ago
  20. 93b59c6 For PR814: by Reid Spencer · 18 years ago
  21. 939ea65 Fixed a typo. by Evan Cheng · 18 years ago
  22. cf9be26 Added --with-extra-options=opts to specify additional options to build LLVM and run tests. by Evan Cheng · 18 years ago
  23. 0389cf7 Added the privbracket project to the list of projects to auto-configure. by John Criswell · 18 years ago
  24. cdb08a3 For PR633: by Reid Spencer · 18 years ago
  25. caf0ece Some enhancements for gv/graphviz/dot/dotty support and better handling of by Reid Spencer · 18 years ago
  26. ecbd242 For PR798: Have configure find the "dotty" program and adjust configuration. by Reid Spencer · 18 years ago
  27. 48fdf91 Provide configuration support and usage for MINGW32 platform by Reid Spencer · 18 years ago
  28. ced39bd Make sure windows.h is #included first. by Reid Spencer · 18 years ago
  29. b66925b Make sure that when checking for MINGW32 libraries we ask for windows.h by Reid Spencer · 18 years ago
  30. 484fc8e Provide support for detecting if the Win32 imaghlp and psapi libraries by Reid Spencer · 18 years ago
  31. 398a6b7 Tighten this script up a bit. by Reid Spencer · 18 years ago
  32. 0fa145d For PR784: by Reid Spencer · 18 years ago
  33. 0582887 Make sure to default ${prefix} to /usr/local if the user didn't specify it. by Reid Spencer · 18 years ago
  34. 7bc59bc added a skeleton of the ARM backend by Rafael Espindola · 18 years ago
  35. b5d75b8 Use the -dumpversion option to llvm-gcc which gives us just the version # by Reid Spencer · 18 years ago
  36. f9b458c For PR747: by Reid Spencer · 18 years ago
  37. e198afc Configure llvm-config in tools, not utils. by Reid Spencer · 18 years ago
  38. 7df583e Never build SparcV9 by Chris Lattner · 18 years ago
  39. 1014ab4 Allow OpenBSD to be recognized as a UNIX platform. by Reid Spencer · 18 years ago
  40. 806103d When on darwin, compiler_flags need to be percolated down to the 'gcc -r' by Chris Lattner · 18 years ago
  41. 746047a Make it possible to default the llvm_src and llvm_obj variables based on by Reid Spencer · 18 years ago
  42. 57d3725 Ahem. HEAD -> 1.8cvs not 1.7 (I'm an idiot). by Reid Spencer · 18 years ago
  43. 0667f6f remove the "cvs" part of the version number for the release branch. by Reid Spencer · 18 years ago
  44. c28ccd8 Change the assertions defaults: by Reid Spencer · 18 years ago
  45. 4ebf331 Ensure that the automatic "CVS build" detection works for both by Reid Spencer · 18 years ago
  46. 54d1448 For PR723: by Reid Spencer · 18 years ago
  47. 7917d3a For support of new GCC v4, obtain the full and major versions of the by Reid Spencer · 18 years ago
  48. b195d9d Update to llvm-config tool, by Erik Kidd: by Reid Spencer · 18 years ago
  49. f2722ca These changes are necessary to support the new llvm-config tool. llvm-config by Reid Spencer · 18 years ago
  50. 74878f4 Use -emit-llvm -S to get .ll file output from llvm-gcc by Chris Lattner · 18 years ago
  51. a6bbfe8 don't build the skeleton target by Chris Lattner · 18 years ago
  52. 937c60a reverting previous change, will add support for other compilers later by Duraid Madina · 18 years ago
  53. 80a8a26 previously, configure would die if GCC or ICC was not found. Now it'll by Duraid Madina · 18 years ago
  54. 762236c SparcV8 -> Sparc by Chris Lattner · 19 years ago
  55. 44b4d9f by Duraid Madina · 19 years ago
  56. ec7a9b3 add checks for new functions. I'd appreciate it if someone could regen by Chris Lattner · 19 years ago
  57. 3484a99 Make sure that libm is used during config tests so that ceil, floor, and by Reid Spencer · 19 years ago
  58. f4bb9b1 For PR696: Add checks for ceil, ceilf, floor, and floorf by Reid Spencer · 19 years ago
  59. 6697a74 For PR678: by Reid Spencer · 19 years ago
  60. 6e96d81 Implement fix for PR471: by Reid Spencer · 19 years ago
  61. 241116f Added the llvm-kernel project to the list of automatically configured projects. by John Criswell · 19 years ago
  62. 368c36f add malloc_zone_statistics, remove mstats by Chris Lattner · 19 years ago
  63. a930f21 add some stuff for mstats on darwin by Chris Lattner · 19 years ago
  64. e250389 Updated version to 1.7cvs. by John Criswell · 19 years ago
  65. c0c186d Merged from RELEASE_16. by John Criswell · 19 years ago
  66. ea04dfd Fixed copy-paste typo, patch by Marco Matthies. by Misha Brukman · 19 years ago
  67. 755bcf0 For PR619: by Reid Spencer · 19 years ago
  68. 0a262ba For PR616: by Reid Spencer · 19 years ago
  69. bc9e49c Fix PR608: by Reid Spencer · 19 years ago
  70. 675267e Get rid of bash specific syntax for variable dereferencing, replacing it by Reid Spencer · 19 years ago
  71. ddc31e8 Alpha has JIT by Andrew Lenharth · 19 years ago
  72. 72f71e1 Add a parameter to the FIND_STD_PROGRAM macro that allows an alternate name by Reid Spencer · 19 years ago
  73. a5e2607 Add two new checks for use in LLVM configuration files: by Reid Spencer · 19 years ago
  74. be13028 * Correct the AC_DEFINE for LLVM_PATH_GRAPHVIZ to use AC_DEFINE_UNQUOTED so by Reid Spencer · 19 years ago
  75. c232a65 Put the path to the Graphviz program in the #defines so it can be used. by Reid Spencer · 19 years ago
  76. 8a2246f Implement a test for the Graphviz program for Chris Lattner. The symbol by Reid Spencer · 19 years ago
  77. ee44863 For PR540: by Reid Spencer · 19 years ago
  78. 9e4f701 In support of PR418: by Reid Spencer · 19 years ago
  79. 6d2e334 We also have V8, so do not force every Sparc to be treated like a V9. It is by Misha Brukman · 19 years ago
  80. c84492c Fix the definitions of LLVMGCC and LLVMGXX to include the EXEEXT (the by Reid Spencer · 19 years ago
  81. dde5e38 For PR514: Do not configure removed files by Reid Spencer · 19 years ago
  82. 5690c53 Updated version to LLVM 1.6 CVS. by John Criswell · 19 years ago
  83. 8bfe6a7 Merged in release_15. by John Criswell · 19 years ago
  84. 4c61d92 detect HP-UX when configuring by Duraid Madina · 19 years ago
  85. b9a5d68 Remove the check for the ffsll function. Its no longer needed by the by Reid Spencer · 19 years ago
  86. c29b13d Changes for ffs lib call simplification: by Reid Spencer · 19 years ago
  87. 15792b0 Fix the "stacker doesn't build without llvm-gcc" problem. The configure by Reid Spencer · 19 years ago
  88. e886798 llvm-fefw doesn't exist (yet) by Misha Brukman · 19 years ago
  89. 5ec2ae6 Remove extraneous `U ' in copyright line by Misha Brukman · 19 years ago
  90. ccc1c16 Build the `Skeleton' target when building "all" targets by Misha Brukman · 19 years ago
  91. 675f092 Make sure the CBackend is always a target that is built. by Reid Spencer · 19 years ago
  92. 99d1fcc Consolidate the target selection options into a single option, by Reid Spencer · 19 years ago
  93. 945de9b First step in avoiding compilation/usage of non-relevant targets. New by Reid Spencer · 19 years ago
  94. 1edb190 Recognize an IA64 when we see one by Misha Brukman · 19 years ago
  95. 1807c1a Add a call to AC_CONFIG_COMMANDS to ensure that llvm_src is set properly by Reid Spencer · 19 years ago
  96. a8d9789 This macro cannot assume that the location of install-sh and mkinstalldirs by Reid Spencer · 19 years ago
  97. 018e77d Add a new macro for configuring projects, LLVM_CONFIG_PROJECT. This macro by Reid Spencer · 19 years ago
  98. 78ba11d Remove the "pax" program from the list of those needed to support LLVM. by Reid Spencer · 19 years ago
  99. c6cf2fb The pool allocator is now the llvm-poolalloc module in public CVS by Chris Lattner · 20 years ago
  100. dd106c2 let configure recognize Alphas by Andrew Lenharth · 20 years ago