aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-11Fix complex abs with nnan/ninf. (#95080)Johannes Reifferscheid2-72/+79
2024-06-11[mlir][arith] Delete unnecessary error logs (#94970)donald chen2-2/+0
2024-06-11[InstCombine] Add #38139 test coverageSimon Pilgrim1-0/+10
2024-06-11[X86] Pull out repeated SDLoc in various ADD/SUB/XOR folds. NFC.Simon Pilgrim1-19/+18
2024-06-11[clang][Interp][test] Add test for void* diagnostics changesTimm Bäder2-2/+24
2024-06-11Revert new debug info format commits:Stephen Tozer21-245/+260
2024-06-11[MC][X86] Avoid copying MCInst in emitInstrEnd (#94947)aengelke1-19/+34
2024-06-11[X86] Add AMXProgModel to YAML serialization (#94988)aengelke10-7/+89
2024-06-11[X86] is_fpclass.ll - add NDD test coverageSimon Pilgrim1-2012/+2297
2024-06-11[test] Fix documentation of %{fs-sep} et al (#95088)Jay Foad1-3/+3
2024-06-11[InstCombine] fold ldexp(x, sext(i1 y)) to fmul x, (select y, 0.5, 1.0) (#95073)c8ef2-0/+63
2024-06-11[CostModel][X86] Adjust ABS scalar SizeLatency cost to 3uopsSimon Pilgrim3-110/+98
2024-06-11[clang] Remove a redundant check in Mangle. NFC (#95071)Pavel Samolysov1-3/+2
2024-06-11[clang][Interp] Refine diagnostics for casts from void*Timm Bäder3-9/+33
2024-06-11[StackSafety] Make lit tests compatible with lit's internal shell. NFC. (#94971)Jay Foad2-89/+88
2024-06-11[NFC] Mitigate pointless copies (#95052)Braden Helmer4-4/+4
2024-06-11MathExtras: MulOverflow: use builtin when available (NFC) (#95046)Arjun P1-0/+4
2024-06-11[AArch64] Disable red-zone when lowering Q-reg copy through memory. (#94962)Sander de Smalen2-1/+22
2024-06-11[APFloat] Add APFloat support for FP6 data types (#94735)Durgadoss R4-35/+563
2024-06-11[AArch64] Fix gcc "enumeral and non-enumeral type" warningMikael Holmen1-1/+1
2024-06-11[lldb] Add a test for lea_rsp_pattern_p to x86 unwinder (NFC) (#94852)Shivam Gupta1-1/+23
2024-06-11[flang][debug] Support assumed shape arrays. (#94644)Abid Qadeer14-23/+182
2024-06-11[flang] lower LBOUND for assumed-rank arrays (#94995)jeanPerier4-17/+92
2024-06-11[CodeGen] Preserved additional analyses in StackSlotColoring pass. (#93779)Vikash Gupta1-1/+15
2024-06-11[clang][nullability] Don't return null fields from `getReferencedDecls()`. (#...martinboehme5-4/+98
2024-06-11Reland "[MC][NFC] Make ELFUniquingMap a StringMap (#95006)" (#95030)aengelke2-36/+38
2024-06-11[clang][dataflow] Handle `AtomicExpr` in `ResultObjectVisitor`. (#94963)martinboehme2-1/+27
2024-06-11[RISCV][MC] Warn if SEW/LMUL may not be compatiblePengcheng Wang2-0/+26
2024-06-11Explain partial byte extraction logic. (#92868)Johannes Reifferscheid1-0/+4
2024-06-11[clangd] Use clang_target_link_libraries() for clang libs (#94937)Nikita Popov3-4/+16
2024-06-11[RISCV] Add B extension (#76893)Pengcheng Wang7-12/+28
2024-06-11Revert "[llvm][IR] Extend BranchWeightMetadata to track provenance of weights...Paul Kirth30-169/+88
2024-06-11[clang] Don't use -Wno-nested-anon-types on GCC (#95029)Martin Storsjö1-1/+3
2024-06-10[Clang][Sanitizers] Add numerical sanitizer (#93783)Alexander Shaposhnikov11-2/+82
2024-06-11[AMDGPU] Update tests for last-use in global/scratch/flat/buffer load… (#94...Mariusz Sikora4-15/+43
2024-06-11[PAC][AArch64] Lower ptrauth constants in data (#94240)Daniil Kovalev4-0/+232
2024-06-10[flang] Lower REDUCE intrinsic with DIM argument (#94771)Valentin Clement (バレンタイン クレメン)4-1/+443
2024-06-10[lldb] NFC add comments and test case for ObjectFileMachO delay-init (#95067)Jason Molenda5-0/+91
2024-06-10[libc][stdlib] Change old unsigned short variables to size_t (#95065)PiJoules1-3/+3
2024-06-11[clang] Replace X && isa<Y>(X) with isa_and_nonnull<Y>(X). NFC (#94987)Pavel Samolysov27-46/+49
2024-06-10[MC] Remove getFragmentList uses. NFCFangrui Song10-23/+19
2024-06-10[mlir][gpu] Update LaunchFuncOp lowering in GPU to LLVM (#94991)Fabian Mora4-368/+66
2024-06-11Reland "[X86] Assign AVX10_1 feature priority to align with gcc. (#94557)" (#...Freddy Ye2-4/+4
2024-06-10MCSection: Remove unused reverse iteratorsFangrui Song1-3/+0
2024-06-10[LLVM][IR][Sanitizers] Add sanitize_numerical_stability attribute (#95051)Alexander Shaposhnikov6-2/+15
2024-06-10[clang] Reland Add tanf16 builtin and support for tan constrained intrinsic ...Farzon Lotfi26-21/+1437
2024-06-10[libc][stdlib] Add freelist class (#95041)PiJoules4-0/+386
2024-06-10[mlir] Sanitize identifiers with leading symbol. (#94795)Will Dietz3-3/+11
2024-06-11Revert "[AArch64] Decouple feature dependency expansion. (#94279)" (#95056)Alexandros Lamprineas12-213/+222
2024-06-10[memprof] Fix comment typos (NFC)Kazu Hirata4-6/+6