aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveDebugValues
AgeCommit message (Expand)AuthorFilesLines
2022-08-23[DebugInfo] Extend the InstrRef LDV to support DbgValues with many OpsStephen Tozer2-14/+0
2022-08-23[DebugInfo][InstrRef] Handle transfers of variadic debug values in LDVStephen Tozer2-139/+340
2022-08-23[DebugInfo][InstrRef][NFC] Emit variadic debug values from InstrRefLDVStephen Tozer2-97/+134
2022-08-22[DebugInfo] Let InstrRefBasedLDV handle joins for lists of debug opsStephen Tozer2-42/+107
2022-08-22[LiveDebugValues] Fix a warningKazu Hirata1-4/+6
2022-08-22[DebugInfo][NFC] Represent DbgValues with multiple ops in IRefLDVStephen Tozer2-113/+375
2022-08-22[DebugInfo][NFC] Update LDV to use generic DBG_VALUE* MI interfaceStephen Tozer2-32/+61
2022-08-22[DebugInfo] Handle joins PHI+Def values in InstrRef LiveDebugValuesStephen Tozer1-0/+6
2022-08-20Remove redundant initialization of Optional (NFC)Kazu Hirata1-3/+3
2022-08-09LiveDebugValues: Fix another crash related to unreachable blocksAdrian Prantl1-0/+2
2022-08-07[llvm] Fix comment typos (NFC)Kazu Hirata1-1/+1
2022-08-03Fix LDV InstrRefBasedImpl to not crash when encountering unreachable MBBs.Adrian Prantl1-2/+7
2022-07-24Use llvm::less_first and llvm::less_second (NFC)Kazu Hirata1-2/+1
2022-07-24[CodeGen] Remove a redundant void (NFC)Kazu Hirata1-1/+1
2022-07-23Use llvm::sort instead of std::sort where possibleDmitri Gribenko1-4/+3
2022-07-17[CodeGen] Qualify auto variables in for loops (NFC)Kazu Hirata2-24/+24
2022-07-11[DebugInfo][InstrRef] Fix error in copy handling in InstrRefLDVStephen Tozer1-9/+37
2022-06-17[CodeGen] Init EmptyExpr before the first useVitaly Buka1-2/+2
2022-05-12[DebugInfo][InstrRef] Describe value sizes when spilt to stackJeremy Morse2-9/+75
2022-05-05Fix "the the" typo in documentation and user facing stringsBrian Tracy1-1/+1
2022-04-28Revert "[DebugInfo][InstrRef] Describe value sizes when spilt to stack"Zequan Wu2-73/+9
2022-04-27[DebugInfo][InstrRef] Describe value sizes when spilt to stackJeremy Morse2-9/+73
2022-04-26Reapply D124184, [DebugInfo][InstrRef] Add a size operand to DBG_PHIJeremy Morse1-32/+21
2022-04-25Revert "Reapply D124184, [DebugInfo][InstrRef] Add a size operand to DBG_PHI"Jeremy Morse1-21/+32
2022-04-25Reapply D124184, [DebugInfo][InstrRef] Add a size operand to DBG_PHIJeremy Morse1-32/+21
2022-04-25Revert "[DebugInfo][InstrRef] Add a size operand to DBG_PHI"Jeremy Morse1-7/+32
2022-04-25[DebugInfo][InstrRef] Add a size operand to DBG_PHIJeremy Morse1-32/+7
2022-03-20[CodeGen] Apply clang-tidy fixes for readability-redundant-smartptr-get (NFC)Kazu Hirata1-4/+4
2022-03-17[DebugInfo][InstrRef] Prefer stack locations for variablesJeremy Morse1-5/+0
2022-03-16Cleanup codegen includesserge-sans-paille5-32/+15
2022-03-10Revert "Cleanup codegen includes"Nico Weber5-15/+32
2022-03-10Cleanup codegen includesserge-sans-paille5-32/+15
2022-03-01[DebugInfo][InstrRef][NFC] Use unique_ptr instead of raw pointersJeremy Morse2-82/+65
2022-02-10[DebugInfo][InstrRef] Don't fire assertions if debug-info is faultyJeremy Morse2-25/+68
2022-02-06[CodeGen] Use = default (NFC)Kazu Hirata4-5/+5
2022-02-02Follow up to 6e03a68b776dc, squelch another leakJeremy Morse1-1/+8
2022-02-02[DebugInfo] Re-enable instruction referencing for x86_64Jeremy Morse1-0/+5
2022-02-02Follow up to 9fd9d56dc6b, avoid a memory leakJeremy Morse1-0/+10
2022-02-02[DebugInfo][InstrRef] Fix a tombstone-in-DenseMap crash from D117877Jeremy Morse1-0/+5
2022-02-02[DebugInfo][InstrRef][NFC] Use depth-first scope search for variable locsJeremy Morse2-72/+196
2022-02-02[DebugInfo][InstrRef][NFC] Free resources at an earlier stageJeremy Morse2-8/+29
2022-02-02[DebugInfo][InstrRef][NFC] Cache some PHI resolutionsJeremy Morse2-0/+28
2022-02-02Re-apply 3fab2d138e30, now with a triple addedJeremy Morse2-38/+72
2022-02-01Revert "[DebugInfo][InstrRef] Add a max-stack-slots-to-track cut-out"Kevin Athey2-72/+38
2022-02-01[DebugInfo][InstrRef][NFC] Bypass a frequently-noop loopJeremy Morse1-10/+12
2022-02-01[DebugInfo][InstrRef] Add a max-stack-slots-to-track cut-outJeremy Morse2-38/+72
2022-02-01[DebugInfo][InstrRef][NFC] Don't build a map of un-needed valuesJeremy Morse1-9/+15
2022-01-31[DebugInfo][InstrRef][NFC] Refactor ahead of further optimisationsJeremy Morse2-112/+145
2022-01-31Revert "[DebugInfo][InstrRef][NFC] Add a missing assignment operator"Jeremy Morse1-5/+0
2022-01-31[DebugInfo][InstrRef][NFC] Add a missing assignment operatorJeremy Morse1-0/+5