1. 2c3e005 Update aosp/master LLVM for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 4c5e43d Update aosp/master llvm for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  3. ebe69fe Update aosp/master LLVM for rebase to r230699. by Stephen Hines · 9 years ago
  4. b3f52a2 Require python 2.7. by Rafael Espindola · 9 years ago
  5. 37ed9c1 Update aosp/master LLVM for rebase to r222494. by Stephen Hines · 10 years ago
  6. c6a4f5e Update LLVM for rebase to r212749. by Stephen Hines · 10 years ago
  7. dce4a40 Update LLVM for 3.5 rebase (r209712). by Stephen Hines · 10 years ago
  8. 36b5688 Update to LLVM 3.5a. by Stephen Hines · 10 years ago
  9. c817d3e Regenerate configure files with 3.4svn changed to 3.4. by Bill Wendling · 11 years ago
  10. 85dfb8d [autoconf] Prune "runtime" stuff in configure, corresponding to r191835. by NAKAMURA Takumi · 11 years ago
  11. d36e644 Update so that it uses the `-V' command line option and supports Python 3.x. by Bill Wendling · 11 years ago
  12. 6a971bb Revert "Revert "Windows: Add support for unicode command lines"" by David Majnemer · 11 years ago
  13. d4bf7a3 Remove error output from configure if CFLAGS is set (r174313). by Patrik Hagglund · 11 years ago
  14. e179b31 [conf] Add config variable to disable crash related overrides. by Daniel Dunbar · 11 years ago
  15. 3aa18c2 configure: Regenerate corresponding to r189026. by NAKAMURA Takumi · 11 years ago
  16. 3e7f1a9 Autoconf: The Clang ARC migrator now depends on the static analyzer. by Jordan Rose · 11 years ago
  17. a915b41 Recognize NetBSD's terminfo implementation. by Joerg Sonnenberger · 11 years ago
  18. 3729d7d Remove all checking for the various terminfo headers (term.h and by Chandler Carruth · 11 years ago
  19. 8d8bdff Target a minimal terminfo library rather than necessarily a full curses by Chandler Carruth · 11 years ago
  20. f7364d5 Add support for linking against a curses library when available and by Chandler Carruth · 11 years ago
  21. f3289e7 Regenerate with changes for -rdynamic. by Bob Wilson · 11 years ago
  22. d23cd02 Regenerate. by Eric Christopher · 11 years ago
  23. 6fccaaf Remove the mblaze backend from llvm. by Rafael Espindola · 11 years ago
  24. 69097a2 No ',' between programs. by Eric Christopher · 11 years ago
  25. e1e7310 Find xdot or xdot.py. by Matt Arsenault · 11 years ago
  26. c589a5f Reapply r185601 with a fix for the cmake build. by Eric Christopher · 11 years ago
  27. 2333a31 Temporarily revert 185601 as it caused cmake build regressions. by Eric Christopher · 11 years ago
  28. d1280c1 Add support for futimens for platforms that don't support futimes. by Eric Christopher · 11 years ago
  29. ba62f2f The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD. by Sylvestre Ledru · 11 years ago
  30. 1baa381 Add an autoconf option for turning on -gsplit-dwarf by default by Eric Christopher · 11 years ago
  31. ba30d60 Don't define LTDL_SHLIBPATH_VAR. by Rafael Espindola · 11 years ago
  32. add4c2f Don't define LLVM_LIBDIR, it is not used anymore. by Rafael Espindola · 11 years ago
  33. 059d360 Make R600 non-experimental. by Rafael Espindola · 11 years ago
  34. 22d1d14 Regenerate configure. by Rafael Espindola · 11 years ago
  35. 0c25b8f We're in 3.4 land now. by Bill Wendling · 11 years ago
  36. 9887cbe by Ulrich Weigand · 11 years ago
  37. 735ab83 by Ulrich Weigand · 11 years ago
  38. d66ad6c Allow host triple to be correctly overridden in CMake builds by Tim Northover · 11 years ago
  39. 5212b4e Autoconf: Compile cxxabi.h in C++ mode. by Benjamin Kramer · 11 years ago
  40. 7f5c6bf Regen. by Eric Christopher · 11 years ago
  41. dfa0e92 Only use cxxabi.h's demangler, if it is actually available. by Joerg Sonnenberger · 11 years ago
  42. ee03c94 Add basic zlib support to LLVM. This would allow to use compression/uncompression in selected LLVM tools. by Alexey Samsonov · 11 years ago
  43. a626be3 Add AArch64 into $llvm_cv_target_arch in configure, reviewed by Tim Northover & Eric Christopher by Jia Liu · 11 years ago
  44. f9a7132 Refine fenv.h handling: check if the desired macros exist, before using by Joerg Sonnenberger · 11 years ago
  45. c6aa834 Turn anonymous type in anonymous union warning back on after cleaning up issues. by Eric Christopher · 11 years ago
  46. 7c62701 configure: remove workaround for gcc's -Wno-maybe-uninitialized by Dmitri Gribenko · 11 years ago
  47. d31bd24 configure: when performing a compiler feature test for a -Wno-foo flag, attempt by Richard Smith · 11 years ago
  48. ec643ab Conditionalize constant folding of math intrinsics on the availability of an implementation on the host. This is a little bit unfortunate, but until someone decides to implement a full libm for APFloat, we don't have a better way to get this functionality. by Owen Anderson · 11 years ago
  49. 4c40840 Enable AArch64 as a target built by default. by Tim Northover · 11 years ago
  50. 6c440fc Pass CPPFLAGS/CFLAGS/CXXFLAGS from the environment of configure to by Patrik Hagglund · 11 years ago
  51. f841064 Recognize aarch64 for --enable-targets as advertised. by Joerg Sonnenberger · 11 years ago
  52. 68cbd91 Regenerate configure to hopefully fix buildbot breakage. Oh how I love autoconf. by Richard Smith · 11 years ago
  53. 1983f54 Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warning by Richard Smith · 11 years ago
  54. 72062f5 Add AArch64 as an experimental target. by Tim Northover · 11 years ago
  55. 581126e build: regenerate configure by Saleem Abdulrasool · 11 years ago
  56. a4afeef [autoconf] Fix m4 quoting for newer autotools by NAKAMURA Takumi · 11 years ago
  57. fd6fbec [autoconf] Fix 80+ and quoting. by NAKAMURA Takumi · 11 years ago
  58. 0b198ca Disable Uninitialized Use Warnings for Broken gcc Versions by David Greene · 11 years ago
  59. d2f8216 Disable -Wuninitialized for gcc by David Greene · 11 years ago
  60. a730336 Configure: if we compile with clang, check that it is not broken by Dmitri Gribenko · 11 years ago
  61. 234aaf0 Finally, fix the autoconf setup to allow for a missing clock_gettime; by Chandler Carruth · 11 years ago
  62. 73c35d8 Add time getters to the process interface for requesting the elapsed by Chandler Carruth · 11 years ago
  63. 5ebee9e Update the configure scripts as well as the makefiles for the move from by Chandler Carruth · 11 years ago
  64. a6fdcaa Update the copyright coredits -- Happy new year 2013! by NAKAMURA Takumi · 11 years ago
  65. 23c5021 Fix quoting in configure. Patch by Krzysztof Parzyszek! by Benjamin Kramer · 11 years ago
  66. d14baf4 Add options to disable building of ARCMT, Rewriter and Static Analyzer by Roman Divacky · 11 years ago
  67. f0b3b74 Fix a pasto. by Eric Christopher · 12 years ago
  68. 537d9a7 Kick off 3.3 cycle for LLVM trunk. by Benjamin Kramer · 12 years ago
  69. 06b4234 Remove the CellSPU port. by Eric Christopher · 12 years ago
  70. 4830ccf Add mips64-* and mips64el-* triples to configure scripts by Simon Atanasyan · 12 years ago
  71. 9208052 Re-enable support for --program-prefix. by Jordan Rose · 12 years ago
  72. 770b97b Removing dependency on third party library for Intel JIT event support. by Andrew Kaylor · 12 years ago
  73. 85042e6 Revert "Add --program-prefix support to build" by Jordan Rose · 12 years ago
  74. ba48ceb Add --program-prefix support to build by Sebastian Pop · 12 years ago
  75. c69bdad Add an --enable-backtraces option to configure to determine by Eric Christopher · 12 years ago
  76. 164a308 Temporarily revert this to bring back the bots. by Eric Christopher · 12 years ago
  77. 94a935f Add --program-prefix support to build. by Sebastian Pop · 12 years ago
  78. 7126ee0 Update configure. by Daniel Dunbar · 12 years ago
  79. 0e80e18 Support for experimental targets by Victor Oliveira · 12 years ago
  80. b0f6759 Add support for the OpenBSD for Bitrig. by Eric Christopher · 12 years ago
  81. 09a8873 Add a configure flag for enabling -Werror on the command line by Eric Christopher · 12 years ago
  82. 46e6bcf Add support for detecting libxml for Dmitri's work. He'll by Eric Christopher · 12 years ago
  83. 8212002 Add a configure option to pass -std=c++11 on the command line. by Eric Christopher · 12 years ago
  84. 42dffa5 Revert previous patch here, we should instead configure in specific by Eric Christopher · 12 years ago
  85. cbd84f7 Add a BUILD_FLAGS variable so that autoconf checks have a place by Eric Christopher · 12 years ago
  86. 2864de7 autoconf: Re-introduce LLVM_HOSTTRIPLE since r143500, as rework of PR11060. by NAKAMURA Takumi · 12 years ago
  87. 38cda13 Revert "Build script changes for R600/SI Codegen v6" by Tom Stellard · 12 years ago
  88. a93c8a8 Build script changes for R600/SI Codegen v6 by Tom Stellard · 12 years ago
  89. a1095b2 Regenerate. by Eric Christopher · 12 years ago
  90. 42a0b48 Remove the PTX back-end and all of its artifacts (triple, etc.) by Justin Holewinski · 12 years ago
  91. bb8cef5 - Added ExecutionEngine/MCJIT tests by Danil Malyshev · 12 years ago
  92. f468fd8 Revert r156393, "[tests] Remove some remaining DejaGNU related cruft.", this by Daniel Dunbar · 12 years ago
  93. b3593a6 [tests] Remove some remaining DejaGNU related cruft. by Daniel Dunbar · 12 years ago
  94. 09ca350 Regenerate configure. by Daniel Dunbar · 12 years ago
  95. e0b0e7b [build] Add build check for ::arc4random(). by Daniel Dunbar · 12 years ago
  96. 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
  97. e4f1b37 fix typo by Sebastian Pop · 12 years ago
  98. b85b2d5 Kick off 3.2 cycle for LLVM trunk. by Benjamin Kramer · 12 years ago
  99. 7e5c316 add configure flag --with-default-sysroot by Sebastian Pop · 12 years ago
  100. 0ce12d5 Remove a remaining reference to the obsolete C backend in configure by Jean-Daniel Dupas · 12 years ago