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