aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2026-01-05[VPlan] Remove VPWidenSelectRecipe, use VPWidenRecipe instead (NFCI). (#174234)Florian Hahn16-241/+110
2026-01-05[SLP] Report the correct operand to getArithmeticInstrCost() when duplicated ...Ryan Buchner2-3/+52
2026-01-05[MemProf] Include matching calls in the dot graph node label (#174247)Teresa Johnson2-0/+11
2026-01-05[AMDGPU] Add new llvm.amdgcn.wave.shuffle intrinsic (#167372)saxlungs7-1/+459
2026-01-05[lit] Make not still fail if the called process returns a signalAiden Grossman6-2/+47
2026-01-05[ISel] Introduce llvm.clmul intrinsic (#168731)Ramkumar Ramachandra20-2/+13877
2026-01-05[InstCombine] Canonicalize `switch(X^C)` expressions to `switch(X)`Antonio Frighetto3-24/+183
2026-01-05[OptBisect][ADT] Add support for running ranges of passes and introduce Integ...Yonah Goldberg12-141/+774
2026-01-05[llvm] Propagate the VFS to `SampleProfileLoaderPass` (#173121)Jan Svoboda1-1/+1
2026-01-05[TableGen] Fix what looks like a mistake in RegClassByHwMode.td test. NFC (#1...Craig Topper1-34/+98
2026-01-05[NFC][Hexagon] Fix unused variable warning (#174466)Aiden Grossman1-2/+3
2026-01-05Add documentation for MemProf. (#172238)Snehasish Kumar2-0/+325
2026-01-05Honor alignment for HVX masked loads/stores (incl. loops) (#174419)Fateme Hosseini3-41/+401
2026-01-05[AArch64] Make ISD::CTLS Legal for i32 and i64. (#174367)Craig Topper3-6/+51
2026-01-05[NFC][AMDGPU] Declare variables initialized with getDebugLoc as const ref (#1...LU-JOHN10-21/+21
2026-01-05[OpenMP][clang] Register Vtables on device for indirect calls (#159856)Jason-VanBeusekom2-4/+21
2026-01-05[DWP] Fix writeStringsAndOffsets declaration (#173298)HighW4y2H3ll1-5/+6
2026-01-05[IR] Do not assert and verify that phi nodes do not have a token type (#174449)Aiden Grossman1-1/+0
2026-01-05[X86][NewPM] Port x86-fast-tile-config to NewPM (#174446)Aiden Grossman5-16/+42
2026-01-05[RedirectingFileSystem] Don't update error result value (#172900)Steven Wu2-1/+31
2026-01-05Revert "Add merge-calling-conv.ll to profcheck-xfail.txt" (#174422)Aiden Grossman1-1/+0
2026-01-05[InstrProf] Mark __llvm_profile_runtime_user cold (#174174)Aiden Grossman3-4/+3
2026-01-05[X86] combineConcatVectorOps - add missing X86ISD::CMPM handling (#174420)Simon Pilgrim2-5/+9
2026-01-05Reland check-builtins target for LLVM_ENABLE_RUNTIMES (#171941)Andrew Haberlandt1-1/+27
2026-01-05InstCombine: Reorder exp's known-nan source handling (#174417)Matt Arsenault2-13/+9
2026-01-05Add merge-calling-conv.ll to profcheck-xfail.txt (#174418)Mircea Trofin1-0/+1
2026-01-05[ProfCheck] Exclude new MergeFunc TestAiden Grossman1-0/+1
2026-01-05[AMDGPU] Generate more efficient code to avoid shift64 hazard (#171871)LU-JOHN2-36/+35
2026-01-05[X86] Add tests showing failure to concat comparisons due to the delayed expa...Simon Pilgrim1-0/+71
2026-01-05[AMDGPU] Remove UTC line from file that does not use itAiden Grossman1-1/+0
2026-01-05[OpenMP] Fix member type name in LooprangeT, NFC (#174241)Krzysztof Parzyszek1-2/+2
2026-01-05[AMDGPU] Make WaitcntBrackets::simplifyWaitcnt const again (#173390)Jay Foad1-47/+61
2026-01-05[AMDGPU] Simplify and document waitcnt handling on call and return (#172453)Jay Foad2-28/+21
2026-01-05[X86] combineConcatVectorOps - concat fma chains which share concatenated ope...Simon Pilgrim2-24/+52
2026-01-05[X86] combineConcatVectorOps - check for an existing operands concatenation (...Simon Pilgrim2-15/+19
2026-01-05[X86] combineSelect - replace manual constant pow2 checks and ctlz constant f...Simon Pilgrim1-14/+11
2026-01-05Revert "[AMDGPU] Fix excessive stack usage in SIInsertWaitcnts::run (#134835)...Jay Foad1-8/+3
2026-01-05[X86] Add test showing failure to make use of existing concatenated operands ...Simon Pilgrim1-2/+67
2026-01-05[SDAG] Use reference type in loop (NFC) (#174379)Benjamin Maxwell1-1/+1
2026-01-05Revert "[ConstantInt] Disable implicit truncation in ConstantInt::get() (#171...Nikita Popov1-4/+7
2026-01-05[llvm-mca][AArch64] Refactor Neoverse SVE tests to split out common inputs (N...Cullen Rhodes6-17072/+3441
2026-01-05[ConstantInt] Disable implicit truncation in ConstantInt::get() (#171456)Nikita Popov1-7/+4
2026-01-05[LLVM] Temporarily allow implicit truncation in some placesNikita Popov7-13/+39
2026-01-05[ValueTracking] Support ptrtoaddr in inequality implication (#173362)Nikita Popov2-5/+63
2026-01-05[ValueTracking] Support ptrtoaddr in computeKnownBits() (#173358)Nikita Popov4-2/+53
2026-01-05[llvm][RISCV] Support fma codegen for zvfbfa (#172949)Brandon Wu13-540/+5406
2026-01-05[OpenMP][OMPIRBuilder] Hoist static parallel region allocas to the entry bloc...Kareem Ergawy1-1/+1
2026-01-05[OpenMP][MLIR] Hoist static `alloca`s emitted by private `init` regions to th...Kareem Ergawy2-0/+34
2026-01-05[InstCombine] Fold redundant FP clamp selects; relax min-max-pattern bailout ...Wenju He2-1/+76
2026-01-04[RISCV][SelectionDAG] Add a ISD::CTLS node for count leading redundant sign b...Craig Topper11-4/+336