1. 8bf0aed [pdb] Round trip the PDB stream between YAML and binary PDB. by Zachary Turner · 9 years ago
  2. d1168ef Ensure all uses of permute instructions feed vector stores by Kit Barton · 9 years ago
  3. 0cb64ba [DAGCombiner] Fix visitSTORE to continue processing current SDNode, if findBetterNeighborChains doesn't actually CombineTo it. by Tim Shen · 9 years ago
  4. c7432f9 [TTI] The cost model should not assume vector casts get completely scalarized by Michael Kuperstein · 9 years ago
  5. a905a4f Add a default parameter for getRegisteredOptions. by Zachary Turner · 9 years ago
  6. 3dfcaf6 Disable hash verification of enums. by Zachary Turner · 9 years ago
  7. 3fb0b9e Prune RelocVisitor.h include to avoid including COFF.h from MCJIT.h by Reid Kleckner · 9 years ago
  8. 9f28902 fix typo; NFC by Sanjay Patel · 9 years ago
  9. c233a9a Revert "Emit CodeView type records for nested classes." by Adrian McCarthy · 9 years ago
  10. 2b2f63ae [X86][SSE] Added test cases for missed opportunities to combine pshufb to pslldq/psrldq by Simon Pilgrim · 9 years ago
  11. 76700e4 Emit CodeView type records for nested classes. by Adrian McCarthy · 9 years ago
  12. 59cdf46 [LV] Don't widen trivial induction variables by Matthew Simpson · 9 years ago
  13. 15b950c Re-commit of 274613. by Elena Demikhovsky · 9 years ago
  14. 6425742 [AMDGPU] Assembler: regression tests for bug 28413. NFC by Sam Kolton · 9 years ago
  15. 06a4440 [ARM] Do not test for CPUs, use SubtargetFeatures. Also remove 2 flags. by Diana Picus · 9 years ago
  16. 96303e0 [ARM] Do not test for CPUs, use SubtargetFeatures (Part 3). NFCI by Diana Picus · 9 years ago
  17. f94a00c Reverted 274613 due to compilation failue. by Elena Demikhovsky · 9 years ago
  18. 0a272cb AVX-512: Optimization for patterns with i1 scalar type by Elena Demikhovsky · 9 years ago
  19. a2a1a4f AMDGPU: Fix return of non-void-returning shaders by Nicolai Haehnle · 9 years ago
  20. 8c21fe9 Vector GEP test: renamed + some comments by Elena Demikhovsky · 9 years ago
  21. 99cec95 [X86] Remove GCC builtin names from sse/avx packed fp cmp intrinsics so clang can special handle some of the immediate values. by Craig Topper · 9 years ago
  22. dad636e Fix handling of forward unreachable but reverse-reachable blocks in MemorySSA construction by Daniel Berlin · 9 years ago
  23. 669ea65 [AVX512] Remove GCC builtins from the vplzcntd/q intrinsics so we can emit native IR using the generic ctlz intrinsic in clang. by Craig Topper · 9 years ago
  24. cc48e0f [CFLAA] Split out more things from CFLSteens. NFC. by George Burgess IV · 9 years ago
  25. 02af278 [CFLAA] Split the CFL graph out from CFLSteens. NFC. by George Burgess IV · 9 years ago
  26. a3d4e37 [MSSA] Fix typo. NFC. by George Burgess IV · 9 years ago
  27. 3b5b98a [CFLAA] Split into Anders+Steens analysis. by George Burgess IV · 9 years ago
  28. 2c95e5c AArch64: try to fix optimized build failure. by Tim Northover · 9 years ago
  29. 4d4806b TableGen: avoid string copy. by Tim Northover · 9 years ago
  30. 2442068 [X86][AVX2] Simplified BROADCAST combining to avoid repeated matching attempts by Simon Pilgrim · 9 years ago
  31. d97d7ea Fix an ordering problem in r274431 by Manman Ren · 9 years ago
  32. 1a8f788 AMDGPU: Remove unnecessary string usage in AsmPrinter by Matt Arsenault · 9 years ago
  33. 4205e17 [asan] Add a hidden option for Mach-O global metadata liveness tracking by Ryan Govostes · 9 years ago
  34. 69ada66 AArch64: TableGenerate system instruction operands. by Tim Northover · 9 years ago
  35. edff068 TableGen: promote "code" type from syntactic sugar. by Tim Northover · 9 years ago
  36. 7c103a2 Transfer ownership of the gold plugin. by Rafael Espindola · 9 years ago
  37. 2973862 Revert r259387: "AArch64: Implement missed conditional compare sequences." by Balaram Makam · 9 years ago
  38. 88147b7 [X86][AVX2] Add support for target shuffle combining to BROADCAST by Simon Pilgrim · 9 years ago
  39. 319708c [X86][AVX512] Fixed decoding of permd/permpd variable mask shuffles + enabled them for target shuffle combining by Simon Pilgrim · 9 years ago
  40. 374dd7c ARM: fix `-mlong-calls` for WoA by Saleem Abdulrasool · 9 years ago
  41. 18a21c4 DAGCombiner: Fold away vector extract of insert with the same index by Matt Arsenault · 9 years ago
  42. 911d377 AArch64: use correct SDValue # when looking for bitfield placement. by Tim Northover · 9 years ago
  43. 6de48c5 AMDGPU: Fix folding SGPRs into madak/madmk src0 by Matt Arsenault · 9 years ago
  44. 28ad504 [MC/Darwin] Fix a -Wmisleading-indentation warning, reported by GCC 6. by Davide Italiano · 9 years ago
  45. db74125 AMDGPU/SI: Remove address space query functions from AMDGPUDAGToDAGISel by Tom Stellard · 9 years ago
  46. 5011892 [LV] Refactor integer induction widening (NFC) by Matthew Simpson · 9 years ago
  47. 580521d [AMDGPU] rename DS_1A1D_Off8_NORET to DS_1A2D_Off8_NORET as ds_write2xx use 2 source registers. NFC. by Valery Pykhtin · 9 years ago
  48. c02af97 [X86][AVX512] Remove vector BROADCAST builtins. by Simon Pilgrim · 9 years ago
  49. 23457a4 [LLVM][INTRINSICS] adding intrinsics of CLFLUSHOPT by Michael Zuckerman · 9 years ago
  50. fff3769 [AMDGPU] Assembler: Fix parsing error with floating-point literals passed to integer instructions by Sam Kolton · 9 years ago
  51. 41c9c2b [X86][AVX512] Autoupgrade the BROADCAST intrinsics by Simon Pilgrim · 9 years ago
  52. 4acd383 [mips][ias] Remove k_PhysReg since it's not possible to create an operand of this kind. by Daniel Sanders · 9 years ago
  53. 3ee8690 [CMake] Adjust export_executable_symbols to cope with non-target link libraries by John Brawn · 9 years ago
  54. 723b078 [X86][AVX512BW] Added BROADCAST intrinsics fast-isel generic IR tests by Simon Pilgrim · 9 years ago
  55. 14cceb3 [Thumb] Reapply r272251 with a fix for PR28348 (mk 2) by James Molloy · 9 years ago
  56. af36918 Revert r274536: [mips][ias] Don't break apart and reconstruct StringRef's for k_Token. NFC. by Daniel Sanders · 9 years ago
  57. d7446bc [X86][AVX512] Added BROADCAST intrinsics fast-isel generic IR tests by Simon Pilgrim · 9 years ago
  58. e8f8c00 [mips][ias] Don't break apart and reconstruct StringRef's for k_Token. NFC. by Daniel Sanders · 9 years ago
  59. ba988eb [PowerPC] - Legalize vector types by widening instead of integer promotion by Nemanja Ivanovic · 9 years ago
  60. feff58b [X86][AVX512] Added VSHUFPD intrinsics fast-isel generic IR tests by Simon Pilgrim · 9 years ago
  61. d102112 [X86][AVX512VL] Added VSHUFPD/VSHUFPS intrinsics fast-isel generic IR tests by Simon Pilgrim · 9 years ago
  62. ae50a14 test: relax the match on the timestamp by Saleem Abdulrasool · 9 years ago
  63. e88f1b3 Object: support empty UID/GID fields by Saleem Abdulrasool · 9 years ago
  64. 25cd212 AMDGPU/R600: Add PatFrags for selecting the correct vtx id for loads by Tom Stellard · 9 years ago
  65. 960bd9a [Support][Error] Make logAllUnhandledErrors take a Twine for the banner, rather by Lang Hames · 9 years ago
  66. cd583a8 [IR,X86] Remove some intrinsic prefixes earlier in the auto-upgrade code so we can shorten the length of the comparison strings and avoid repeatedly comparing the common prefix. No functional change intended. by Craig Topper · 9 years ago
  67. b60390b AMDGPU/SI: Remove hack for selecting < 32-bit loads to MUBUF instructions by Tom Stellard · 9 years ago
  68. b076231 [X86][AVX512] Add support for lowering shuffles to VSHUFPD by Simon Pilgrim · 9 years ago
  69. b40225f [AVX512] Remove masked VPERMD/VPERMQ/VPERMILPS/VPERMILPD intrinsics. They were autoupgraded to native IR in r274506 and r274506. by Craig Topper · 9 years ago
  70. fa06bbb AMDGPU/R600: Add indentation to VTX and TEX fetch asm strings by Jan Vesely · 9 years ago
  71. a3dab3c [TableGen] Remove dead code. NFCI. by Davide Italiano · 9 years ago
  72. 298a9a8 Revert "[Thumb] Reapply r272251 with a fix for PR28348" by James Molloy · 9 years ago
  73. eb181e8 [Thumb] Reapply r272251 with a fix for PR28348 by James Molloy · 9 years ago
  74. f371ead [X86][AVX512] Autoupgrade the VPERMPD/VPERMQ intrinsics by Simon Pilgrim · 9 years ago
  75. 79fc52e [X86][AVX512] Added VPERMPD/VPERMQ intrinsics fast-isel generic IR tests by Simon Pilgrim · 9 years ago
  76. 53af872 [X86][AVX512] Autoupgrade the VPERMILPD/VPERMILPS intrinsics by Simon Pilgrim · 9 years ago
  77. d32de81 Fixed warning caused by r274402. by Eric Liu · 9 years ago
  78. e13dc30 [X86][AVX512] Added VPERMILPD/VPERMILPS intrinsics fast-isel generic IR tests by Simon Pilgrim · 9 years ago
  79. b07f540 Add writeonly IR attribute by Nicolai Haehnle · 9 years ago
  80. 061feda [CodeGen] Make the code that detects a if a shuffle is really a concatenation of the inputs more general purpose. by Craig Topper · 9 years ago
  81. 283ee81 Reformat blank lines. by NAKAMURA Takumi · 9 years ago
  82. 6f43963 Reformat comment lines. by NAKAMURA Takumi · 9 years ago
  83. ef2b8e7 Untabify. by NAKAMURA Takumi · 9 years ago
  84. 7810e66 Reformat. by NAKAMURA Takumi · 9 years ago
  85. e52fac8 [X86] Add shuffle mask rescaling helper function. NFCI. by Simon Pilgrim · 9 years ago
  86. e22e44a [X86][AVX2] Merge unary permute matching behind the same V2.isUndef() condition. NFCI. by Simon Pilgrim · 9 years ago
  87. 41188e6 [X86][AVX512] Add support for 512-bit shuffle lowering to VPERMPD/VPERMQ by Simon Pilgrim · 9 years ago
  88. 4eca4cb [CodeGen] Teach OR combine of shuffles involving zero vectors to better handle undef indices. by Craig Topper · 9 years ago
  89. 410b9a9 [X86] Add tests to show that the DAG combine for OR of shuffles with zero vectors doesn't handle undefs as well as it could. Fix coming in another commit. by Craig Topper · 9 years ago
  90. e2d151c [MBB] add a missing corner case in UpdateTerminator() by Haicheng Wu · 9 years ago
  91. 4ad0017 [X86][AVX512] Add support for VPERMPD/VPERMQ masked shuffle comments by Simon Pilgrim · 9 years ago
  92. 7a63dcf [X86][AVX512] Add support for 512-bit shuffle decoding of VPERMPD/VPERMQ by Simon Pilgrim · 9 years ago
  93. 91d79de [X86][AVX] Renamed VPERMILPI shuffle comment macros to be more specific by Simon Pilgrim · 9 years ago
  94. 260d596 [X86][AVX512] Add support for VPALIGNR/PSHUFD/PSHUFHW/PSHUFLW masked shuffle comments by Simon Pilgrim · 9 years ago
  95. a9403e9 [InstCombine] enable vector select of bools -> logic folds by Sanjay Patel · 9 years ago
  96. b7dea04 [X86][AVX512] Add support for UNPCK masked shuffle comments by Simon Pilgrim · 9 years ago
  97. d9a17d1 fix formatting; NFC by Sanjay Patel · 9 years ago
  98. 2f0ee90 [X86][AVX512] Add support for VPERM/VSHUF masked shuffle comments by Simon Pilgrim · 9 years ago
  99. a145cca [X86][AVX512] Add support for PMOVZX masked shuffle comments by Simon Pilgrim · 9 years ago
  100. b4d7428 add vector bool select tests and regenerate checks for scalar bool select tests by Sanjay Patel · 9 years ago