1. 4830ccf Add mips64-* and mips64el-* triples to configure scripts by Simon Atanasyan · 12 years ago
  2. 9208052 Re-enable support for --program-prefix. by Jordan Rose · 12 years ago
  3. 770b97b Removing dependency on third party library for Intel JIT event support. by Andrew Kaylor · 12 years ago
  4. 94c2271 Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164767 by Sylvestre Ledru · 12 years ago
  5. 7e2c793 Fix a typo 'iff' => 'if' by Sylvestre Ledru · 12 years ago
  6. 85042e6 Revert "Add --program-prefix support to build" by Jordan Rose · 12 years ago
  7. ba48ceb Add --program-prefix support to build by Sebastian Pop · 12 years ago
  8. c69bdad Add an --enable-backtraces option to configure to determine by Eric Christopher · 12 years ago
  9. 164a308 Temporarily revert this to bring back the bots. by Eric Christopher · 12 years ago
  10. 94a935f Add --program-prefix support to build. by Sebastian Pop · 12 years ago
  11. 8b5bee4 [configure] Add a --enable-keep-symbols configure flag. by Daniel Dunbar · 12 years ago
  12. 0e80e18 Support for experimental targets by Victor Oliveira · 12 years ago
  13. b0f6759 Add support for the OpenBSD for Bitrig. by Eric Christopher · 12 years ago
  14. 09a8873 Add a configure flag for enabling -Werror on the command line by Eric Christopher · 12 years ago
  15. 46e6bcf Add support for detecting libxml for Dmitri's work. He'll by Eric Christopher · 12 years ago
  16. 8212002 Add a configure option to pass -std=c++11 on the command line. by Eric Christopher · 12 years ago
  17. 42dffa5 Revert previous patch here, we should instead configure in specific by Eric Christopher · 12 years ago
  18. cbd84f7 Add a BUILD_FLAGS variable so that autoconf checks have a place by Eric Christopher · 12 years ago
  19. c8e41c5 Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
  20. 2864de7 autoconf: Re-introduce LLVM_HOSTTRIPLE since r143500, as rework of PR11060. by NAKAMURA Takumi · 12 years ago
  21. 38cda13 Revert "Build script changes for R600/SI Codegen v6" by Tom Stellard · 12 years ago
  22. a93c8a8 Build script changes for R600/SI Codegen v6 by Tom Stellard · 12 years ago
  23. c11c2ba fix typo in generated comment by Gabor Greif · 12 years ago
  24. 01e4a06 Remove autoconf support for runtest and tclsh, some of the last vestigal by Chandler Carruth · 12 years ago
  25. 42a0b48 Remove the PTX back-end and all of its artifacts (triple, etc.) by Justin Holewinski · 12 years ago
  26. bb8cef5 - Added ExecutionEngine/MCJIT tests by Danil Malyshev · 12 years ago
  27. f468fd8 Revert r156393, "[tests] Remove some remaining DejaGNU related cruft.", this by Daniel Dunbar · 12 years ago
  28. b3593a6 [tests] Remove some remaining DejaGNU related cruft. by Daniel Dunbar · 12 years ago
  29. a5d2435 [docs] Remove POD based man page docs (and build system support). by Daniel Dunbar · 12 years ago
  30. e0b0e7b [build] Add build check for ::arc4random(). by Daniel Dunbar · 12 years ago
  31. 49683f3 This patch adds a new NVPTX back-end to LLVM which supports code generation for NVIDIA PTX 3.0. This back-end will (eventually) replace the current PTX back-end, while maintaining compatibility with it. by Justin Holewinski · 12 years ago
  32. e4f1b37 fix typo by Sebastian Pop · 12 years ago
  33. b85b2d5 Kick off 3.2 cycle for LLVM trunk. by Benjamin Kramer · 12 years ago
  34. 7e5c316 add configure flag --with-default-sysroot by Sebastian Pop · 12 years ago
  35. 0ce12d5 Remove a remaining reference to the obsolete C backend in configure by Jean-Daniel Dupas · 12 years ago
  36. 703bf84 Fix a problem in the target detection for Debian GNU/HURD by Sylvestre Ledru · 12 years ago
  37. 1d7e8c6 Fix a problem in the target detection for Debian GNU/kFreeBSD by Sylvestre Ledru · 12 years ago
  38. 79e22d8 Fix CXXFLAGS for huge_val.m4. by Eric Christopher · 12 years ago
  39. c4b2271 Add InitializeNativeTargetDisassembler function. by Eric Christopher · 12 years ago
  40. b2bc6e4 Add some fixes to the configure script for isInf and add by Eric Christopher · 12 years ago
  41. a443e5b Remove the C backend. by Eric Christopher · 12 years ago
  42. 61b1851 Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in LLVM. by Eli Bendersky · 12 years ago
  43. 8c3d258 configure: Don't require a perl interpreter to be present, LLVM's buildsystem doesn't depend on perl anymore. by Benjamin Kramer · 12 years ago
  44. c70b79e autoconf: Set LLVM_CONFIGTIME to a stable value when using --disable-timestamps. by Daniel Dunbar · 12 years ago
  45. 9993a3a Enable -Wcovered-switch-default again, but add -Werror to the checks to make by Rafael Espindola · 12 years ago
  46. 3c2e5f2 Temporarily revert r151609, which enabled a new warning for LLVM and by Chandler Carruth · 12 years ago
  47. 8b37637 Strip extraneous information, if present, from the linker version string on by Charles Davis · 12 years ago
  48. 33177f5 Enable -Wcovered-switch-default as it matches the switch style used in llvm. by Rafael Espindola · 12 years ago
  49. 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 · 12 years ago
  50. fde8237 add LLVM_VERSION_MAJOR and _MINOR defines by Dylan Noblesmith · 12 years ago
  51. 965a166 autoconf: put generated clang files in build dir by Dylan Noblesmith · 13 years ago
  52. 3e82b4a autoconf: fix clang detection by Dylan Noblesmith · 13 years ago
  53. 1aee22e Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain by Rafael Espindola · 13 years ago
  54. 32cf80b autoconf: fix build/src dir confusion by Dylan Noblesmith · 13 years ago
  55. db6caea autoconf: restore old clang-srcdir behavior by Dylan Noblesmith · 13 years ago
  56. 8d6dd0f autoconf: honor --with-clang-srcdir by Dylan Noblesmith · 13 years ago
  57. 06db458 autoconf: generate clang's private config.h header by Dylan Noblesmith · 13 years ago
  58. f18b6fe comment tweaks by Gabor Greif · 13 years ago
  59. f214b80 Makefile: add missing files to FilesToConfig by Dylan Noblesmith · 13 years ago
  60. 6e9b5eb revert r147542 after comments from Joerg Sonnenberger by Sebastian Pop · 13 years ago
  61. 8a86887 use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT by Sebastian Pop · 13 years ago
  62. 45ba165 Happy new year 2012! by NAKAMURA Takumi · 13 years ago
  63. 97fb69b Add support for mipsel in configure. Fixes PR11669. Patch by Sylvestre Ledru. by Rafael Espindola · 13 years ago
  64. b8c20b8 Attempt #2 to fix mingw crossbuild. This time with more ugly hacks! by Benjamin Kramer · 13 years ago
  65. cfe96c8 Make the -fvisibility-inlines-hidden check more thorough in a hopeless attempt to fix mingw cross-compiles. by Benjamin Kramer · 13 years ago
  66. f613919 Add configure support for kfreebsd and hurd. Patch by Sylvestre Ledru. by Rafael Espindola · 13 years ago
  67. 7fe0e03 capitalize project name, reference bugzilla by Dylan Noblesmith · 13 years ago
  68. b4b5415 Hexagon backend support by Tony Linthicum · 13 years ago
  69. d45162b configure: Don't warn about compiler-rt checked out into projects/. by Daniel Dunbar · 13 years ago
  70. cb497b8 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
  71. f6ace19 Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots. by Duncan Sands · 13 years ago
  72. 2662c83 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
  73. ae7e2a4 Add an optional separate install prefix for internal components. rdar://10217046 by Bob Wilson · 13 years ago
  74. 08b73a3 rename ENABLE_THREADS to LLVM_ENABLE_THREADS by Dylan Noblesmith · 13 years ago
  75. 5745fbc Add configure checking for pread(2) and use it to save a syscall when reading files. by Benjamin Kramer · 13 years ago
  76. bee515f Add an option '--enable-libcpp' that will have the compiler pass on by Eric Christopher · 13 years ago
  77. de2e0b5 rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE by Sebastian Pop · 13 years ago
  78. c4cbf4a derive LLVM_HOSTTRIPLE from target by Sebastian Pop · 13 years ago
  79. 33ba8b0 Remove the Alpha backend. by Dan Gohman · 13 years ago
  80. 13460c9 Revert 142997. It doesn't work on Mac OS or the BSDs, which all use the BSD by Charles Davis · 13 years ago
  81. f3a5ba5 Search for and use the strip program and pass it to install for it by Eric Christopher · 13 years ago
  82. 360fa9a Handle newer cases for freebsd which is approaching 10.0 and not 1.0. by Eric Christopher · 13 years ago
  83. 3e6157d Remove the Blackfin backend. by Dan Gohman · 13 years ago
  84. 29074cc Remove the SystemZ backend. by Dan Gohman · 13 years ago
  85. e5ab51d autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/clang on tools/Makefile. by NAKAMURA Takumi · 13 years ago
  86. de7ec8b ToT is now for 3.1. by Bill Wendling · 13 years ago
  87. 4c4b71c ocaml bindings: add findlib META support by Torok Edwin · 13 years ago
  88. e9d3c1c configure: [cygming] Set --disable-embed-stdcxx by default on --enable-shared. by NAKAMURA Takumi · 13 years ago
  89. d8282cd We're no longer going to bother supporting platforms that don't support C89. by Eric Christopher · 13 years ago
  90. 73ec952 Remove the rest of the compiler checking from the top level configure by Eric Christopher · 13 years ago
  91. eeef9e8 Remove llvm-gcc and various compiler handling from llvm. It's not needed by Eric Christopher · 13 years ago
  92. e4b3ef4 Fix typos. by Eric Christopher · 13 years ago
  93. f117506 Remove llvmc and assorted build machinery for it. by Eric Christopher · 13 years ago
  94. 627445f Rename LLVM_MULTITHREADED define and fix build without threads. by Eric Christopher · 13 years ago
  95. ffee572 Move the AC_PROG_CC checks earlier in the configure file. The lateness by Eric Christopher · 13 years ago
  96. 4263483 Have the llvm configure process look for clang, then llvm-gcc, and then gcc by Eric Christopher · 13 years ago
  97. 9976bac Update config.sub, config.guess and configure. by Ivan Krasin · 13 years ago
  98. fb23462 Add NativeClient operating system support. by Ivan Krasin · 13 years ago
  99. 857fd8f Update autoconfig/config.{sub,guess} to the latest version by Ivan Krasin · 13 years ago
  100. 11066fb Update the default bug report url in autoconf. by Chad Rosier · 13 years ago