1. e4f1b37 fix typo by Sebastian Pop · 13 years ago
  2. b85b2d5 Kick off 3.2 cycle for LLVM trunk. by Benjamin Kramer · 13 years ago
  3. 7e5c316 add configure flag --with-default-sysroot by Sebastian Pop · 13 years ago
  4. 0ce12d5 Remove a remaining reference to the obsolete C backend in configure by Jean-Daniel Dupas · 13 years ago
  5. 703bf84 Fix a problem in the target detection for Debian GNU/HURD by Sylvestre Ledru · 13 years ago
  6. 1d7e8c6 Fix a problem in the target detection for Debian GNU/kFreeBSD by Sylvestre Ledru · 13 years ago
  7. 79e22d8 Fix CXXFLAGS for huge_val.m4. by Eric Christopher · 13 years ago
  8. c4b2271 Add InitializeNativeTargetDisassembler function. by Eric Christopher · 13 years ago
  9. b2bc6e4 Add some fixes to the configure script for isInf and add by Eric Christopher · 13 years ago
  10. a443e5b Remove the C backend. by Eric Christopher · 13 years ago
  11. 61b1851 Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in LLVM. by Eli Bendersky · 13 years ago
  12. 8c3d258 configure: Don't require a perl interpreter to be present, LLVM's buildsystem doesn't depend on perl anymore. by Benjamin Kramer · 13 years ago
  13. c70b79e autoconf: Set LLVM_CONFIGTIME to a stable value when using --disable-timestamps. by Daniel Dunbar · 13 years ago
  14. 9993a3a Enable -Wcovered-switch-default again, but add -Werror to the checks to make by Rafael Espindola · 13 years ago
  15. 3c2e5f2 Temporarily revert r151609, which enabled a new warning for LLVM and by Chandler Carruth · 13 years ago
  16. 8b37637 Strip extraneous information, if present, from the linker version string on by Charles Davis · 13 years ago
  17. 33177f5 Enable -Wcovered-switch-default as it matches the switch style used in llvm. by Rafael Espindola · 13 years ago
  18. 273df0b autoconf/m4/visibility_inlines_hidden.m4: Tweak for cygwin-g++-4.5.3. It folded conftest regardress of attributge((noinline)) with >=O1 . by NAKAMURA Takumi · 13 years ago
  19. fde8237 add LLVM_VERSION_MAJOR and _MINOR defines by Dylan Noblesmith · 13 years ago
  20. 965a166 autoconf: put generated clang files in build dir by Dylan Noblesmith · 13 years ago
  21. 3e82b4a autoconf: fix clang detection by Dylan Noblesmith · 13 years ago
  22. 1aee22e Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain by Rafael Espindola · 13 years ago
  23. 32cf80b autoconf: fix build/src dir confusion by Dylan Noblesmith · 13 years ago
  24. db6caea autoconf: restore old clang-srcdir behavior by Dylan Noblesmith · 13 years ago
  25. 8d6dd0f autoconf: honor --with-clang-srcdir by Dylan Noblesmith · 13 years ago
  26. 06db458 autoconf: generate clang's private config.h header by Dylan Noblesmith · 13 years ago
  27. f18b6fe comment tweaks by Gabor Greif · 13 years ago
  28. f214b80 Makefile: add missing files to FilesToConfig by Dylan Noblesmith · 13 years ago
  29. 6e9b5eb revert r147542 after comments from Joerg Sonnenberger by Sebastian Pop · 13 years ago
  30. 8a86887 use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT by Sebastian Pop · 13 years ago
  31. 45ba165 Happy new year 2012! by NAKAMURA Takumi · 13 years ago
  32. 97fb69b Add support for mipsel in configure. Fixes PR11669. Patch by Sylvestre Ledru. by Rafael Espindola · 13 years ago
  33. b8c20b8 Attempt #2 to fix mingw crossbuild. This time with more ugly hacks! by Benjamin Kramer · 13 years ago
  34. cfe96c8 Make the -fvisibility-inlines-hidden check more thorough in a hopeless attempt to fix mingw cross-compiles. by Benjamin Kramer · 13 years ago
  35. f613919 Add configure support for kfreebsd and hurd. Patch by Sylvestre Ledru. by Rafael Espindola · 13 years ago
  36. 7fe0e03 capitalize project name, reference bugzilla by Dylan Noblesmith · 13 years ago
  37. b4b5415 Hexagon backend support by Tony Linthicum · 13 years ago
  38. d45162b configure: Don't warn about compiler-rt checked out into projects/. by Daniel Dunbar · 13 years ago
  39. cb497b8 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
  40. f6ace19 Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots. by Duncan Sands · 13 years ago
  41. 2662c83 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
  42. ae7e2a4 Add an optional separate install prefix for internal components. rdar://10217046 by Bob Wilson · 13 years ago
  43. 08b73a3 rename ENABLE_THREADS to LLVM_ENABLE_THREADS by Dylan Noblesmith · 13 years ago
  44. 5745fbc Add configure checking for pread(2) and use it to save a syscall when reading files. by Benjamin Kramer · 13 years ago
  45. bee515f Add an option '--enable-libcpp' that will have the compiler pass on by Eric Christopher · 13 years ago
  46. de2e0b5 rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE by Sebastian Pop · 13 years ago
  47. c4cbf4a derive LLVM_HOSTTRIPLE from target by Sebastian Pop · 13 years ago
  48. 33ba8b0 Remove the Alpha backend. by Dan Gohman · 13 years ago
  49. 13460c9 Revert 142997. It doesn't work on Mac OS or the BSDs, which all use the BSD by Charles Davis · 13 years ago
  50. f3a5ba5 Search for and use the strip program and pass it to install for it by Eric Christopher · 13 years ago
  51. 360fa9a Handle newer cases for freebsd which is approaching 10.0 and not 1.0. by Eric Christopher · 13 years ago
  52. 3e6157d Remove the Blackfin backend. by Dan Gohman · 13 years ago
  53. 29074cc Remove the SystemZ backend. by Dan Gohman · 13 years ago
  54. e5ab51d autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/clang on tools/Makefile. by NAKAMURA Takumi · 13 years ago
  55. de7ec8b ToT is now for 3.1. by Bill Wendling · 13 years ago
  56. 4c4b71c ocaml bindings: add findlib META support by Torok Edwin · 13 years ago
  57. e9d3c1c configure: [cygming] Set --disable-embed-stdcxx by default on --enable-shared. by NAKAMURA Takumi · 13 years ago
  58. d8282cd We're no longer going to bother supporting platforms that don't support C89. by Eric Christopher · 13 years ago
  59. 73ec952 Remove the rest of the compiler checking from the top level configure by Eric Christopher · 13 years ago
  60. eeef9e8 Remove llvm-gcc and various compiler handling from llvm. It's not needed by Eric Christopher · 13 years ago
  61. e4b3ef4 Fix typos. by Eric Christopher · 13 years ago
  62. f117506 Remove llvmc and assorted build machinery for it. by Eric Christopher · 13 years ago
  63. 627445f Rename LLVM_MULTITHREADED define and fix build without threads. by Eric Christopher · 13 years ago
  64. ffee572 Move the AC_PROG_CC checks earlier in the configure file. The lateness by Eric Christopher · 13 years ago
  65. 4263483 Have the llvm configure process look for clang, then llvm-gcc, and then gcc by Eric Christopher · 13 years ago
  66. 9976bac Update config.sub, config.guess and configure. by Ivan Krasin · 13 years ago
  67. fb23462 Add NativeClient operating system support. by Ivan Krasin · 13 years ago
  68. 857fd8f Update autoconfig/config.{sub,guess} to the latest version by Ivan Krasin · 13 years ago
  69. 11066fb Update the default bug report url in autoconf. by Chad Rosier · 13 years ago
  70. e78085a Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, by Evan Cheng · 13 years ago
  71. dca6cdd Added the infrastructute necessary for MIPS JIT support. Patch by Vladimir by Bruno Cardoso Lopes · 13 years ago
  72. 4396613 Introduce MCCodeGenInfo, which keeps information that can affect codegen by Evan Cheng · 13 years ago
  73. 96212ad Add new configure option, --with-bug-report-url, which allows users/vendors to by Chad Rosier · 13 years ago
  74. 1abf2cb Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes. by Evan Cheng · 13 years ago
  75. 6ced1d1 Add initial *-*-rtems* target, from Joel Sherrill by Douglas Gregor · 13 years ago
  76. e2a91a7 build/configure: Add support for --with-extra-ld-options flag (to provide extra by Daniel Dunbar · 13 years ago
  77. b73cd94 Happy new year. by Benjamin Kramer · 13 years ago
  78. 3de510e Use processor name in the target triple. This fixes PowerPC64 to generate by Roman Divacky · 13 years ago
  79. fe754ab ...this is not a good commit day for me. by John McCall · 13 years ago
  80. 832a9d1 On Darwin ARM, set the UNWIND_RESUME libcall to _Unwind_SjLj_Resume. by John McCall · 13 years ago
  81. fcc482e The dragonegg option to disable LLVM optimizations changed. by Duncan Sands · 13 years ago
  82. 7be3a60 Re-add the autoconf rule for the docs/doxygen.cfg file. by Peter Collingbourne · 13 years ago
  83. 6073a05 Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl instead of the versions of individual libraries. by NAKAMURA Takumi · 14 years ago
  84. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
  85. 6e70cc1 Check that the AsmParser exists for the native target to enable initialization by Jan Sjödin · 14 years ago
  86. 7263d71 Missing file from previous commmit (127341) for InitializeTargetAsmParser function. by Jan Sjödin · 14 years ago
  87. ebc2fc1 Change the next release number to 3.0svn. by Bill Wendling · 14 years ago
  88. e29b0ac lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config.h.*. by NAKAMURA Takumi · 14 years ago
  89. 1f6832a Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc. by NAKAMURA Takumi · 14 years ago
  90. 5cd067f configure: Add checks for <sys/uio.h> and writev(). by Daniel Dunbar · 14 years ago
  91. 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
  92. 0dc8439 autoconf: [PR7874] Add --disable-pthreads to suppress detecting pthreads on certain hosts. by NAKAMURA Takumi · 14 years ago
  93. 031d307 Use GZIPBIN instead of GZIP. Apparently gzip uses GZIP as an environment by Eric Christopher · 14 years ago
  94. bf48816 autoconf: Stop lying to me. by Daniel Dunbar · 14 years ago
  95. 51e5713 Two things: Fix testcase to use extern - otherwise the link will always by Eric Christopher · 14 years ago
  96. 481d402 Apparently OS X 10.4 doesn't have __crashreporter_info__. by Eric Christopher · 14 years ago
  97. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  98. 1ac320e It seems inconsistent to have LLVMCC_EMITIR_FLAG and by Duncan Sands · 14 years ago
  99. 1526b19 Initial support for being able to specify the llvm-gcc to use like this: by Duncan Sands · 14 years ago
  100. e15f2e1 fix the autoconf script to detect "has asmprinter"ness of a target by by Chris Lattner · 14 years ago