summaryrefslogtreecommitdiff
path: root/test/DebugInfo
AgeCommit message (Expand)AuthorFilesLines
2013-11-26DebugInfo: Avoid emitting pubtype entries for type DIEs that just indirect to...David Blaikie1-2/+10
2013-11-22Debug Info: update testing cases to specify the debug info version number.Manman Ren132-112/+341
2013-11-21In Dwarf 3 (and Dwarf 2) attributes whose value are offsets into aEric Christopher5-41/+158
2013-11-19DebugInfo: Partial implementation of DWARF type units.David Blaikie1-13/+18
2013-11-19llvm-dwarfdump: support for emitting only the debug_types section using -debu...David Blaikie1-0/+4
2013-11-18Debug info: Let LowerDbgDeclare perfom the dbg.declare -> dbg.valueAdrian Prantl1-0/+102
2013-11-16For dwarf4 use the correct form for referencing debug_loc locations,Eric Christopher2-2/+2
2013-11-15Add addrspacecast instruction.Matt Arsenault1-1/+1
2013-11-01DebugInfo: regenerate test case from Clang to adjust for fixes/improvementsDavid Blaikie1-87/+64
2013-11-01DebugInfo: Improve readability of test case added in r193878David Blaikie1-2/+2
2013-11-01DebugInfo: add a test case for data member locations (coverage for r193835)David Blaikie1-0/+43
2013-11-01Fix a test case broken by r193872David Blaikie1-1/+1
2013-11-01DebugInfo: Make pubnames header printing similar to unit header printingDavid Blaikie3-14/+4
2013-11-01DebugInfo: Emit member variable locations as data instead of expressions in b...David Blaikie2-4/+4
2013-10-31Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.Manman Ren1-0/+70
2013-10-30Add DebugInfo testcase for high_pc encoded as constant, fixed in r193555.Will Dietz3-0/+13
2013-10-29Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren9-47/+54
2013-10-29Debug Info: clean up testing case.Manman Ren1-2/+4
2013-10-29Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren12-47/+49
2013-10-29Debug Info: use createAndAddDIE for newly-created Subprogram DIEs.Manman Ren5-14/+22
2013-10-21DebugInfo: Hash DW_FORM_GNU_str_index as a string.David Blaikie1-2/+2
2013-10-17Changing DebugInfoFinder to iterate over all the compile units.Michael Kuperstein1-0/+40
2013-10-17According to the dwarf standard pubnames and pubtypes for languagesEric Christopher1-45/+69
2013-10-17Add the subprogram DIEs to the context they're created with onlyEric Christopher1-50/+47
2013-10-16DIEHash: Use DW_FORM_sdata for integers, per spec.David Blaikie1-2/+2
2013-10-16Update test case due to DIE hashing in r192836David Blaikie1-2/+2
2013-10-16Fix a pair of bugs in the emission of pubname tables:Eric Christopher1-23/+46
2013-10-15Enable MI Sched for x86.Andrew Trick1-1/+1
2013-10-11Debug Info Testing Case: check for the name of a structure.Manman Ren1-0/+1
2013-10-10Debug Info: In DIBuilder, the context field of subprogram is updated to useManman Ren1-1/+8
2013-10-10Add comments to debug info testing case.Manman Ren1-0/+8
2013-10-09Debug Info: In DIBuilder, the context and type fields of template_type andManman Ren1-39/+60
2013-10-09Debug Info: In DIBuilder, the context field of a forward decl is updatedManman Ren1-34/+46
2013-10-09Debug Info: In DIBuilder, the context field of a DICompositeType is updatedManman Ren1-31/+41
2013-10-08Debug Info: In DIBuilder, the context fields of a static member and aManman Ren1-27/+48
2013-10-08Debug Info: In DIBuilder, the derived-from field of DICompositeTypeManman Ren1-2/+12
2013-10-08Debug Info: In DIBuilder, the derived-from field of DIDerivedTypeManman Ren1-12/+38
2013-10-08Debug Info: update testing to reflect r192018.Manman Ren1-2/+4
2013-10-08typo.Adrian Prantl1-1/+1
2013-10-08typo.Adrian Prantl1-1/+1
2013-10-08Reduce testcase from 1r92011.Adrian Prantl1-128/+20
2013-10-05Debug info: Don't crash in SelectionDAGISel when a vreg that is beingAdrian Prantl1-0/+135
2013-10-04Use addFlag to add the enum class attribute.Eric Christopher1-2/+2
2013-10-04Fix this test.Rafael Espindola1-1/+1
2013-10-04DebugInfo: Fix ordering of members after r191928David Blaikie4-5/+70
2013-10-03Fixed a bug with section names containing special characters.Richard Mitton2-36/+27
2013-10-03Make sure we emit a section for pubnames even if that section isEric Christopher1-0/+18
2013-10-03Remove wild .debug_aranges entries generated from unimportant labelsAlexey Samsonov1-0/+88
2013-10-01Add the DW_AT_GNU_ranges_base attribute if we've emitted any rangesEric Christopher1-0/+150
2013-09-30The DW_AT_GNU_pubnames/pubtypes attributes are actually formEric Christopher1-22/+24