1. 21aa347 add minix support, patch by Kees van Reeuwijk! PR6797 by Chris Lattner · 14 years ago
  2. 52c0286 Fixed spurious warning problem noticed by Daniel Dunbar. The configure script by John Criswell · 14 years ago
  3. 0157f50 Force configuration of some projects before others. In particular, some by John Criswell · 15 years ago
  4. ca7d8ed Bump version number. by Tanya Lattner · 15 years ago
  5. 5a12971 Updated copyright year to 2010. by John Criswell · 15 years ago
  6. f28411f Tell Valgrind when we modify already-executed machine code so it knows by Jeffrey Yasskin · 15 years ago
  7. ec27496 Move the docsdir to /usr/share/doc/llvm to match other projects. by Eric Christopher · 15 years ago
  8. c771850 Make sure we save CXXFLAGS before setting it as pedantic and regenerate by Eric Christopher · 15 years ago
  9. 7def293 Added SAFECode (safecode) to the list of projects to automatically configure. by John Criswell · 15 years ago
  10. c901719 Try r96559 for the third time. This time the shared library is only built if by Jeffrey Yasskin · 15 years ago
  11. 9792de7 fix PR5954, patch by Roman Divacky. by Chris Lattner · 15 years ago
  12. 407fbdd Roll back r96959 again. by Jeffrey Yasskin · 15 years ago
  13. a70f28c Adding the MicroBlaze backend. by Wesley Peck · 15 years ago
  14. ea6c39d Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 15 years ago
  15. 9851567 Initial configure support for using Clang as the LLVM capable compiler. by Daniel Dunbar · 15 years ago
  16. e209c38 Kill off unused LLVMGCCLIBEXEC make variable. by Daniel Dunbar · 15 years ago
  17. 951fd6d Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables. by Daniel Dunbar · 15 years ago
  18. 99d9863 Kill off LLVMGCC_MAJVERS make variable. by Daniel Dunbar · 15 years ago
  19. 2155d45 Roll back the shared library, r96559. It broke two darwins and arm, mysteriously. by Jeffrey Yasskin · 15 years ago
  20. f6afae2 Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an by Jeffrey Yasskin · 15 years ago
  21. bc83d06 Make --disable-libffi work on systems with libffi installed. Also by Jeffrey Yasskin · 15 years ago
  22. 1611ebb Reconfigure with autoconf-2.60, and fix autoconf.ac to work with that version. by Jeffrey Yasskin · 15 years ago
  23. f6ce9ef Remove unneeded checks from configure.ac. by Torok Edwin · 15 years ago
  24. 18aeeaa Fix autoconf 2.65 warning (don't use _cv_ inside AC_CACHE_VAL). by Torok Edwin · 15 years ago
  25. 0addbf5 Proper deduce z/System LLVM target from target triple when by Anton Korobeynikov · 15 years ago
  26. d6c8ec6 Fix typos. Thanks to John Tytgat for noticing it! by Rafael Espindola · 15 years ago
  27. fa3f0b9 Add CMake and configure logic to create llvm/Config/Disassemblers.defs. by Daniel Dunbar · 15 years ago
  28. 2b5e6b1 autoconf config.* claims to not know about auroraux triple. by Edward O'Callaghan · 15 years ago
  29. 420d23c Add configure options for specifying where to look for libstdc++. by Rafael Espindola · 15 years ago
  30. 7f9ec91 Add the --with-c-include-dirs to llvm's configure. The clang patch is next. by Rafael Espindola · 15 years ago
  31. 1fce948 configure: Add --with-optimize-option, for setting the default value of by Daniel Dunbar · 15 years ago
  32. 8039e03 Add an autoconf test to check for optional compiler flags like by Julien Lerouge · 15 years ago
  33. 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 15 years ago
  34. 5da6046 Undo pthread patch from rev. 83930 & 83823. Credit to Paul Davey. by Edward O'Callaghan · 15 years ago
  35. 2b19d69 Provide AuroraUX triple support in configure. Credit to - Paul Davey. by Edward O'Callaghan · 15 years ago
  36. df40664 Haiku porting patches, Credit to Paul Davey. by Edward O'Callaghan · 15 years ago
  37. fe897b2 Fix the OProfile part of PR5018. This fixes --without-oprofile, makes by Jeffrey Yasskin · 15 years ago
  38. 166b2b1 Fix configure bug that only shows up in a clean build. Don't try to invoke gcc by Nick Lewycky · 15 years ago
  39. 558aef8 On Linux, uname -m reports the kernel type. Some Linux systems are 32-bit but by Nick Lewycky · 15 years ago
  40. 7fd82e5 Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead of by Jeffrey Yasskin · 15 years ago
  41. 68cecbd Leave a pointer to the documentation so that people don't end up change one but by Nick Lewycky · 15 years ago
  42. b7a8d40 Fix a compile failure introduced by r82675 on MinGW which doesn't have by Jeffrey Yasskin · 15 years ago
  43. e04701a PR4047: Permit configure --enable-targets=host,cpp for example. "host" has the by Jeffrey Yasskin · 15 years ago
  44. 0674f4b Update to latest versions of config.guess and config.sub from by Mike Stump · 15 years ago
  45. 030e5a0 Enable the jit for llvm-config. by Eric Christopher · 15 years ago
  46. 6493798 install-sh chmods to 0755 by default, and this causes 'git diff' to show by Torok Edwin · 15 years ago
  47. 4c75054 re-apply r80197, now that iterator.h is not mentioned any more by Gabor Greif · 15 years ago
  48. fffb726 --- Reverse-merging r80147 into '.': by Bill Wendling · 15 years ago
  49. a626e16 nobody includes llvm/ADT/iterator.h any more, by Gabor Greif · 15 years ago
  50. 2f3fa88 revert r78628 and r78803 as these are not needed any more by Gabor Greif · 15 years ago
  51. 87cbef0 Remove alloca config.h support. by Daniel Dunbar · 15 years ago
  52. 86d6350 Update copyright date. by Tanya Lattner · 15 years ago
  53. ed91bc4 TOT is now 2.7svn by Tanya Lattner · 15 years ago
  54. e55db74 The attached patches attempt to fix cross builds. For example, if you by Anton Korobeynikov · 15 years ago
  55. 2cf89b6 * Moved all tool version requirements to the same place by Misha Brukman · 15 years ago
  56. 9d63530 Converted tabs to spaces. by Misha Brukman · 15 years ago
  57. 10971d8 Lay the groundwork for my upcoming ilist sentinel shrinking patch by Gabor Greif · 15 years ago
  58. 73b7bb7 Build Blackfin target with autoconf and cmake. by Jakob Stoklund Olesen · 15 years ago
  59. d2cb3d2 Remove the IA-64 backend. by Dan Gohman · 15 years ago
  60. 8413b22 Fix typo by Daniel Dunbar · 15 years ago
  61. 092a9dd Sketch support for target specific assembly parser. by Daniel Dunbar · 15 years ago
  62. 4403b93 Let's start another backend :) by Anton Korobeynikov · 15 years ago
  63. 6bfead3 LLVM doesn't use libelf. Remove libelf configurey. by Dan Gohman · 15 years ago
  64. 8f6d9a7 Add a --with-oprofile flag to configure, which uses OProfile's agent by Jeffrey Yasskin · 15 years ago
  65. 00ad26f by David Greene · 15 years ago
  66. cc4f8bc LLVMC can be now compiled w/o dynamic plugin support. by Mikhail Glushenkov · 15 years ago
  67. 86a3510 LLVMC doesn't need ENABLE_PIC to build now. by Mikhail Glushenkov · 15 years ago
  68. 2373c99 Add --enable-llvmc-dynamic configure option. by Mikhail Glushenkov · 15 years ago
  69. 895f32c Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  70. ed1c0ff Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the by Jeffrey Yasskin · 15 years ago
  71. 27fcfe1 Add a configure test for pthread_getspecific, and use it when building ThreadLocal. by Owen Anderson · 15 years ago
  72. bcba7f9 Work around build problem with OpenJDK, which defines X86 as a by Douglas Gregor · 15 years ago
  73. 76166fc Define LLVM_NATIVE_ARCH in llvm/Config/config.h to be the LLVM back end that corresponds to the native executable, but only when that LLVM back end is being built by Douglas Gregor · 15 years ago
  74. 9a3df67 Add an atomic increment and decrement implementation, which will be used for by Owen Anderson · 15 years ago
  75. 1555a23 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 15 years ago
  76. de8aed2 Add a configure check for pthread_rwlock_init. by Owen Anderson · 15 years ago
  77. 84bd075 Add a flag to permit disabling libffi. by Nick Lewycky · 15 years ago
  78. a860370 Split the ENABLE_THREADS #define in two. Now ENABLE_THREADS indicates the ability to run multiple threads at once in the JIT, and requires only by Owen Anderson · 15 years ago
  79. d4b272b Test for the presence of GCC atomic builtins at configure time. If not found, by Owen Anderson · 15 years ago
  80. 071d73d termios.h contains the winsize structure we need to determine the by Douglas Gregor · 15 years ago
  81. e4eb2d2 Fix typo. by Duncan Sands · 15 years ago
  82. 0174674 Add terminal width detection to llvm::sys::Process. This is needed to by Douglas Gregor · 15 years ago
  83. f2c3e17 Dummy MSP430 backend by Anton Korobeynikov · 15 years ago
  84. 4558f48 Support --with-llvmgccdir and friends in llvmc, take 2. by Mikhail Glushenkov · 15 years ago
  85. 5a22d6a Revert 69474 and 69475. They are causing failures during a bootstrap on Darwin. by Bill Wendling · 15 years ago
  86. 7ba8ad3 Add a configure check for llvm-gcc (reapply). by Mikhail Glushenkov · 15 years ago
  87. fa8ffc1 Generalize to support more ARM types. by Nick Lewycky · 15 years ago
  88. 1d6a8ce Detect beagleboard as ARM. The $target is "armv7l". by Nick Lewycky · 15 years ago
  89. ebcceee Temporarily revert r69438 and r69439. These were causing failures during a by Bill Wendling · 15 years ago
  90. 126b014 Add a configure check for llvm-gcc. by Mikhail Glushenkov · 15 years ago
  91. dbefd0c by David Greene · 15 years ago
  92. 93f70fc Link against libffi if available, fall back to "no external calls from by Nick Lewycky · 15 years ago
  93. d04bc73 Detect that we're building from a git checkout like we do for cvs and svn. by Nick Lewycky · 15 years ago
  94. a083335 Revert r66765 and r66766. These were causing build failures on Darwin. by Bill Wendling · 16 years ago
  95. 8bc0803 Set ARCH to x86 on mixed 32/64-bit Linux systems. by Nick Lewycky · 16 years ago
  96. 59fad7d Remove configurey-fu to autodetect hash_map and hash_set now that they are by Nick Lewycky · 16 years ago
  97. 18f9907 Autodetect the availability of -export-dynamic in the linker. by Nick Lewycky · 16 years ago
  98. 1dace48 Switch to using -Wl,-R on Solaris. by Nick Lewycky · 16 years ago
  99. 065d7a6 Search for the export map in a place that it can be found. by Chris Lattner · 16 years ago
  100. 5992175 Remove tests for flex/bison which are no longer needed by LLVM. by Nick Lewycky · 16 years ago