1. de2d869 Update aosp/master LLVM for rebase to r275480 by Pirama Arumuga Nainar · 8 years ago
  2. f3ef533 Update aosp/master LLVM for rebase to r256229 by Pirama Arumuga Nainar · 8 years ago
  3. 6948897 Update aosp/master LLVM for rebase to r239765 by Pirama Arumuga Nainar · 9 years ago
  4. 4c5e43d Update aosp/master llvm for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  5. 37ed9c1 Update aosp/master LLVM for rebase to r222494. by Stephen Hines · 10 years ago
  6. 36b5688 Update to LLVM 3.5a. by Stephen Hines · 10 years ago
  7. 6a971bb Revert "Revert "Windows: Add support for unicode command lines"" by David Majnemer · 11 years ago
  8. b262556 Revert "Windows: Add support for unicode command lines" by David Majnemer · 11 years ago
  9. 5a1a185 Windows: Add support for unicode command lines by David Majnemer · 11 years ago
  10. fd1b799 Disable libc++ building by default with CMake with MSVC -- some bots by Chandler Carruth · 11 years ago
  11. 2f101e8 Enable libcxx as part of the top level CMake build when it is checked by Chandler Carruth · 11 years ago
  12. 8525fad Port the detection of zlib from the main autoconf system to the sample by Chandler Carruth · 11 years ago
  13. 8e9fde1 Add support for linking librt and using clock_gettime to the sample by Chandler Carruth · 11 years ago
  14. b5d5797 Update the sample project autoconf setup to include support for by Chandler Carruth · 11 years ago
  15. 0cffe07 Build with the $RDYNAMIC flag on Darwin as well as other platforms. by Bob Wilson · 11 years ago
  16. f3289e7 Regenerate with changes for -rdynamic. by Bob Wilson · 11 years ago
  17. 244acf3 Link with -rdynamic instead of -Wl,-export-dynamic. by Bob Wilson · 11 years ago
  18. f38cc38 [PowerPC] Support powerpc64le as a syntax-checking target. by Bill Schmidt · 11 years ago
  19. 1a9e248 Remove dead code from the makefile build system. by Rafael Espindola · 11 years ago
  20. 6fccaaf Remove the mblaze backend from llvm. by Rafael Espindola · 11 years ago
  21. ba62f2f The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD. by Sylvestre Ledru · 11 years ago
  22. d77a0ca Filter out dragonegg when checked out into a projects subdirectory. by Chandler Carruth · 11 years ago
  23. ba30d60 Don't define LTDL_SHLIBPATH_VAR. by Rafael Espindola · 11 years ago
  24. add4c2f Don't define LLVM_LIBDIR, it is not used anymore. by Rafael Espindola · 11 years ago
  25. d34c405 sync projects/sample's autohell. by Rafael Espindola · 11 years ago
  26. 9887cbe by Ulrich Weigand · 11 years ago
  27. 735ab83 by Ulrich Weigand · 11 years ago
  28. 8e46da2 remove cbe backend from sample configure by Jia Liu · 11 years ago
  29. 5c4e836 Print a warning message if compiler-rt can't be built because of old CMake version to make this requirement more visible to users by Alexey Samsonov · 11 years ago
  30. cdb0a58 Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431> by Bob Wilson · 11 years ago
  31. 72062f5 Add AArch64 as an experimental target. by Tim Northover · 11 years ago
  32. 3ef8b0a build: add --with-python option by Saleem Abdulrasool · 11 years ago
  33. 183797e Clean up the sample include orderings, not that it really matters... by Chandler Carruth · 12 years ago
  34. 1c689f7 Add ENABLE_CXX11 and ENABLE_WERROR to Makefile.llvm.rules for sample project. They were previously added to Makefile.llvm.config.in but the consumption was missing by Craig Topper · 12 years ago
  35. 1a35292 Few more small CellSPU removals. by Eric Christopher · 12 years ago
  36. 8ee3963 Add --enable-werror and --enable-cxx11 to projects/sample/ by Craig Topper · 12 years ago
  37. 4830ccf Add mips64-* and mips64el-* triples to configure scripts by Simon Atanasyan · 12 years ago
  38. 0ed9b8e [CMake] Introduce LLVM_EXTERNAL_COMPILER_RT_SOURCE_DIR. by NAKAMURA Takumi · 12 years ago
  39. 9208052 Re-enable support for --program-prefix. by Jordan Rose · 12 years ago
  40. 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
  41. 7e2c793 Fix a typo 'iff' => 'if' by Sylvestre Ledru · 12 years ago
  42. 85042e6 Revert "Add --program-prefix support to build" by Jordan Rose · 12 years ago
  43. ba48ceb Add --program-prefix support to build by Sebastian Pop · 12 years ago
  44. 0543c14 [CMake] Respect LLVM_BUILD_RUNTIME. by Michael J. Spencer · 12 years ago
  45. d9f3dd9 Enable recursing into the compiler-rt projcet with the CMake build. by Chandler Carruth · 12 years ago
  46. c8e41c5 Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
  47. 38cda13 Revert "Build script changes for R600/SI Codegen v6" by Tom Stellard · 12 years ago
  48. a93c8a8 Build script changes for R600/SI Codegen v6 by Tom Stellard · 12 years ago
  49. c1a0af1 Remove 'check-dg', a wrapper around 'check-local-dg' which was just nuked. by Chandler Carruth · 12 years ago
  50. 01e4a06 Remove autoconf support for runtest and tclsh, some of the last vestigal by Chandler Carruth · 12 years ago
  51. eb2dea2 Exclude both libcxx and compiler-rt until we get their CMake builds by Chandler Carruth · 12 years ago
  52. 0fad48f Add mipsel-* to the list of targets recognized by configure script. by Simon Atanasyan · 12 years ago
  53. 42a0b48 Remove the PTX back-end and all of its artifacts (triple, etc.) by Justin Holewinski · 12 years ago
  54. 0017180 Update all outdated autoconf files in the sample project. by Benjamin Kramer · 12 years ago
  55. 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
  56. c84f975 Update config.sub in the sample project. by Evgeniy Stepanov · 12 years ago
  57. 7533809 Remove llvm-ld and llvm-stub (which is only used by llvm-ld). by Michael J. Spencer · 12 years ago
  58. 703bf84 Fix a problem in the target detection for Debian GNU/HURD by Sylvestre Ledru · 12 years ago
  59. 1d7e8c6 Fix a problem in the target detection for Debian GNU/kFreeBSD by Sylvestre Ledru · 12 years ago
  60. c4b2271 Add InitializeNativeTargetDisassembler function. by Eric Christopher · 12 years ago
  61. b2bc6e4 Add some fixes to the configure script for isInf and add by Eric Christopher · 12 years ago
  62. a443e5b Remove the C backend. by Eric Christopher · 12 years ago
  63. 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
  64. 9993a3a Enable -Wcovered-switch-default again, but add -Werror to the checks to make by Rafael Espindola · 12 years ago
  65. 3c2e5f2 Temporarily revert r151609, which enabled a new warning for LLVM and by Chandler Carruth · 12 years ago
  66. 33177f5 Enable -Wcovered-switch-default as it matches the switch style used in llvm. by Rafael Espindola · 12 years ago
  67. 1aee22e Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain by Rafael Espindola · 12 years ago
  68. 48381e5 Regenerate configure. by Rafael Espindola · 12 years ago
  69. 6e9b5eb revert r147542 after comments from Joerg Sonnenberger by Sebastian Pop · 12 years ago
  70. 8a86887 use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT by Sebastian Pop · 12 years ago
  71. b4b5415 Hexagon backend support by Tony Linthicum · 13 years ago
  72. 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
  73. a3a2dfd build: Add initial cut at LLVMBuild.txt files. by Daniel Dunbar · 13 years ago
  74. de2e0b5 rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE by Sebastian Pop · 13 years ago
  75. c4cbf4a derive LLVM_HOSTTRIPLE from target by Sebastian Pop · 13 years ago
  76. 33ba8b0 Remove the Alpha backend. by Dan Gohman · 13 years ago
  77. b42d476 projects/sample: Switch over to imported Makefile setup. by Daniel Dunbar · 13 years ago
  78. 360fa9a Handle newer cases for freebsd which is approaching 10.0 and not 1.0. by Eric Christopher · 13 years ago
  79. 3e6157d Remove the Blackfin backend. by Dan Gohman · 13 years ago
  80. 29074cc Remove the SystemZ backend. by Dan Gohman · 13 years ago
  81. bf79f91 Regenerate projects/sample/configure. by Daniel Dunbar · 13 years ago
  82. 2532fa2 projects/sample: Import adapted form of current LLVM autoconf/Makefile setup so that projects/sample is standalone and not tied to the LLVM build setup. by Daniel Dunbar · 13 years ago
  83. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  84. 2bf4b54 Regen configure by Peter Collingbourne · 14 years ago
  85. 1fbf5a4 Fix paths; AutoRegen.sh changes its current working directory to be the by Peter Collingbourne · 14 years ago
  86. 3cc52ea I swear I did a make clean and make before committing all this... by Michael J. Spencer · 14 years ago
  87. 9b8cc2b projects: Don't try to build libcxx if one happens to have it checked out into by Daniel Dunbar · 14 years ago
  88. 31a0a43 Remove bogus link. by Eric Christopher · 14 years ago
  89. 04c528a Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway. by Jakob Stoklund Olesen · 14 years ago
  90. 15c4bb9 Testing subversion commit access by Wesley Peck · 14 years ago
  91. f681475 CMake: Fixed syntax in conditional. by Oscar Fuentes · 14 years ago
  92. 4b42a1e Oops. by Jakob Stoklund Olesen · 14 years ago
  93. 8addca2 clang test suite by Jakob Stoklund Olesen · 14 years ago
  94. 1f10929 Fix autoconf llvm srcdir location for generic projects. by Eric Christopher · 14 years ago
  95. 50a5aa1 CMake: Don't try to descend into projects/compiler-rt, it doesn't work. by Daniel Dunbar · 14 years ago
  96. d58816f Don't try to build compiler-rt if it happens to be checked out into projects/ by Daniel Dunbar · 14 years ago
  97. 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 15 years ago
  98. 6493798 install-sh chmods to 0755 by default, and this causes 'git diff' to show by Torok Edwin · 15 years ago
  99. 929a493 remove dead makefile flags. by Chris Lattner · 15 years ago
  100. 324f608 Revert r67655 and r67656, as they are breaking the build. I'm by Dan Gohman · 15 years ago