summaryrefslogtreecommitdiffstats
path: root/lib/IR/DIBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-353/+349
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-550/+157
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-347/+453
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-720/+551
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-15/+23
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-80/+124
* Update to LLVM 3.5a.Stephen Hines2014-04-241-25/+32
* DebugInfo: Simplify a few more explicit constructions, underconstrained types...David Blaikie2013-11-181-4/+4
* Add an assert that we have a scope that matters for methodsEric Christopher2013-10-151-1/+4
* Clean up, formatting, comments. No functional change.Eric Christopher2013-10-151-100/+88
* Debug Info: In DIBuilder, the context field of subprogram is updated to useManman Ren2013-10-101-2/+24
* Debug Info: In DIBuilder, the context and type fields of template_type andManman Ren2013-10-091-4/+4
* Debug Info: In DIBuilder, the context field of a forward decl is updatedManman Ren2013-10-091-1/+1
* Debug Info: In DIBuilder, the context field of a DICompositeType is updatedManman Ren2013-10-091-4/+4
* Debug Info: In DIBuilder, the context fields of a static member and aManman Ren2013-10-081-2/+2
* Debug Info: In DIBuilder, the derived-from field of DICompositeTypeManman Ren2013-10-081-5/+5
* Debug Info: In DIBuilder, the derived-from field of DIDerivedTypeManman Ren2013-10-081-8/+8
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-051-1/+1
* Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher2013-10-041-1/+1
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-011-1/+1
* Debug Info: constify and rename from generateRef to getRef.Manman Ren2013-09-301-7/+7
* Debug Info: In DIBuilder, the context fields of a TAG_inheritance and aManman Ren2013-09-091-2/+2
* Debug Info: Use DIScopeRef for DIType::getContext.Manman Ren2013-09-091-1/+1
* Revert r190269 to fix dragonegg failures.Manman Ren2013-09-081-1/+1
* Debug Info: use null instead of "i32 0" in DIBuilder.Manman Ren2013-09-081-13/+5
* Debug Info: pass in DIScope instead of DIDescriptor in createMemberType.Manman Ren2013-09-081-1/+1
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-071-1/+1
* Debug Info: pass in VTableHolder as DIType instead of MDNode *.Manman Ren2013-09-061-5/+5
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-061-2/+2
* Debug Info: Move a helper function getTypeIdentifier from DIBuilder to be partManman Ren2013-09-061-13/+1
* Debug Info: Use identifier to reference DIType in base type field ofManman Ren2013-09-051-1/+13
* DIBuilder: retain a type when created with a unique identifier.Manman Ren2013-08-291-3/+23
* DIBuilder: take an optional StringRef to pass in unique identifier.Manman Ren2013-08-271-10/+14
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-261-8/+21
* DebugInfo: Allow the addition of other (such as static data) members to a rec...David Blaikie2013-08-161-4/+5
* Make sure that if we're going to attempt to add a type to a DIE thatEric Christopher2013-08-081-1/+0
* Remove DIBuilder cache of variable TheCU and change the fewEric Christopher2013-07-191-14/+18
* Revert "Remove DIBuilder cache of variable TheCU and change the few"Eric Christopher2013-07-181-18/+14
* Remove DIBuilder cache of variable TheCU and change the fewEric Christopher2013-07-181-14/+18
* Debug Info: cleanupManman Ren2013-07-021-4/+6
* Debug Info: clean up usage of Verify.Manman Ren2013-07-011-16/+18
* Debug Info: clean up usage of Verify.Manman Ren2013-06-291-4/+8
* Rename DIBuilder::createNullPtrType to createUnspecifiedType and introducePeter Collingbourne2013-06-271-4/+9
* s/C++0x/C++11/Adrian Prantl2013-06-251-1/+1
* typo.Adrian Prantl2013-06-241-1/+1
* DebugInfo: DIBuilder changes to match DIEnumerator changes in r184694David Blaikie2013-06-241-1/+1
* DebugInfo: Support (using GNU extensions) for template template parameters an...David Blaikie2013-06-221-6/+37
* DIBuilder: No functionality change.Manman Ren2013-06-071-23/+26
* DIBuilder: No functionality change.Manman Ren2013-06-071-3/+3
* Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...David Blaikie2013-05-221-2/+6