1. 2b5e6b1 autoconf config.* claims to not know about auroraux triple. by Edward O'Callaghan · 15 years ago
  2. 420d23c Add configure options for specifying where to look for libstdc++. by Rafael Espindola · 15 years ago
  3. 7f9ec91 Add the --with-c-include-dirs to llvm's configure. The clang patch is next. by Rafael Espindola · 15 years ago
  4. 1fce948 configure: Add --with-optimize-option, for setting the default value of by Daniel Dunbar · 15 years ago
  5. 8039e03 Add an autoconf test to check for optional compiler flags like by Julien Lerouge · 15 years ago
  6. 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 15 years ago
  7. 5da6046 Undo pthread patch from rev. 83930 & 83823. Credit to Paul Davey. by Edward O'Callaghan · 15 years ago
  8. 2b19d69 Provide AuroraUX triple support in configure. Credit to - Paul Davey. by Edward O'Callaghan · 15 years ago
  9. df40664 Haiku porting patches, Credit to Paul Davey. by Edward O'Callaghan · 15 years ago
  10. fe897b2 Fix the OProfile part of PR5018. This fixes --without-oprofile, makes by Jeffrey Yasskin · 15 years ago
  11. 166b2b1 Fix configure bug that only shows up in a clean build. Don't try to invoke gcc by Nick Lewycky · 15 years ago
  12. 558aef8 On Linux, uname -m reports the kernel type. Some Linux systems are 32-bit but by Nick Lewycky · 15 years ago
  13. 7fd82e5 Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead of by Jeffrey Yasskin · 15 years ago
  14. 68cecbd Leave a pointer to the documentation so that people don't end up change one but by Nick Lewycky · 15 years ago
  15. b7a8d40 Fix a compile failure introduced by r82675 on MinGW which doesn't have by Jeffrey Yasskin · 15 years ago
  16. e04701a PR4047: Permit configure --enable-targets=host,cpp for example. "host" has the by Jeffrey Yasskin · 15 years ago
  17. 0674f4b Update to latest versions of config.guess and config.sub from by Mike Stump · 15 years ago
  18. 030e5a0 Enable the jit for llvm-config. by Eric Christopher · 15 years ago
  19. 6493798 install-sh chmods to 0755 by default, and this causes 'git diff' to show by Torok Edwin · 15 years ago
  20. 4c75054 re-apply r80197, now that iterator.h is not mentioned any more by Gabor Greif · 15 years ago
  21. fffb726 --- Reverse-merging r80147 into '.': by Bill Wendling · 15 years ago
  22. a626e16 nobody includes llvm/ADT/iterator.h any more, by Gabor Greif · 15 years ago
  23. 2f3fa88 revert r78628 and r78803 as these are not needed any more by Gabor Greif · 15 years ago
  24. 87cbef0 Remove alloca config.h support. by Daniel Dunbar · 15 years ago
  25. 86d6350 Update copyright date. by Tanya Lattner · 15 years ago
  26. ed91bc4 TOT is now 2.7svn by Tanya Lattner · 15 years ago
  27. e55db74 The attached patches attempt to fix cross builds. For example, if you by Anton Korobeynikov · 15 years ago
  28. 2cf89b6 * Moved all tool version requirements to the same place by Misha Brukman · 15 years ago
  29. 9d63530 Converted tabs to spaces. by Misha Brukman · 15 years ago
  30. 10971d8 Lay the groundwork for my upcoming ilist sentinel shrinking patch by Gabor Greif · 15 years ago
  31. 73b7bb7 Build Blackfin target with autoconf and cmake. by Jakob Stoklund Olesen · 15 years ago
  32. d2cb3d2 Remove the IA-64 backend. by Dan Gohman · 15 years ago
  33. 8413b22 Fix typo by Daniel Dunbar · 15 years ago
  34. 092a9dd Sketch support for target specific assembly parser. by Daniel Dunbar · 15 years ago
  35. 4403b93 Let's start another backend :) by Anton Korobeynikov · 15 years ago
  36. 6bfead3 LLVM doesn't use libelf. Remove libelf configurey. by Dan Gohman · 15 years ago
  37. 8f6d9a7 Add a --with-oprofile flag to configure, which uses OProfile's agent by Jeffrey Yasskin · 15 years ago
  38. 00ad26f by David Greene · 15 years ago
  39. cc4f8bc LLVMC can be now compiled w/o dynamic plugin support. by Mikhail Glushenkov · 15 years ago
  40. 86a3510 LLVMC doesn't need ENABLE_PIC to build now. by Mikhail Glushenkov · 15 years ago
  41. 2373c99 Add --enable-llvmc-dynamic configure option. by Mikhail Glushenkov · 15 years ago
  42. 895f32c Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  43. ed1c0ff Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the by Jeffrey Yasskin · 15 years ago
  44. 27fcfe1 Add a configure test for pthread_getspecific, and use it when building ThreadLocal. by Owen Anderson · 15 years ago
  45. bcba7f9 Work around build problem with OpenJDK, which defines X86 as a by Douglas Gregor · 15 years ago
  46. 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
  47. 9a3df67 Add an atomic increment and decrement implementation, which will be used for by Owen Anderson · 15 years ago
  48. 1555a23 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 15 years ago
  49. de8aed2 Add a configure check for pthread_rwlock_init. by Owen Anderson · 15 years ago
  50. 84bd075 Add a flag to permit disabling libffi. by Nick Lewycky · 15 years ago
  51. 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
  52. d4b272b Test for the presence of GCC atomic builtins at configure time. If not found, by Owen Anderson · 15 years ago
  53. 071d73d termios.h contains the winsize structure we need to determine the by Douglas Gregor · 15 years ago
  54. e4eb2d2 Fix typo. by Duncan Sands · 15 years ago
  55. 0174674 Add terminal width detection to llvm::sys::Process. This is needed to by Douglas Gregor · 15 years ago
  56. f2c3e17 Dummy MSP430 backend by Anton Korobeynikov · 15 years ago
  57. 4558f48 Support --with-llvmgccdir and friends in llvmc, take 2. by Mikhail Glushenkov · 15 years ago
  58. 5a22d6a Revert 69474 and 69475. They are causing failures during a bootstrap on Darwin. by Bill Wendling · 15 years ago
  59. 7ba8ad3 Add a configure check for llvm-gcc (reapply). by Mikhail Glushenkov · 15 years ago
  60. fa8ffc1 Generalize to support more ARM types. by Nick Lewycky · 15 years ago
  61. 1d6a8ce Detect beagleboard as ARM. The $target is "armv7l". by Nick Lewycky · 15 years ago
  62. ebcceee Temporarily revert r69438 and r69439. These were causing failures during a by Bill Wendling · 15 years ago
  63. 126b014 Add a configure check for llvm-gcc. by Mikhail Glushenkov · 15 years ago
  64. dbefd0c by David Greene · 15 years ago
  65. 93f70fc Link against libffi if available, fall back to "no external calls from by Nick Lewycky · 15 years ago
  66. d04bc73 Detect that we're building from a git checkout like we do for cvs and svn. by Nick Lewycky · 15 years ago
  67. a083335 Revert r66765 and r66766. These were causing build failures on Darwin. by Bill Wendling · 16 years ago
  68. 8bc0803 Set ARCH to x86 on mixed 32/64-bit Linux systems. by Nick Lewycky · 16 years ago
  69. 59fad7d Remove configurey-fu to autodetect hash_map and hash_set now that they are by Nick Lewycky · 16 years ago
  70. 18f9907 Autodetect the availability of -export-dynamic in the linker. by Nick Lewycky · 16 years ago
  71. 1dace48 Switch to using -Wl,-R on Solaris. by Nick Lewycky · 16 years ago
  72. 065d7a6 Search for the export map in a place that it can be found. by Chris Lattner · 16 years ago
  73. 5992175 Remove tests for flex/bison which are no longer needed by LLVM. by Nick Lewycky · 16 years ago
  74. 7e66462 Default to building with position independent code. This may increase LLVM's by Nick Lewycky · 16 years ago
  75. f9c5c5c Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn't by Nick Lewycky · 16 years ago
  76. e2be5d5 Add the ability to pass the path to binutils source to configure. This is by Nick Lewycky · 16 years ago
  77. 32aaee6 Revert r62553 and r62616 due to issues with portability. by Tanya Lattner · 16 years ago
  78. f9eb2d8 Bump to 2.6svn. Regenerate configure (last regen was with the wrong version). by Tanya Lattner · 16 years ago
  79. f514e2d Make the Interpreter use libffi if it's available. Patch from Alexei Svitkine! by Nick Lewycky · 16 years ago
  80. 4113bd1 Modify the unittests Makefiles so that they don't rebuild parts of LLVM just to by Bill Wendling · 16 years ago
  81. ee85bbc Revert accidental last patch by Scott Michel · 16 years ago
  82. a0e5769 CellSPU: Adjust spacing/tabulation by Scott Michel · 16 years ago
  83. b25baef Add XCore backend. by Richard Osborne · 16 years ago
  84. 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
  85. 237033e Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as. by Torok Edwin · 16 years ago
  86. f85e74c Fix configure issue where configure by Tanya Lattner · 16 years ago
  87. d53b4d3 Advance version to 2.5 by Tanya Lattner · 16 years ago
  88. 673612e Add support for Canadian Cross builds where the host executables are not by Jim Grosbach · 16 years ago
  89. 0eecd89 When looking for executable extensions, ignore .dSYM, as that's the debug info directory on Darwin. by Jim Grosbach · 16 years ago
  90. ecfe67c Reapply majority of r55557 but with the changes to compilation flags by Daniel Dunbar · 16 years ago
  91. 0783f0d Revert r55557, it is causing linking failures on 32bit linux. by Matthijs Kooijman · 16 years ago
  92. dcf114e Enable -fvisibility-inlines-hidden by default for compilers which support it. by Daniel Dunbar · 16 years ago
  93. c73738b Set the executable bit - means it can actually by Duncan Sands · 16 years ago
  94. f512281 Make LLVM compile on DragonFly BSD (PR2499). by Matthijs Kooijman · 16 years ago
  95. 5b80c66 Allow the test suite to be checked out into projects/test-suite. by Matthijs Kooijman · 16 years ago
  96. 43d1fd4 For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h" by Anton Korobeynikov · 16 years ago
  97. e3f3428 Added configure switches for PIC16 in configure.ac. Regenerated configure. by Sanjiv Gupta · 16 years ago
  98. 49ff661 Set to 2.4 and regenerate configure. by Tanya Lattner · 16 years ago
  99. 5027652 First step of implementing PR1538: move llvm2cpp logic to new 'target' by Anton Korobeynikov · 16 years ago
  100. b047766 Adding ocamldoc generation. by Gordon Henriksen · 17 years ago