aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-17[𝘀𝗽𝗿] changes introduced through rebaseusers/wangpc-pp/spr/main.riscv-dont-use-v0-directly-in-patternsWang Pengcheng1262-27184/+47198
2024-04-17[LLVM][CodeGen] Fix register lane liveness tracking in RegisterPressure (#88892)Krzysztof Parzyszek1-18/+21
2024-04-17[mlir] expose transform dialect symbol merge to python (#87690)Oleksandr "Alex" Zinenko5-2/+120
2024-04-17[Inline] Regenerate inline-switch-default-2.ll (NFC)DianQK1-176/+0
2024-04-17[AMDGPU][Docs] Fix broken link to HRF memory model reference (#88696)Fabian Ritter1-1/+1
2024-04-17[VP] Correct lowering of predicated fma and faddmul to avoid strictfp. (#85272)Kevin P. Neal4-11/+203
2024-04-17[lldb] Fix evaluation of expressions with static initializers (#89063)Pavel Labath1-2/+6
2024-04-17[TailDuplicator] Add maximum predecessors and successors to consider tail dup...Quentin Dian2-0/+280
2024-04-17[RISCV] Fix clang-tidy warning about else after return. NFCLuke Lau1-1/+3
2024-04-17[mlir] transform.apply_patterns support more config options (#88484)Oleksandr "Alex" Zinenko3-1/+41
2024-04-17[X86] vector-shuffle-combining-sse41.ll - add missing AVX1/2/512 check prefixesSimon Pilgrim1-4/+129
2024-04-17[libc++] Add missing iterator requirement checks in the PSTL (#88127)Louis Dionne22-102/+383
2024-04-17[mlir] fix intNEQValue summary (#89029)MbjYjbpivj1-1/+1
2024-04-17[analyzer] Use explicit call description mode in iterator checkers (#88913)NagyDonat6-48/+80
2024-04-17[Flang][OpenMP][Lower] Refactor lowering of compound constructs (#87070)Sergio Afonso2-154/+333
2024-04-17[lldb/linux] Make sure the process continues running after a detach (#88494)Pavel Labath5-16/+115
2024-04-17[clang-tidy NFC] Fix a typo in docs for sizeof-expression (#88912)NagyDonat1-1/+1
2024-04-17[RemoveDIs] Update update_test_checks script to recognize dbg_records (#87388)Stephen Tozer8-1/+1517
2024-04-17[RISCV] Assert only valid AVLs in doLocalPostpass are X0 or virtual regs. NFCLuke Lau2-13/+11
2024-04-17[MLIR][OpenMP] NFC: Remove LoopControl parsing/printing code (#88909)Sergio Afonso1-52/+0
2024-04-17[MLIR][Flang][OpenMP] Make omp.simdloop into a loop wrapper (#87365)Sergio Afonso20-592/+701
2024-04-17update_test_checks: keep names stable with generated functions (#87988)Nicolai Hähnle2-29/+40
2024-04-17[VPlan] Split VPWidenMemoryInstructionRecipe (NFCI). (#87411)Florian Hahn13-223/+249
2024-04-17[LV][NFC] Remove the declaration of function `fixReduction`. (#88491)Mel Chen1-3/+0
2024-04-17Fix threadprivate variable scope inside BLOCK construct. (#88921)harishch43-1/+17
2024-04-17[SPIR-V] Account for zext in a llvm intrinsic call (#88903)Vyacheslav Levytskyy3-20/+99
2024-04-17[SPIR-V] Improve Tablegen instruction selection and account for a pointer siz...Vyacheslav Levytskyy13-74/+138
2024-04-17[flang] Retain internal and BIND(C) host procedure link in FIR (#87796)jeanPerier16-69/+119
2024-04-17[PatternMatch] Do not accept undef elements in m_AllOnes() and friends (#88217)Nikita Popov158-1839/+2042
2024-04-17[lldb][test] Improve invalid compiler error messageDavid Spickett1-1/+1
2024-04-17Move gfni for bitreverse check out of SSSE3. (#88938)shamithoke1-7/+7
2024-04-17[X86][NFC] Add test cases for pr88958Phoebe Wang1-0/+42
2024-04-17[libc][msan] Fix "non-constexpr function '__msan_unpoison' cannot be used in ...Guillaume Chatelet1-3/+2
2024-04-17[mlir][SparseTensor] Add missing dependent dialect to pass (#88870)Matthias Springer3-0/+6
2024-04-17Revert "[Libomptarget] Rework Record & Replay to be a plugin member" (#89028)Jan Patrick Lehr2-35/+15
2024-04-17[clang][NFC] Refactor `Sema::CheckedConversionKind`Vlad Serebrennikov8-104/+119
2024-04-17AMDGPU: Move libcall simplify into PeepholeEP (#88853)Matt Arsenault4-17/+96
2024-04-17Revert "[Clang][Sema] placement new initializes typedef array with correct si...Mikhail Goncharov3-34/+1
2024-04-17Revert "[Clang][Sema] placement new initializes typedef array with correct si...Mikhail Goncharov1-2/+2
2024-04-17Revert "Fix test from #83124 and #88902"Mikhail Goncharov1-4/+1
2024-04-17[RISCV] Support Zama16b1p0 (#88474)Jesse Huang7-1/+25
2024-04-17CompilerRT: Normalize COMPILER_RT_DEFAULT_TARGET_TRIPLE (#88835)YunQiang Su1-0/+6
2024-04-17[clang][NFC] Move `Sema::SkipBodyInfo` into namespace scopeVlad Serebrennikov6-15/+15
2024-04-17[clang][dataflow] Treat `BuiltinBitCastExpr` correctly in `PropagateResultObj...martinboehme2-1/+31
2024-04-17[mlir][python] Add `walk` method to PyOperationBase (#87962)Hideto Ueno7-17/+184
2024-04-17[clang][dataflow] Support `StmtExpr` in `PropagateResultObject()`. (#88872)martinboehme2-0/+31
2024-04-17[analyzer] Harden security.cert.env.InvalidPtr checker fn matchingBalazs Benics1-10/+15
2024-04-17[analyzer] Fix a security.cert.env.InvalidPtr crashBalazs Benics3-1/+17
2024-04-17[libc++][TZDB] Improves time zone format specifiers. (#85797)Mark de Wever3-72/+56
2024-04-16[RISCV] Simplify FindRegWithEncoding in copyPhysRegVector. NFC (#89001)Craig Topper1-9/+6