1. 9d01325 [SelectionDAG] Don't promote mask when splitting mstore. by Craig Topper · 8 years ago
  2. e01b61f [SelectionDAG] Don't promote mask operands of MGATHER and MLOAD to setcc result type while widening the result. Just widen the mask. by Craig Topper · 8 years ago
  3. 73a2d50 [SelectionDAG] Don't call GetWidenedVector for mask operands of MLOAD/MSTORE. by Craig Topper · 8 years ago
  4. 8bedc46 [Orc] (Hopefully) Fix a missing typedef. by Lang Hames · 8 years ago
  5. 4f7feb4 Revert r319794: [PGO] detect infinite loop and form MST properly: memory leak problem by Xinliang David Li · 8 years ago
  6. 4a6bb53 [CMake] Use PRIVATE in target_link_libraries for executables by Shoaib Meenai · 8 years ago
  7. 96cfeb3 [Orc] Add a SymbolStringPool data structure for efficient storage and fast by Lang Hames · 8 years ago
  8. 9f563b4 [SafepointIRVerifier] Allow deriving pointers from unrelocated base by Anna Thomas · 8 years ago
  9. 555994d [AArch64] Do not abort if overflow check does not use EQ or NE. by Joel Galenson · 8 years ago
  10. 6ba130a [X86][AVX512] Tag BLENDM instruction scheduler classes by Simon Pilgrim · 8 years ago
  11. 60eb316 [ModRefInfo] Initialize ArgMask to MRI_NoModRef. by Alina Sbirlea · 8 years ago
  12. 668022c [X86][AVX512] Tag GATHER/SCATTER instruction scheduler classes by Simon Pilgrim · 8 years ago
  13. 67f8737 [DWARFv5] Emit v5 line table header. by Paul Robinson · 8 years ago
  14. dc79c64 AMDGPU: Fix SDWA crash on inline asm by Matt Arsenault · 8 years ago
  15. e33d953 Re-commit r319490 "XOR the frame pointer with the stack cookie when protecting the stack" by Hans Wennborg · 8 years ago
  16. aa1ccb6 [X86][AVX512] Tag VPSLLDQ/VPSRLDQ instruction scheduler classes by Simon Pilgrim · 8 years ago
  17. a2d30e9 Modify ModRefInfo values using static inline method abstractions [NFC]. by Alina Sbirlea · 8 years ago
  18. b7cbf75 [SystemZ] Validate shifted compare value in adjustForTestUnderMask by Ulrich Weigand · 8 years ago
  19. 952471e [X86][AVX512] Tag VPTRUNC/VPMOVSX/VPMOVZX instruction scheduler classes by Simon Pilgrim · 8 years ago
  20. ca99fdb [WebAssembly] Make stack-pointer imports mutable. by Dan Gohman · 8 years ago
  21. ec5581c Simplify test. by Rafael Espindola · 8 years ago
  22. 30bcf2f AMDGPU: Fix infinite loop with dbg_value by Matt Arsenault · 8 years ago
  23. 2bfaf4d [CVP] Remove some {s|u}sub.with.overflow checks. by Joel Galenson · 8 years ago
  24. 0e19a2a [ConstantRange] Support subtraction in makeGuaranteedNoWrapRegion. by Joel Galenson · 8 years ago
  25. 05c71a9 [X86][X87] Tag FCMOV instruction scheduler classes by Simon Pilgrim · 8 years ago
  26. 0e002d4 Test commit. by Joel Galenson · 8 years ago
  27. 394c6e8 [SelectionDAG] Remove the code that handles SETCC with a scalar result type from vector widening. by Craig Topper · 8 years ago
  28. b0c5aec [SelectionDAG] Remove unused method declaration. by Craig Topper · 8 years ago
  29. f07a1d4 [WebAssembly] Implement WASM_STACK_POINTER. by Dan Gohman · 8 years ago
  30. 314790b [WebAssembly] Don't emit .import_global for the wasm target. by Dan Gohman · 8 years ago
  31. 9a320d9 [PGO] detect infinite loop and form MST properly by Xinliang David Li · 8 years ago
  32. 371257e Delete temp file if rename fails. by Rafael Espindola · 8 years ago
  33. f3c0835 [X86][AVX512] Tag VNNIW instruction scheduler classes by Simon Pilgrim · 8 years ago
  34. 4996301 [InstCombine] Additional test for PR35354, NFC. by Alexey Bataev · 8 years ago
  35. 427a627 [X86][AVX512] Drop some default NoItinerary arguments that aren't needed any more by Simon Pilgrim · 8 years ago
  36. 03b74e4 [x86][AVX512] Lowering kunpack intrinsics to LLVM IR by Jina Nahias · 8 years ago
  37. 263cd35 Add REQUIRES asserts in combine_loads_from_build_pair.ll by Bjorn Pettersson · 8 years ago
  38. ca2a2b3 [DAGCombine] Move AND nodes to multiple load leaves by Sam Parker · 8 years ago
  39. cbe99db [X86][AVX512] Tag VPMADD52/VPSADBW instruction scheduler classes by Simon Pilgrim · 8 years ago
  40. efd6852 [DAGCombine] Handle big endian correctly in CombineConsecutiveLoads by Bjorn Pettersson · 8 years ago
  41. ee90d36 [X86][AVX512] Add missing scalar CMPSS/CMPSD logic scheduler classes by Simon Pilgrim · 8 years ago
  42. dd0ef7d Bail out of a SimplifyCFG switch table opt at undef values. by Mikael Holmen · 8 years ago
  43. ac5b667 [X86][AVX512] Cleanup bit logic scheduler classes by Simon Pilgrim · 8 years ago
  44. f5eb5d5 [DAGCombine] isLegalNarrowLoad function (NFC) by Sam Parker · 8 years ago
  45. a327b4b [X86][AVX512] Tag scalar CVT and CMP instruction scheduler classes by Simon Pilgrim · 8 years ago
  46. f5f5294 [XRay][docs] Document xray_mode and log registration API. by Dean Michael Berris · 8 years ago
  47. b8aa60d [InstCombine] Don't crash on out of bounds shifts by Igor Laevsky · 8 years ago
  48. f071b97 [X86][AVX512] Tag VPCMP/VPCMPU instruction scheduler classes by Simon Pilgrim · 8 years ago
  49. d45b450 [X86][AVX512] Cleanup VPCMP scheduler classes by Simon Pilgrim · 8 years ago
  50. 5acb1e0 [X86][AVX512] Tag VFIXUPIMM instructions scheduler classes by Simon Pilgrim · 8 years ago
  51. 6da7cb5d [SystemZ] set 'guessInstructionProperties = 0' and set flags as needed. by Jonas Paulsson · 8 years ago
  52. 48d461f [Regalloc] Generate and store multiple regalloc hints. by Jonas Paulsson · 8 years ago
  53. 0112bbc Fix build bot after r319750 "[Support/TarWriter] - Don't allow TarWriter to add the same file more than once." by George Rimar · 8 years ago
  54. fd8ab36 Re-commit "[cmake] Enable zlib support on windows" by Pavel Labath · 8 years ago
  55. fa8338c [Support/TarWriter] - Don't allow TarWriter to add the same file more than once. by George Rimar · 8 years ago
  56. 3b3a7b4 [X86] Fix a bug in handling GRXX subclasses in Domain Reassignment pass by Guy Blank · 8 years ago
  57. 3c0a0d3 [SelectionDAG] Use WidenTargetBoolean in WidenVecRes_MLOAD and WidenVecOp_MSTORE instead of implementing it manually and incorrectly. by Craig Topper · 8 years ago
  58. 59d4cbb Test commit, as per the LLVM Developer Policy. by Michael Trent · 8 years ago
  59. 07b0498 [X86] Use vector widening to support sign extend from i1 when the dest type is not 512-bits and vlx is not enabled. by Craig Topper · 8 years ago
  60. 02ef061 Revert r319691: [globalisel][tablegen] Split atomic load/store into separate opcode and enable for AArch64. by Daniel Sanders · 8 years ago
  61. a83daa1 Disable detect_leaks in the ASanified build of LLVM when using Apple LLVM. The released Apple LLVM versions don't support LSan. by Kuba Mracek · 8 years ago
  62. 95465ed [X86] Fix a crash if avx512bw and xop are both enabled when the IR contrains a v32i8 bitreverse. by Craig Topper · 8 years ago
  63. a757402 AMDGPU: Fix missing subtarget feature initializer by Matt Arsenault · 8 years ago
  64. a50e269 AMDGPU: Fix crash when scheduling DBG_VALUE by Matt Arsenault · 8 years ago
  65. eb94f55 [X86] Use vector widening to support zero extend from i1 when the dest type is not 512-bits and vlx is not enabled. by Craig Topper · 8 years ago
  66. 93de9f6 [X86] Don't use kunpck for vXi1 concat_vectors if the upper bits are undef. by Craig Topper · 8 years ago
  67. fadb00b [X86] Use getZeroVector and remove an unnecessary creation of an APInt before calling getConstant. NFCI by Craig Topper · 8 years ago
  68. b65db5e [X86] Rearrange some of the code around AVX512 sign/zero extends. NFCI by Craig Topper · 8 years ago
  69. 5eb4649 [cmake] Modernize some conditionals. NFC by Shoaib Meenai · 8 years ago
  70. c93edad MachineFrameInfo: Cleanup some parameter naming inconsistencies; NFC by Matthias Braun · 8 years ago
  71. c67785b TwoAddressInstructionPass: Trigger -O0 behavior on optnone by Matthias Braun · 8 years ago
  72. de0aeb8 [CMake] Don't use comma as an alternate separator by Petr Hosek · 8 years ago
  73. f68b9be AMDGPU/EG: Add a new FeatureFMA and use it to selectively enable FMA instruction by Jan Vesely · 8 years ago
  74. 85c0273 AMDGPU: Disable fp64 support on pre GCN asics by Jan Vesely · 8 years ago
  75. eb42c99 [msan] Add a fixme note for a minor deficiency. by Evgeniy Stepanov · 8 years ago
  76. 206bdba Revert r319490 "XOR the frame pointer with the stack cookie when protecting the stack" by Hans Wennborg · 8 years ago
  77. 79f2fee AMDGPU: Fix creating invalid copy when adjusting dmask by Matt Arsenault · 8 years ago
  78. aaadfb2 AMDGPU: Use return value of MorphNodeTo by Matt Arsenault · 8 years ago
  79. 17ce6cb Allow similar TargetOpcodes to use inheritance to factor out commonality. NFC. by Daniel Sanders · 8 years ago
  80. a61e335 Re-submit r289925 (Update .debug_line section version to match DWARF version) by Paul Robinson · 8 years ago
  81. 67fbf95 [globalisel][tablegen] Tests for r319691 by Daniel Sanders · 8 years ago
  82. 3ef874f DAG: Follow-up to r319692 check the truncates inputs have the same type by Hans Wennborg · 8 years ago
  83. 1e96e81 DAG: Match truncated rotation (PR35487) by Hans Wennborg · 8 years ago
  84. e357116 [globalisel][tablegen] Split atomic load/store into separate opcode and enable for AArch64. by Daniel Sanders · 8 years ago
  85. 07f4dc3 Move splitIndirectCriticalEdges() to BasicBlockUtils.h. by Hiroshi Yamauchi · 8 years ago
  86. ca3a904 Add missing triple args to tests by Matthias Braun · 8 years ago
  87. 15bf043 [ConstantFold] Support vector index when factoring out GEP index into preceding dimensions by Haicheng Wu · 8 years ago
  88. c965de5 [SCEV] Use a "Discovered" set instead of a "Visited" set; NFC by Sanjoy Das · 8 years ago
  89. abd6d64 [SCEV] A different fix for PR33494 by Sanjoy Das · 8 years ago
  90. 3745f06 [BypassSlowDivision] Improve our handling of divisions by constants by Sanjoy Das · 8 years ago
  91. 998cdc4 MachineVerifier: undef phi arg doesn't need to be live-out from predecessor by Matthias Braun · 8 years ago
  92. ca0df55 [CodeGen] Unify MBB reference format in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  93. 9335678 Fix function pointer tail calls in armv8-M.base by Pablo Barrio · 8 years ago
  94. 3f2a29c Revert "[cmake] Enable zlib support on windows" by Pavel Labath · 8 years ago
  95. cf56d5d [AMDGPU] SDWA: add support for PRESERVE into SDWA peephole. by Sam Kolton · 8 years ago
  96. 4effab6 [ARM] CodeGen test by Sam Parker · 8 years ago
  97. 7c3eddc [Loop Predication] Teach LP about reverse loops by Anna Thomas · 8 years ago
  98. ba19c68 [NVPTX] Assign valid global names by Jonas Hahnfeld · 8 years ago
  99. e0e7476 [NFC][lit] Use proper semantic versioning names for variables by Jonas Devlieghere · 8 years ago
  100. 9d99810 Revert r319649 - [Asm, ARM] Add fallback diag for multiple invalid operands by Oliver Stannard · 8 years ago