1. c2d03e4 [MLIR] Change return type of ParallelOp::getInductionVars to ValueRange. by Alexander Belyaev · 4 years, 1 month ago
  2. 6000478f Revert "[Alignment][NFC] Add DebugStr and operator*" by Guillaume Chatelet · 4 years, 1 month ago
  3. acb0b99 [lldb][NFC] Modernize lang/cpp/scope test by Raphael Isemann · 4 years, 1 month ago
  4. 5125685 [llvm-dwp] Fix a possible out of bound access. by Igor Kudrin · 4 years, 2 months ago
  5. 0570de7 [libc] NFC: Fix trivial typo in comments, documents, and messages by Kazuaki Ishizaki · 4 years, 1 month ago
  6. 1e34ab9 [Alignment][NFC] Add DebugStr and operator* by Guillaume Chatelet · 4 years, 1 month ago
  7. 35819ff [DebugInfo] Fix reading range lists of v5 units in DWP. by Igor Kudrin · 4 years, 2 months ago
  8. a93b77b [DebugInfo] Fix reading location tables headers of v5 units in DWP. by Igor Kudrin · 4 years, 2 months ago
  9. 49737df [DebugInfo] Fix reading location tables of v5 units in DWP. by Igor Kudrin · 4 years, 2 months ago
  10. 714324b [DebugInfo] Support DWARFv5 index sections. by Igor Kudrin · 4 years, 2 months ago
  11. a0249fe [DebugInfo] Rename section identifiers which are deprecated in DWARFv5. NFC. by Igor Kudrin · 4 years, 2 months ago
  12. f9cd908 [llvm-dwp] Refactor handling of section identifiers. NFCI. by Igor Kudrin · 4 years, 2 months ago
  13. 6163aa9 PR45239: Don't deallocate TemplateIdAnnotations if they might still be by Richard Smith · 4 years, 1 month ago
  14. 97e57f3 [DAGCombiner] Use getAnyExtOrTrunc instead of getSExtOrTrunc in the zext(setcc) combine. by Craig Topper · 4 years, 1 month ago
  15. 931c0cd [OpenMP][NFC] Move and simplify directive -> allowed clause mapping by Johannes Doerfert · 4 years, 2 months ago
  16. 8ea07f6 [OpenMP] Add extra qualification to OpenMP clause id by Johannes Doerfert · 4 years, 1 month ago
  17. 586c051 [DAGCombiner] Replace a hardcoded constant in visitZERO_EXTEND with a proper check for the condition its trying to protect. by Craig Topper · 4 years, 1 month ago
  18. 8b3b755 [clang] Persist Attr::IsPackExpansion into the PCH by Nathan Ridge · 4 years, 2 months ago
  19. 419a559 [OpenMP][NFCI] Move OpenMP clause information to `lib/Frontend/OpenMP` by Johannes Doerfert · 4 years, 2 months ago
  20. b43b59f Expose `attributor-disable` to the new and old pass managers by Tarindu Jayatilaka · 4 years, 1 month ago
  21. 1b39c6f [ORC] Add MachO universal binary support to StaticLibraryDefinitionGenerator. by Lang Hames · 4 years, 1 month ago
  22. 322c235 [mlir][spirv] NFC: remove uncessary return after llvm_unreachable by Lei Zhang · 4 years, 1 month ago
  23. e9644e6 DebugInfo: Fix default template parameter computation for dependent non-type template parameters by David Blaikie · 4 years, 1 month ago
  24. 74d44c4 [mlir] Refactor and cleanup the translation facilities. by River Riddle · 4 years, 1 month ago
  25. c9da04d [mlir] Only number the parent operation in Block::printAsOperand by River Riddle · 4 years, 1 month ago
  26. 944db8a Permit constant evaluation of mixed __builtin_memcmp between char and char8_t. by Richard Smith · 4 years, 1 month ago
  27. 7f24db0 Add documentation and testing for 2c88a485c71155c19e512f22c54e63ee337282a3. by Richard Smith · 4 years, 1 month ago
  28. a43e233 Remove unused function 'isInRange'. NFCI. by Simon Pilgrim · 4 years, 1 month ago
  29. 4431a29 [X86][SSE] Combine unary shuffle(HORIZOP,HORIZOP) -> HORIZOP by Simon Pilgrim · 4 years, 1 month ago
  30. 34392b5 [MLIR][NFC] Make AsmPrinter messages on null structures consistent by Uday Bondhugula · 4 years, 1 month ago
  31. 8d0bc034 [mlir] Update the documentation on Canonicalization by River Riddle · 4 years, 1 month ago
  32. c7b83a4 [mlir][Pass] Add documentation for the declarative pass specification by River Riddle · 4 years, 1 month ago
  33. 1d0f757 [InlineFunction] Update metadata on loads that are return values by Anna Thomas · 4 years, 1 month ago
  34. 0d71782 [DebugInfo]: Allow DwarfCompileUnit to have line table symbol by Sourabh Singh Tomar · 4 years, 1 month ago
  35. 96eb3841 Make the AsmPrinter print "<<NULL TYPE>>" instead of crashing on null types by Mehdi Amini · 4 years, 1 month ago
  36. 26e6880 [ELF][test] Reorganize warn-backrefs.s by Fangrui Song · 4 years, 1 month ago
  37. e01ec11 make ccabe93298 more robust by Nico Weber · 4 years, 1 month ago
  38. ccabe93 clang: Make tests using symlinks more consistent. by Nico Weber · 4 years, 1 month ago
  39. a58c8a7 Remove the additional constant which requires an extra register for statepoint lowering. by Zuojian Lin · 4 years, 1 month ago
  40. 8aadb44 [scan-build] fix dead store warnings emitted on LLVM AMDGPU code base by Apelete Seketeli · 4 years, 1 month ago
  41. b6cd964 Fix typo in xfail decorator for lldb thread plan list tests by Muhammad Omair Javaid · 4 years, 1 month ago
  42. 9620fe0 AMDGPU/GlobalISel: Add some G_INSERT/G_EXTRACT select tests by Matt Arsenault · 4 years, 1 month ago
  43. cb6aeb2 [ARM] Add data gathering hint instruction by Oliver Stannard · 4 years, 1 month ago
  44. 6f60eb4 [ARM] Add enhanced counter virtualization system registers by Oliver Stannard · 4 years, 1 month ago
  45. 3f9cdd4 [MLIR] Add pattern rewriter util to erase block; remove dead else by Uday Bondhugula · 4 years, 2 months ago
  46. 538a8f0 [InstCombine] convert bitcast-shuffle to vector trunc by Sanjay Patel · 4 years, 1 month ago
  47. cc67389 [MLIR][NFC] fix name operand -> userOp by Uday Bondhugula · 4 years, 1 month ago
  48. f875e55 [MLIR] fix greedy pattern rewrite driver iteration on change by Uday Bondhugula · 4 years, 1 month ago
  49. 9e1455d [ARM] Add ARMv8.6 Fine Grain Traps system registers by Oliver Stannard · 4 years, 1 month ago
  50. 4036a0a [InstCombine] enhance freelyNegateValue() by handling 'not' by Sanjay Patel · 4 years, 1 month ago
  51. 867f0c3c [ValueTracking] enhance matching of smin/smax with 'not' operands by Sanjay Patel · 4 years, 1 month ago
  52. 59d10dc [ARM] add ARMv8.6-A Activity monitors virtualization extension by Diogo Sampaio · 4 years, 1 month ago
  53. ff889df [X86] Roll some loops. NFCI. by Benjamin Kramer · 4 years, 1 month ago
  54. 47ee404 [ValueTracking] Use Inst::comesBefore in isValidAssumeForCtx (NFC). by Florian Hahn · 4 years, 1 month ago
  55. 1685037 Revert "[libc++] Enable the new libc++ testing format by default" by David Zarzycki · 4 years, 1 month ago
  56. 2c88a48 [clang] Make libcxx test suite pass again after memcmp changes by David Zarzycki · 4 years, 1 month ago
  57. 74ab5d9 Revert "Test had incorrect check for nonzero count" by David Zarzycki · 4 years, 1 month ago
  58. 3079e51 [X86][SSE] Generalize shuffle(HORIZOP,HORIZOP) -> HORIZOP combine by Simon Pilgrim · 4 years, 1 month ago
  59. a17de6b [X86][SSE] truncateVectorWithPACK - upper undef for 128->64 packing by Simon Pilgrim · 4 years, 1 month ago
  60. 51e3709 [MLIR] Don't insert YieldOp for non-void loop.for by default. by Alexander Belyaev · 4 years, 1 month ago
  61. 0359b86 [mlir][ODS] Add support for variadic regions. by River Riddle · 4 years, 1 month ago
  62. dd5571d [clang-tools-extra] NFC: Fix trivial typo in documents and comments by Kazuaki Ishizaki · 4 years, 1 month ago
  63. 86b97f0 [llvm-objdump] Simplify conditional statements (isa<...>(Obj) => Obj->isSomeFile()) by vgxbj · 4 years, 1 month ago
  64. 688fe2d [llvm-nm] Add test for `--debug-syms --dynamic` by vgxbj · 4 years, 1 month ago
  65. dc4c8a3 [llvm-objdump][test] Recommit unimplemented-features.test by vgxbj · 4 years, 1 month ago
  66. 685bf42 [llvm-objdump][test] Remove unimplemented-features.test by vgxbj · 4 years, 1 month ago
  67. 948ef5b [llvm-objdump] Teach `llvm-objdump` dump dynamic symbols. by vgxbj · 4 years, 1 month ago
  68. 5aacce3 [mlir] NFC: Fix trivial typo by Kazuaki Ishizaki · 4 years, 1 month ago
  69. abdd042 [clang-tools-extra] NFC: Fix trivial typo in documents and comments by Kazuaki Ishizaki · 4 years, 1 month ago
  70. 6bfe28e AMDGPU: Fix annotate kernel features through casted calls by Matt Arsenault · 6 years ago
  71. c80cf48 [Attributor] AAReachability : use isPotentiallyReachable in isKnownReachable by Shinji Okumura · 4 years, 1 month ago
  72. 475abe1 [Attributor] Make use of analysis in the MustBeExecutedExplorer by Shinji Okumura · 4 years, 1 month ago
  73. 221890d AMDGPU: Add feature for fast f32 denormals by Matt Arsenault · 6 years ago
  74. f3dd3a6 [Attributor] AAUndefinedBehavior: Use AAValueSimplify in memory accessing instructions. by Stefanos Baziotis · 4 years, 1 month ago
  75. 695ca34 [compiler-rt] Fix build on NetBSD 9.99.52+ by Kamil Rytarowski · 4 years, 1 month ago
  76. be84d2b5 [CostModel][X86] Add some insert subvector cost tests for vXf32/vXi32/vXi16/vXi8 types by Simon Pilgrim · 4 years, 1 month ago
  77. 3380d4d [X86] Cleanup vectorcall test checks by Simon Pilgrim · 4 years, 1 month ago
  78. 1580c76 [libc++] Enable the new libc++ testing format by default by Louis Dionne · 4 years, 1 month ago
  79. 54176d1 libcxx 'LLVM_USE_SANITIZER=Address;Undefined' by Brian Gesiak · 4 years, 1 month ago
  80. 3ce7714 Revert "[DAG] Fix PR45049: LegalizeTypes crash" by Jonathan Roelofs · 4 years, 1 month ago
  81. 17673ae [DAG] Fix PR45049: LegalizeTypes crash by Jonathan Roelofs · 4 years, 2 months ago
  82. 9195b01 [ELF][PPC64] Enable R_PPC64_REL14 trunks by Fangrui Song · 4 years, 2 months ago
  83. a132125 [ELF][test] Test that thunks are processed before finalizeSynthetic(in.symTab) by Fangrui Song · 4 years, 1 month ago
  84. 6d34374 [ValueTracking] add tests for smin/smax; NFC by Sanjay Patel · 4 years, 1 month ago
  85. 28202dd [InstCombine] add more tests for min/max folding; NFC by Sanjay Patel · 4 years, 1 month ago
  86. a2b18c5 [LV] Simplify tryToWiden as recipes are not re-used (NFC). by Florian Hahn · 4 years, 1 month ago
  87. 160f5aa [mlir] Add an out-of-tree dialect example by Jean-Michel Gorius · 4 years, 1 month ago
  88. fc5d8b6 [WebAssembly] Fix a sanitizer error in WasmEHPrepare by Heejin Ahn · 4 years, 1 month ago
  89. eb81d44 fix typo in comment to cycle bots by Nico Weber · 4 years, 1 month ago
  90. 4ede730 [InstCombine] Don't limit uses in eraseInstFromFunction() by Nikita Popov · 4 years, 2 months ago
  91. eec6d87 [Attributor] Deduce attributes for non-exact functions by Luofan Chen · 4 years, 1 month ago
  92. ceed44a [OpenMP][NFC] Remove unnecessary argument by Johannes Doerfert · 4 years, 2 months ago
  93. 7db64e2 Disable relative paths in lit.site.cfg in presence of symlinks by Nico Weber · 4 years, 1 month ago
  94. 0f9e1e3 [clang-tidy]: fix false positive of cert-oop54-cpp check. by Tamás Zolnai · 4 years, 1 month ago
  95. 2e98397 [WebAssembly] Fix wasm.lsda() optimization in WasmEHPrepare by Heejin Ahn · 4 years, 2 months ago
  96. 6a57ba1 [CostModel][X86] Add shuffle cost tests for sub-128bit vectors by Simon Pilgrim · 4 years, 1 month ago
  97. 87fd686 [CostModel][X86] Add insert/extract cost tests for sub-128bit vXi8/vXi16 vectors by Simon Pilgrim · 4 years, 1 month ago
  98. e5e719d [X86][SSE] lowerV8I16Shuffle - lower compaction shuffles using PACKUSDW(PBLENDW,PBLENDW) on SSE41+ by Simon Pilgrim · 4 years, 1 month ago
  99. b90ea4f [IRBuilder] Move some code into the cpp file; NFC by Nikita Popov · 4 years, 1 month ago
  100. 6896d55 [VNCoercion] Use IRBuilderBase; NFC by Nikita Popov · 4 years, 1 month ago