summaryrefslogtreecommitdiff
path: root/llvm/unittests/CodeGen/InstrRefLDVTest.cpp
AgeCommit message (Expand)Author
2025-11-13[InstrRef] Consistently use MLocTracker::getLocID() before calling lookupOrTr...Craig Topper
2025-10-31[X86] Remove AMX-TRANSPOSE (#165556)Mikołaj Piróg
2025-10-22[CodeGen] Add "override" where appropriate (NFC) (#164571)Kazu Hirata
2025-10-08[llvm][DebugInfo][NFC] Abstract DICompileUnit::SourceLanguage to allow altern...Michael Buch
2025-09-29Reland "[DebugInfo][DwarfDebug] Separate creation and population of abstract ...Vladislav Dzhidzhoev
2025-09-23Revert "[DebugInfo][DwarfDebug] Separate creation and population of abstract ...Vladislav Dzhidzhoev
2025-09-17[DebugInfo][DwarfDebug] Separate creation and population of abstract subprogr...Vladislav Dzhidzhoev
2025-03-12[TargetRegistry] Accept Triple in createTargetMachine() (NFC) (#130940)Nikita Popov
2024-11-14Overhaul the TargetMachine and LLVMTargetMachine Classes (#111234)Matin Raayai
2024-11-01[X86][AMX] Support AMX-TRANSPOSE (#113532)Phoebe Wang
2024-09-21[unittests] Use {} instead of std::nullopt to initialize empty ArrayRef (#109...Jay Foad
2024-07-26CodeGen: Remove MachineModuleInfo reference from MachineFunction (#100357)Matt Arsenault
2024-07-18Reapply 078198f310d5 "Index DebugVariables and some DILocations"Jeremy Morse
2024-07-18Revert "[DebugInfo][InstrRef] Index DebugVariables and some DILocations (#993...Jeremy Morse
2024-07-18[DebugInfo][InstrRef] Index DebugVariables and some DILocations (#99318)Jeremy Morse
2024-06-29[IRBuilder] Don't include Module.h (NFC) (#97159)Nikita Popov
2023-12-23[LiveDebugValues][nfc] Reduce memory usage of InstrRef (#76051)Felipe de Azevedo Piovezan
2023-12-14[InstrRef][nfc] Remove usage of unique_ptrs of arrays (#74203)Felipe de Azevedo Piovezan
2023-10-11[X86] Align i128 to 16 bytes in x86 datalayoutsHarald van Dijk
2023-09-14[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#6...Arthur Eubanks
2023-09-01[llvm] Fix duplicate word typos. NFCFangrui Song
2022-12-02[llvm/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-08-23[CodeGen][InstrRef] Remove unused variables from test caseStephen Tozer
2022-08-22[InstrRef] Fix unused variable in InstrRefLDVTestStephen Tozer
2022-08-22[DebugInfo] Let InstrRefBasedLDV handle joins for lists of debug opsStephen Tozer
2022-08-22[CodeGen] Fix unused variable warningsKazu Hirata
2022-08-22[DebugInfo][NFC] Represent DbgValues with multiple ops in IRefLDVStephen Tozer
2022-08-22[DebugInfo][NFC] Update LDV to use generic DBG_VALUE* MI interfaceStephen Tozer
2022-08-22[DebugInfo] Handle joins PHI+Def values in InstrRef LiveDebugValuesStephen Tozer
2022-04-26Reapply D124184, [DebugInfo][InstrRef] Add a size operand to DBG_PHIJeremy Morse
2022-04-25Revert "Reapply D124184, [DebugInfo][InstrRef] Add a size operand to DBG_PHI"Jeremy Morse
2022-04-25Reapply D124184, [DebugInfo][InstrRef] Add a size operand to DBG_PHIJeremy Morse
2022-03-16Cleanup codegen includesserge-sans-paille
2022-03-10Revert "Cleanup codegen includes"Nico Weber
2022-03-10Cleanup codegen includesserge-sans-paille
2022-03-01[DebugInfo][InstrRef][NFC] Use unique_ptr instead of raw pointersJeremy Morse
2022-02-02Re-apply 3fab2d138e30, now with a triple addedJeremy Morse
2022-02-01Revert "[DebugInfo][InstrRef] Add a max-stack-slots-to-track cut-out"Kevin Athey
2022-02-01[DebugInfo][InstrRef] Add a max-stack-slots-to-track cut-outJeremy Morse
2021-11-30[DebugInfo][InstrRef] Avoid dropping fragment info during PHI eliminationJeremy Morse
2021-11-29[DebugInfo][InstrRef] Terminate overlapping variable fragmentsJeremy Morse
2021-11-07[X86] Update RET/LRET instruction to use the same naming convention as IRET (...Simon Pilgrim
2021-10-27[DebugInfo][NFC] Initialize a new object field in unittestsJeremy Morse
2021-10-25[DebugInfo][InstrRef][NFC] Switch to using DenseMaps and similarJeremy Morse
2021-10-25[DebugInfo][InstrRef] Recover stack-slot tracking performanceJeremy Morse
2021-10-22[DebugInfo][Instr] Track subregisters across stack spills/restoresJeremy Morse
2021-10-22[DebugInfo][InstrRef] Add unit tests for transfer-function buildingJeremy Morse
2021-10-20[DebugInfo][InstrRef] Track a single variable at a timeJeremy Morse
2021-10-19[DebugInfo][InstrRef] Avoid un-necessary densemap copies and comparisonsJeremy Morse
2021-10-19[DebugInfo][InstrRef] Fix Wdangling-else warning in InstrRefLDVTestLuke Benes