1. 69097a2 No ',' between programs. by Eric Christopher · 11 years ago
  2. e1e7310 Find xdot or xdot.py. by Matt Arsenault · 11 years ago
  3. c589a5f Reapply r185601 with a fix for the cmake build. by Eric Christopher · 11 years ago
  4. 2333a31 Temporarily revert 185601 as it caused cmake build regressions. by Eric Christopher · 11 years ago
  5. d1280c1 Add support for futimens for platforms that don't support futimes. by Eric Christopher · 11 years ago
  6. ba62f2f The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD. by Sylvestre Ledru · 11 years ago
  7. 1baa381 Add an autoconf option for turning on -gsplit-dwarf by default by Eric Christopher · 11 years ago
  8. ba30d60 Don't define LTDL_SHLIBPATH_VAR. by Rafael Espindola · 11 years ago
  9. add4c2f Don't define LLVM_LIBDIR, it is not used anymore. by Rafael Espindola · 11 years ago
  10. 059d360 Make R600 non-experimental. by Rafael Espindola · 11 years ago
  11. 0c25b8f We're in 3.4 land now. by Bill Wendling · 11 years ago
  12. 9887cbe by Ulrich Weigand · 11 years ago
  13. 735ab83 by Ulrich Weigand · 11 years ago
  14. d66ad6c Allow host triple to be correctly overridden in CMake builds by Tim Northover · 11 years ago
  15. 5212b4e Autoconf: Compile cxxabi.h in C++ mode. by Benjamin Kramer · 11 years ago
  16. dfa0e92 Only use cxxabi.h's demangler, if it is actually available. by Joerg Sonnenberger · 11 years ago
  17. ee03c94 Add basic zlib support to LLVM. This would allow to use compression/uncompression in selected LLVM tools. by Alexey Samsonov · 11 years ago
  18. a626be3 Add AArch64 into $llvm_cv_target_arch in configure, reviewed by Tim Northover & Eric Christopher by Jia Liu · 11 years ago
  19. f9a7132 Refine fenv.h handling: check if the desired macros exist, before using by Joerg Sonnenberger · 11 years ago
  20. c6aa834 Turn anonymous type in anonymous union warning back on after cleaning up issues. by Eric Christopher · 12 years ago
  21. 7c62701 configure: remove workaround for gcc's -Wno-maybe-uninitialized by Dmitri Gribenko · 12 years ago
  22. d31bd24 configure: when performing a compiler feature test for a -Wno-foo flag, attempt by Richard Smith · 12 years ago
  23. 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 · 12 years ago
  24. 4c40840 Enable AArch64 as a target built by default. by Tim Northover · 12 years ago
  25. 6c440fc Pass CPPFLAGS/CFLAGS/CXXFLAGS from the environment of configure to by Patrik Hagglund · 12 years ago
  26. f841064 Recognize aarch64 for --enable-targets as advertised. by Joerg Sonnenberger · 12 years ago
  27. 1983f54 Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warning by Richard Smith · 12 years ago
  28. 72062f5 Add AArch64 as an experimental target. by Tim Northover · 12 years ago
  29. 3ef8b0a build: add --with-python option by Saleem Abdulrasool · 12 years ago
  30. d749382 [autoconf]: Fix description in HAVE_CRASHREPORTER_INFO. by NAKAMURA Takumi · 12 years ago
  31. a4afeef [autoconf] Fix m4 quoting for newer autotools by NAKAMURA Takumi · 12 years ago
  32. fd6fbec [autoconf] Fix 80+ and quoting. by NAKAMURA Takumi · 12 years ago
  33. 0b198ca Disable Uninitialized Use Warnings for Broken gcc Versions by David Greene · 12 years ago
  34. d2f8216 Disable -Wuninitialized for gcc by David Greene · 12 years ago
  35. a730336 Configure: if we compile with clang, check that it is not broken by Dmitri Gribenko · 12 years ago
  36. 1751a73 Fix a stray 'dnl' that my editor line-wrapped into this comment. Thanks by Chandler Carruth · 12 years ago
  37. 234aaf0 Finally, fix the autoconf setup to allow for a missing clock_gettime; by Chandler Carruth · 12 years ago
  38. 73c35d8 Add time getters to the process interface for requesting the elapsed by Chandler Carruth · 12 years ago
  39. 5ebee9e Update the configure scripts as well as the makefiles for the move from by Chandler Carruth · 12 years ago
  40. a6fdcaa Update the copyright coredits -- Happy new year 2013! by NAKAMURA Takumi · 12 years ago
  41. 23c5021 Fix quoting in configure. Patch by Krzysztof Parzyszek! by Benjamin Kramer · 12 years ago
  42. 0fa62a3 AutoRegen.sh: update reference to documentation by Dmitri Gribenko · 12 years ago
  43. d14baf4 Add options to disable building of ARCMT, Rewriter and Static Analyzer by Roman Divacky · 12 years ago
  44. f0b3b74 Fix a pasto. by Eric Christopher · 12 years ago
  45. 537d9a7 Kick off 3.3 cycle for LLVM trunk. by Benjamin Kramer · 12 years ago
  46. 06b4234 Remove the CellSPU port. by Eric Christopher · 12 years ago
  47. 4830ccf Add mips64-* and mips64el-* triples to configure scripts by Simon Atanasyan · 12 years ago
  48. 9208052 Re-enable support for --program-prefix. by Jordan Rose · 12 years ago
  49. 770b97b Removing dependency on third party library for Intel JIT event support. by Andrew Kaylor · 12 years ago
  50. 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
  51. 7e2c793 Fix a typo 'iff' => 'if' by Sylvestre Ledru · 12 years ago
  52. 85042e6 Revert "Add --program-prefix support to build" by Jordan Rose · 12 years ago
  53. ba48ceb Add --program-prefix support to build by Sebastian Pop · 12 years ago
  54. c69bdad Add an --enable-backtraces option to configure to determine by Eric Christopher · 12 years ago
  55. 164a308 Temporarily revert this to bring back the bots. by Eric Christopher · 12 years ago
  56. 94a935f Add --program-prefix support to build. by Sebastian Pop · 12 years ago
  57. 8b5bee4 [configure] Add a --enable-keep-symbols configure flag. by Daniel Dunbar · 12 years ago
  58. 0e80e18 Support for experimental targets by Victor Oliveira · 12 years ago
  59. b0f6759 Add support for the OpenBSD for Bitrig. by Eric Christopher · 12 years ago
  60. 09a8873 Add a configure flag for enabling -Werror on the command line by Eric Christopher · 12 years ago
  61. 46e6bcf Add support for detecting libxml for Dmitri's work. He'll by Eric Christopher · 12 years ago
  62. 8212002 Add a configure option to pass -std=c++11 on the command line. by Eric Christopher · 12 years ago
  63. 42dffa5 Revert previous patch here, we should instead configure in specific by Eric Christopher · 12 years ago
  64. cbd84f7 Add a BUILD_FLAGS variable so that autoconf checks have a place by Eric Christopher · 12 years ago
  65. c8e41c5 Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
  66. 2864de7 autoconf: Re-introduce LLVM_HOSTTRIPLE since r143500, as rework of PR11060. by NAKAMURA Takumi · 12 years ago
  67. 38cda13 Revert "Build script changes for R600/SI Codegen v6" by Tom Stellard · 12 years ago
  68. a93c8a8 Build script changes for R600/SI Codegen v6 by Tom Stellard · 12 years ago
  69. c11c2ba fix typo in generated comment by Gabor Greif · 12 years ago
  70. 01e4a06 Remove autoconf support for runtest and tclsh, some of the last vestigal by Chandler Carruth · 12 years ago
  71. 42a0b48 Remove the PTX back-end and all of its artifacts (triple, etc.) by Justin Holewinski · 12 years ago
  72. bb8cef5 - Added ExecutionEngine/MCJIT tests by Danil Malyshev · 12 years ago
  73. f468fd8 Revert r156393, "[tests] Remove some remaining DejaGNU related cruft.", this by Daniel Dunbar · 12 years ago
  74. b3593a6 [tests] Remove some remaining DejaGNU related cruft. by Daniel Dunbar · 12 years ago
  75. a5d2435 [docs] Remove POD based man page docs (and build system support). by Daniel Dunbar · 12 years ago
  76. e0b0e7b [build] Add build check for ::arc4random(). by Daniel Dunbar · 12 years ago
  77. 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
  78. e4f1b37 fix typo by Sebastian Pop · 12 years ago
  79. b85b2d5 Kick off 3.2 cycle for LLVM trunk. by Benjamin Kramer · 12 years ago
  80. 7e5c316 add configure flag --with-default-sysroot by Sebastian Pop · 12 years ago
  81. 0ce12d5 Remove a remaining reference to the obsolete C backend in configure by Jean-Daniel Dupas · 12 years ago
  82. 703bf84 Fix a problem in the target detection for Debian GNU/HURD by Sylvestre Ledru · 12 years ago
  83. 1d7e8c6 Fix a problem in the target detection for Debian GNU/kFreeBSD by Sylvestre Ledru · 12 years ago
  84. 79e22d8 Fix CXXFLAGS for huge_val.m4. by Eric Christopher · 12 years ago
  85. c4b2271 Add InitializeNativeTargetDisassembler function. by Eric Christopher · 12 years ago
  86. b2bc6e4 Add some fixes to the configure script for isInf and add by Eric Christopher · 12 years ago
  87. a443e5b Remove the C backend. by Eric Christopher · 12 years ago
  88. 61b1851 Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in LLVM. by Eli Bendersky · 13 years ago
  89. 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
  90. c70b79e autoconf: Set LLVM_CONFIGTIME to a stable value when using --disable-timestamps. by Daniel Dunbar · 13 years ago
  91. 9993a3a Enable -Wcovered-switch-default again, but add -Werror to the checks to make by Rafael Espindola · 13 years ago
  92. 3c2e5f2 Temporarily revert r151609, which enabled a new warning for LLVM and by Chandler Carruth · 13 years ago
  93. 8b37637 Strip extraneous information, if present, from the linker version string on by Charles Davis · 13 years ago
  94. 33177f5 Enable -Wcovered-switch-default as it matches the switch style used in llvm. by Rafael Espindola · 13 years ago
  95. 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
  96. fde8237 add LLVM_VERSION_MAJOR and _MINOR defines by Dylan Noblesmith · 13 years ago
  97. 965a166 autoconf: put generated clang files in build dir by Dylan Noblesmith · 13 years ago
  98. 3e82b4a autoconf: fix clang detection by Dylan Noblesmith · 13 years ago
  99. 1aee22e Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain by Rafael Espindola · 13 years ago
  100. 32cf80b autoconf: fix build/src dir confusion by Dylan Noblesmith · 13 years ago