summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] changes introduced through rebaseupstream/users/wangpc-pp/spr/main.riscv-dont-use-v0-directly-in-patternsWang Pengcheng2024-04-171262-27184/+47198
|\
| * [LLVM][CodeGen] Fix register lane liveness tracking in RegisterPressure (#88892)Krzysztof Parzyszek2024-04-171-18/+21
| * [mlir] expose transform dialect symbol merge to python (#87690)Oleksandr "Alex" Zinenko2024-04-175-2/+120
| * [Inline] Regenerate inline-switch-default-2.ll (NFC)DianQK2024-04-171-176/+0
| * [AMDGPU][Docs] Fix broken link to HRF memory model reference (#88696)Fabian Ritter2024-04-171-1/+1
| * [VP] Correct lowering of predicated fma and faddmul to avoid strictfp. (#85272)Kevin P. Neal2024-04-174-11/+203
| * [lldb] Fix evaluation of expressions with static initializers (#89063)Pavel Labath2024-04-171-2/+6
| * [TailDuplicator] Add maximum predecessors and successors to consider tail dup...Quentin Dian2024-04-172-0/+280
| * [RISCV] Fix clang-tidy warning about else after return. NFCLuke Lau2024-04-171-1/+3
| * [mlir] transform.apply_patterns support more config options (#88484)Oleksandr "Alex" Zinenko2024-04-173-1/+41
| * [X86] vector-shuffle-combining-sse41.ll - add missing AVX1/2/512 check prefixesSimon Pilgrim2024-04-171-4/+129
| * [libc++] Add missing iterator requirement checks in the PSTL (#88127)Louis Dionne2024-04-1722-102/+383
| * [mlir] fix intNEQValue summary (#89029)MbjYjbpivj2024-04-171-1/+1
| * [analyzer] Use explicit call description mode in iterator checkers (#88913)NagyDonat2024-04-176-48/+80
| * [Flang][OpenMP][Lower] Refactor lowering of compound constructs (#87070)Sergio Afonso2024-04-172-154/+333
| * [lldb/linux] Make sure the process continues running after a detach (#88494)Pavel Labath2024-04-175-16/+115
| * [clang-tidy NFC] Fix a typo in docs for sizeof-expression (#88912)NagyDonat2024-04-171-1/+1
| * [RemoveDIs] Update update_test_checks script to recognize dbg_records (#87388)Stephen Tozer2024-04-178-1/+1517
| * [RISCV] Assert only valid AVLs in doLocalPostpass are X0 or virtual regs. NFCLuke Lau2024-04-172-13/+11
| * [MLIR][OpenMP] NFC: Remove LoopControl parsing/printing code (#88909)Sergio Afonso2024-04-171-52/+0
| * [MLIR][Flang][OpenMP] Make omp.simdloop into a loop wrapper (#87365)Sergio Afonso2024-04-1720-592/+701
| * update_test_checks: keep names stable with generated functions (#87988)Nicolai Hähnle2024-04-172-29/+40
| * [VPlan] Split VPWidenMemoryInstructionRecipe (NFCI). (#87411)Florian Hahn2024-04-1713-223/+249
| * [LV][NFC] Remove the declaration of function `fixReduction`. (#88491)Mel Chen2024-04-171-3/+0
| * Fix threadprivate variable scope inside BLOCK construct. (#88921)harishch42024-04-173-1/+17
| * [SPIR-V] Account for zext in a llvm intrinsic call (#88903)Vyacheslav Levytskyy2024-04-173-20/+99
| * [SPIR-V] Improve Tablegen instruction selection and account for a pointer siz...Vyacheslav Levytskyy2024-04-1713-74/+138
| * [flang] Retain internal and BIND(C) host procedure link in FIR (#87796)jeanPerier2024-04-1716-69/+119
| * [PatternMatch] Do not accept undef elements in m_AllOnes() and friends (#88217)Nikita Popov2024-04-17158-1839/+2042
| * [lldb][test] Improve invalid compiler error messageDavid Spickett2024-04-171-1/+1
| * Move gfni for bitreverse check out of SSSE3. (#88938)shamithoke2024-04-171-7/+7
| * [X86][NFC] Add test cases for pr88958Phoebe Wang2024-04-171-0/+42
| * [libc][msan] Fix "non-constexpr function '__msan_unpoison' cannot be used in ...Guillaume Chatelet2024-04-171-3/+2
| * [mlir][SparseTensor] Add missing dependent dialect to pass (#88870)Matthias Springer2024-04-173-0/+6
| * Revert "[Libomptarget] Rework Record & Replay to be a plugin member" (#89028)Jan Patrick Lehr2024-04-172-35/+15
| * [clang][NFC] Refactor `Sema::CheckedConversionKind`Vlad Serebrennikov2024-04-178-104/+119
| * AMDGPU: Move libcall simplify into PeepholeEP (#88853)Matt Arsenault2024-04-174-17/+96
| * Revert "[Clang][Sema] placement new initializes typedef array with correct si...Mikhail Goncharov2024-04-173-34/+1
| * Revert "[Clang][Sema] placement new initializes typedef array with correct si...Mikhail Goncharov2024-04-171-2/+2
| * Revert "Fix test from #83124 and #88902"Mikhail Goncharov2024-04-171-4/+1
| * [RISCV] Support Zama16b1p0 (#88474)Jesse Huang2024-04-177-1/+25
| * CompilerRT: Normalize COMPILER_RT_DEFAULT_TARGET_TRIPLE (#88835)YunQiang Su2024-04-171-0/+6
| * [clang][NFC] Move `Sema::SkipBodyInfo` into namespace scopeVlad Serebrennikov2024-04-176-15/+15
| * [clang][dataflow] Treat `BuiltinBitCastExpr` correctly in `PropagateResultObj...martinboehme2024-04-172-1/+31
| * [mlir][python] Add `walk` method to PyOperationBase (#87962)Hideto Ueno2024-04-177-17/+184
| * [clang][dataflow] Support `StmtExpr` in `PropagateResultObject()`. (#88872)martinboehme2024-04-172-0/+31
| * [analyzer] Harden security.cert.env.InvalidPtr checker fn matchingBalazs Benics2024-04-171-10/+15
| * [analyzer] Fix a security.cert.env.InvalidPtr crashBalazs Benics2024-04-173-1/+17
| * [libc++][TZDB] Improves time zone format specifiers. (#85797)Mark de Wever2024-04-173-72/+56
| * [RISCV] Simplify FindRegWithEncoding in copyPhysRegVector. NFC (#89001)Craig Topper2024-04-161-9/+6