summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "DebugInfo: Generalize debug info location handling" and related commitsDavid Blaikie2015-01-091-11/+28
* Revert r225085, it caused PR22096.Nico Weber2015-01-071-0/+3
* DebugInfo: Provide a less subtle way to set the debug location of simple ret ...David Blaikie2015-01-021-0/+1
* DebugInfo: Remove some now-unnecessary location handling around function argu...David Blaikie2015-01-021-3/+0
* DebugInfo: Fix cases where location failed to be updated after r225000David Blaikie2015-01-021-1/+1
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-301-27/+9
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-291-9/+27
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-291-27/+9
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-171-9/+27
* DebugInfo: Generalize debug info location handlingDavid Blaikie2014-12-161-27/+9
* IR: Update clang for Metadata/Value split in r223802Duncan P. N. Exon Smith2014-12-091-25/+23
* Debug info for blocks: Fix a bug caught by the Verifier.Adrian Prantl2014-11-211-1/+2
* Fully handle globals and functions in CGDebugInfo::getDeclarationOrDefinition()Frederic Riss2014-11-181-0/+12
* [DebugInfo] Move collection of various function/var decl properties into help...Frederic Riss2014-11-181-0/+15
* Return a DIDescriptor from CGDebugInfo::getDeclarationOrDefinition...Frederic Riss2014-11-061-2/+2
* Include debug info for types referenced only via explicit cast expressions.David Blaikie2014-09-241-0/+3
* Debug info: Only emit C++ accessibility specifiers when they are divergingAdrian Prantl2014-08-291-4/+8
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* DebugInfo: Blocks: Do not depend on LLVM argument numbering when choosing the...David Blaikie2014-08-081-1/+1
* Fix 'source-level' hyphenationsAlp Toker2014-07-091-1/+1
* Delete apparently unused methodAlexey Samsonov2014-06-021-3/+0
* DebugInfo: Use enum instead of unsignedEd Maste2014-05-071-3/+5
* Reapply: DebugInfo: Emit the definition of enums when the definition preceeds...David Blaikie2014-05-061-0/+2
* Revert "DebugInfo: Emit the definition of enums when the definition preceeds ...David Blaikie2014-05-061-2/+0
* DebugInfo: Emit the definition of enums when the definition preceeds the decl...David Blaikie2014-05-061-0/+2
* PR19598: Ensure temporary metadata nodes used in debug info are destroyed.David Blaikie2014-05-061-2/+2
* Build debug info for ObjC interface types at the end of the translation unit ...David Blaikie2014-05-051-6/+12
* Debug info: (Bugfix) Make sure artificial functions like _GLOBAL__I_aAdrian Prantl2014-04-101-2/+6
* Add global static variables for anonymous union fields. This makesEric Christopher2014-04-101-0/+7
* DebugInfo: Support type alias templatesDavid Blaikie2014-04-061-0/+1
* Adapt CGDebugInfo to interface changes in DIBuilder/DIImportedEntity.Adrian Prantl2014-04-011-2/+2
* [Layering] Update include of DebugInfo.h which moved to the IR libraryChandler Carruth2014-03-061-1/+1
* [Layering] Update include for the move of DIBuilder.h to the IR libraryChandler Carruth2014-03-061-1/+1
* [Modules] Update to reflect ValueHandle moving to the IR library in LLVMChandler Carruth2014-03-041-1/+1
* DebugInfo: Emit only the declaration of a class template that has an explicit...David Blaikie2014-03-031-0/+2
* Debug info: Refactor NoLocation and ArtificialLocation to use a common baseAdrian Prantl2014-01-171-11/+18
* Revert "Debug info: Ensure that the last stop point in a function is still wi...Adrian Prantl2014-01-071-7/+1
* Revert "Debug info: Implement a cleaner version of r198461. For symmetry with"Adrian Prantl2014-01-071-1/+5
* Debug info: Implement a cleaner version of r198461. For symmetry withAdrian Prantl2014-01-071-5/+1
* Debug info: Ensure that the last stop point in a function is still withinAdrian Prantl2014-01-031-1/+7
* DebugInfo: omit debug info for friendsDavid Blaikie2013-09-131-5/+0
* CGDebugInfo: Hoist string allocation in a helper function. No functionality c...Benjamin Kramer2013-09-091-0/+10
* Fix constructor-related typos.Benjamin Kramer2013-09-091-1/+1
* Debug Info: pass in DIScope instead of DIDescriptor in createFieldType.Manman Ren2013-09-081-1/+1
* Reapply r189013 (reverted in r189906) now that the underlying issue is fixed ...David Blaikie2013-09-041-5/+5
* Revert "DebugInfo: Remove explicit declaration-emissiong handling now that we...David Blaikie2013-09-041-5/+5
* Revert r189649 because it was breaking sanitizer bots.Yunzhong Gao2013-08-301-3/+3
* Fixing a bug where debug info for a local variable gets emitted at file scope.Yunzhong Gao2013-08-301-3/+3
* Debug Info: update interface for CreateEnumType and getOrCreateRecordFwdDecl.Manman Ren2013-08-281-2/+2
* DebugInfo: Remove explicit declaration-emissiong handling now that we have a ...David Blaikie2013-08-221-5/+5
OpenPOWER on IntegriCloud