summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
AgeCommit message (Expand)Author
2025-11-07Add `llvm.vector.partial.reduce.fadd` intrinsic (#159776)Damian Heaton
2025-11-06[IR] llvm.reloc.none intrinsic for no-op symbol references (#147427)Daniel Thornburgh
2025-10-23[SDAG] Introduce inbounds flag for ISD::PTRADD (#162477)Fabian Ritter
2025-10-13Wasm fmuladd relaxed (#163177)Sam Parker
2025-10-13Revert "[WebAssembly] Lower fmuladd to madd and nmadd" (#163171)Sam Parker
2025-10-13[WebAssembly] Lower fmuladd to madd and nmadd (#161355)Sam Parker
2025-10-03[SelectionDAG] Add support to dump DAGs with sorted nodes (#161097)Min-Yih Hsu
2025-09-02[Intrinsics][AArch64] Add intrinsics for masking off aliasing vector lanes (#...Sam Tebbs
2025-07-29[IR][SDAG] Remove lifetime size handling from SDAG (#150944)Nikita Popov
2025-07-22[CodeGen] Remove handling for lifetime.start/end on non-alloca (#149838)Nikita Popov
2025-06-09[SDAG] Add partial_reduce_sumla node (#141267)Philip Reames
2025-05-28[SelectionDAG] Introduce ISD::PTRADD (#140017)Fabian Ritter
2025-05-26[LLVM] Skip dumping inline SDag children (#141359)Jon Roelofs
2025-05-24[LLVM] Add color to SDNode ID's when dumping (#141295)Jon Roelofs
2025-05-15[SelectionDAG] Add an ISD node for for get.active.lane.mask (#139084)Kerry McLaughlin
2025-05-15CodeGen: Add ISD::AssertNoFPClass (#138839)YunQiang Su
2025-04-30Reland [llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instruction...Jonathan Thackray
2025-04-30Revert "CodeGen: Add ISD::AssertNoFPClass (#135946)"YunQiang Su
2025-04-28Revert "[llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instructio...Jonathan Thackray
2025-04-28[llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instructions (#136...Jonathan Thackray
2025-04-25CodeGen: Add ISD::AssertNoFPClass (#135946)YunQiang Su
2025-04-10Reland "[SelectionDAG] Introducing a new ISD::POISON SDNode to represent the ...zhijian lin
2025-04-09Revert "[SelectionDAG] Introducing a new ISD::POISON SDNode to represent the ...Jakub Kuderski
2025-04-07[SelectionDAG] Introducing a new ISD::POISON SDNode to represent the poison v...zhijian lin
2025-04-06[SelectionDAG] Wire up -gen-sdnode-info TableGen backend (#125358)Sergei Barannikov
2025-03-02[SelectionDAG] Use Register and MCRegister. NFCCraig Topper
2025-02-18[SelectionDAG] Add PARTIAL_REDUCE_U/SMLA ISD Nodes (#125207)James Chesterman
2025-02-11[IR] Add llvm.sincospi intrinsic (#125873)Benjamin Maxwell
2025-02-10[NFC][LLVM] Remove unused `TargetIntrinsicInfo` class (#126003)Rahul Joshi
2025-02-07[IR] Add `llvm.modf` intrinsic (#121948)Benjamin Maxwell
2025-01-20[SDAG] Add an ISD node to help lower vector.extract.last.active (#118810)Graham Hunter
2024-11-02Reapply "[SelectionDAG] Add preliminary plumbing for `samesign` flag"Antonio Frighetto
2024-11-02Revert "[SelectionDAG] Add preliminary plumbing for `samesign` flag" (#114647)Vitaly Buka
2024-10-31[SelectionDAG] Add preliminary plumbing for `samesign` flagAntonio Frighetto
2024-10-16[X86][CodeGen] Add base atan2 intrinsic lowering (p4) (#110760)Tex Riddell
2024-09-13DAG: Handle atomic fsub in node dumperMatt Arsenault
2024-09-06Add usub_cond and usub_sat operations to atomicrmw (#105568)anjenner
2024-08-29[ExtendLifetimes] Implement llvm.fake.use to extend variable lifetimes (#86149)Stephen Tozer
2024-08-15Intrinsic: introduce minimumnum and maximumnum for IR and SelectionDAG (#96649)YunQiang Su
2024-08-14[DAG] Support saturated truncate (#99418)hanbeom
2024-07-17[LLVM] Add `llvm.experimental.vector.compress` intrinsic (#92289)Lawrence Benson
2024-07-11[X86][CodeGen] Add base trig intrinsic lowerings (#96222)Farzon Lotfi
2024-06-28[PAC][AArch64] Lower ptrauth constants in code (#96879)Daniil Kovalev
2024-06-27Revert "[PAC][AArch64] Lower ptrauth constants in code (#94241)" (#96865)Daniil Kovalev
2024-06-27[PAC][AArch64] Lower ptrauth constants in code (#94241)Daniil Kovalev
2024-06-21Revert "Intrinsic: introduce minimumnum and maximumnum (#93841)"Nikita Popov
2024-06-21Intrinsic: introduce minimumnum and maximumnum (#93841)YunQiang Su
2024-06-17[SelectionDAG] Add support for the 3-way comparison intrinsics [US]CMP (#91871)Poseydon42
2024-06-12DAG: Fix not handling atomic fmin/fmax in dumperMatt Arsenault
2024-06-05[x86] Add tan intrinsic part 4 (#90503)Farzon Lotfi