summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
AgeCommit message (Expand)Author
2023-01-31[LiveDebugValues] Allow EntryValue with OP_deref expressionsFelipe de Azevedo Piovezan
2023-01-13[CodeGen] Remove uses of Register::isPhysicalRegister/isVirtualRegister. NFCCraig Topper
2023-01-06[DebugInfo] Add support for variadic DBG_INSTR_REFs in LiveDebugValuesStephen Tozer
2023-01-06[DebugInfo] Allow non-stack_value variadic expressions and use in DBG_INSTR_REFStephen Tozer
2023-01-06[DebugInfo][NFC] Add new MachineOperand type and change DBG_INSTR_REF syntaxStephen Tozer
2022-12-20[DebugInfo] Unify location selection logic for values in InstrRefBasedImplStephen Tozer
2022-12-19[DebugInfo] Add function to test debug values for equivalenceStephen Tozer
2022-12-13[CodeGen] llvm::Optional => std::optionalFangrui Song
2022-12-04[llvm] Use std::nullopt instead of None in comments (NFC)Kazu Hirata
2022-12-02[CodeGen] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-26[LiveDebugValues] Use std::optional in InstrRefBasedImpl.cpp (NFC)Kazu Hirata
2022-09-03Use llvm::lower_bound (NFC)Kazu Hirata
2022-09-01Reapply "[DebugInfo] Extend the InstrRef LDV to support DbgValues with many Ops"Stephen Tozer
2022-08-24Revert "[DebugInfo] Extend the InstrRef LDV to support DbgValues with many Ops"Stephen Tozer
2022-08-23[DebugInfo] Extend the InstrRef LDV to support DbgValues with many OpsStephen Tozer
2022-08-23[DebugInfo][InstrRef] Handle transfers of variadic debug values in LDVStephen Tozer
2022-08-23[DebugInfo][InstrRef][NFC] Emit variadic debug values from InstrRefLDVStephen Tozer
2022-08-22[DebugInfo] Let InstrRefBasedLDV handle joins for lists of debug opsStephen Tozer
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-08-20Remove redundant initialization of Optional (NFC)Kazu Hirata
2022-08-09LiveDebugValues: Fix another crash related to unreachable blocksAdrian Prantl
2022-08-07[llvm] Fix comment typos (NFC)Kazu Hirata
2022-08-03Fix LDV InstrRefBasedImpl to not crash when encountering unreachable MBBs.Adrian Prantl
2022-07-24Use llvm::less_first and llvm::less_second (NFC)Kazu Hirata
2022-07-24[CodeGen] Remove a redundant void (NFC)Kazu Hirata
2022-07-23Use llvm::sort instead of std::sort where possibleDmitri Gribenko
2022-07-17[CodeGen] Qualify auto variables in for loops (NFC)Kazu Hirata
2022-07-11[DebugInfo][InstrRef] Fix error in copy handling in InstrRefLDVStephen Tozer
2022-06-17[CodeGen] Init EmptyExpr before the first useVitaly Buka
2022-05-12[DebugInfo][InstrRef] Describe value sizes when spilt to stackJeremy Morse
2022-04-28Revert "[DebugInfo][InstrRef] Describe value sizes when spilt to stack"Zequan Wu
2022-04-27[DebugInfo][InstrRef] Describe value sizes when spilt to stackJeremy Morse
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-04-25Revert "[DebugInfo][InstrRef] Add a size operand to DBG_PHI"Jeremy Morse
2022-04-25[DebugInfo][InstrRef] Add a size operand to DBG_PHIJeremy Morse
2022-03-17[DebugInfo][InstrRef] Prefer stack locations for variablesJeremy 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-10[DebugInfo][InstrRef] Don't fire assertions if debug-info is faultyJeremy Morse
2022-02-06[CodeGen] Use = default (NFC)Kazu Hirata
2022-02-02Follow up to 6e03a68b776dc, squelch another leakJeremy Morse
2022-02-02Follow up to 9fd9d56dc6b, avoid a memory leakJeremy Morse
2022-02-02[DebugInfo][InstrRef] Fix a tombstone-in-DenseMap crash from D117877Jeremy Morse
2022-02-02[DebugInfo][InstrRef][NFC] Use depth-first scope search for variable locsJeremy Morse