aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-06[Test] Update clang/test/Modules/crash-vfs-include-pch.m (#102080)Steven Wu1-1/+1
2024-08-06[BoundsSafety][NFC] Remove the unused parameter 'Decls' from 'Sema::C… (#10...Yeoul Na3-15/+5
2024-08-06[NFC] Fix compile warning introduced in #99732Shilei Tian2-2/+2
2024-08-06[Clang][Sema] Make UnresolvedLookupExprs in class scope explicit specializati...Krystian Stasiowski13-28/+64
2024-08-06[IR] Don't verify module flags on every access (#102153)Alexis Engelke3-42/+35
2024-08-06[Support] Use block numbers for DomTree construction (#101706)Alexis Engelke2-21/+48
2024-08-06[llvm-readobj][NFC] Don't use startLine in a middle of a line in ObjDumper. (...Jacek Caban1-14/+16
2024-08-06[libc] Make RPC malloc implementation return 'nullptr' on alloc failureJoseph Huber2-2/+2
2024-08-06[scudo] Refactor store() and retrieve(). (#102024)Joshua Baehring1-78/+97
2024-08-06[libc] Fix builds on Windows (#102162)Sirui Mu3-2/+5
2024-08-06[Clang][Sema] Ensure that the selected candidate for a member function explic...Krystian Stasiowski4-68/+129
2024-08-06[clang] Fix compile-time regression from attribute arg checking change (#101768)Mike Rice5-270/+247
2024-08-06[PAC][ELF][AArch64] Encode signed GOT flag in PAuth core info (#96159)Daniil Kovalev6-24/+100
2024-08-06[flang][runtime] Fixed performance regression in CopyElement. (#102081)Slava Zakharin1-10/+39
2024-08-06[Serialization] Fix a warningKazu Hirata1-1/+3
2024-08-06Move HIP fatbin sections farther away from .textSiu Chi Chan2-0/+49
2024-08-06[libc] Enable more entrypoints for riscv (#102055)Mikhail R. Gadelha2-2/+20
2024-08-06[clang][driver][clang-cl] Support `--precompile` and `-fmodule-*` options in ...Sharadh Rajaraman4-10/+30
2024-08-06[SLP]Better sorting of cmp instructions by comparing type sizes.Alexey Bataev2-8/+9
2024-08-06[Clang][Sema][OpenMP] Allow `num_teams` to accept multiple expressions (#99732)Shilei Tian20-68/+211
2024-08-06[NFC][stlextras] Delete repetition of are (#101977)Andrey Timonin1-1/+1
2024-08-06[CodeGen] Allow PreISel lowering to run without TM (#102150)Alexis Engelke4-9/+11
2024-08-06[clang][Interp] Ignore ObjCBoxedExpr subexpr... (#102136)Timm Baeder2-2/+28
2024-08-06[gn build] Port 9fb196b469c9LLVM GN Syncbot1-0/+1
2024-08-06[RISCV] Insert simple landing pad for taken address labels. (#91855)Yeting Kuo8-0/+211
2024-08-06 [InstCombine] Fold `(X & Mask) == 0 ? TC : FC -> TC binop (X & Mask)` (#100437)Yingwei Zheng2-29/+113
2024-08-06Convert a couple of undef placeholders to poison [NFC]Nuno Lopes6-17/+17
2024-08-06TTI: Fix special casing vectorization costs of saturating add/sub (#97463)Matt Arsenault5-227/+246
2024-08-06[SLP]Try detect strided loads, if any pointer op require extraction.Alexey Bataev3-352/+312
2024-08-06Revert "[CMake] Fold export_executable_symbols_* into function args. (#101741)"Steven Wu56-68/+123
2024-08-06[LLDB][test] Update Makefile.rules to support Windows host+Linux target (#99266)Vladislav Dzhidzhoev1-25/+43
2024-08-06Correct a comment and update a return type; NFCAaron Ballman2-3/+3
2024-08-06[SLP][NFC]Update test checks.Alexey Bataev1-6/+6
2024-08-06[libc][math][c23] Add exp2f16 C23 math function (#101217)OverMighty13-20/+361
2024-08-06[SLP][NFC]Update test checks.Alexey Bataev1-4/+4
2024-08-06[BasicAA] Check nusw instead of inboundsNikita Popov2-1/+12
2024-08-06Reapply "Finish deleting the le32/le64 targets" (#99079) (#101983)Aaron Ballman18-157/+4
2024-08-06[DAG] Add foldSelectToABD helper. NFC.Simon Pilgrim1-31/+43
2024-08-06[libc] Fix incorrect tablegen for lgammaJoseph Huber1-3/+3
2024-08-06[gn build] Port 80721e0d6c77LLVM GN Syncbot1-0/+2
2024-08-06[SLP][NFC]Add a test with comparison for different sized integer types, NFC.Alexey Bataev1-0/+35
2024-08-06[CodeGen] Use optimized domtree for MachineFunction (#102107)Alexis Engelke11-14/+98
2024-08-06[X86][AVX10.2] Support AVX10.2-SATCVT new instructions. (#101599)Freddy Ye25-24/+13406
2024-08-06[clang][Interp] Fix getField() for integral pointers (#102120)Timm Baeder5-8/+49
2024-08-06[Tests] Regenerate test checks (NFC)Nikita Popov4-43/+51
2024-08-06[mlir][vector] Update docs for scalable vectors (#101842)Andrzej Warzyński4-25/+54
2024-08-06[AArch64] Add streaming-mode stack hazard optimization remarks (#101695)Hari Limaye6-11/+364
2024-08-06[RISCV][sema] Correct the requirement of `vf[n|w]cvt.x[|u].f` intrinsics (#10...Brandon Wu5-9/+53
2024-08-06[RISCV] Support `vrgather` and `vcompress` for `zvfhmin` and `zvfbfmin` (#101...Brandon Wu12-17/+2161
2024-08-06[RISCV] Support bf16 vmv.v.v and vmerge.vvm intrinsics with `zvfbfmin` (#101611)Brandon Wu10-8/+501