summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
AgeCommit message (Expand)Author
2025-11-13[InstrRef] Consistently use MLocTracker::getLocID() before calling lookupOrTr...Craig Topper
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-06-27[InstrRef] Skip clobbered EntryValue register recovery (#142478)Shubham Sandeep Rastogi
2025-05-22[llvm] Use *Map::try_emplace (NFC) (#141190)Kazu Hirata
2025-05-16[CodeGen] Use llvm::lower_bound (NFC) (#140341)Kazu Hirata
2025-05-12[CodeGen] Use llvm::lower_bound (NFC) (#139655)Kazu Hirata
2025-05-05[CodeGen] Use range-based for loops (NFC) (#138488)Kazu Hirata
2025-05-04Revert "[CodeGen] Use range-based for loops (NFC) (#138434)"Nico Weber
2025-05-04[CodeGen] Use range-based for loops (NFC) (#138434)Kazu Hirata
2025-04-26[llvm] Use llvm::replace (NFC) (#137481)Kazu Hirata
2025-03-29[CodeGen] Use llvm::append_range (NFC) (#133603)Kazu Hirata
2025-03-23[CodeGen] Use *Set::insert_range (NFC) (#132651)Kazu Hirata
2025-03-20[llvm] Use *Set::insert_range (NFC) (#132325)Kazu Hirata
2025-03-18[LiveDebugValues][NFC] Remove TargetPassConfig from LDVImpl (#131562)Akshat Oke
2025-03-15[CodeGen] Avoid repeated hash lookups (NFC) (#131422)Kazu Hirata
2025-01-23[DebugInfo][InstrRef] Avoid producing broken DW_OP_deref_sizes (#123967)Jeremy Morse
2025-01-19[CodeGen] Remove some implict conversions of MCRegister to unsigned by using(...Craig Topper
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-11-21[DebugInfo][InstrRef][MIR][GlobalIsel][MachineLICM] NFC Use std::move to avoi...abhishek-kaushik22
2024-09-28[LiveDebugValues] Avoid repeated hash lookups (NFC) (#110379)Kazu Hirata
2024-09-13[LiveDebugValues] Avoid repeated hash lookups (NFC) (#108484)Kazu Hirata
2024-08-04[CodeGen] Construct SmallVector with ArrayRef (NFC) (#101841)Kazu Hirata
2024-07-28[llvm] Initialize SmallVector with ranges (NFC) (#100948)Kazu Hirata
2024-07-18suppresses unused variable warning (#99526)Christopher Di Bella
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-07-17[InstrRef][NFC] Avoid another DenseMap, use a sorted vector (#99051)Jeremy Morse
2024-07-17[InstrRef][NFC] Avoid un-necessary DenseMap queries (#99048)Jeremy Morse
2024-07-11Revert "[CodeGen] Remove `applySplitCriticalEdges` in `MachineDominatorTree` ...Nikita Popov
2024-07-11[CodeGen] Remove `applySplitCriticalEdges` in `MachineDominatorTree` (#97055)paperchalice
2024-06-30SSAUpdater: use poison instead of undef in phi entries for unreachable predec...Nuno Lopes
2024-03-17[CodeGen] Use LocationSize for MMO getSize (#84751)David Green
2024-01-11[InstrRef] Add debug hint for not reachable blocks from entry (#77725)HaohaiWen
2023-12-23[LiveDebugValues][nfc] Reduce memory usage of InstrRef (#76051)Felipe de Azevedo Piovezan
2023-12-18[InstrRef][NFC] Delete unused variables (#75501)Felipe de Azevedo Piovezan
2023-12-14[InstrRef][nfc] Remove usage of unique_ptrs of arrays (#74203)Felipe de Azevedo Piovezan
2023-12-14 [AArch64] ORRWrs is copy instruction when there's no implicit def of the X r...DianQK
2023-10-02Revert "CodeGen: Disable isCopyInstrImpl if there are implicit operands"Matt Arsenault
2023-10-02CodeGen: Disable isCopyInstrImpl if there are implicit operandsMatt Arsenault
2023-08-27[llvm] Use SmallDenseMap::contains (NFC)Kazu Hirata
2023-06-16[MC] Add MCRegisterInfo::regunits for iteration over register unitsSergei Barannikov
2023-06-10[llvm] Use DenseMapBase::lookup (NFC)Kazu Hirata
2023-05-19[DebugInfo][InstrRef] Handle non-directly reachable DBG_PHIs in LiveDebugValuesStephen Tozer
2023-04-18[MC] Use subregs/superregs instead of MCSubRegIterator/MCSuperRegIterator. NFC.Jay Foad
2023-03-14[CodeGen] Use *{Set,Map}::contains (NFC)Kazu Hirata