aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-27[mlir][linalg] Mark xfers as in-bounds when masking depthwise convs (#96771)Benjamin Maxwell2-12/+17
2024-06-27[AMDGPU] Only reinitialize disassembler Bytes array when needed. NFC. (#96666)Jay Foad1-6/+6
2024-06-27[bazel] Port e035ef0e7423c1a4c78e922508da817dbd5b6a02Benjamin Kramer1-0/+105
2024-06-27[IR] Add getDataLayout() helpers to BasicBlock and Instruction (#96902)Nikita Popov100-223/+244
2024-06-27[lldb/DWARF] Unique enums parsed from declarations (#96751)Pavel Labath2-0/+46
2024-06-27[AMDGPU] Fix MC/Disassembler/AMDGPU/decode-err.txt. (#96621)Ivan Kosarev1-9/+10
2024-06-27[libc][math] Implement double precision sincos correctly rounded to all round...lntue13-1/+459
2024-06-27[clang][OpenMP] clang-format SemaOpenMP.cpp, NFCKrzysztof Parzyszek1-7/+6
2024-06-27[lldb] Un-XFAIL TestStepScripted.test_misspelled_plan_namePavel Labath1-1/+0
2024-06-27[AMDGPU] Add some gfx1200 test coverageJay Foad3-11/+1658
2024-06-27AMDGPU: Remove ds_fmin/ds_fmax intrinsics (#96739)Matt Arsenault12-2154/+65
2024-06-27clang/AMDGPU: Use atomicrmw for ds fmin/fmax builtins (#96738)Matt Arsenault4-36/+86
2024-06-27[SystemZ] Address issue with supper large stack frames (#96318)Zibi Sarbinowski3-4/+68
2024-06-27[X86] Add test case to check computeKnownBitsForPMADDWD doesn't assume add nswSimon Pilgrim1-0/+13
2024-06-27[SPARC][IAS] Rework ASI/Prefetch tag matching in prep for `ParseForAllFeatures`Koakuma3-51/+83
2024-06-27[clang][Interp] Merge ByteCodeExprGen and ByteCodeStmtGen (#83683)Timm Baeder8-1027/+911
2024-06-27[PassManager] Drop Function.h and Module.h includes (NFC) (#96892)Nikita Popov1-2/+3
2024-06-27[clang][OpenMP] Place some common code in functions (#96811)Krzysztof Parzyszek2-905/+167
2024-06-27[mlir][Ptr] Init the Ptr dialect with the `!ptr.ptr` type. (#86860)Fabian Mora19-0/+646
2024-06-27[X86] computeKnownBitsForPMADDWD - the final addition of the signextended mul...Simon Pilgrim1-1/+1
2024-06-27[Sema] TransformTypeOfExprType / TransformTypeOfType - don't dereference getA...Simon Pilgrim1-2/+2
2024-06-27[CodeGen] Mark MachinePostDominatorTree constructor explicit (#96852)paperchalice1-1/+1
2024-06-27[RICSV] PerformDAGCombine - don't directly dereference dyn_cast resultsSimon Pilgrim1-4/+4
2024-06-27[Sema] HLSLCompareFloatingRank - don't dereference getAs<> resultsSimon Pilgrim1-2/+2
2024-06-27[VPlan] Return std::nullopt early if plans are empty.Florian Hahn2-0/+45
2024-06-27[mlir][vector] Support more mask types in foldTransferFullMask() (#96761)Benjamin Maxwell2-7/+11
2024-06-27[mlir][OpenMP] Standardise representation of reduction clause (#96215)Tom Eccles5-36/+137
2024-06-27[Clang][AST] Let DeclPrinter print trailing requires expressions for template...Younan Zhang3-0/+25
2024-06-27[lldb/test] Mark TestStepScripted.py as XFAIL temporarily (#96894)Med Ismail Bennani1-1/+5
2024-06-27[lldb][test] Refactor no target XML testDavid Spickett1-41/+38
2024-06-27MathExtras: s/constexpr inline/constexpr/ (NFC) (#96890)Ramkumar Ramachandra1-20/+20
2024-06-27[PassManager] Add pretty stack frames (#96078)Nikita Popov8-11/+95
2024-06-27Revert "Revert "[flang] Fix execute_command_line cmdstat is not set when erro...Yi Wu3-51/+171
2024-06-27[X86] Add phase ordering test coverage for #58895Simon Pilgrim1-0/+574
2024-06-27[CodeGen] Don't write coverage to source directory in testBenjamin Kramer1-1/+1
2024-06-27[NVPTX] Don't use underlying alignment to align param (#96793)Hugh Delaney2-3/+54
2024-06-27[lldb] Parse and display register field enums (#95768)David Spickett8-22/+673
2024-06-27[X86][CodeGen] Support hoisting load/store with conditional faulting (#96720)Shengchen Kan12-15/+317
2024-06-27[clang][Sema] Move the initializer lifetime checking code from SemaInit.cpp t...Haojian Wu4-1230/+1291
2024-06-27[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)...Med Ismail Bennani25-431/+471
2024-06-27[AMDGPU] Fix unwanted LICM/CSE of llvm.amdgcn.pops.exiting.wave.id (#96190)Jay Foad7-38/+31
2024-06-27[lldb] Do not produce field information for registers known not to exist (#95...David Spickett3-9/+12
2024-06-27DLTI: Simplifying getDevicePropertyValue API by returning Attribute type valu...Niranjan Hasabnis8-40/+79
2024-06-27[PatternMatch] Use m_Not instead of m_c_Xor with m_AllOnes() (#96837)AtariDreams3-21/+21
2024-06-27Revert "[PAC][AArch64] Lower ptrauth constants in code (#94241)" (#96865)Daniil Kovalev27-1223/+37
2024-06-27[AArch64] Fix unused variable in release builds. NFC.Benjamin Kramer1-2/+1
2024-06-27[clang] Make header self-contained. NFC.Benjamin Kramer1-0/+1
2024-06-27Revert "[libc++] Use _If for conditional_t (#96193)"Benjamin Kramer1-4/+5
2024-06-27Revert "[mlir][Transforms] Dialect conversion: Simplify handling of dropped a...Benjamin Kramer4-119/+156
2024-06-27Revert "[mlir][Transforms][NFC] Dialect Conversion: Move argument materializa...Benjamin Kramer1-52/+81