1. c708db8 [x86] add vector fadd with undef elts test; NFC by Sanjay Patel · 7 years ago
  2. 049dc00 [x86] remove redundant tests; NFC by Sanjay Patel · 7 years ago
  3. 199609a [DAGCombiner] allow undefs when matching vector splats for fmul folds by Sanjay Patel · 7 years ago
  4. 9cc5516 [x86] add vector fmul with undef elts tests; NFC by Sanjay Patel · 7 years ago
  5. 0620db4 [DAGCombiner] allow undef elts in vector fabs/fneg matching by Sanjay Patel · 7 years ago
  6. f681ac4 [DAGCombiner] shorten code for bitcast+fabs fold; NFC by Sanjay Patel · 7 years ago
  7. 5edfe6a [x86] add tests for FP logic folding for vectors with undefs; NFC by Sanjay Patel · 7 years ago
  8. d827820 [clangd] NFC: Migrate to LLVM STLExtras API where possible by Kirill Bobyrev · 7 years ago
  9. d28883e [InstSimplify] add vector test for fneg+fdiv; NFC by Sanjay Patel · 7 years ago
  10. b1a2f9a [SelectionDAG] Respect multiple uses in SimplifyDemandedBits to SimplifyDemandedVectorElts simplification by Simon Pilgrim · 7 years ago
  11. fd84d48 [AARCH64][X86] Remove _nonsplat from test names by Simon Pilgrim · 7 years ago
  12. 77c5e43 [LegalizeVectorOps] Make ExpandStrictFPOp return the result corresponding to the result number of the SDValue passed in. by Craig Topper · 7 years ago
  13. 2e19046 [IAI,LV] Avoid creating interleave-groups for predicated accesse by Dorit Nuzman · 7 years ago
  14. bb3be36 [RISCV] Introduce alu8.ll and alu16.ll tests by Alex Bradbury · 7 years ago
  15. f66e35e [ORC] Consume unhandled errors in unit test. by Lang Hames · 7 years ago
  16. ee5c35b [ORC] Add a 'remove' method to JITDylib to remove symbols. by Lang Hames · 7 years ago
  17. c8d6c16 [ORC] Pass symbol name to discard by const reference. by Lang Hames · 7 years ago
  18. e52b757 [X86] getFauxShuffleMask - Handle undef + sentinel values in subvector insertion by Simon Pilgrim · 7 years ago
  19. e4c0278 [X86][SSE] Add SSE41 vector int2fp tests by Simon Pilgrim · 7 years ago
  20. 46f18c3 [X86][AVX] Ensure resolveTargetShuffleInputs shuffle masks are the correct width by Simon Pilgrim · 7 years ago
  21. 9c58796 [X86] combinePMULDQ - add op back to worklist if SimplifyDemandedBits succeeds on either operand by Simon Pilgrim · 7 years ago
  22. 942f89c [X86] Regenerate LSR loop iteration test by Simon Pilgrim · 7 years ago
  23. 29dbca1 [x86] add test for masked store with extra shift op; NFC by Sanjay Patel · 7 years ago
  24. 8020028 [X86][SSE] SimplifyDemandedVectorEltsForTargetNode - simplify PSHUFB masks by Simon Pilgrim · 7 years ago
  25. df6aa31 [X86] Use the SimplifyDemandedBits wrappers where possible. NFCI. by Simon Pilgrim · 7 years ago
  26. 6b32c5a Wdocumentation fix by Simon Pilgrim · 7 years ago
  27. 0d0e510 [SelectionDAG] Add SimplifyDemandedBits to SimplifyDemandedVectorElts simplification by Simon Pilgrim · 7 years ago
  28. 199c0d3 [RISCV] Compress addiw rd, x0, simm6 to c.li rd, simm6 by Alex Bradbury · 7 years ago
  29. 84a8da9 AMDGPU: Consolidate SMRD TableGen patterns by Tom Stellard · 7 years ago
  30. 4f840f1 [llvm-ar] Use POSIX-specified timestamps for 'tv'. by Jordan Rupprecht · 7 years ago
  31. 17dce3b [New PM][PassTiming] implement -time-passes for the new pass manager by Fedor Sergeev · 7 years ago
  32. 741cd84 [AArch64] -mcpu=native CPU detection for Cavium processors by Joel Jones · 7 years ago
  33. 644c1ed [llvm-nm] Update all tests to redirect stderr to stdout by Petr Hosek · 7 years ago
  34. a722d37 X86, AArch64, ARM: Do not attach debug location to spill/reload instructions by Matthias Braun · 7 years ago
  35. 094f8ea Specify -mtriple=x86_64 in an X86-specific dwarf test by Vedant Kumar · 7 years ago
  36. e1a7411 [X86][AVX] Limit getFauxShuffleMask INSERT_SUBVECTOR support to 2 inputs by Simon Pilgrim · 7 years ago
  37. a01d5b8 [LiveDebugValues] Extend var ranges through artificial blocks by Vedant Kumar · 7 years ago
  38. ff3a583 Clarify debug output in LiveDebugValues by Vedant Kumar · 7 years ago
  39. f5174db Disable the dwarf callsite attrs test on Windows by Vedant Kumar · 7 years ago
  40. 00a8b03 [llvm-nm] Write "no symbol" output to stderr by Petr Hosek · 7 years ago
  41. 72d0d2c Avoid hardcoding PC addresses in a dwarf test by Vedant Kumar · 7 years ago
  42. 5fccc46 [GlobalIsel] Add llvm.invariant.start and llvm.invariant.end by Jessica Paquette · 7 years ago
  43. 626a8eb dwarfdump: Avoid parsing units unnecessarily by David Blaikie · 7 years ago
  44. 78b8f9d [DebugInfo] Add support for DWARF5 call site-related attributes by Vedant Kumar · 7 years ago
  45. b1bffa1 [x86] make blend tests resistant to demanded elements improvements; NFC by Sanjay Patel · 7 years ago
  46. a8691d0 Fix dwarf-no-source-loc.ll path separator on Windows by Reid Kleckner · 7 years ago
  47. 2078575 DwarfDebug: Pick next location in case of missing location at block begin by Matthias Braun · 7 years ago
  48. 628b7f5 [RISCV] Regenerate several tests now enableMultipleCopyHints is enabled by default by Alex Bradbury · 7 years ago
  49. 6bab351 [X86] Don't promote i16 compares to i32 if the immediate will fit in 8 bits. by Craig Topper · 7 years ago
  50. 41c8ada [X86] Move ReadAfterLd functionality into X86FoldableSchedWrite (PR36957) by Simon Pilgrim · 7 years ago
  51. 9d80992 [SelectionDAG] allow undefs when matching splat constants by Sanjay Patel · 7 years ago
  52. 24a3723 Format the dwarfdump --statistics version as an integer instead of a string. by Adrian Prantl · 7 years ago
  53. eb13633 [x86] add test for (X - 0.0) vector with undef elts; NFC by Sanjay Patel · 7 years ago
  54. 2260903 [X86][SSE] Try to make MOVLPS/MOVHPS(+PD) instructions SimplifyDemandedElts proof by Simon Pilgrim · 7 years ago
  55. ece1a2d [x86] regenerate full checks; NFC by Sanjay Patel · 7 years ago
  56. 99f3c46 [x86] add test for fneg matching failure; NFC by Sanjay Patel · 7 years ago
  57. d327e07 [X86][AVX] getFauxShuffleMask - add support for INSERT_SUBVECTOR subvector shuffles by Simon Pilgrim · 7 years ago
  58. 9a16b61 [LoopVectorizer] Use TTI.getOperandInfo() by Jonas Paulsson · 7 years ago
  59. af9a1a1 [TargetRegisterInfo] Remove temporary hook enableMultipleCopyHints() by Jonas Paulsson · 7 years ago
  60. f4bd534 Add missing period to comment to match style of file. by Neil Henning · 7 years ago
  61. 69f7189 AMDGPU/GlobalISel: Add support for G_INTTOPTR by Tom Stellard · 7 years ago
  62. 70285a0 [WebAssembly] Saturating arithmetic intrinsics by Thomas Lively · 7 years ago
  63. 24abcf4 [cmake] Also create lowercase extension WinSDK symlinks by Shoaib Meenai · 7 years ago
  64. 11a3113 [WebAssembly] Fixed missing "global" symbol type in AsmParser. by Wouter van Oortmerssen · 7 years ago
  65. 48a6c8b [globalisel][combine] When placing truncates, handle the case when the BB is empty by Daniel Sanders · 7 years ago
  66. c801f26 [SimplifyCFG] Pass AggressiveInsts to DominatesMergePoint by reference. Remove null check. by Craig Topper · 7 years ago
  67. 9c4d2a2 [WebAssembly] Ignore DBG_VALUE in WebAssemblyCFGStackify pass when looking for block start by Yury Delendik · 7 years ago
  68. a978525 [llvm-mca] Remove unused/stale forward decl. NFC. by Matt Davis · 7 years ago
  69. 22bcdce [RISCV] Support named operands for CSR instructions. by Ana Pazos · 7 years ago
  70. ae0852b [globalisel][combine] Fix a rare crash when encountering an instruction whose op0 isn't a reg by Daniel Sanders · 7 years ago
  71. f2f6f77 [InstCombine] drop poison flags in SimplifyVectorDemandedElts by Sanjay Patel · 7 years ago
  72. 95dbc86 [X86][LegalizeVectorOps] Use MERGE_VALUES to return two results from LowerLoad. Remove special case code in LegalizeVectorOps that allowed us to only return one result. by Craig Topper · 7 years ago
  73. bb5ea99 [SimplifyCFG] Change recursive calls to llvm::SimplifyCFG to instead use an outer while loop to revisit. by Craig Topper · 7 years ago
  74. 65c237b [WebAssembly] Don't modify preds/succs iterators while erasing from them by Heejin Ahn · 7 years ago
  75. b57394b AMDGPU: Rename isAmdCodeObjectV2 -> isAmdHsaOrMesa by Konstantin Zhuravlyov · 7 years ago
  76. 67b5d05 [COFF] [X86] Don't use llvm_unreachable for unsupported relocation types by Martin Storsjo · 7 years ago
  77. 9e29af39 [InstCombine] reduce code duplication in SimplifyDemandedVectorElts; NFCI by Sanjay Patel · 7 years ago
  78. 0101af5 Give same-named members unique timestamps on Darwin in llvm-ar. by James Y Knight · 7 years ago
  79. c07d6f2 [globalisel][combine] Improve the truncate placement for the extending-loads combine by Daniel Sanders · 7 years ago
  80. ef9b760 [x86] add test for SSE sqrtss register dep (PR22206) by Sanjay Patel · 7 years ago
  81. 5fffc11 AArch64: Fix XSeqPairs/WSeqPairs problems by Matthias Braun · 7 years ago
  82. b3e5412 [AMDGPU] Match signed dot4/8 pattern. by Farhana Aleen · 7 years ago
  83. af1f1aa [llvm-mca][x86] Add PR36951 ReadAfterLd test case by Simon Pilgrim · 7 years ago
  84. 62aab8a [InstCombine] allow bitcast to/from FP for vector insert/extract transform by Sanjay Patel · 7 years ago
  85. 367ebf0 [llvm-mca] Move field 'AllowZeroMoveEliminationOnly' to class RegisterFile. NFC. by Andrea Di Biagio · 7 years ago
  86. 4959586 [X86][AVX] Add PR39161 test case for v4f64 zzww shuffle by Simon Pilgrim · 7 years ago
  87. 59b2237 [utils] Ensure that update_mca_test_checks.py writes prefixes in alphabetical order by Greg Bedwell · 7 years ago
  88. 440a48b [utils] simple refactor in update_mca_test_checks.py to make intent more readable by Greg Bedwell · 7 years ago
  89. 22abcbc [RISCV] Remove overzealous is64Bit checks by Alex Bradbury · 7 years ago
  90. e3c126f [X86] Set correct MMO offset on scalarized load pieces by David Greene · 7 years ago
  91. e13455f [llvm-mca][x86] Add tests demonstrating ReadAfterLd delay by Simon Pilgrim · 7 years ago
  92. c714477 [PassTimingInfo] cleanup on TimingData's Timer handling by Fedor Sergeev · 7 years ago
  93. 8ef94cf [llvm-exegesis][NFC] Improve parsing of the YAML files by Guillaume Chatelet · 7 years ago
  94. 0ee9052 [doc] Update the programmer's manual about SmallSet's iterator by Kristof Umann · 7 years ago
  95. 1151093 [llvm-mca] Check for inconsistencies when constructing instruction descriptors. by Andrea Di Biagio · 7 years ago
  96. edb8892 Fix MSVC "not all control paths return a value" warning. NFCI. by Simon Pilgrim · 7 years ago
  97. c9b5c59 [RISCV][NFC] Remove dead CHECK lines from vararg.ll test by Alex Bradbury · 7 years ago
  98. af8412e [RISCV] Bugfix for floats passed on the stack with the ILP32 ABI on RV32F by Alex Bradbury · 7 years ago
  99. f6c6a84 [llvm-exegesis][NFC] Test sched class names only in !NDEBUG mode. by Clement Courbet · 7 years ago
  100. c1f3550 [X86] Merge matchANDXORWithAllOnesAsANDNP into combineANDXORWithAllOnesIntoANDNP. NFCI by Craig Topper · 7 years ago