summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.h
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "[DebugInfo] Fix debug info generation for function static variables, ...David Blaikie2015-07-011-11/+0
* [DebugInfo] Fix debug info generation for function static variables, typedefs...Michael Kuperstein2015-07-011-0/+11
* Debug Info: Emit debug info for @import declarations.Adrian Prantl2015-06-301-0/+10
* DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith2015-04-291-110/+110
* DebugInfo: Prepare for removal of DIArray and DITypeArray typedefsDuncan P. N. Exon Smith2015-04-211-7/+8
* DebugInfo: Prepare for deletion of DIDescriptor subclassesDuncan P. N. Exon Smith2015-04-211-5/+6
* DebugInfo: Prepare for deletion of subclasses of DIScopeDuncan P. N. Exon Smith2015-04-201-49/+48
* DebugInfo: Prepare for deletion of subclasses of DITypeDuncan P. N. Exon Smith2015-04-201-5/+5
* DebugInfo: Prepare for deletion of DITypeDuncan P. N. Exon Smith2015-04-201-68/+70
* DebugInfo: Prepare for deletion of DIScopeDuncan P. N. Exon Smith2015-04-201-7/+5
* Remove dead code, NFCDuncan P. N. Exon Smith2015-04-181-3/+0
* DebugInfo: Prepare for deletion of DIDescriptorDuncan P. N. Exon Smith2015-04-181-1/+1
* DebugInfo: Update for LLVM API change in DIBuilder (r235111)Duncan P. N. Exon Smith2015-04-161-22/+21
* 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
OpenPOWER on IntegriCloud