summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.h
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: Update for LLVM API change in r228030Duncan P. N. Exon Smith2015-02-031-2/+2
* Address review feedback for r228003.Adrian Prantl2015-02-031-14/+36
* Merge ArtificialLocation into ApplyDebugLocation and make a clearAdrian Prantl2015-02-031-21/+19
* Add documentation to ApplyDebugLocation.Adrian Prantl2015-02-031-2/+4
* DebugInfo: Attribute implicit boolean tests to the expression being tested, n...David Blaikie2015-01-281-0/+2
* Update the doxygen comments in CGDebugInfo.h to follow the coding standards.Adrian Prantl2015-01-271-46/+46
* DebugInfo: Use the preferred location rather than the start location for expr...David Blaikie2015-01-251-0/+4
* DebugInfo: Remove forced column-info workaround for inlined callsDavid Blaikie2015-01-211-5/+2
* Recommit r225083 (reverted in r225361) now that calls to aggregate initialize...David Blaikie2015-01-181-3/+0
* Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...David Blaikie2015-01-141-28/+11
* 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
OpenPOWER on IntegriCloud