summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LexicalScopes.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* DebugInfo: Fix inlining with #file directives a little harderDavid Blaikie2014-05-251-5/+5
* Recommit r208506: DebugInfo: Include lexical scopes in inlined subroutines.David Blaikie2014-05-141-12/+27
* Revert "DebugInfo: Include lexical scopes in inlined subroutines."David Blaikie2014-05-121-28/+12
* DebugInfo: Include lexical scopes in inlined subroutines.David Blaikie2014-05-111-12/+28
* Reapply r207876 (Try simplifying LexicalScopes ownership again) including a w...David Blaikie2014-05-081-28/+35
* Revert "Try simplifying LexicalScopes ownership again."David Blaikie2014-05-061-32/+28
* Try simplifying LexicalScopes ownership again.David Blaikie2014-05-021-28/+32
* Speculatively roll back r207724-r207726, which are code cleanup changes andRichard Smith2014-05-011-30/+25
* LexicalScopes: Use unique_ptr to manage ownership of abstract LexicalScopes.David Blaikie2014-04-301-8/+9
* Forgotten reformatting.David Blaikie2014-04-301-5/+9
* LexicalScopes: use unique_ptr to own LexicalScope objects.David Blaikie2014-04-301-16/+16
* Convert more loops to range-based equivalentsAlexey Samsonov2014-04-301-10/+7
* Convert several loops over MachineFunction basic blocks to range-based loopsAlexey Samsonov2014-04-301-6/+4
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-14/+14
OpenPOWER on IntegriCloud