1. f016a03 Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's causing errors on the sanitizer bots. by Eric Christopher · 9 years ago
  2. 29e20b9 [OptDiag] Add getHotness accessor by Adam Nemet · 9 years ago
  3. 3551718 [LVI] Complete the abstract of the cache layer [NFCI] by Philip Reames · 9 years ago
  4. 0df9c0a add more tests for PR30273 by Sanjay Patel · 9 years ago
  5. d87460f [ORC] Clang-format RPCSerialization.h. by Lang Hames · 9 years ago
  6. 0f44027 [ORC] Add some more documentation to RPCSerialization.h. by Lang Hames · 9 years ago
  7. ac22fbe [LVI] Sink a couple more cache manipulation routines into the cache itself [NFCI] by Philip Reames · 9 years ago
  8. 8efea57 [LVI] Abstract out the actual cache logic [NFCI] by Philip Reames · 9 years ago
  9. eebb0bc Revert r281215, it caused PR30358. by Nico Weber · 9 years ago
  10. 6e9445d attempt to unbreak build after r281254 by Nico Weber · 9 years ago
  11. 08170c3 [ORC] Add missing <thread> header to RPCSerialization.h. by Lang Hames · 9 years ago
  12. b57c915 [ORC] Replace the serialize/deserialize function pair with a SerializationTraits by Lang Hames · 9 years ago
  13. 77ad092 Fix the bug introduced in r281252. by Dehao Chen · 9 years ago
  14. 8c8aa02 Lower consecutive select instructions correctly. by Dehao Chen · 9 years ago
  15. a50faba [MC] Defer asm errors to post-statement failure by Nirav Dave · 9 years ago
  16. 06b5f13 [InstCombine] add test for PR30327 by Sanjay Patel · 9 years ago
  17. 6979660 [InstCombine] regenerate checks by Sanjay Patel · 9 years ago
  18. 1f6cc3c AVX-512: Added a test for -O0 mode. NFC. by Elena Demikhovsky · 9 years ago
  19. 2917125 AVX-512: Simplified masked_gather_scatter test. NFC. by Elena Demikhovsky · 9 years ago
  20. f4ef2f7 Fix test failure in r281232 by Hemant Kulkarni · 9 years ago
  21. c123237 [MCJIT] Fix some inconsistent handling of name mangling inside MCJIT. by Lang Hames · 9 years ago
  22. 7ee8317 llvm-size: Add --totals option by Hemant Kulkarni · 9 years ago
  23. 11981cd llvm-objdump: Add --start-address and --stop-address options by Hemant Kulkarni · 9 years ago
  24. bb4b1d9 [InstCombine] use m_APInt to allow icmp X, C folds for splat constant vectors by Sanjay Patel · 9 years ago
  25. 01a133c AMDGPU: Do not clobber SCC in SIWholeQuadMode by Nicolai Haehnle · 9 years ago
  26. ce3adfd [GlobalISel] Fix mismatched "<..)" in intrinsic MO printing. NFC. by Ahmed Bougacha · 9 years ago
  27. 0aa0c7d Revert "[ARM] Promote small global constants to constant pools" by James Molloy · 9 years ago
  28. 59a2759 [BranchFolding] Unique added live-ins after hoisting code. by Ahmed Bougacha · 9 years ago
  29. 8faa07b [X86] Copy imp-uses when folding tailcall into conditional branch. by Ahmed Bougacha · 9 years ago
  30. 5db0b90 [FunctionAttrs] Don't try to infer returned if it is already on an argument by David Majnemer · 9 years ago
  31. 7e05343 fix formatting; NFC by Sanjay Patel · 9 years ago
  32. 3e9ba2b [InstCombine] add tests to show missing vector folds by Sanjay Patel · 9 years ago
  33. 97c0650 add select i1 test, reproduser pr30249. by Igor Breger · 9 years ago
  34. 29b1dcd [InstCombine] add helper function for foldICmpUsingKnownBits; NFCI by Sanjay Patel · 9 years ago
  35. 724e567 [AMDGPU] Assembler: Move disabled SDWA and DPP instruction into Disable asm variant by Sam Kolton · 9 years ago
  36. 91db09d [Thumb] Teach ISel how to lower compares of AND bitmasks efficiently by James Molloy · 9 years ago
  37. c04a5a1 fix formatting/typos; NFC by Sanjay Patel · 9 years ago
  38. 30cc1de [ARM] Promote small global constants to constant pools by James Molloy · 9 years ago
  39. 0c54a06 [LoopInterchange] Improve debug output. NFC. by Chad Rosier · 9 years ago
  40. ccaa95d Fix the Thumb test for vfloat intrinsics by Pablo Barrio · 9 years ago
  41. 9c7d316 Define a dummy zlib::uncompress when zlib is not available. by Rafael Espindola · 9 years ago
  42. 5d592ae GlobalISel: support translation of global addresses. by Tim Northover · 9 years ago
  43. 39f340d GlobalISel: translate GEP instructions. by Tim Northover · 9 years ago
  44. 7a92e73 GlobalISel: disambiguate types when printing MIR by Tim Northover · 9 years ago
  45. 217343a Fix WebAssembly broken build related to interface change in r281172. by Eric Liu · 9 years ago
  46. d186dd4 AVX-512: Added a test case that should be optimized in the future. NFC. by Elena Demikhovsky · 9 years ago
  47. 56e56fb llvm/test/CodeGen/AMDGPU/infinite-loop-evergreen.ll REQUIRES +Asserts. by NAKAMURA Takumi · 9 years ago
  48. afe5d3d MC: Move MCSection::begin/end to header, NFC by Duncan P. N. Exon Smith · 9 years ago
  49. 52fed49 [InstCombine] add helper function for folding {and,or,xor} (cast X), C ; NFCI by Sanjay Patel · 9 years ago
  50. 278eb07 [InstCombine] regenerate checks by Sanjay Patel · 9 years ago
  51. c7f39d7 [InstCombine] regenerate checks by Sanjay Patel · 9 years ago
  52. a66f054 ADT: Never allocate nodes in iplist<> and ilist<> by Duncan P. N. Exon Smith · 9 years ago
  53. 8650ea1 ADT: Fix build after r281182 by Duncan P. N. Exon Smith · 9 years ago
  54. 5de5554 ADT: Add AllocatorList, and use it for yaml::Token by Duncan P. N. Exon Smith · 9 years ago
  55. 97e83d0 Analysis: Only allow the move-constructor for IVUsers by Duncan P. N. Exon Smith · 9 years ago
  56. 661e8f4 [TwoAddressInstruction] When commuting an instruction don't assume that the destination register is operand 0. Pass it from the caller. by Craig Topper · 9 years ago
  57. dd7c4ea [ORC] Update examples for header changes in r281171. by Lang Hames · 9 years ago
  58. c2fec44 ScalarOpts: Use std::list for Candidates, NFC by Duncan P. N. Exon Smith · 9 years ago
  59. 6b6d496 ScalarOpts: Sort includes, NFC by Duncan P. N. Exon Smith · 9 years ago
  60. bc1fa10 ADT: Remove ilist_iterator::reset(), NFC by Duncan P. N. Exon Smith · 9 years ago
  61. 1735568 [ORC] Fix the RPC unit test for header changes in r281171. by Lang Hames · 9 years ago
  62. d546df8 CodeGen: Give MachineBasicBlock::reverse_iterator a handle to the current MI by Duncan P. N. Exon Smith · 9 years ago
  63. ce85c7e [ORC] Rename RPCChannel to RPCByteChannel. NFC. by Lang Hames · 9 years ago
  64. 00530c8 CodeGen: Assert that bundle iterators are valid by Duncan P. N. Exon Smith · 9 years ago
  65. 025e19e Fix the modules build after r281167 by Duncan P. N. Exon Smith · 9 years ago
  66. 6037e19 CodeGen: Turn on sentinel tracking for MachineInstr iterators by Duncan P. N. Exon Smith · 9 years ago
  67. b4bd34e ADT: Add sentinel tracking and custom tags to ilists by Duncan P. N. Exon Smith · 9 years ago
  68. 990fea5 [AVX512] Fix pattern for vgetmantsd and all other instructions that use same class. Fix memory operand size, remove unnecessary pattern. by Igor Breger · 9 years ago
  69. d650689 Fixup failing debuginfo test for change in SimplifyCFG. by James Molloy · 9 years ago
  70. 05bbcbd [SimplifyCFG] Be even more conservative in SinkThenElseCodeToEnd by James Molloy · 9 years ago
  71. 16d9e13 [AArch64] Fixup test after r281160 by James Molloy · 9 years ago
  72. 3daf6c8 [SimplifyCFG] Harden up the profitability heuristic for block splitting during sinking by James Molloy · 9 years ago
  73. 2628aff [CodeGen] Make the TwoAddressInstructionPass check if the instruction is commutable before calling findCommutedOpIndices for every operand. Also make sure the operand is a register before each call to save some work on commutable instructions that might have an operand. by Craig Topper · 9 years ago
  74. d3eebe7 [AVX-512] Add test cases to demonstrate opportunities for commuting vpternlog. Commuting will be added in a future commit. by Craig Topper · 9 years ago
  75. 3679bfe [AVX-512] Add VPTERNLOG to load folding tables. by Craig Topper · 9 years ago
  76. 88c0b88 [X86] Side effecting asm in AVX512 integer stack folding test should return 2 x i64 not 8 x i64. by Craig Topper · 9 years ago
  77. a3215a2 [X86] Make a helper method into a static function local to the cpp file. by Craig Topper · 9 years ago
  78. 362611f Add handling of !invariant.load to PropagateMetadata. by Justin Lebar · 9 years ago
  79. 877859e [NVPTX] Use ldg for explicitly invariant loads. by Justin Lebar · 9 years ago
  80. c71d5b4 [CodeGen] Split out the notions of MI invariance and MI dereferenceability. by Justin Lebar · 9 years ago
  81. d9a1d02 MCInstrDesc: Flags (uint64_t) was checked using (1 << MCID::XYZ), but this by Sjoerd Meijer · 9 years ago
  82. 10c97f0 It should also be legal to pass a swifterror parameter to a call as a swifterror by Arnold Schwaighofer · 9 years ago
  83. a8edd76 [llvm-cov] Move the 'jump to first unexecuted line' link by Vedant Kumar · 9 years ago
  84. ce19c1c [llvm-cov] Minor visual tweaks for html reports by Vedant Kumar · 9 years ago
  85. 17648b3 InstCombine: Don't combine loads/stores from swifterror to a new type by Arnold Schwaighofer · 9 years ago
  86. df708a5 Add an isSwiftError predicate to Value by Arnold Schwaighofer · 9 years ago
  87. 2b4de80 ADT: Move ilist_node_access to ilist_detail::NodeAccess... by Duncan P. N. Exon Smith · 9 years ago
  88. 631d14e ADT: Use typedefs for ilist_base and ilist_node_base, NFC by Duncan P. N. Exon Smith · 9 years ago
  89. e117e50 [InstCombine] clean up foldICmpBinOpEqualityWithConstant / foldICmpIntrinsicWithConstant ; NFC by Sanjay Patel · 9 years ago
  90. 792a8ea [InstCombine] rename and reorganize some icmp folding functions; NFC by Sanjay Patel · 9 years ago
  91. 14e6992 We also need to pass swifterror in R12 under swiftcc not only under ccc by Arnold Schwaighofer · 9 years ago
  92. c220fde [AMDGPU] Refactor MUBUF/MTBUF instructions by Valery Pykhtin · 9 years ago
  93. 68d7a57 [gold/LTO] Add test case for r281134 by Teresa Johnson · 9 years ago
  94. 2752a28 [LTO] Handle null GV in Symbol object by Teresa Johnson · 9 years ago
  95. b7ef200 [WebAssembly] Fix typos in comments by Heejin Ahn · 9 years ago
  96. 05082bd [libFuzzer] print a failed-merge warning only in the merge mode by Kostya Serebryany · 9 years ago
  97. 10eb5d5 AMDGPU: Implement is{LoadFrom|StoreTo}FrameIndex by Matt Arsenault · 9 years ago
  98. da28e63 AMDGPU: Fix scheduling info for spill pseudos by Matt Arsenault · 9 years ago
  99. c4644d2 [asan] Add flag to allow lifetime analysis of problematic allocas by Vitaly Buka · 9 years ago
  100. e7555f0 [CodeGen] Rename MachineInstr::isInvariantLoad to isDereferenceableInvariantLoad. NFC by Justin Lebar · 9 years ago