summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* DebugInfo: Rename CreatePointerType to getOrCreateTypeDeclarationDavid Blaikie2013-05-241-1/+1
* Debug Info: Handle function/method types using the most specific typeDavid Blaikie2013-05-221-5/+5
* PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie2013-05-201-0/+4
* Make this const since it never changes (and should never change).Eric Christopher2013-05-201-1/+1
* Revert "Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of...David Blaikie2013-05-201-0/+13
* Whitespace.Eric Christopher2013-05-161-11/+11
* Replace a pile of calls with an instance variable that's setEric Christopher2013-05-161-1/+3
* Set the debug location for landing pad code to the canonical EH location.Adrian Prantl2013-05-161-0/+3
* Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of variabl...David Blaikie2013-05-151-13/+0
* Debug Info: Comment changes in r181393 by request of echristoDavid Blaikie2013-05-121-0/+2
* Debug Info: Using declarations/DW_TAG_imported_declaration of variables, type...David Blaikie2013-05-081-0/+11
* Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_modu...David Blaikie2013-04-221-0/+3
* Revert "PR14606: Debug info for using directives/DW_TAG_imported_module"Eric Christopher2013-04-191-3/+0
OpenPOWER on IntegriCloud