aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2025-12-01[rtsan] Handle attributed IR function declarations (#169577)davidtrevelyan2-0/+14
2025-12-01[ProfData] Improve efficiency of reader (#169730)Max2-0/+7
2025-12-01[LIT] remove `to_unicode`, `to_string`, and `to_bytes` helpers (#165950)Tomohiro Kashiwada6-147/+44
2025-12-01[AMDGPU] Allow hazard checks for WMMA co-exec (#168805)Stanislav Mekhanoshin2-0/+62
2025-12-01[WPD] Remove undef from tests (#170179)Aiden Grossman4-8/+9
2025-12-01[gn] port f65c19982d2aNico Weber1-0/+1
2025-12-01Revert "[BPF] Allow libcalls behind a feature gate (#168442)" (#169733)Lucas Ste9-79/+7
2025-12-01[AMDGPU] Refactor hazard recognizer for VALU-pipeline hazards. NFCI. (#168801)Stanislav Mekhanoshin2-39/+55
2025-12-01Fix __apple_XXX iterator that iterates over all entries. (#157538)Greg Clayton2-14/+39
2025-12-01[X86] combineConcatVectorOps - add handling to concat ISD::FROUND/FFLOOR intr...Simon Pilgrim3-137/+148
2025-12-01[VPlan] Improve code in VPInstruction::generate (NFC) (#169470)Ramkumar Ramachandra1-22/+17
2025-12-01[VPlan] Use wide IV if scalar lanes > 0 are used with scalable vectors. (#169...Florian Hahn3-126/+70
2025-12-01[SPIRV] Add legalization for long vectors (#169665)Steven Perron7-24/+454
2025-12-01[AMDGPU][NPM] Preserve analyses in AMDGPURewriteAGPRCopyMFMA for NPM (#170130)Prasoon Mishra1-2/+7
2025-12-01[X86] Add test coverage for the concatenation of ISD::FROUND intrinsics (#170...Simon Pilgrim1-0/+425
2025-12-01[X86] Add test coverage for the concatenation of ISD::FFLOOR intrinsics (#170...Simon Pilgrim1-0/+178
2025-12-01[RISCV] Rename SFB Base Feature (#169607)Sam Elliott23-64/+90
2025-12-01[AArch64][GlobalISel] Add GISel coverage for i32 lround and lrint. NFCDavid Green4-68/+151
2025-12-01[gn build] Port 9438b741d449LLVM GN Syncbot1-0/+1
2025-12-01[X86] combineConcatVectorOps - add handling to concat fp rounding intrinsics ...Simon Pilgrim7-216/+340
2025-12-01[X86] Add test coverage for the concatenation of vXf64 sqrt intrinsics (#170158)Simon Pilgrim1-0/+84
2025-12-01[WPD] Change Devirt Cutoff to use DebugCounter (#170009)Aiden Grossman3-21/+86
2025-12-01[X86] combineConcatVectorOps - add handling to concat RCPPS/RSQRTPS intrinsic...Simon Pilgrim3-24/+30
2025-12-01[llvm-exegesis] Add CLI Option to set Fixed RNG seedAiden Grossman2-1/+29
2025-12-01[AggressiveInstCombine] Fix memory location for alias analysis (#169953)Yingwei Zheng2-2/+63
2025-12-01[DA] Remove special handling for SCEVAddExpr in GCD MIV (#169927)Ryotaro Kasuga2-23/+4
2025-12-01Fix LLVM test to use %python instead of pythonMehdi Amini2-1/+2
2025-12-01Revert "Fix LLVM test to use %python instead of python"Aiden Grossman1-1/+1
2025-12-01[gn] port 29fef3a51e6d (bolt PassTests)Nico Weber3-0/+50
2025-12-01[DA] Add overflow check when calculating Delta in GCD MIV (#169928)Ryotaro Kasuga2-2/+4
2025-12-01Fix LLVM test to use %python instead of pythonMehdi Amini1-1/+1
2025-12-01[AArch64] Remove unused references to MVT::f80. (#169545)David Green1-1/+0
2025-12-01[DA] Add tests for GCD MIV misses dependency due to overflow (NFC) (#169926)Ryotaro Kasuga1-0/+119
2025-12-01[X86] combineConcatVectorOps - add handling to concat sqrt intrinsics togethe...Simon Pilgrim2-12/+17
2025-12-01[LLVM][CodeGen] Remove failure cases when widening EXTRACT/INSERT_SUBVECTOR. ...Paul Walker5-126/+510
2025-12-01[X86] Add tests showing failure to concat fp rounding intrinsics together. (#...Simon Pilgrim6-0/+1019
2025-12-01[DA] Clean up unnecessary member function declarations (#170106)Ryotaro Kasuga1-11/+0
2025-12-01[ConstantRange] Allow casting to the same bitwidth. NFC (#170102)Luke Lau3-3/+18
2025-12-01[LIT] Workaround the 60 processed limit on Windows (#157759)Mehdi Amini3-15/+85
2025-12-01[WebAssembly] Optimize away mask of 63 for shl ( zext (and i32 63))) (#152397)Jasmine Tang3-1/+19
2025-12-01[X86] Add tests showing failure to concat RCPPS + RSQRTPS intrinsics together...Simon Pilgrim2-0/+130
2025-12-01[X86] Add tests showing failure to concat sqrt intrinsics together. (#170096)Simon Pilgrim1-0/+91
2025-12-01[OMPIRBuilder] CANCEL IF(FALSE) is still a cancellation point (#170095)Tom Eccles2-3/+15
2025-12-01[RISCV] Remove the duplicate for RV32/RV64 in zicond-fp-select-zfinx.ll. NFC.Jim Lin1-192/+97
2025-12-01[SelectionDAG] Add SelectionDAG::getTypeSize. NFC (#169764)Luke Lau7-95/+54
2025-12-01[SCCP] Handle llvm.experimental.get.vector.length calls (#169527)Luke Lau2-0/+179
2025-12-01[OMPIRBuilder] re-land cancel barriers patch #164586 (#169931)Tom Eccles4-142/+172
2025-12-01[AArch64][SME] Support saving/restoring ZT0 in the MachineSMEABIPass (#166362)Benjamin Maxwell7-108/+480
2025-12-01[CAS] Temporarily skip tests on old windows version (#170063)Steven Wu1-0/+9
2025-12-01[LV] Don't create WidePtrAdd recipes for scalar VFs (#169344)David Sherwood2-47/+95