summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveDebugValues/LiveDebugValues.cpp
AgeCommit message (Expand)Author
2024-12-13Reapply "[DomTreeUpdater] Move critical edge splitting code to updater" (#119...paperchalice
2024-12-11Revert "[DomTreeUpdater] Move critical edge splitting code to updater" (#119512)paperchalice
2024-12-11[DomTreeUpdater] Move critical edge splitting code to updater (#115111)paperchalice
2024-10-08[LiveDebugValues][NVPTX]VarLocBasedImpl handle vregs, enable for NVPTX (#111456)William G Hatch
2024-07-11Revert "[CodeGen] Remove `applySplitCriticalEdges` in `MachineDominatorTree` ...Nikita Popov
2024-07-11[CodeGen] Remove `applySplitCriticalEdges` in `MachineDominatorTree` (#97055)paperchalice
2023-04-17Fix uninitialized pointer members in CodeGenAkshay Khadse
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2023-01-10[WebAssembly] Use LiveDebugValues analysisHeejin Ahn
2022-03-16Cleanup codegen includesserge-sans-paille
2022-03-10Revert "Cleanup codegen includes"Nico Weber
2022-03-10Cleanup codegen includesserge-sans-paille
2022-02-06[CodeGen] Use = default (NFC)Kazu Hirata
2022-02-02[DebugInfo] Re-enable instruction referencing for x86_64Jeremy Morse
2022-01-24[NFC][DebugInfo] Strip out an undesired #if 0 blockJeremy Morse
2022-01-24Revert rG6a605b97a200 due to excessive memory useJeremy Morse
2022-01-12[DebugInfo] Move flag for instr-ref to LLVM option, from TargetOptionsJeremy Morse
2021-11-07Put implementation details into anonymous namespaces. NFCI.Benjamin Kramer
2021-10-14Follow up to a3936a6c19c, correctly select LiveDebugValues implementationJeremy Morse
2021-10-13[DebugInfo][InstrRef] Use PHI placement utilities for machine locationsJeremy Morse
2021-08-25[DebugInfo][InstrRef] Don't use instr-ref for unoptimised functionsJeremy Morse
2021-08-17[DebugInfo][InstrRef] Honour too-much-debug-info cutoutsJeremy Morse
2021-08-16Revert 54a61c94f93 and its follow up in 547b712500eJeremy Morse
2021-08-16[DebugInfo][InstrRef] Honour too-much-debug-info cutoutsJeremy Morse
2021-06-30[LiveDebugValues][InstrRef][1/2] Recover more clobbered variable locationsJeremy Morse
2020-08-25[LiveDebugValues] Add switches for using instr-ref variable locationsJeremy Morse
2020-08-22[LiveDebugValues] Install an implementation-picking LiveDebugValues passJeremy Morse