aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LexicalScopes.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-04-19[CSSPGO] Exclude pseudo probes from slot indexHongtao Yu1-5/+5
2021-01-08[Target, Transforms] Use *Set::contains (NFC)Kazu Hirata1-1/+1
2020-06-08[NFC] Fix quadratic LexicalScopes::constructScopeNestJan-Willem Maessen1-13/+13
2020-06-04[LiveDebugValues] Cache LexicalScopes::getMachineBasicBlocks, NFCIVedant Kumar1-7/+12
2020-02-28[DebugInfo] Re-implement LexicalScopes dominance method, add unit testsJeremy Morse1-9/+13
2019-10-19Prune two MachineInstr.h includes, fix up depsReid Kleckner1-0/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber1-0/+1
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun1-2/+2
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman1-1/+1
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton1-1/+1
2017-07-19Fixing an issue with the initialization of LexicalScopes objects when mixing ...Wolfgang Pieb1-1/+4
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-05-22Don't generate line&scope debug info for meta-instructions.Adrian Prantl1-2/+3
2017-05-22Revert "Don't generate line&scope debug info for meta-instructions."Adrian Prantl1-3/+2
2017-05-22Don't generate line&scope debug info for meta-instructions.Adrian Prantl1-2/+3
2017-02-17[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko1-6/+13
2017-02-17Handle link of NoDebug CU with a CU that has debug emission enabledTeresa Johnson1-0/+8
2017-02-14Reformat slightly.Eric Christopher1-4/+3
2017-01-28Cleanup dump() functions.Matthias Braun1-4/+3
2016-09-28Rewrite loops to use range-based for. (NFC)Adrian Prantl1-17/+5
2016-04-21Fixed Dwarf debug info emission to skip DILexicalBlockFile entries.Amjad Aboud1-7/+6
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith1-24/+24
2015-04-14DebugInfo: Gut DISubprogram and DILexicalBlock*Duncan P. N. Exon Smith1-2/+1
2015-04-06CodeGen: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith1-2/+2
2015-03-31DebugInfo: Remove LexicalBlockFile scope/context distinctionDuncan P. N. Exon Smith1-12/+3
2015-03-30LexicalScopes: Cleanup remaining uses of DebugLocDuncan P. N. Exon Smith1-8/+6
2015-03-30DebugLoc: Remove getFromDILexicalBlock()Duncan P. N. Exon Smith1-10/+7
2015-03-30LexicalScopes: Use debug info hierarchy pervasivelyDuncan P. N. Exon Smith1-30/+38
2015-03-30LexicalScopes: Use MDLocation directly instead of DebugLocDuncan P. N. Exon Smith1-12/+10
2015-03-30CodeGen: Use the new DebugLoc API, NFCDuncan P. N. Exon Smith1-14/+10
2015-02-17AsmPrinter: Stop creating DebugLocsDuncan P. N. Exon Smith1-8/+0
2015-02-16MSVC 2013 supports std::forward_as_tuple, while MSVC 2012 did not; so we can ...Aaron Ballman1-10/+8
2014-10-14DebugInfo: Ensure that all debug location scope chains from instructions with...David Blaikie1-2/+7
2014-10-14Revert "Fix stuff... again."David Blaikie1-7/+2
2014-10-14Fix stuff... again.David Blaikie1-2/+7
2014-10-10Revert "DebugInfo: Ensure that all debug location scope chains from instructi...David Blaikie1-7/+2
2014-10-07DebugInfo: Ensure that all debug location scope chains from instructions with...David Blaikie1-2/+7
2014-08-21Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper1-1/+1
2014-08-18Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...Craig Topper1-1/+1
2014-08-17Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper1-1/+1
2014-08-06Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ...David Blaikie1-7/+2
2014-08-04Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...David Blaikie1-2/+7
2014-07-18Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ...Eric Christopher1-7/+2
2014-07-18Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...David Blaikie1-2/+7
2014-07-11Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ...David Blaikie1-7/+2
2014-07-10Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...David Blaikie1-2/+7
2014-07-02Revert "DebugInfo: Ensure that all debug location scope chains from instructi...David Blaikie1-7/+2
2014-07-02DebugInfo: Ensure that all debug location scope chains from instructions with...David Blaikie1-2/+7
2014-07-01Revert "DebugInfo: Ensure that all debug location scope chains from instructi...David Blaikie1-7/+2