1. 10ab82f [X86] Type legalize v2i32 div/rem by scalarizing rather than promoting by Craig Topper · 7 years ago
  2. b8d7ba6 ARM: correct the relocation type for `bl` on WoA by Saleem Abdulrasool · 7 years ago
  3. f3ae9dd [NFC] Add Requires: asserts where needed by Max Kazantsev · 7 years ago
  4. 7f7717f [NFC] Use expensive asserts in relevant LICM tests by Max Kazantsev · 7 years ago
  5. 9294dec Remove isAsCheapAsAMove from v128.const by Thomas Lively · 7 years ago
  6. 9944ae9 Remove isAsCheapAsAMove from mem ops by Thomas Lively · 7 years ago
  7. 33fea30 [WebAssembly] Add missing SIMD instruction attributes by Thomas Lively · 7 years ago
  8. 047d8bd STLExtras: Add some more algorithm wrappers by David Blaikie · 7 years ago
  9. e228bb3 DebugInfo/PDB: Remove unused member by David Blaikie · 7 years ago
  10. 2b32f85 dwarfdump: Improve performance on large DWP files by David Blaikie · 7 years ago
  11. 3478d12 [DAGCombiner] improve formatting for select+setcc code; NFC by Sanjay Patel · 7 years ago
  12. 2cbd88f fix 80-column violation with clang-format by Adrian Prantl · 7 years ago
  13. e729986 [PDB] Remove all clone() methods. by Zachary Turner · 7 years ago
  14. 5d5475a [Hexagon] Use shuffles when lowering "gather" shufflevectors by Krzysztof Parzyszek · 7 years ago
  15. 9c37cac [Hexagon] Improve the selection algorithm in scalarizeShuffle by Krzysztof Parzyszek · 7 years ago
  16. 90f4ccc [Support] sys::fs::directory_entry includes the file_type. by Kristina Brooks · 7 years ago
  17. 8c95af2 [llvm-cov] Delete custom JSON serialization code (NFC) by Vedant Kumar · 7 years ago
  18. 1f54a23 [ORC] Merge ExecutionSessionBase with ExecutionSession by moving a couple of by Lang Hames · 7 years ago
  19. 9a11471 [ORC] Add a special 'main' JITDylib that is created on ExecutionSession by Lang Hames · 7 years ago
  20. f56ec7c [WebAssembly] Make tied inline asm operands work again by Heejin Ahn · 7 years ago
  21. 59630cb revert r341288 - [Reassociate] swap binop operands to increase factoring potential by Sanjay Patel · 7 years ago
  22. 75346f6 [InstCombine] add tests for unsigned add overflow; NFC by Sanjay Patel · 7 years ago
  23. 4598998 Guard FMF context by excluding some FP operators from FPMathOperator by Michael Berg · 7 years ago
  24. 69d3b58 [PDB] Emit old fpo data to the PDB file. by Zachary Turner · 7 years ago
  25. f0f4c09 [Hexagon] Use legalized type for extracted elements in scalarizeShuffle by Krzysztof Parzyszek · 7 years ago
  26. bc55752 AMDGPU: Print all kernel descriptor directives (including the ones with default values) by Konstantin Zhuravlyov · 7 years ago
  27. d9f48f6 [NFC][InstCombine] Drop newly-added interference-tests-for-high-bit-check.ll by Roman Lebedev · 7 years ago
  28. f446311 [NFC][InstCombine] R38708 - inefficient pattern for high-bits checking. by Roman Lebedev · 7 years ago
  29. 4d82ce5 AMDGPU: Re-apply r341982 after fixing the layering issue by Konstantin Zhuravlyov · 7 years ago
  30. b5eaa9c [InstCombine] Inefficient pattern for high-bits checking (PR38708) by Roman Lebedev · 7 years ago
  31. e2b125c [objcopy] make objcopy follow program header standards by Julie Hockett · 7 years ago
  32. 5ca4d74 [WebAssembly] SIMD comparisons by Thomas Lively · 7 years ago
  33. cfe06db [ARM] Tighten f64<->f16 conversion requirements by Diogo N. Sampaio · 7 years ago
  34. 549a081 [X86] Remove isel patterns for ADCX instruction by Craig Topper · 7 years ago
  35. 9b8c763 [PatternMatch] Use generic One,Two,ThreeOps_match classes (NFC). by Florian Hahn · 7 years ago
  36. 103f07f Reverting r342048, which caused UBSan failures in dsymutil. by Wolfgang Pieb · 7 years ago
  37. 6a54cd5 [GVNHoist] computeInsertionPoints() miscalculates IDF by Alexandros Lamprineas · 7 years ago
  38. 748e6b8 [NFC][InstCombine] R38708 - inefficient pattern for high-bits checking. by Roman Lebedev · 7 years ago
  39. 6e42e31 [AArch64] Implement aarch64_vector_pcs codegen support. by Sander de Smalen · 7 years ago
  40. 76d3c90 [DWARF] Refactoring range list dumping to fold DWARF v4 functionality into v5 handling by Wolfgang Pieb · 7 years ago
  41. 2bd27f3 [ADT] Made numerous methods of ImmutableList const by Kristof Umann · 7 years ago
  42. b2cbb98 [CGP] Ensure splitgep gives deterministic output by David Green · 7 years ago
  43. de05d15 [ARM] Follow-up to rL342033 by Sam Parker · 7 years ago
  44. 8f7d596 [SimplifyCFG] Put an alignment on generated switch tables by David Green · 7 years ago
  45. 1235fed [AArch64] NFC: Refactoring to prepare for vector PCS. by Sander de Smalen · 7 years ago
  46. 0725c4c [llvm-exegesis][NFC]Remove dead function parameter by Clement Courbet · 7 years ago
  47. ddd7174 [ARM] Exchange MAC operands in ARMParallelDSP by Sam Parker · 7 years ago
  48. f8479a8 [ARM] Allow bitcasts in ARMCodeGenPrepare by Sam Parker · 7 years ago
  49. 15889d4 [AArch64] Add parsing of aarch64_vector_pcs attribute. by Sander de Smalen · 7 years ago
  50. cf397e4 [LV] Move InterleaveGroup and InterleavedAccessInfo to VectorUtils.h (NFC) by Florian Hahn · 7 years ago
  51. ab4b357 Remove unused include from IVDescriptors.cpp. by Ilya Biryukov · 7 years ago
  52. 867f487 Revert "AMDGPU: Move isa version and EF_AMDGPU_MACH_* determination into TargetParser." by Ilya Biryukov · 7 years ago
  53. a212024 [SelectionDAG] Remove some code from PromoteIntOp_MGATHER that handles UpdateNodeOperands returning an existing node instead of updating. by Craig Topper · 7 years ago
  54. 479b4ab Break LoopUtils into an Analysis file. by Vikram TV · 7 years ago
  55. ff7002d [X86] Teach X86SelectionDAGInfo::EmitTargetCodeForMemcpy about GNUX32 by Craig Topper · 7 years ago
  56. fad9f54 [ORC] Remove some unused typedefs. by Lang Hames · 7 years ago
  57. 4301152 [MachineOutliner] Add codegen size remarks to the MachineOutliner by Jessica Paquette · 7 years ago
  58. b74213a [InstCombine] add folds for unsigned-overflow compares by Sanjay Patel · 7 years ago
  59. 77a6888 [PDB] Write FPO Data to the PDB. by Zachary Turner · 7 years ago
  60. 148f823 [cmake] Speed up check-llvm 5x by delay loading shell32 and ole32 by Reid Kleckner · 7 years ago
  61. 8ba1cad Revert "[GVNHoist] Re-enable GVNHoist by default" by Alexandros Lamprineas · 7 years ago
  62. a6e4ea0 Apply local fixes intended to be part of r341999.' by Reid Kleckner · 7 years ago
  63. b73f47d [codeview] Decode and dump FP regs from S_FRAMEPROC records by Reid Kleckner · 7 years ago
  64. aa09087 [object] Improve the performance of getSymbols used by ArchiveWriter by Alexander Shaposhnikov · 7 years ago
  65. da5e387 [InstCombine] add folds for icmp with xor mask constant by Sanjay Patel · 7 years ago
  66. 87d1f82 add IR flags to MI by Michael Berg · 7 years ago
  67. 3c9c61a Revert "[SanitizerCoverage] Create comdat for global arrays." by Matt Morehouse · 7 years ago
  68. fb7c1c4 [InstCombine] add tests for icmp with xor; NFC by Sanjay Patel · 7 years ago
  69. e207c27 [Support] Quote arguments containing \n on Windows by Reid Kleckner · 7 years ago
  70. 547c92f [Support] Avoid calling CommandLineToArgvW from shell32.dll by Reid Kleckner · 7 years ago
  71. f3ceb83 [SanitizerCoverage] Create comdat for global arrays. by Matt Morehouse · 7 years ago
  72. 0495307 Update MemorySSA in LoopUnswitch. by Alina Sbirlea · 7 years ago
  73. b479681 AMDGPU: Move isa version and EF_AMDGPU_MACH_* determination into TargetParser. by Konstantin Zhuravlyov · 7 years ago
  74. ca29f6a [InstCombine] enhance vector demanded elements to look at a vector select condition operand by Sanjay Patel · 7 years ago
  75. 7aabb14 [llvm-mca] Delay calculation of Cycles per Resources, separate the cycles and resource quantities. by Matt Davis · 7 years ago
  76. 0e5dfed [InstCombine] add tests for add-with-overflow compares; NFC by Sanjay Patel · 7 years ago
  77. ae4bd95 [gcov] Fix branch counters with switch statements (fix PR38821) by Vedant Kumar · 7 years ago
  78. b3c30eb Add some context to fatal verifier errors by Xin Tong · 7 years ago
  79. 8282b33 [X86] Prefer unpckhpd over movhlps in isel for fake unary cases by Craig Topper · 7 years ago
  80. a6d74e3 [X86] Teach X86FastISel::X86SelectRet to use EAX for the sret pointer in GNUX32 by Craig Topper · 7 years ago
  81. b4dab09 [InstCombine] Fix incorrect usage of getPrimitiveSizeInBits when we should be using the element size for vectors by Craig Topper · 7 years ago
  82. 451b5b8 [CallSiteSplitting] Add debug location to created PHI nodes. by Florian Hahn · 7 years ago
  83. 3ed903a [GlobalISel] Lower dbg.declare into indirect DBG_VALUE by Josh Stone · 7 years ago
  84. 261c19c [LoopInfo][FIX] Remove leftover dump in unit test by Johannes Doerfert · 7 years ago
  85. c1ddded Test commit: remove trailing whitespace by Josh Stone · 7 years ago
  86. 6c62511 Revert "[SanitizerCoverage] Create comdat for global arrays." by Matt Morehouse · 7 years ago
  87. 9d207e5 [InstCombine] Use dyn_cast instead of match(m_Constant). NFC by Craig Topper · 7 years ago
  88. a0b208b [InstCombine] Support (mul (sext x), cst) --> (sext (mul x, cst')) and (mul (zext x), cst) --> (zext (mul x, cst')) for vectors constants. by Craig Topper · 7 years ago
  89. 127e4fa [NFC] Fix typo in comment by Jessica Paquette · 7 years ago
  90. 3aac013 [MachineOutliner][NFC] Factor out instruction mapping into its own function by Jessica Paquette · 7 years ago
  91. 8df88c5 [X86] Correct the one use check from r341915. by Craig Topper · 7 years ago
  92. 95b0318 [GVNHoist] Re-enable GVNHoist by default by Alexandros Lamprineas · 7 years ago
  93. dea9724 [DagCombine][NFC] Some more tests fo for X % C == 0 (UREM case) transform by Roman Lebedev · 7 years ago
  94. 1c8be0d [MIPS] Fix illegal type assert in single-float mode by Simon Atanasyan · 7 years ago
  95. 18dd74a [SanitizerCoverage] Create comdat for global arrays. by Matt Morehouse · 7 years ago
  96. ca08016 [MemorySSAUpdater] Avoid creating self-referencing MemoryDefs by Alexandros Lamprineas · 7 years ago
  97. 849df7b pdb output: Initialize padding in PublicsStreamHeader. by Nico Weber · 7 years ago
  98. f072f08 Make malformed-machos.test pass on my Mac. by Nico Weber · 7 years ago
  99. b866f37 [Hexagon] [Test] Remove undef and infinite loop from test by Roman Lebedev · 7 years ago
  100. 880c654 [ARM] Add smlald support in ARMParallelDSP by Sam Parker · 7 years ago