summaryrefslogtreecommitdiff
path: root/llvm/unittests/CodeGen/SelectionDAGAddressAnalysisTest.cpp
AgeCommit message (Expand)Author
2025-07-30[LLVM][SelectionDAG] Align poison/undef binop folds with IR. (#149334)Paul Walker
2025-07-09[AMDGPU] SelectionDAG divergence tracking should take into account Target div...alex-t
2025-07-03Revert "[AMDGPU] SelectionDAG divergence tracking should take into account Ta...Florian Hahn
2025-07-03[AMDGPU] SelectionDAG divergence tracking should take into account Target div...alex-t
2025-03-12[TargetRegistry] Accept Triple in createTargetMachine() (NFC) (#130940)Nikita Popov
2024-11-14Overhaul the TargetMachine and LLVMTargetMachine Classes (#111234)Matin Raayai
2024-07-26CodeGen: Remove MachineModuleInfo reference from MachineFunction (#100357)Matt Arsenault
2024-07-24Reland "SelectionDAG: Avoid using MachineFunction::getMMI" (#99779)Vitaly Buka
2024-07-20Revert "SelectionDAG: Avoid using MachineFunction::getMMI" (#99777)Vitaly Buka
2024-07-20SelectionDAG: Avoid using MachineFunction::getMMI (#99696)Matt Arsenault
2024-06-28[IR] Don't include Module.h in Analysis.h (NFC) (#97023)Nikita Popov
2024-02-28[SelectionDAG] Change computeAliasing signature from optional<uint64> to Loca...David Green
2023-11-22[llvm][TypeSize] Fix addition/subtraction in TypeSize. (#72979)Sander de Smalen
2023-09-14[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#6...Arthur Eubanks
2022-12-13[CodeGen] llvm::Optional => std::optionalFangrui Song
2022-12-09Fix compile error in unittests after 1d1de7467c32d52926ca56b9167a2c65c451ecfaOCHyams
2022-12-02[llvm/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2021-10-05[SelectionDAG] Replace error prone index check in BaseIndexOffset::computeAli...Bjorn Pettersson
2021-10-05[SelectionDAG] Assume that a GlobalAlias may alias other global valuesBjorn Pettersson
2021-05-21[unittests][CodeGen] Mark tests that cannot be executed with GTEST_SKIP()Igor Kudrin
2021-03-18[SelectionDAG] Don't pass a scalable vector to MachinePointerInfo::getWithOff...Craig Topper
2020-11-25[SelectionDAG] Avoid aliasing analysis if the object size is unknown.Hsiangkai Wang