summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LexicalScopes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prune two MachineInstr.h includes, fix up depsReid Kleckner2019-10-191-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-2/+2
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* Fixing an issue with the initialization of LexicalScopes objects when mixing ...Wolfgang Pieb2017-07-191-1/+4
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Don't generate line&scope debug info for meta-instructions.Adrian Prantl2017-05-221-2/+3
* Revert "Don't generate line&scope debug info for meta-instructions."Adrian Prantl2017-05-221-3/+2
* Don't generate line&scope debug info for meta-instructions.Adrian Prantl2017-05-221-2/+3
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-02-171-6/+13
* Handle link of NoDebug CU with a CU that has debug emission enabledTeresa Johnson2017-02-171-0/+8
* Reformat slightly.Eric Christopher2017-02-141-4/+3
* Cleanup dump() functions.Matthias Braun2017-01-281-4/+3
* Rewrite loops to use range-based for. (NFC)Adrian Prantl2016-09-281-17/+5
* Fixed Dwarf debug info emission to skip DILexicalBlockFile entries.Amjad Aboud2016-04-211-7/+6
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-24/+24
* DebugInfo: Gut DISubprogram and DILexicalBlock*Duncan P. N. Exon Smith2015-04-141-2/+1
* CodeGen: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith2015-04-061-2/+2
* DebugInfo: Remove LexicalBlockFile scope/context distinctionDuncan P. N. Exon Smith2015-03-311-12/+3
* LexicalScopes: Cleanup remaining uses of DebugLocDuncan P. N. Exon Smith2015-03-301-8/+6
* DebugLoc: Remove getFromDILexicalBlock()Duncan P. N. Exon Smith2015-03-301-10/+7
* LexicalScopes: Use debug info hierarchy pervasivelyDuncan P. N. Exon Smith2015-03-301-30/+38
* LexicalScopes: Use MDLocation directly instead of DebugLocDuncan P. N. Exon Smith2015-03-301-12/+10
* CodeGen: Use the new DebugLoc API, NFCDuncan P. N. Exon Smith2015-03-301-14/+10
* AsmPrinter: Stop creating DebugLocsDuncan P. N. Exon Smith2015-02-171-8/+0
* MSVC 2013 supports std::forward_as_tuple, while MSVC 2012 did not; so we can ...Aaron Ballman2015-02-161-10/+8
* DebugInfo: Ensure that all debug location scope chains from instructions with...David Blaikie2014-10-141-2/+7
* Revert "Fix stuff... again."David Blaikie2014-10-141-7/+2
* Fix stuff... again.David Blaikie2014-10-141-2/+7
* Revert "DebugInfo: Ensure that all debug location scope chains from instructi...David Blaikie2014-10-101-7/+2
* DebugInfo: Ensure that all debug location scope chains from instructions with...David Blaikie2014-10-071-2/+7
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-211-1/+1
* Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...Craig Topper2014-08-181-1/+1
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-171-1/+1
* Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ...David Blaikie2014-08-061-7/+2
* Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...David Blaikie2014-08-041-2/+7
* Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ...Eric Christopher2014-07-181-7/+2
* Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...David Blaikie2014-07-181-2/+7
* Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ...David Blaikie2014-07-111-7/+2
* Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...David Blaikie2014-07-101-2/+7
* Revert "DebugInfo: Ensure that all debug location scope chains from instructi...David Blaikie2014-07-021-7/+2
* DebugInfo: Ensure that all debug location scope chains from instructions with...David Blaikie2014-07-021-2/+7
* Revert "DebugInfo: Ensure that all debug location scope chains from instructi...David Blaikie2014-07-011-7/+2
* DebugInfo: Ensure that all debug location scope chains from instructions with...David Blaikie2014-07-011-2/+7
* Revert "Revert "Revert "PR20038: DebugInfo: Inlined call sites where the call...David Blaikie2014-06-271-7/+2
* Revert "Revert "PR20038: DebugInfo: Inlined call sites where the caller has d...David Blaikie2014-06-271-2/+7
* Revert "PR20038: DebugInfo: Inlined call sites where the caller has debug inf...David Blaikie2014-06-251-7/+2
* PR20038: DebugInfo: Inlined call sites where the caller has debug info but th...David Blaikie2014-06-251-2/+7
OpenPOWER on IntegriCloud