1. d49c8fc Merging r195567: by Bill Wendling · 11 years ago
  2. d20d4e5 Merging r195102: by Bill Wendling · 11 years ago
  3. 3c031bd Merging r195193: by Bill Wendling · 11 years ago
  4. 9d7c776 Merging r195092: by Bill Wendling · 11 years ago
  5. 3543625 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 11 years ago
  6. ea8e144 test-release.sh: tweak RPATH for the binary packages. by Arnaud A. de Grandmaison · 11 years ago
  7. 38ea7b5 Unbreak the build after r194997 by Alexey Samsonov · 11 years ago
  8. b21ab43 Revert r194865 and r194874. by Alexey Samsonov · 11 years ago
  9. b923d2f TableGen: Generate an enum for all named Operand types in tblgen'd InstrInfo. by Ahmed Bougacha · 11 years ago
  10. 7936226 gtest-death-test.cc: Move ~DeathTestFactory() to unbreak cygming build since r194865. by NAKAMURA Takumi · 11 years ago
  11. 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
  12. 7426308 Fix previous commit (r194865) by Juergen Ributzka · 11 years ago
  13. 5a364c5 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 11 years ago
  14. efbdf7f Move all of the GoogleTest files back to the same locations they occupy by Chandler Carruth · 11 years ago
  15. 59d3ae6 Add addrspacecast instruction. by Matt Arsenault · 11 years ago
  16. 0ea3ce9 Update emacs llvm mode. by Matt Arsenault · 11 years ago
  17. 0ab53c7 FileCheck: fix matching of one check-prefix is a prefix of another by Alexey Samsonov · 11 years ago
  18. 7df6641 FileCheck: fix a bug with multiple --check-prefix options. by Alexey Samsonov · 11 years ago
  19. ee4f5ea Allow multiple check prefixes in FileCheck. by Matt Arsenault · 11 years ago
  20. 633f98b AVX-512: added VPCONFLICT instruction and intrinsics, added EVEX_KZ to tablegen by Elena Demikhovsky · 11 years ago
  21. d6b6425 Configure with --enable-terminfo=no for Apple's llvmCore builds. by Bob Wilson · 11 years ago
  22. 19794da Remove linkonce_odr_auto_hide. by Rafael Espindola · 11 years ago
  23. 2343e3b Lower stackmap intrinsics directly to their target opcode in the DAG builder. by Andrew Trick · 11 years ago
  24. 2e50b8a Enable variable arguments support for intrinsics. by Andrew Trick · 11 years ago
  25. cf940ce whitespace by Andrew Trick · 11 years ago
  26. 1799684 TableGen: remove unused variable. by Ahmed Bougacha · 11 years ago
  27. 2b43fff TableGen: Refactor DAG patterns to enable parsing one pattern at a time. by Ahmed Bougacha · 11 years ago
  28. 254ce94 TableGen: Refactor AsmWriterEmitter to keep AsmWriterInsts. by Ahmed Bougacha · 11 years ago
  29. 1885458 lit: multiprocessing platform fix attempt by Alp Toker · 11 years ago
  30. bbe8f3b Clarify the comment about BSD versions in r193465 by Alp Toker · 11 years ago
  31. 0435c5d self.path may be empty or otherwise miss the normal system directories, by Joerg Sonnenberger · 11 years ago
  32. a685c13 lit: Issue a note when multiprocessing fails to load by Alp Toker · 11 years ago
  33. 8d93aa0 Fix a referenced before assignment in r193463 by Alp Toker · 11 years ago
  34. a4e71de lit: handle late multiprocessing errors gracefully by Alp Toker · 11 years ago
  35. 59b8e04 Attempt to fix the FreeBSD build, disable multiprocessing by Alp Toker · 11 years ago
  36. b94be5f Try to fix the openbsd bot. by Rafael Espindola · 11 years ago
  37. d80961c Actually switch the default to use multiprocessing by Rafael Espindola · 11 years ago
  38. 279a89e [lit] Stop hacking the GIL check interval. by Daniel Dunbar · 11 years ago
  39. a0d3bcf [lit] Use multiprocessing based parallelism by default, on Unix. by Daniel Dunbar · 11 years ago
  40. 8f70847 Typo. by Peter Collingbourne · 11 years ago
  41. 31544de YAMLBench.cpp: Use llvm_move instead of std::move also here. by NAKAMURA Takumi · 11 years ago
  42. 44a4cfb [Support][YAML] Add support for accessing tags and tag handle substitution. by Michael J. Spencer · 11 years ago
  43. 651ffc7 Lit: LIT_PRESERVES_TMP should be aware of TMPDIR, too. by NAKAMURA Takumi · 11 years ago
  44. 9f64a56 Lit: Introduce an environment variable, $LIT_PRESERVES_TMP, to preserve TMP (and TEMP). by NAKAMURA Takumi · 11 years ago
  45. 1e422bf Remove utils/profile.pl. by Rafael Espindola · 11 years ago
  46. 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
  47. 017d8a3 Remove more filters from the disassembler. Mark some AVX512 instructions as CodeGenOnly. by Craig Topper · 11 years ago
  48. c429b5c Mark some more instructions as CodeGenOnly. Remove filters from the disassembler. by Craig Topper · 11 years ago
  49. e3ba15c Add missing #include's to cctype when using isdigit/alpha/etc. by Will Dietz · 11 years ago
  50. 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
  51. 563c182 Fix handling of CHECK-DAG inside of CHECK-LABEL. by Rafael Espindola · 11 years ago
  52. e799dbc Remove another unnecessary filter from the disassembler. by Craig Topper · 11 years ago
  53. be5c1fd Fix so CRC32r64r8 isn't accidentally filtered from the disassembler tables. by Craig Topper · 11 years ago
  54. 5747f94 More x86 disassembler filtering cleanup. by Craig Topper · 11 years ago
  55. 10c7925 Remove some old filters from the x86 disassembler table builder. by Craig Topper · 11 years ago
  56. 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
  57. 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
  58. 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
  59. 36a9b31 Add disassembler support for long encodings for INC/DEC in 32-bit mode. by Craig Topper · 11 years ago
  60. 6a971bb Revert "Revert "Windows: Add support for unicode command lines"" by David Majnemer · 11 years ago
  61. b262556 Revert "Windows: Add support for unicode command lines" by David Majnemer · 11 years ago
  62. 5a1a185 Windows: Add support for unicode command lines by David Majnemer · 11 years ago
  63. 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
  64. 596cfd0 Revert r191940 to see if it fixes the build bots. by Craig Topper · 11 years ago
  65. 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
  66. 279d282 Add XOP disassembler support. Fixes PR13933. by Craig Topper · 11 years ago
  67. da75023 Add v4f16 to supported value types. by Pete Cooper · 11 years ago
  68. 8819c84 Remove several unused variables. by Rafael Espindola · 11 years ago
  69. 737ca5f Fix pattern sort in DAGISelEmitter.cpp by Richard Sandiford · 11 years ago
  70. 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
  71. 92b4581 Various x86 disassembler fixes. by Craig Topper · 11 years ago
  72. 0701564 Mark the x86 machine model as incomplete. PR17367. by Andrew Trick · 11 years ago
  73. 78099d1 Fix doxygen comments to use correct function name. by Craig Topper · 11 years ago
  74. 4990941 Replace EVT with MVT in CodeGenDAGAPatterns.cpp. by Craig Topper · 11 years ago
  75. 33300d9 Patch that forces MergeFunctions pass for clang. by Stepan Dyatkovskiy · 11 years ago
  76. fb2d8e1 Fix formatting to match coding standards. by Craig Topper · 11 years ago
  77. 477fc62 Initial support for Neon scalar instructions. by Jiangning Liu · 11 years ago
  78. cf458e9 Add missing index comments to the left side of the DAG ISel matcher table for each individual case of SwitchOpcode/Type. by Craig Topper · 11 years ago
  79. 0d293e4 Provide basic type safety for array_pod_sort comparators. by Benjamin Kramer · 11 years ago
  80. c61c811 Missed using check type enum in one place by Matt Arsenault · 11 years ago
  81. 53bb26f Use function's argument instead of the global flag. by Matt Arsenault · 11 years ago
  82. 4f67afc FileCheck refactor: use enum instead of bunch of bools by Matt Arsenault · 11 years ago
  83. 107cfa2 TableGen: fix constness of new comparison function. by Tim Northover · 11 years ago
  84. 03f9197 TableGen: give asm match classes deterministic order. by Tim Northover · 11 years ago
  85. 6dd670a AsmMatcher: emit subtarget feature enum in deterministic order. by Tim Northover · 11 years ago
  86. 280d13f Fix the build for git repositories with multiple remotes. by Daniel Sanders · 11 years ago
  87. 94ee55d Replace some unnecessary vector copies with references. by Benjamin Kramer · 11 years ago
  88. 2849503 [lit] Add an --output option, for writing results in a machine readable form. by Daniel Dunbar · 11 years ago
  89. 9c38ba4 Fix build failure reported by Tobias Markmann in bug 17203. by Daniel Sanders · 11 years ago
  90. 715d98d Add an instruction deprecation feature to TableGen. by Joey Gouly · 11 years ago
  91. ff058f0 [lit] Add support for attach arbitrary metrics to test results. by Daniel Dunbar · 11 years ago
  92. 209a8c8 llvm-tblgen: Mangle operand replacements into the strings in printAliasInstr. by Benjamin Kramer · 11 years ago
  93. 71faecf llvm-tblgen: Stabilize subreg index tables. by Benjamin Kramer · 11 years ago
  94. 4f1e5fb debuginfo-tests: Add support for an lldb wrapper script by Adrian Prantl · 11 years ago
  95. 4b3e5f2 [lit] Allow config files to pass arbitrary values to child configs. by Daniel Dunbar · 11 years ago
  96. d8f2eb3 TableGen: Enumerate Schedule Model too. by Vincent Lejeune · 11 years ago
  97. ff372dc Tidy up. Comment grammar. by Jim Grosbach · 11 years ago
  98. dd46230 Tidy up. Trailing whitespace. by Jim Grosbach · 11 years ago
  99. aae60d1 Move StringToOffsetTable into the TableGen include directory so I can use it in clang. by Craig Topper · 11 years ago
  100. e0ff96c1 [lit] [tests] Add missing test input file. by Daniel Dunbar · 11 years ago