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 · 10 years ago
  4. fa235b7 Pass LSAN_OPTIONS down so that it is possible to add suppressions. by Rafael Espindola · 10 years ago
  5. 943bdc2 Split executeShTest into two parts so that it can be better leveraged by libc++ by Eric Fiselier · 10 years ago
  6. d813311 [LIT] Add JSONMetricValue type to wrap types supported by the json encoder. by Eric Fiselier · 10 years ago
  7. 00b7249 Now that we require a newer python, use the new exception syntax. by Rafael Espindola · 10 years ago
  8. b3f52a2 Require python 2.7. by Rafael Espindola · 10 years ago
  9. d3044d5 [LIT] Add support for `UNSUPPORTED` tag to `TestRunner.parseIntegratedTestScript` by Eric Fiselier · 10 years ago
  10. 85f0655 lit: Don't use python 2.6 features by David Majnemer · 10 years ago
  11. 2b3d416 Fix for xunit output to work around issue in Jenkins when tests are at the root level by Chris Matthews · 10 years ago
  12. 30895fd Fix corner cases in lit xunit for paths with dots by Chris Matthews · 10 years ago
  13. d88eccd Add a test-case for lit xunit output by Chris Matthews · 10 years ago
  14. 7f0b0a7 Don't allow test-suite names with . in them in xml output by Chris Matthews · 10 years ago
  15. b3fc31d Give lit a --xunit-xml-output option for saving results in xunit format by Chris Matthews · 10 years ago
  16. 37ed9c1 Update aosp/master LLVM for rebase to r222494. by Stephen Hines · 10 years ago
  17. 09aa871 Allow mm in these subdirectories. by Dan Albert · 10 years ago
  18. c6a4f5e Update LLVM for rebase to r212749. by Stephen Hines · 10 years ago
  19. 075c621 Adds the ability to run the llvm test suite in-tree. by Chris Wailes · 10 years ago
  20. 7b17ef6 Switch name from tblgen -> llvm-tblgen for consistency with upstream LLVM. by Stephen Hines · 10 years ago
  21. dce4a40 Update LLVM for 3.5 rebase (r209712). by Stephen Hines · 10 years ago
  22. 36b5688 Update to LLVM 3.5a. by Stephen Hines · 10 years ago
  23. ce9904c Merge remote-tracking branch 'upstream/release_34' into merge-20140211 by Stephen Hines · 11 years ago
  24. d49c8fc Merging r195567: by Bill Wendling · 11 years ago
  25. d20d4e5 Merging r195102: by Bill Wendling · 11 years ago
  26. 3c031bd Merging r195193: by Bill Wendling · 11 years ago
  27. 9d7c776 Merging r195092: by Bill Wendling · 11 years ago
  28. 3543625 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 11 years ago
  29. ea8e144 test-release.sh: tweak RPATH for the binary packages. by Arnaud A. de Grandmaison · 11 years ago
  30. 38ea7b5 Unbreak the build after r194997 by Alexey Samsonov · 11 years ago
  31. b21ab43 Revert r194865 and r194874. by Alexey Samsonov · 11 years ago
  32. b923d2f TableGen: Generate an enum for all named Operand types in tblgen'd InstrInfo. by Ahmed Bougacha · 11 years ago
  33. 7936226 gtest-death-test.cc: Move ~DeathTestFactory() to unbreak cygming build since r194865. by NAKAMURA Takumi · 11 years ago
  34. e553fea Small improvement to InstrinsicEmitter::EmitAttributes. This change removes the “pushing” and “clearing” of the SmallVector and instead uses const arrays to pass the attributeKinds to AttributeSet::get . by Owen Anderson · 11 years ago
  35. 7426308 Fix previous commit (r194865) by Juergen Ributzka · 11 years ago
  36. 5a364c5 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 11 years ago
  37. efbdf7f Move all of the GoogleTest files back to the same locations they occupy by Chandler Carruth · 11 years ago
  38. 59d3ae6 Add addrspacecast instruction. by Matt Arsenault · 11 years ago
  39. 0ea3ce9 Update emacs llvm mode. by Matt Arsenault · 11 years ago
  40. 0ab53c7 FileCheck: fix matching of one check-prefix is a prefix of another by Alexey Samsonov · 11 years ago
  41. 7df6641 FileCheck: fix a bug with multiple --check-prefix options. by Alexey Samsonov · 11 years ago
  42. ee4f5ea Allow multiple check prefixes in FileCheck. by Matt Arsenault · 11 years ago
  43. 633f98b AVX-512: added VPCONFLICT instruction and intrinsics, added EVEX_KZ to tablegen by Elena Demikhovsky · 11 years ago
  44. d6b6425 Configure with --enable-terminfo=no for Apple's llvmCore builds. by Bob Wilson · 11 years ago
  45. 19794da Remove linkonce_odr_auto_hide. by Rafael Espindola · 11 years ago
  46. 2343e3b Lower stackmap intrinsics directly to their target opcode in the DAG builder. by Andrew Trick · 11 years ago
  47. 2e50b8a Enable variable arguments support for intrinsics. by Andrew Trick · 11 years ago
  48. cf940ce whitespace by Andrew Trick · 11 years ago
  49. 1799684 TableGen: remove unused variable. by Ahmed Bougacha · 11 years ago
  50. 2b43fff TableGen: Refactor DAG patterns to enable parsing one pattern at a time. by Ahmed Bougacha · 11 years ago
  51. 254ce94 TableGen: Refactor AsmWriterEmitter to keep AsmWriterInsts. by Ahmed Bougacha · 11 years ago
  52. 1885458 lit: multiprocessing platform fix attempt by Alp Toker · 11 years ago
  53. bbe8f3b Clarify the comment about BSD versions in r193465 by Alp Toker · 11 years ago
  54. 0435c5d self.path may be empty or otherwise miss the normal system directories, by Joerg Sonnenberger · 11 years ago
  55. a685c13 lit: Issue a note when multiprocessing fails to load by Alp Toker · 11 years ago
  56. 8d93aa0 Fix a referenced before assignment in r193463 by Alp Toker · 11 years ago
  57. a4e71de lit: handle late multiprocessing errors gracefully by Alp Toker · 11 years ago
  58. 59b8e04 Attempt to fix the FreeBSD build, disable multiprocessing by Alp Toker · 11 years ago
  59. b94be5f Try to fix the openbsd bot. by Rafael Espindola · 11 years ago
  60. d80961c Actually switch the default to use multiprocessing by Rafael Espindola · 11 years ago
  61. 279a89e [lit] Stop hacking the GIL check interval. by Daniel Dunbar · 11 years ago
  62. a0d3bcf [lit] Use multiprocessing based parallelism by default, on Unix. by Daniel Dunbar · 11 years ago
  63. 8f70847 Typo. by Peter Collingbourne · 11 years ago
  64. 31544de YAMLBench.cpp: Use llvm_move instead of std::move also here. by NAKAMURA Takumi · 11 years ago
  65. 44a4cfb [Support][YAML] Add support for accessing tags and tag handle substitution. by Michael J. Spencer · 11 years ago
  66. 651ffc7 Lit: LIT_PRESERVES_TMP should be aware of TMPDIR, too. by NAKAMURA Takumi · 11 years ago
  67. 9f64a56 Lit: Introduce an environment variable, $LIT_PRESERVES_TMP, to preserve TMP (and TEMP). by NAKAMURA Takumi · 11 years ago
  68. 1e422bf Remove utils/profile.pl. by Rafael Espindola · 11 years ago
  69. c6f7c99 Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instructions to parse either GR32 or GR64 without resorting to duplicating instructions. by Craig Topper · 11 years ago
  70. 017d8a3 Remove more filters from the disassembler. Mark some AVX512 instructions as CodeGenOnly. by Craig Topper · 11 years ago
  71. c429b5c Mark some more instructions as CodeGenOnly. Remove filters from the disassembler. by Craig Topper · 11 years ago
  72. e3ba15c Add missing #include's to cctype when using isdigit/alpha/etc. by Will Dietz · 11 years ago
  73. e5f740c Really fix CHECK-LABEL and CHECK-DAG interaction. This actually just restores the initial implementation that was in r186162 but got lost in some subsequent refactoring. More explicit variable names and comments are present now to hopefully prevent repeat regression, as well as another test. by Stephen Lin · 11 years ago
  74. 563c182 Fix handling of CHECK-DAG inside of CHECK-LABEL. by Rafael Espindola · 11 years ago
  75. e799dbc Remove another unnecessary filter from the disassembler. by Craig Topper · 11 years ago
  76. be5c1fd Fix so CRC32r64r8 isn't accidentally filtered from the disassembler tables. by Craig Topper · 11 years ago
  77. 5747f94 More x86 disassembler filtering cleanup. by Craig Topper · 11 years ago
  78. 10c7925 Remove some old filters from the x86 disassembler table builder. by Craig Topper · 11 years ago
  79. d55fed1 Remove unneeded MMX instruction definition by moving pattern to an equivalent instruction definition and removing the filtering from the disassembler table building. by Craig Topper · 11 years ago
  80. b9bc438 Remove some instructions that existed to provide aliases to the assembler. Can be done with InstAlias instead. Unfortunately, this was causing printer to use 'vmovq' or 'vmovd' based on what was parsed. To cleanup the inconsistencies convert all 'vmovd' with 64-bit registers to 'vmovq', but provide an alias so that 'vmovd' will still parse. by Craig Topper · 11 years ago
  81. e778f82 Remove some instructions that seem to only exist to trick the filtering checks in the disassembler table creation. Just fix up the filter to let the real instruction through instead. by Craig Topper · 11 years ago
  82. 36a9b31 Add disassembler support for long encodings for INC/DEC in 32-bit mode. by Craig Topper · 11 years ago
  83. 6a971bb Revert "Revert "Windows: Add support for unicode command lines"" by David Majnemer · 11 years ago
  84. b262556 Revert "Windows: Add support for unicode command lines" by David Majnemer · 11 years ago
  85. 5a1a185 Windows: Add support for unicode command lines by David Majnemer · 11 years ago
  86. 936910d Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of MoveChild, CheckSame, MoveParent. Saves 846 bytes from the X86 DAG isel matcher, ~300 from ARM, ~840 from Hexagon. by Craig Topper · 11 years ago
  87. 596cfd0 Revert r191940 to see if it fixes the build bots. by Craig Topper · 11 years ago
  88. d356295 Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of MoveChild, CheckSame, MoveParent. Saves 846 bytes from the X86 DAG isel matcher, ~300 from ARM, ~840 from Hexagon. by Craig Topper · 11 years ago
  89. 279d282 Add XOP disassembler support. Fixes PR13933. by Craig Topper · 11 years ago
  90. da75023 Add v4f16 to supported value types. by Pete Cooper · 11 years ago
  91. 8819c84 Remove several unused variables. by Rafael Espindola · 11 years ago
  92. 737ca5f Fix pattern sort in DAGISelEmitter.cpp by Richard Sandiford · 11 years ago
  93. 39004b5 Filter out repeated sections from the X86 disassembler modRMTable. Saves about ~43K from a released build. Unfortunately the disassembler tables are still upwards of 800K. by Craig Topper · 11 years ago
  94. 92b4581 Various x86 disassembler fixes. by Craig Topper · 11 years ago
  95. 0701564 Mark the x86 machine model as incomplete. PR17367. by Andrew Trick · 11 years ago
  96. 78099d1 Fix doxygen comments to use correct function name. by Craig Topper · 11 years ago
  97. 4990941 Replace EVT with MVT in CodeGenDAGAPatterns.cpp. by Craig Topper · 11 years ago
  98. 33300d9 Patch that forces MergeFunctions pass for clang. by Stepan Dyatkovskiy · 11 years ago
  99. fb2d8e1 Fix formatting to match coding standards. by Craig Topper · 11 years ago
  100. 477fc62 Initial support for Neon scalar instructions. by Jiangning Liu · 11 years ago