1. 408053d [WebAssembly] Add isEHScopeReturn instruction property by Heejin Ahn · 7 years ago
  2. 1a35fbe Fix Wdocumentation warning. NFCI. by Simon Pilgrim · 7 years ago
  3. 2f00acb [InstCombine] Pull simple checks above a more complicated one. NFCI by Craig Topper · 7 years ago
  4. 8be8c4d [GVN] Assign new value number to calls reading memory, if there is no MemDep info. by Florian Hahn · 7 years ago
  5. 3682387 [RegisterCoalscer] Manually remove leftover segments when commuting def by Krzysztof Parzyszek · 7 years ago
  6. be8b313 [NVPTX] Remove ftz variants of cvt with rounding mode by Benjamin Kramer · 7 years ago
  7. a47e427 [llvm-mca] Remove unused decl. NFC. by Matt Davis · 7 years ago
  8. 70801a9 Temporarily Revert "[PowerPC] Generate Power9 extswsli extend sign and shift immediate instruction" due to it causing a compiler crash on valid. by Eric Christopher · 7 years ago
  9. 7824048 [llvm-mca] Add the ability to customize the instruction selection strategy in the Scheduler. by Andrea Di Biagio · 7 years ago
  10. e02e7e5 [X86][SSE] Add non-uniform udiv test that is mostly divide by 1. by Simon Pilgrim · 7 years ago
  11. 0ff071a [AST] Remove notion of volatile from alias sets [NFCI] by Philip Reames · 7 years ago
  12. 985ee9e Update DBG_VALUE register operand during LiveInterval operations by Yury Delendik · 7 years ago
  13. 43485c4 Revert "Revert rr340111 "[GISel]: Add Legalization/lowering code for bit counting operations"" by Aditya Nandakumar · 7 years ago
  14. 4e9e5ec [X86][SSE] Lower vXi8 general shifts to SSE shifts directly. NFCI. by Simon Pilgrim · 7 years ago
  15. 3d6ae30 llvm-readobj: Simplify. NFCI. by Peter Collingbourne · 7 years ago
  16. 01ee4bc [BypassSlowDivision] Teach bypass slow division not to interfere with div by constant where constants have been constant hoisted, but not moved from their basic block by Craig Topper · 7 years ago
  17. af45655 [X86][SSE] Lower v8i16 general shifts to SSE shifts directly. NFCI. by Simon Pilgrim · 7 years ago
  18. 4451f81 [X86][SSE] Lower directly to SSE shifts in the BLEND(SHIFT, SHIFT) combine. NFCI. by Simon Pilgrim · 7 years ago
  19. 6b2c78b Try to fix bot build failure by Matt Arsenault · 7 years ago
  20. cf8aa84 [AMDGPU] Support idot2 pattern. by Farhana Aleen · 7 years ago
  21. 60b9afa AMDGPU: Partially move target handling code from clang to TargetParser by Matt Arsenault · 7 years ago
  22. e54f19a [X86][SSE] Add helper function to convert to/between the SSE vector shift opcodes. NFCI. by Simon Pilgrim · 7 years ago
  23. d10f51f [aarch64][mc] Don't lookup symbols when there is no symbol lookup callback by Daniel Sanders · 7 years ago
  24. 836f774 [InstCombine] Add new tests for icmp ugt/ult (add nuw X, C2), C by Nicola Zaghen · 7 years ago
  25. e12b4e7 [X86] Add SSE2 and XOP udiv combine tests by Simon Pilgrim · 7 years ago
  26. 77028e3 [InstSimplify] use isKnownNeverNaN to fold more fcmp ord/uno by Sanjay Patel · 7 years ago
  27. 099d4ec [LV] Vectorize loops where non-phi instructions used outside loop by Anna Thomas · 7 years ago
  28. 7ba25f5 [InstSimplify] add tests for FP uno/ord with nnan; NFC by Sanjay Patel · 7 years ago
  29. db5a541 NFC: Add loop vectorizer tests showing various control flow within loop that skip iterations by Anna Thomas · 7 years ago
  30. eb54575 [llvm-mca] Replace use of llvm::any_of with std::any_of. by Andrea Di Biagio · 7 years ago
  31. 85067ec [llvm-mca] Add method cycleEvent() to class Scheduler. NFCI by Andrea Di Biagio · 7 years ago
  32. 0c43268 [AMDGPU] Allow int types for MUBUF vdata by Tim Renouf · 7 years ago
  33. a53b9eb [AMDGPU] New buffer intrinsics by Tim Renouf · 7 years ago
  34. 12c4e30 [AMDGPU] New tbuffer intrinsics by Tim Renouf · 7 years ago
  35. 6a7eb84 Change how finalizeBundle selects debug location for the BUNDLE instruction by Bjorn Pettersson · 7 years ago
  36. ea79462 [X86] Add SSE2 sdiv combine tests by Simon Pilgrim · 7 years ago
  37. 48cb502 [DAGCombiner] Reduce load widths of shifted masks by Sam Parker · 7 years ago
  38. d92e522 [TargetLowering] Add BuildSDiv support for division by one or negone. by Simon Pilgrim · 7 years ago
  39. 35df2a3 [MIPS GlobalISel] Select bitwise instructions by Petar Jovanovic · 7 years ago
  40. 33515dd [LICM] Hoist guards with invariant conditions by Max Kazantsev · 7 years ago
  41. 56f5068 [RegisterCoalescer] Do not assert when trying to remat dead values by Bjorn Pettersson · 7 years ago
  42. cbf6acb [NFC] Add some LICM tests by Max Kazantsev · 7 years ago
  43. 7405977 [llvm] NFC: Fix assert condition and suppress warning by Kirill Bobyrev · 7 years ago
  44. a5a23b6 [NFC] Factor out predecessors collection into a separate method by Max Kazantsev · 7 years ago
  45. 69344b0 [IR Verifier] Do not allow bitcast of pointer to vector of pointers and vice versa. by Serguei Katkov · 7 years ago
  46. 985a082 [docs] Fix a small typo in a debug info example by Alex Langford · 7 years ago
  47. ee5b70c [AST] Mark invariant.starts as being readonly by Philip Reames · 7 years ago
  48. db87f39 [LICM] Add tests from D50786 [NFC] by Philip Reames · 7 years ago
  49. 8036734 [LICM][NFC] Add tests from D50730 by Philip Reames · 7 years ago
  50. f7cf5c0 [LICM] More tests for D50925 [NFC] by Philip Reames · 7 years ago
  51. d984d20 [llvm-objcopy] Simplify find(X,Y) != X.end() with is_contained() by Fangrui Song · 7 years ago
  52. baa88cf Fix global_metadata_external_comdat.ll test by Reid Kleckner · 7 years ago
  53. ac46986 [MS Demangler] Demangle special operator 'dynamic initializer'. by Zachary Turner · 7 years ago
  54. b6b924e [MS Demangler] Anonymous namespace hashes can be backreferenced. by Zachary Turner · 7 years ago
  55. 7977957 [MS Demangler] Properly demangle anonymous namespaces. by Zachary Turner · 7 years ago
  56. ec4b6d9 [WebAssembly] Revert type of wake count in atomic.wake to i32 by Heejin Ahn · 7 years ago
  57. d35f046 [LICM][Tests] Add tests for store hoisting [NFC] by Philip Reames · 7 years ago
  58. 6d69184 Re-land r334313 "[asan] Instrument comdat globals on COFF targets" by Reid Kleckner · 7 years ago
  59. d43029e [InstCombine] Add splat vector constant support to foldICmpAddOpConst. by Craig Topper · 7 years ago
  60. ceaf622 [WebAssembly] Remove an unused argument from writeSPToMemory (NFC) by Heejin Ahn · 7 years ago
  61. 2e10363 [llvm-strip] Allow only one input by Fangrui Song · 7 years ago
  62. e8f3424 [llvm-mca] Remove unused formal parameter. NFC. by Matt Davis · 7 years ago
  63. 679b18f extend binop folds for selects to include true and false binops flag intersection by Michael Berg · 7 years ago
  64. c04ae04 [llvm-objdump] Add ability to demangle COFF symbols. by Zachary Turner · 7 years ago
  65. d72ab76 [X86] Add test command line to expose PR38649. by Craig Topper · 7 years ago
  66. 3b19475 [X86] Prevent lowerVectorShuffleByMerging128BitLanes from creating cycles by Craig Topper · 7 years ago
  67. 006bf05 [X86] Teach combineTruncatedArithmetic to handle some cases of ISD::SUB by Craig Topper · 7 years ago
  68. ef2b18c [X86] Pre-commit test cases for D50878. by Craig Topper · 7 years ago
  69. 6b498e0 [LegacyPassManager] Remove analysis P from AnUsageMap before deleting it in schedulePass. by Craig Topper · 7 years ago
  70. 7e54adc Consistently use MemoryLocation::UnknownSize to indicate unknown access size by Krzysztof Parzyszek · 7 years ago
  71. edb7976 Add missing include (<functional> for std::ref) by David Blaikie · 7 years ago
  72. 1b0e006 Move Itanium demangler implementation into a header file and add visitation support. by Richard Smith · 7 years ago
  73. 70a5f27 Revert "AMDGPU: bump AS.MAX_COMMON_ADDRESS to 6 since 32-bit addr space" by Vitaly Buka · 7 years ago
  74. 3e54b8b [FPEnv] Support constrained FREM intrinsic by Cameron McInally · 7 years ago
  75. b0ab6f7 [PSV] Update API to be able to use TargetCustom without UB. by Marcello Maggioni · 7 years ago
  76. 3de8077 [MS Demangler] Demangle member pointer template parameters. by Zachary Turner · 7 years ago
  77. 949b54f Revert "Revert r339977: [GISel]: Add Opcodes for a few LLVM Intrinsics" by Aditya Nandakumar · 7 years ago
  78. f1f733e [TargetLowering] Disable BuildSDiv division by one or negone. by Simon Pilgrim · 7 years ago
  79. 8ae5787 [ConstantFolding] improve folding of binops with vector undef operand by Sanjay Patel · 7 years ago
  80. f654675 [MemorySSA] Update comment to better describe cfg change (NFC). by Alina Sbirlea · 7 years ago
  81. e48e094 [ConstantFolding] add tests for binops on vectors with undef elements; NFC by Sanjay Patel · 7 years ago
  82. defe1e2 ValueTracking: Handle more instructions in isKnownNeverNaN by Matt Arsenault · 7 years ago
  83. d134115 Revert rr340111 "[GISel]: Add Legalization/lowering code for bit counting operations" by Reid Kleckner · 7 years ago
  84. 7e4b0fa Add cmake option to disable minidumps, default it to off by Reid Kleckner · 7 years ago
  85. 1083c15 [InstCombine] add tests for insertelement+binop; NFC by Sanjay Patel · 7 years ago
  86. 681bdae [llvm-mca] Make the LSUnit a HardwareUnit, and allow derived classes to implement a different memory consistency model. by Andrea Di Biagio · 7 years ago
  87. a8767a6 [SelectionDAG] Reuse the Op's VT. NFCI. by Simon Pilgrim · 7 years ago
  88. 8363820 AMDGPU: fix compilation errors since r340171 by Samuel Pitoiset · 7 years ago
  89. 5237984 AMDGPU: bump AS.MAX_COMMON_ADDRESS to 6 since 32-bit addr space by Samuel Pitoiset · 7 years ago
  90. ce61d9b Fix an undefined behavior when storing an empty StringRef. by Haojian Wu · 7 years ago
  91. 956102d [SelectionDAG] Add partial sign-bit support to ComputeNumSignBits for BITCAST nodes by Simon Pilgrim · 7 years ago
  92. cdb82fb [X86][SSE] Fix PACKSS bitcast test from rL340166 by Simon Pilgrim · 7 years ago
  93. 11c78fa [X86][SSE] Add PACKSS test showing ComputeNumSignBits failure to handle a partial sign bits extension through a bitcast by Simon Pilgrim · 7 years ago
  94. 8b5b8b5 [X86] Drop unnecessary exact qualifier from packss test by Simon Pilgrim · 7 years ago
  95. f030fcc [DWARF] Refactor DWARF classes to use unified error reporting. NFC. by Victor Leschuk · 7 years ago
  96. f90beef Use LLVM_BUILTIN_TRAP not __builtin_trap to appease windows builds. NFCI. by Simon Pilgrim · 7 years ago
  97. 2ca8e67 [AArch64][SVE] Asm: Add SVE System registers by Sander de Smalen · 7 years ago
  98. ade2e57 [llvm] Make YAML serialization up to 2.5 times faster by Kirill Bobyrev · 7 years ago
  99. ba88b2b [SimplifyCFG] Replace some uses of bitwise or with logical or by Justin Bogner · 7 years ago
  100. b02c526 [InstCombine] Move some variable declarations into a more appropriate scope. NFC by Craig Topper · 7 years ago