1. de7b6c7 Fixing a typo in configure.ac. by Gordon Henriksen · 17 years ago
  2. 1d4e078 Providing --with-ocaml-libdir for ./configure. The default is the by Gordon Henriksen · 17 years ago
  3. 48c7253 Fixing (harmless) typos. by Gordon Henriksen · 17 years ago
  4. 6530e9d Add explicit --enable-bindings option to configure. by Gordon Henriksen · 17 years ago
  5. 4229371 PR1601: etags not configured correctly by Gordon Henriksen · 17 years ago
  6. 28622d6 Fix for srcdir <> objdir builds. by Gordon Henriksen · 17 years ago
  7. a8c3660 Incorporating review feedback for GC verifier patch. by Gordon Henriksen · 17 years ago
  8. 75155ef by Gordon Henriksen · 17 years ago
  9. 856585b Fix broken default help strings for enable-shared, enable-static, and enable-fast-install. Regenerate configure script. by Tanya Lattner · 17 years ago
  10. 5c70954 Change to 2.2svn. by Tanya Lattner · 17 years ago
  11. 6307c29 add mips target to builder. I'd appreciate it if someone with by Chris Lattner · 17 years ago
  12. f8e9f7c Fix PR1606: by Reid Spencer · 17 years ago
  13. 3b30a6e Add detection of __dso_handle presence during configure. Use this information in the by Anton Korobeynikov · 17 years ago
  14. 0af3225 support poolalloc as checked out from svn by Andrew Lenharth · 17 years ago
  15. f70414f * llvm.spec.in: update blurb by Gabor Greif · 17 years ago
  16. 35515e4 cvs -> svn by Reid Spencer · 17 years ago
  17. 080d687 Revert last change until issue reported by Owen, won't be fixed. by Anton Korobeynikov · 17 years ago
  18. ed51321 Rename llvm-test => test-suite. By Dave Greene. by Anton Korobeynikov · 17 years ago
  19. e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
  20. a696d24 Add support for building with _GLIBCXX_DEBUG. New configure option by David Greene · 17 years ago
  21. e406873 Make Perl a required dependency and cause configure script to fail if it by Reid Spencer · 17 years ago
  22. 5c9f800 Bump version number in cvs by Tanya Lattner · 17 years ago
  23. 1addff9 Add support for determining which languages the llvm-gcc front end supports. by Reid Spencer · 17 years ago
  24. c9f1b2d Hack the shared library extension for dylib. The existing code just looks by Reid Spencer · 17 years ago
  25. 34e0d32 Check for .svn directories too to determine if a debug build is appropriate. by Reid Spencer · 17 years ago
  26. 3acdc63 For PR1283: by Reid Spencer · 17 years ago
  27. 099883f Let the new backend begin! by Anton Korobeynikov · 17 years ago
  28. 9ba8a76 Add possibility to set memory limit for binaries run via libSystem. This by Anton Korobeynikov · 17 years ago
  29. 8c70122 Fix the TARGET_HAS_JIT settings. Sparc doesn't, x86_64 does, ARM doesn't. by Reid Spencer · 18 years ago
  30. 5b53fd1 Add support for the ARM target in the target configuration processing. by Reid Spencer · 18 years ago
  31. 377170a For PR808: Add support for NetBSD. by Reid Spencer · 18 years ago
  32. a5137f3 Cleanup by Anton Korobeynikov · 18 years ago
  33. 8cd4c3e Adding disassembler interface and external hook to udis86 library. by Anton Korobeynikov · 18 years ago
  34. 67bb079 For PR1074: Adjust configuration for Stacker's new name: llvm-stacker. by Reid Spencer · 18 years ago
  35. 28783c3 '==' is not a legal test operator on BSD. Use '='. by Jeff Cohen · 18 years ago
  36. 118dfcd Fix a configure warning noticed by Duncan Sands. by Reid Spencer · 18 years ago
  37. 282d8c1 Add a new variable, LLVMGCCLIBEXEC to get the libexec directory where the by Reid Spencer · 18 years ago
  38. 89b0d99 Allow an --enable-pic option to turn on -fPIC compiler option when building. by Reid Spencer · 18 years ago
  39. d27a258 Cleaned setjmp/longjmp lowering interfaces. Now we're producing right by Anton Korobeynikov · 18 years ago
  40. 1c1d0a5 this warning is obsolete with llvmgcc3 being gone by Chris Lattner · 18 years ago
  41. 36917d9 Expose the sanity. by Reid Spencer · 18 years ago
  42. 1000b73 For PR1019: by Reid Spencer · 18 years ago
  43. 8b2e141 Undo removal of the runtime libraries. While this may have been a bit by Reid Spencer · 18 years ago
  44. ac90d5e In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will by Reid Spencer · 18 years ago
  45. f8dacd1 Bumping version number by Tanya Lattner · 18 years ago
  46. 65c5d75 Add a -disable-cbe-printf-a option so that the output of the C Backend by Reid Spencer · 18 years ago
  47. 6a7c0b7 Make the huge_val test run a C++ program not C by Reid Spencer · 18 years ago
  48. b2ed0526 Add a check to see if HUGE_VAL is sane or not. by Reid Spencer · 18 years ago
  49. 52121a1 Fix misleading warning message by Chris Lattner · 18 years ago
  50. a6d990a Add a HAVE_MACH_MACH_H #define to detect the presence of the mach/mach.h by Reid Spencer · 18 years ago
  51. 4869d7f For PR738: by Reid Spencer · 18 years ago
  52. 6ccd01a Add irix as a (potential) new platform so that Timothy Baldridge can by Reid Spencer · 18 years ago
  53. ea949cf Add llvm.spec to the list of files to be configured. by Reid Spencer · 18 years ago
  54. 9977ea6 For PR876: by Reid Spencer · 18 years ago
  55. cc2665d For PR876: by Reid Spencer · 18 years ago
  56. 888fac7 Recover the lost diff between 1.5 and 1.6. by Evan Cheng · 18 years ago
  57. a773bd5 Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6. by Reid Spencer · 18 years ago
  58. ceaf1c3 Fix the --with-extra-options to use the correct variable. by Reid Spencer · 18 years ago
  59. aea7fe4 For PR848: by Reid Spencer · 18 years ago
  60. 1bc6864 Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to by Reid Spencer · 18 years ago
  61. bbf6894 Bump version # by Chris Lattner · 18 years ago
  62. e2cfe5d For PR814: by Reid Spencer · 18 years ago
  63. 5332430 Remove an extraneous use of ${ac_exeext}. Patch by Anton Korobeynikov. by Reid Spencer · 18 years ago
  64. 93b59c6 For PR814: by Reid Spencer · 18 years ago
  65. 939ea65 Fixed a typo. by Evan Cheng · 18 years ago
  66. cf9be26 Added --with-extra-options=opts to specify additional options to build LLVM and run tests. by Evan Cheng · 18 years ago
  67. 0389cf7 Added the privbracket project to the list of projects to auto-configure. by John Criswell · 18 years ago
  68. cdb08a3 For PR633: by Reid Spencer · 18 years ago
  69. caf0ece Some enhancements for gv/graphviz/dot/dotty support and better handling of by Reid Spencer · 18 years ago
  70. ecbd242 For PR798: Have configure find the "dotty" program and adjust configuration. by Reid Spencer · 18 years ago
  71. 48fdf91 Provide configuration support and usage for MINGW32 platform by Reid Spencer · 18 years ago
  72. ced39bd Make sure windows.h is #included first. by Reid Spencer · 18 years ago
  73. b66925b Make sure that when checking for MINGW32 libraries we ask for windows.h by Reid Spencer · 18 years ago
  74. 484fc8e Provide support for detecting if the Win32 imaghlp and psapi libraries by Reid Spencer · 18 years ago
  75. 398a6b7 Tighten this script up a bit. by Reid Spencer · 18 years ago
  76. 0fa145d For PR784: by Reid Spencer · 18 years ago
  77. 0582887 Make sure to default ${prefix} to /usr/local if the user didn't specify it. by Reid Spencer · 18 years ago
  78. 7bc59bc added a skeleton of the ARM backend by Rafael Espindola · 18 years ago
  79. b5d75b8 Use the -dumpversion option to llvm-gcc which gives us just the version # by Reid Spencer · 18 years ago
  80. f9b458c For PR747: by Reid Spencer · 18 years ago
  81. e198afc Configure llvm-config in tools, not utils. by Reid Spencer · 18 years ago
  82. 7df583e Never build SparcV9 by Chris Lattner · 18 years ago
  83. 1014ab4 Allow OpenBSD to be recognized as a UNIX platform. by Reid Spencer · 18 years ago
  84. 806103d When on darwin, compiler_flags need to be percolated down to the 'gcc -r' by Chris Lattner · 18 years ago
  85. 746047a Make it possible to default the llvm_src and llvm_obj variables based on by Reid Spencer · 18 years ago
  86. 57d3725 Ahem. HEAD -> 1.8cvs not 1.7 (I'm an idiot). by Reid Spencer · 18 years ago
  87. 0667f6f remove the "cvs" part of the version number for the release branch. by Reid Spencer · 18 years ago
  88. c28ccd8 Change the assertions defaults: by Reid Spencer · 18 years ago
  89. 4ebf331 Ensure that the automatic "CVS build" detection works for both by Reid Spencer · 18 years ago
  90. 54d1448 For PR723: by Reid Spencer · 18 years ago
  91. 7917d3a For support of new GCC v4, obtain the full and major versions of the by Reid Spencer · 18 years ago
  92. b195d9d Update to llvm-config tool, by Erik Kidd: by Reid Spencer · 18 years ago
  93. f2722ca These changes are necessary to support the new llvm-config tool. llvm-config by Reid Spencer · 18 years ago
  94. 74878f4 Use -emit-llvm -S to get .ll file output from llvm-gcc by Chris Lattner · 18 years ago
  95. a6bbfe8 don't build the skeleton target by Chris Lattner · 18 years ago
  96. 937c60a reverting previous change, will add support for other compilers later by Duraid Madina · 18 years ago
  97. 80a8a26 previously, configure would die if GCC or ICC was not found. Now it'll by Duraid Madina · 18 years ago
  98. 762236c SparcV8 -> Sparc by Chris Lattner · 19 years ago
  99. 44b4d9f by Duraid Madina · 19 years ago
  100. ec7a9b3 add checks for new functions. I'd appreciate it if someone could regen by Chris Lattner · 19 years ago