1. a083335 Revert r66765 and r66766. These were causing build failures on Darwin. by Bill Wendling · 15 years ago
  2. 8bc0803 Set ARCH to x86 on mixed 32/64-bit Linux systems. by Nick Lewycky · 15 years ago
  3. 59fad7d Remove configurey-fu to autodetect hash_map and hash_set now that they are by Nick Lewycky · 15 years ago
  4. 18f9907 Autodetect the availability of -export-dynamic in the linker. by Nick Lewycky · 15 years ago
  5. 1dace48 Switch to using -Wl,-R on Solaris. by Nick Lewycky · 15 years ago
  6. 065d7a6 Search for the export map in a place that it can be found. by Chris Lattner · 15 years ago
  7. 5992175 Remove tests for flex/bison which are no longer needed by LLVM. by Nick Lewycky · 15 years ago
  8. 7e66462 Default to building with position independent code. This may increase LLVM's by Nick Lewycky · 15 years ago
  9. f9c5c5c Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn't by Nick Lewycky · 16 years ago
  10. e2be5d5 Add the ability to pass the path to binutils source to configure. This is by Nick Lewycky · 16 years ago
  11. 32aaee6 Revert r62553 and r62616 due to issues with portability. by Tanya Lattner · 16 years ago
  12. f9eb2d8 Bump to 2.6svn. Regenerate configure (last regen was with the wrong version). by Tanya Lattner · 16 years ago
  13. f514e2d Make the Interpreter use libffi if it's available. Patch from Alexei Svitkine! by Nick Lewycky · 16 years ago
  14. 4113bd1 Modify the unittests Makefiles so that they don't rebuild parts of LLVM just to by Bill Wendling · 16 years ago
  15. ee85bbc Revert accidental last patch by Scott Michel · 16 years ago
  16. a0e5769 CellSPU: Adjust spacing/tabulation by Scott Michel · 16 years ago
  17. b25baef Add XCore backend. by Richard Osborne · 16 years ago
  18. 0f392e1 [PR2886] Don't look for ocaml's .opt executables; something in the autoconf/test machinery doesn't handle the period properly. by Gordon Henriksen · 16 years ago
  19. 237033e Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as. by Torok Edwin · 16 years ago
  20. f85e74c Fix configure issue where configure by Tanya Lattner · 16 years ago
  21. d53b4d3 Advance version to 2.5 by Tanya Lattner · 16 years ago
  22. 673612e Add support for Canadian Cross builds where the host executables are not by Jim Grosbach · 16 years ago
  23. 0eecd89 When looking for executable extensions, ignore .dSYM, as that's the debug info directory on Darwin. by Jim Grosbach · 16 years ago
  24. ecfe67c Reapply majority of r55557 but with the changes to compilation flags by Daniel Dunbar · 16 years ago
  25. 0783f0d Revert r55557, it is causing linking failures on 32bit linux. by Matthijs Kooijman · 16 years ago
  26. dcf114e Enable -fvisibility-inlines-hidden by default for compilers which support it. by Daniel Dunbar · 16 years ago
  27. c73738b Set the executable bit - means it can actually by Duncan Sands · 16 years ago
  28. f512281 Make LLVM compile on DragonFly BSD (PR2499). by Matthijs Kooijman · 16 years ago
  29. 5b80c66 Allow the test suite to be checked out into projects/test-suite. by Matthijs Kooijman · 16 years ago
  30. 43d1fd4 For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h" by Anton Korobeynikov · 16 years ago
  31. e3f3428 Added configure switches for PIC16 in configure.ac. Regenerated configure. by Sanjiv Gupta · 16 years ago
  32. 49ff661 Set to 2.4 and regenerate configure. by Tanya Lattner · 16 years ago
  33. 5027652 First step of implementing PR1538: move llvm2cpp logic to new 'target' by Anton Korobeynikov · 16 years ago
  34. b047766 Adding ocamldoc generation. by Gordon Henriksen · 16 years ago
  35. 0ed86fe Prefer to use ocamlc.opt to ocamlc and soforth. by Gordon Henriksen · 16 years ago
  36. 41ef25b Use AC_PATH_PROG correctly: by Bill Wendling · 16 years ago
  37. e45252e Remove use of ltdl by Devang Patel · 16 years ago
  38. f5c9467 Make the check for GCC version more robust, fix shared library by Chris Lattner · 17 years ago
  39. cf06767 Update version to 2.3svn Regenerate configure with 2.60. by Tanya Lattner · 17 years ago
  40. 234d529 remove attribution from a variety of miscellaneous files. by Chris Lattner · 17 years ago
  41. bd4d6b8 Apply CBE/MSIL patch to autoconf by Nate Begeman · 17 years ago
  42. 67f1c49 Remove host endianness info from TargetData and by Duncan Sands · 17 years ago
  43. 1eff704 Fix PR1836: in the interpreter, read and write apints by Duncan Sands · 17 years ago
  44. 42aa501 Minor updates: by Scott Michel · 17 years ago
  45. b216a1b More stuff for CellSPU -- this should be enough to get an error-free by Scott Michel · 17 years ago
  46. 5d28b88 Add --with-llvmgcc= and --with-llvmgxx= configure options. by Devang Patel · 17 years ago
  47. 790e11c Add target triple to include/llvm/Config/config.h.in. Regenerate all files. by Eric Christopher · 17 years ago
  48. de7b6c7 Fixing a typo in configure.ac. by Gordon Henriksen · 17 years ago
  49. 1d4e078 Providing --with-ocaml-libdir for ./configure. The default is the by Gordon Henriksen · 17 years ago
  50. 48c7253 Fixing (harmless) typos. by Gordon Henriksen · 17 years ago
  51. 6530e9d Add explicit --enable-bindings option to configure. by Gordon Henriksen · 17 years ago
  52. 4229371 PR1601: etags not configured correctly by Gordon Henriksen · 17 years ago
  53. 28622d6 Fix for srcdir <> objdir builds. by Gordon Henriksen · 17 years ago
  54. a8c3660 Incorporating review feedback for GC verifier patch. by Gordon Henriksen · 17 years ago
  55. 75155ef by Gordon Henriksen · 17 years ago
  56. 856585b Fix broken default help strings for enable-shared, enable-static, and enable-fast-install. Regenerate configure script. by Tanya Lattner · 17 years ago
  57. 5c70954 Change to 2.2svn. by Tanya Lattner · 17 years ago
  58. 6307c29 add mips target to builder. I'd appreciate it if someone with by Chris Lattner · 17 years ago
  59. f8e9f7c Fix PR1606: by Reid Spencer · 17 years ago
  60. 3b30a6e Add detection of __dso_handle presence during configure. Use this information in the by Anton Korobeynikov · 17 years ago
  61. 0af3225 support poolalloc as checked out from svn by Andrew Lenharth · 17 years ago
  62. f70414f * llvm.spec.in: update blurb by Gabor Greif · 17 years ago
  63. 35515e4 cvs -> svn by Reid Spencer · 17 years ago
  64. 080d687 Revert last change until issue reported by Owen, won't be fixed. by Anton Korobeynikov · 17 years ago
  65. ed51321 Rename llvm-test => test-suite. By Dave Greene. by Anton Korobeynikov · 17 years ago
  66. e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
  67. a696d24 Add support for building with _GLIBCXX_DEBUG. New configure option by David Greene · 17 years ago
  68. e406873 Make Perl a required dependency and cause configure script to fail if it by Reid Spencer · 17 years ago
  69. 5c9f800 Bump version number in cvs by Tanya Lattner · 17 years ago
  70. 1addff9 Add support for determining which languages the llvm-gcc front end supports. by Reid Spencer · 17 years ago
  71. c9f1b2d Hack the shared library extension for dylib. The existing code just looks by Reid Spencer · 17 years ago
  72. 34e0d32 Check for .svn directories too to determine if a debug build is appropriate. by Reid Spencer · 17 years ago
  73. 3acdc63 For PR1283: by Reid Spencer · 17 years ago
  74. 099883f Let the new backend begin! by Anton Korobeynikov · 17 years ago
  75. 9ba8a76 Add possibility to set memory limit for binaries run via libSystem. This by Anton Korobeynikov · 17 years ago
  76. 8c70122 Fix the TARGET_HAS_JIT settings. Sparc doesn't, x86_64 does, ARM doesn't. by Reid Spencer · 18 years ago
  77. 5b53fd1 Add support for the ARM target in the target configuration processing. by Reid Spencer · 18 years ago
  78. 377170a For PR808: Add support for NetBSD. by Reid Spencer · 18 years ago
  79. a5137f3 Cleanup by Anton Korobeynikov · 18 years ago
  80. 8cd4c3e Adding disassembler interface and external hook to udis86 library. by Anton Korobeynikov · 18 years ago
  81. 67bb079 For PR1074: Adjust configuration for Stacker's new name: llvm-stacker. by Reid Spencer · 18 years ago
  82. 28783c3 '==' is not a legal test operator on BSD. Use '='. by Jeff Cohen · 18 years ago
  83. 118dfcd Fix a configure warning noticed by Duncan Sands. by Reid Spencer · 18 years ago
  84. 282d8c1 Add a new variable, LLVMGCCLIBEXEC to get the libexec directory where the by Reid Spencer · 18 years ago
  85. 89b0d99 Allow an --enable-pic option to turn on -fPIC compiler option when building. by Reid Spencer · 18 years ago
  86. d27a258 Cleaned setjmp/longjmp lowering interfaces. Now we're producing right by Anton Korobeynikov · 18 years ago
  87. 1c1d0a5 this warning is obsolete with llvmgcc3 being gone by Chris Lattner · 18 years ago
  88. 36917d9 Expose the sanity. by Reid Spencer · 18 years ago
  89. 1000b73 For PR1019: by Reid Spencer · 18 years ago
  90. 8b2e141 Undo removal of the runtime libraries. While this may have been a bit by Reid Spencer · 18 years ago
  91. ac90d5e In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will by Reid Spencer · 18 years ago
  92. f8dacd1 Bumping version number by Tanya Lattner · 18 years ago
  93. 65c5d75 Add a -disable-cbe-printf-a option so that the output of the C Backend by Reid Spencer · 18 years ago
  94. 6a7c0b7 Make the huge_val test run a C++ program not C by Reid Spencer · 18 years ago
  95. b2ed0526 Add a check to see if HUGE_VAL is sane or not. by Reid Spencer · 18 years ago
  96. 52121a1 Fix misleading warning message by Chris Lattner · 18 years ago
  97. a6d990a Add a HAVE_MACH_MACH_H #define to detect the presence of the mach/mach.h by Reid Spencer · 18 years ago
  98. 4869d7f For PR738: by Reid Spencer · 18 years ago
  99. 6ccd01a Add irix as a (potential) new platform so that Timothy Baldridge can by Reid Spencer · 18 years ago
  100. ea949cf Add llvm.spec to the list of files to be configured. by Reid Spencer · 18 years ago