1. 33ba8b0 Remove the Alpha backend. by Dan Gohman · 13 years ago
  2. 13460c9 Revert 142997. It doesn't work on Mac OS or the BSDs, which all use the BSD by Charles Davis · 13 years ago
  3. f3a5ba5 Search for and use the strip program and pass it to install for it by Eric Christopher · 13 years ago
  4. 360fa9a Handle newer cases for freebsd which is approaching 10.0 and not 1.0. by Eric Christopher · 13 years ago
  5. fef5ff0 Really remove Blackfin from the configure script. by Dan Gohman · 13 years ago
  6. 3e6157d Remove the Blackfin backend. by Dan Gohman · 13 years ago
  7. 29074cc Remove the SystemZ backend. by Dan Gohman · 13 years ago
  8. e5ab51d autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/clang on tools/Makefile. by NAKAMURA Takumi · 13 years ago
  9. de7ec8b ToT is now for 3.1. by Bill Wendling · 13 years ago
  10. 4c4b71c ocaml bindings: add findlib META support by Torok Edwin · 13 years ago
  11. e9d3c1c configure: [cygming] Set --disable-embed-stdcxx by default on --enable-shared. by NAKAMURA Takumi · 13 years ago
  12. d8282cd We're no longer going to bother supporting platforms that don't support C89. by Eric Christopher · 13 years ago
  13. 73ec952 Remove the rest of the compiler checking from the top level configure by Eric Christopher · 13 years ago
  14. eeef9e8 Remove llvm-gcc and various compiler handling from llvm. It's not needed by Eric Christopher · 13 years ago
  15. f117506 Remove llvmc and assorted build machinery for it. by Eric Christopher · 13 years ago
  16. 776d993 Regenerate configure. by Eric Christopher · 13 years ago
  17. 627445f Rename LLVM_MULTITHREADED define and fix build without threads. by Eric Christopher · 13 years ago
  18. ffee572 Move the AC_PROG_CC checks earlier in the configure file. The lateness by Eric Christopher · 13 years ago
  19. 4263483 Have the llvm configure process look for clang, then llvm-gcc, and then gcc by Eric Christopher · 13 years ago
  20. 9976bac Update config.sub, config.guess and configure. by Ivan Krasin · 13 years ago
  21. fb23462 Add NativeClient operating system support. by Ivan Krasin · 13 years ago
  22. 4362c62 configure: Update since r136721. by NAKAMURA Takumi · 13 years ago
  23. e78085a Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, by Evan Cheng · 13 years ago
  24. dca6cdd Added the infrastructute necessary for MIPS JIT support. Patch by Vladimir by Bruno Cardoso Lopes · 13 years ago
  25. 91e7ccd Regenerate configure and friends for Chad. by Eric Christopher · 13 years ago
  26. 4396613 Introduce MCCodeGenInfo, which keeps information that can affect codegen by Evan Cheng · 13 years ago
  27. 1abf2cb Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes. by Evan Cheng · 13 years ago
  28. 6ced1d1 Add initial *-*-rtems* target, from Joel Sherrill by Douglas Gregor · 13 years ago
  29. ed344d2 Regenerate configure. by Daniel Dunbar · 13 years ago
  30. b73cd94 Happy new year. by Benjamin Kramer · 13 years ago
  31. fcc482e The dragonegg option to disable LLVM optimizations changed. by Duncan Sands · 13 years ago
  32. 7be3a60 Re-add the autoconf rule for the docs/doxygen.cfg file. by Peter Collingbourne · 13 years ago
  33. 6073a05 Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl instead of the versions of individual libraries. by NAKAMURA Takumi · 13 years ago
  34. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  35. 6e70cc1 Check that the AsmParser exists for the native target to enable initialization by Jan Sjödin · 14 years ago
  36. dd54ffd Add InitializeNativeAsmParser function. by Jan Sjödin · 14 years ago
  37. ebc2fc1 Change the next release number to 3.0svn. by Bill Wendling · 14 years ago
  38. e29b0ac lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config.h.*. by NAKAMURA Takumi · 14 years ago
  39. 1f6832a Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc. by NAKAMURA Takumi · 14 years ago
  40. 3e46293 Regenerate configure. by Daniel Dunbar · 14 years ago
  41. 8eac886 autoconf: Add --disable-embed-stdcxx to suppress linking libstdc++.a into llvm.dll with --enable-shared on Cygming. by NAKAMURA Takumi · 14 years ago
  42. 0dc8439 autoconf: [PR7874] Add --disable-pthreads to suppress detecting pthreads on certain hosts. by NAKAMURA Takumi · 14 years ago
  43. 031d307 Use GZIPBIN instead of GZIP. Apparently gzip uses GZIP as an environment by Eric Christopher · 14 years ago
  44. 73e36da Regenerate this for Daniel. by Eric Christopher · 14 years ago
  45. 51e5713 Two things: Fix testcase to use extern - otherwise the link will always by Eric Christopher · 14 years ago
  46. 481d402 Apparently OS X 10.4 doesn't have __crashreporter_info__. by Eric Christopher · 14 years ago
  47. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  48. 1ac320e It seems inconsistent to have LLVMCC_EMITIR_FLAG and by Duncan Sands · 14 years ago
  49. 1526b19 Initial support for being able to specify the llvm-gcc to use like this: by Duncan Sands · 14 years ago
  50. e15f2e1 fix the autoconf script to detect "has asmprinter"ness of a target by by Chris Lattner · 14 years ago
  51. c476ed9 remove JIT support from the Alpha backend. The JIT will be moving to MC, by Chris Lattner · 14 years ago
  52. 9d9ae9f Add --enable-docs. Patch by NAKAMURA Takumi. by Rafael Espindola · 14 years ago
  53. a84b567 Detect if llvm-gcc is built on dragonegg. by Tobias Grosser · 14 years ago
  54. baaadb2 Add polly support to the build system. by Tobias Grosser · 14 years ago
  55. 6b24116 First step to allowing the resource directory of Clang to be adjusted for by Chandler Carruth · 14 years ago
  56. 14074e8 Fix the last two commits to configure - configure is a generated file. by Eric Christopher · 14 years ago
  57. 60cb528 Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if by Chris Lattner · 14 years ago
  58. 7ac1609 Rename the AsmPrinter directory to InstPrinter for those targets that have by Jim Grosbach · 14 years ago
  59. 48fd5a7 Add support for viewing graphviz graphs with xdot.py. by Dan Gohman · 14 years ago
  60. c6ce9d6 Regenerate. by Dan Gohman · 14 years ago
  61. de2e4ac Update configure for change to autoconf/configure.ac to add PTX backend. by Nick Lewycky · 14 years ago
  62. b26697c Regenerate. by Eric Christopher · 14 years ago
  63. 753f326 Fix LLVM target initialization to deal with sociopathic outside projects by Eric Christopher · 14 years ago
  64. 885b661 remove the MSIL backend. It isn't maintained, is buggy, has no testcases by Chris Lattner · 14 years ago
  65. 0a0073d Regenerate. by Eric Christopher · 14 years ago
  66. 4b643c0 Regenerate. by Mikhail Glushenkov · 14 years ago
  67. ee0f32d configure: Add detection of the linker version string. by Daniel Dunbar · 14 years ago
  68. 21d3eeb Regenerate. by Eric Christopher · 14 years ago
  69. a1cba68 Regenerate. by Eric Christopher · 14 years ago
  70. 56fb5f9 Remove CVS artifacts. by Dan Gohman · 14 years ago
  71. b1247c3 build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target" by Daniel Dunbar · 14 years ago
  72. f759841 Regenerate. by Eric Christopher · 14 years ago
  73. 2a1a44f Regenerate. by Eric Christopher · 14 years ago
  74. 519f179 Regenerate. by Owen Anderson · 14 years ago
  75. 009f20a Regenerate. by Owen Anderson · 14 years ago
  76. 4411fbe Pull in the libCrashReporterClient.a information with a warning comment. by Eric Christopher · 14 years ago
  77. 654dee4 Look for and use a different darwin crash reporter library. by Eric Christopher · 14 years ago
  78. 943005e Fix a spello affecting platforms where the configure check fails. by Dan Gohman · 14 years ago
  79. da612d6 -retain-symbols-file is not what it seems. Update the makefiles by Dan Gohman · 14 years ago
  80. dd464df Add new configure option, --disable-timestamps, intended to turn off anything which would mess up binary/object comparisons. Currently: by Daniel Dunbar · 14 years ago
  81. 68cb319 Overhauled llvm/clang docs builds. Closes PR6613. by mike-m · 14 years ago
  82. f913878 Regenerate. by Daniel Dunbar · 14 years ago
  83. 39ed678 Fix an autoconf bug: The second argument to AC_LANG_PROGRAM is code that by Dan Gohman · 14 years ago
  84. 391569c Regenerate configure script. by Dan Gohman · 14 years ago
  85. e429182 Add a check for posix_spawn. by Eric Christopher · 14 years ago
  86. 195d2de configure: Fix default value for optimize_option, I messed up the test condition by Daniel Dunbar · 14 years ago
  87. ea22122 Touch configure so it regenerates Disassemblers.def to include ARM so by Jeffrey Yasskin · 14 years ago
  88. 52c0286 Fixed spurious warning problem noticed by Daniel Dunbar. The configure script by John Criswell · 14 years ago
  89. 0157f50 Force configuration of some projects before others. In particular, some by John Criswell · 15 years ago
  90. dc29dff Regenerate configure. by Tanya Lattner · 15 years ago
  91. 5a12971 Updated copyright year to 2010. by John Criswell · 15 years ago
  92. f28411f Tell Valgrind when we modify already-executed machine code so it knows by Jeffrey Yasskin · 15 years ago
  93. ec27496 Move the docsdir to /usr/share/doc/llvm to match other projects. by Eric Christopher · 15 years ago
  94. c771850 Make sure we save CXXFLAGS before setting it as pedantic and regenerate by Eric Christopher · 15 years ago
  95. 7def293 Added SAFECode (safecode) to the list of projects to automatically configure. by John Criswell · 15 years ago
  96. c901719 Try r96559 for the third time. This time the shared library is only built if by Jeffrey Yasskin · 15 years ago
  97. 407fbdd Roll back r96959 again. by Jeffrey Yasskin · 15 years ago
  98. a70f28c Adding the MicroBlaze backend. by Wesley Peck · 15 years ago
  99. ea6c39d Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 15 years ago
  100. 9851567 Initial configure support for using Clang as the LLVM capable compiler. by Daniel Dunbar · 15 years ago