summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* DebugInfo: comment/inlining based on feedback from Eric & AdrianDavid Blaikie2013-08-201-3/+0
* DebugInfo: Simplify/clarify propagation of typemembers between declaration an...David Blaikie2013-08-201-2/+3
* Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classe...David Blaikie2013-08-201-5/+8
* Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs...Michael Gottesman2013-08-191-8/+5
* Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do...David Blaikie2013-08-181-5/+8
* DebugInfo: Don't emit vbase 'containing types' for context chain limited typesDavid Blaikie2013-08-181-0/+1
* Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not hav...David Blaikie2013-08-171-8/+5
* DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vt...David Blaikie2013-08-161-5/+8
* DebugInfo: Contrain the record type parameter for CollectRecordFieldsDavid Blaikie2013-08-161-1/+1
* Revert r188498.Evgeniy Stepanov2013-08-161-1/+0
* DebugInfo: CollectRecordStaticField -> CreateRecordStaticField to return its ...David Blaikie2013-08-151-3/+2
* DebugInfo: Split out the implementation of getStaticDataMemberDeclaration for...David Blaikie2013-08-151-0/+1
* DebugInfo: Make CGDebugInfo::getStaticDataMemberDeclaration's argument type m...David Blaikie2013-08-151-1/+1
* DebugInfo: Unify & optimize the lazy addition of record typesDavid Blaikie2013-08-151-1/+4
* DebugInfo: Revert change to the return type of createRecordFwdDeclDavid Blaikie2013-08-151-2/+1
* DebugInfo: Don't create duplicate forward declaration metadata unnecessarily.David Blaikie2013-08-151-3/+3
* DebugInfo: simplify some limited/declaration creation APIsDavid Blaikie2013-08-121-5/+1
* typo.Adrian Prantl2013-07-251-1/+1
* Debug Info: Fix an oversight of r186553. Ensure that the function prologueAdrian Prantl2013-07-241-3/+10
* s/BuiltinLocation/ArtificialLocation/Adrian Prantl2013-07-181-6/+6
* Replace llvm::DIBuilder::DisableDebugLocations() with two RAII interfacesAdrian Prantl2013-07-181-0/+36
* Reformat line.Eric Christopher2013-07-141-2/+1
* Move BlockLiteralGeneric earlier in CGDebugInfo and removeEric Christopher2013-07-141-3/+1
* DebugInfo: Support (using GNU extensions) for template template parameters an...David Blaikie2013-06-221-1/+1
* Fix all the silly things I committed in r184509David Blaikie2013-06-211-1/+1
* Alternative fix for r184473.David Blaikie2013-06-211-0/+2
* PR16214: Debug Info: -flimit-debug-info doesn't omit definitions for types us...David Blaikie2013-06-051-5/+5
OpenPOWER on IntegriCloud