1. 68cb319 Overhauled llvm/clang docs builds. Closes PR6613. by mike-m · 14 years ago
  2. f913878 Regenerate. by Daniel Dunbar · 14 years ago
  3. 39ed678 Fix an autoconf bug: The second argument to AC_LANG_PROGRAM is code that by Dan Gohman · 14 years ago
  4. 391569c Regenerate configure script. by Dan Gohman · 14 years ago
  5. e429182 Add a check for posix_spawn. by Eric Christopher · 14 years ago
  6. 195d2de configure: Fix default value for optimize_option, I messed up the test condition by Daniel Dunbar · 14 years ago
  7. ea22122 Touch configure so it regenerates Disassemblers.def to include ARM so by Jeffrey Yasskin · 14 years ago
  8. 52c0286 Fixed spurious warning problem noticed by Daniel Dunbar. The configure script by John Criswell · 14 years ago
  9. 0157f50 Force configuration of some projects before others. In particular, some by John Criswell · 15 years ago
  10. dc29dff Regenerate configure. by Tanya Lattner · 15 years ago
  11. 5a12971 Updated copyright year to 2010. by John Criswell · 15 years ago
  12. f28411f Tell Valgrind when we modify already-executed machine code so it knows by Jeffrey Yasskin · 15 years ago
  13. ec27496 Move the docsdir to /usr/share/doc/llvm to match other projects. by Eric Christopher · 15 years ago
  14. c771850 Make sure we save CXXFLAGS before setting it as pedantic and regenerate by Eric Christopher · 15 years ago
  15. 7def293 Added SAFECode (safecode) to the list of projects to automatically configure. by John Criswell · 15 years ago
  16. c901719 Try r96559 for the third time. This time the shared library is only built if by Jeffrey Yasskin · 15 years ago
  17. 407fbdd Roll back r96959 again. by Jeffrey Yasskin · 15 years ago
  18. a70f28c Adding the MicroBlaze backend. by Wesley Peck · 15 years ago
  19. ea6c39d Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 15 years ago
  20. 9851567 Initial configure support for using Clang as the LLVM capable compiler. by Daniel Dunbar · 15 years ago
  21. e209c38 Kill off unused LLVMGCCLIBEXEC make variable. by Daniel Dunbar · 15 years ago
  22. 951fd6d Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables. by Daniel Dunbar · 15 years ago
  23. 99d9863 Kill off LLVMGCC_MAJVERS make variable. by Daniel Dunbar · 15 years ago
  24. 2155d45 Roll back the shared library, r96559. It broke two darwins and arm, mysteriously. by Jeffrey Yasskin · 15 years ago
  25. f6afae2 Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an by Jeffrey Yasskin · 15 years ago
  26. bc83d06 Make --disable-libffi work on systems with libffi installed. Also by Jeffrey Yasskin · 15 years ago
  27. 1611ebb Reconfigure with autoconf-2.60, and fix autoconf.ac to work with that version. by Jeffrey Yasskin · 15 years ago
  28. 871384f Regenerate configure. by Torok Edwin · 15 years ago
  29. 6ca835d Regenerate by Anton Korobeynikov · 15 years ago
  30. d6c8ec6 Fix typos. Thanks to John Tytgat for noticing it! by Rafael Espindola · 15 years ago
  31. 4fc760e Regenerate configure by Daniel Dunbar · 15 years ago
  32. 420d23c Add configure options for specifying where to look for libstdc++. by Rafael Espindola · 15 years ago
  33. 7f9ec91 Add the --with-c-include-dirs to llvm's configure. The clang patch is next. by Rafael Espindola · 15 years ago
  34. 1fce948 configure: Add --with-optimize-option, for setting the default value of by Daniel Dunbar · 15 years ago
  35. 3a96a4d Regenerate. by Julien Lerouge · 15 years ago
  36. 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 15 years ago
  37. 5da6046 Undo pthread patch from rev. 83930 & 83823. Credit to Paul Davey. by Edward O'Callaghan · 15 years ago
  38. 2b19d69 Provide AuroraUX triple support in configure. Credit to - Paul Davey. by Edward O'Callaghan · 15 years ago
  39. 2b7b37a Regenerate configure for rev. 83823 putback. by Edward O'Callaghan · 15 years ago
  40. fe897b2 Fix the OProfile part of PR5018. This fixes --without-oprofile, makes by Jeffrey Yasskin · 15 years ago
  41. 4372e69 Regenerate. by Nick Lewycky · 15 years ago
  42. 83fc447 Roll back r83048. by Nick Lewycky · 15 years ago
  43. 9cb7434 Regenerate. by Nick Lewycky · 15 years ago
  44. 7fd82e5 Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead of by Jeffrey Yasskin · 15 years ago
  45. b7a8d40 Fix a compile failure introduced by r82675 on MinGW which doesn't have by Jeffrey Yasskin · 15 years ago
  46. e04701a PR4047: Permit configure --enable-targets=host,cpp for example. "host" has the by Jeffrey Yasskin · 15 years ago
  47. 030e5a0 Enable the jit for llvm-config. by Eric Christopher · 15 years ago
  48. 6493798 install-sh chmods to 0755 by default, and this causes 'git diff' to show by Torok Edwin · 15 years ago
  49. 4c75054 re-apply r80197, now that iterator.h is not mentioned any more by Gabor Greif · 15 years ago
  50. fffb726 --- Reverse-merging r80147 into '.': by Bill Wendling · 15 years ago
  51. 6047515 Regenerate configure by Douglas Gregor · 15 years ago
  52. c226459 Regenerate configure. by Tanya Lattner · 15 years ago
  53. 953042b Regenerate configure for 2.7svn by Tanya Lattner · 15 years ago
  54. 0855f10 Regenerate by Anton Korobeynikov · 15 years ago
  55. 7e83697 Regenerate per request of Gabor Greif (r78628) by Shantonu Sen · 15 years ago
  56. 73b7bb7 Build Blackfin target with autoconf and cmake. by Jakob Stoklund Olesen · 15 years ago
  57. d2cb3d2 Remove the IA-64 backend. by Dan Gohman · 15 years ago
  58. afa709d Regenerate configure for ddunbar. by Jeffrey Yasskin · 15 years ago
  59. 4403b93 Let's start another backend :) by Anton Korobeynikov · 15 years ago
  60. 6bfead3 LLVM doesn't use libelf. Remove libelf configurey. by Dan Gohman · 15 years ago
  61. a93e770 Regenerate configure after r75279. by Jeffrey Yasskin · 15 years ago
  62. f0b9eff by David Greene · 15 years ago
  63. d0f27c4 Regenerate. by Mikhail Glushenkov · 15 years ago
  64. 342a343 Update configure and config.h.in from r74621. by Jeffrey Yasskin · 15 years ago
  65. 27fcfe1 Add a configure test for pthread_getspecific, and use it when building ThreadLocal. by Owen Anderson · 15 years ago
  66. a0162ff Regenerate configure script by Douglas Gregor · 15 years ago
  67. 0711c30 Update auto-generated configuration files by Douglas Gregor · 15 years ago
  68. 9a3df67 Add an atomic increment and decrement implementation, which will be used for by Owen Anderson · 15 years ago
  69. 1555a23 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 15 years ago
  70. de8aed2 Add a configure check for pthread_rwlock_init. by Owen Anderson · 15 years ago
  71. b4a921a Regenerate. by Nick Lewycky · 15 years ago
  72. 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
  73. d4b272b Test for the presence of GCC atomic builtins at configure time. If not found, by Owen Anderson · 15 years ago
  74. 071d73d termios.h contains the winsize structure we need to determine the by Douglas Gregor · 15 years ago
  75. e4eb2d2 Fix typo. by Duncan Sands · 15 years ago
  76. 0174674 Add terminal width detection to llvm::sys::Process. This is needed to by Douglas Gregor · 15 years ago
  77. 2c4718b Regenerate by Anton Korobeynikov · 15 years ago
  78. 4558f48 Support --with-llvmgccdir and friends in llvmc, take 2. by Mikhail Glushenkov · 15 years ago
  79. 5a22d6a Revert 69474 and 69475. They are causing failures during a bootstrap on Darwin. by Bill Wendling · 15 years ago
  80. fed844d Reconfigure. by Mikhail Glushenkov · 15 years ago
  81. fa8ffc1 Generalize to support more ARM types. by Nick Lewycky · 15 years ago
  82. f34c921 Regenerate. by Nick Lewycky · 15 years ago
  83. ebcceee Temporarily revert r69438 and r69439. These were causing failures during a by Bill Wendling · 15 years ago
  84. e850146 Regenerate. by Mikhail Glushenkov · 15 years ago
  85. 2a5a12c by David Greene · 15 years ago
  86. 267fddb Regenerate. by Nick Lewycky · 15 years ago
  87. 5b28f86 Regenerate. by Nick Lewycky · 15 years ago
  88. a083335 Revert r66765 and r66766. These were causing build failures on Darwin. by Bill Wendling · 16 years ago
  89. fb13881 Regenerate. by Nick Lewycky · 16 years ago
  90. bf65de1 Regenerate. by Nick Lewycky · 16 years ago
  91. 731c6ab Regenerate. by Nick Lewycky · 16 years ago
  92. e9821dc Regenerate. by Nick Lewycky · 16 years ago
  93. bdf0d7c Regenerate. by Nick Lewycky · 16 years ago
  94. 5d24957 Regenerate. by Nick Lewycky · 16 years ago
  95. fb3dcf8 Regenerate. by Nick Lewycky · 16 years ago
  96. e792b1d Regenerate configure. by Nick Lewycky · 16 years ago
  97. 1592e5b Regenerated configure after backing out 62553 and r62616. by Tanya Lattner · 16 years ago
  98. f9eb2d8 Bump to 2.6svn. Regenerate configure (last regen was with the wrong version). by Tanya Lattner · 16 years ago
  99. 2ab1d86 Regenerate. by Nick Lewycky · 16 years ago
  100. f24eb39 Regenerate. by Bill Wendling · 16 years ago