summaryrefslogtreecommitdiff
path: root/lib/IR/DIBuilder.cpp
Commit message (Expand)AuthorAge
* DebugInfo: Simplify a few more explicit constructions, underconstrained types...David Blaikie2013-11-18
* Add an assert that we have a scope that matters for methodsEric Christopher2013-10-15
* Clean up, formatting, comments. No functional change.Eric Christopher2013-10-15
* Debug Info: In DIBuilder, the context field of subprogram is updated to useManman Ren2013-10-10
* Debug Info: In DIBuilder, the context and type fields of template_type andManman Ren2013-10-09
* Debug Info: In DIBuilder, the context field of a forward decl is updatedManman Ren2013-10-09
* Debug Info: In DIBuilder, the context field of a DICompositeType is updatedManman Ren2013-10-09
* Debug Info: In DIBuilder, the context fields of a static member and aManman Ren2013-10-08
* Debug Info: In DIBuilder, the derived-from field of DICompositeTypeManman Ren2013-10-08
* Debug Info: In DIBuilder, the derived-from field of DIDerivedTypeManman Ren2013-10-08
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-05
* Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher2013-10-04
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-01
* Debug Info: constify and rename from generateRef to getRef.Manman Ren2013-09-30
* Debug Info: In DIBuilder, the context fields of a TAG_inheritance and aManman Ren2013-09-09
* Debug Info: Use DIScopeRef for DIType::getContext.Manman Ren2013-09-09
* Revert r190269 to fix dragonegg failures.Manman Ren2013-09-08
* Debug Info: use null instead of "i32 0" in DIBuilder.Manman Ren2013-09-08
* Debug Info: pass in DIScope instead of DIDescriptor in createMemberType.Manman Ren2013-09-08
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-07
* Debug Info: pass in VTableHolder as DIType instead of MDNode *.Manman Ren2013-09-06
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-06
* Debug Info: Move a helper function getTypeIdentifier from DIBuilder to be partManman Ren2013-09-06
* Debug Info: Use identifier to reference DIType in base type field ofManman Ren2013-09-05
* DIBuilder: retain a type when created with a unique identifier.Manman Ren2013-08-29
* DIBuilder: take an optional StringRef to pass in unique identifier.Manman Ren2013-08-27
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26
* DebugInfo: Allow the addition of other (such as static data) members to a rec...David Blaikie2013-08-16
* Make sure that if we're going to attempt to add a type to a DIE thatEric Christopher2013-08-08
* Remove DIBuilder cache of variable TheCU and change the fewEric Christopher2013-07-19
* Revert "Remove DIBuilder cache of variable TheCU and change the few"Eric Christopher2013-07-18
* Remove DIBuilder cache of variable TheCU and change the fewEric Christopher2013-07-18
* Debug Info: cleanupManman Ren2013-07-02
* Debug Info: clean up usage of Verify.Manman Ren2013-07-01
* Debug Info: clean up usage of Verify.Manman Ren2013-06-29
* Rename DIBuilder::createNullPtrType to createUnspecifiedType and introducePeter Collingbourne2013-06-27
* s/C++0x/C++11/Adrian Prantl2013-06-25
* typo.Adrian Prantl2013-06-24
* DebugInfo: DIBuilder changes to match DIEnumerator changes in r184694David Blaikie2013-06-24
* DebugInfo: Support (using GNU extensions) for template template parameters an...David Blaikie2013-06-22
* DIBuilder: No functionality change.Manman Ren2013-06-07
* DIBuilder: No functionality change.Manman Ren2013-06-07
* Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...David Blaikie2013-05-22
* PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie2013-05-20
* PR14492: Debug Info: Support for values of non-integer non-type template para...David Blaikie2013-05-10
* Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie2013-05-07
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-22
* 80-col fixup.Eric Christopher2013-04-19
* Rename ClassType to the more accurate UnderlyingType and document its purpose.Adrian Prantl2013-04-19
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-19