aboutsummaryrefslogtreecommitdiff
path: root/test/DebugInfo
AgeCommit message (Expand)Author
2016-10-24Update aosp/master LLVM for rebase to r275480Pirama Arumuga Nainar
2016-03-03Update aosp/master LLVM for rebase to r256229Pirama Arumuga Nainar
2015-07-08Update aosp/master LLVM for rebase to r239765Pirama Arumuga Nainar
2015-05-14Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar
2015-04-09Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar
2015-03-23Update aosp/master LLVM for rebase to r230699.Stephen Hines
2014-12-02Update aosp/master LLVM for rebase to r222494.Stephen Hines
2014-07-21Update LLVM for rebase to r212749.Stephen Hines
2014-05-29Update LLVM for 3.5 rebase (r209712).Stephen Hines
2014-04-24Update to LLVM 3.5a.Stephen Hines
2013-12-09Merging r195504:Manman Ren
2013-11-19llvm-dwarfdump: support for emitting only the debug_types section using -debu...David Blaikie
2013-11-18Debug info: Let LowerDbgDeclare perfom the dbg.declare -> dbg.valueAdrian Prantl
2013-11-16For dwarf4 use the correct form for referencing debug_loc locations,Eric Christopher
2013-11-15Add addrspacecast instruction.Matt Arsenault
2013-11-01DebugInfo: regenerate test case from Clang to adjust for fixes/improvementsDavid Blaikie
2013-11-01DebugInfo: Improve readability of test case added in r193878David Blaikie
2013-11-01DebugInfo: add a test case for data member locations (coverage for r193835)David Blaikie
2013-11-01Fix a test case broken by r193872David Blaikie
2013-11-01DebugInfo: Make pubnames header printing similar to unit header printingDavid Blaikie
2013-11-01DebugInfo: Emit member variable locations as data instead of expressions in b...David Blaikie
2013-10-31Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.Manman Ren
2013-10-30Add DebugInfo testcase for high_pc encoded as constant, fixed in r193555.Will Dietz
2013-10-29Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren
2013-10-29Debug Info: clean up testing case.Manman Ren
2013-10-29Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren
2013-10-29Debug Info: use createAndAddDIE for newly-created Subprogram DIEs.Manman Ren
2013-10-21DebugInfo: Hash DW_FORM_GNU_str_index as a string.David Blaikie
2013-10-17Changing DebugInfoFinder to iterate over all the compile units.Michael Kuperstein
2013-10-17According to the dwarf standard pubnames and pubtypes for languagesEric Christopher
2013-10-17Add the subprogram DIEs to the context they're created with onlyEric Christopher
2013-10-16DIEHash: Use DW_FORM_sdata for integers, per spec.David Blaikie
2013-10-16Update test case due to DIE hashing in r192836David Blaikie
2013-10-16Fix a pair of bugs in the emission of pubname tables:Eric Christopher
2013-10-15Enable MI Sched for x86.Andrew Trick
2013-10-11Debug Info Testing Case: check for the name of a structure.Manman Ren
2013-10-10Debug Info: In DIBuilder, the context field of subprogram is updated to useManman Ren
2013-10-10Add comments to debug info testing case.Manman Ren
2013-10-09Debug Info: In DIBuilder, the context and type fields of template_type andManman Ren
2013-10-09Debug Info: In DIBuilder, the context field of a forward decl is updatedManman Ren
2013-10-09Debug Info: In DIBuilder, the context field of a DICompositeType is updatedManman Ren
2013-10-08Debug Info: In DIBuilder, the context fields of a static member and aManman Ren
2013-10-08Debug Info: In DIBuilder, the derived-from field of DICompositeTypeManman Ren
2013-10-08Debug Info: In DIBuilder, the derived-from field of DIDerivedTypeManman Ren
2013-10-08Debug Info: update testing to reflect r192018.Manman Ren
2013-10-08typo.Adrian Prantl
2013-10-08typo.Adrian Prantl
2013-10-08Reduce testcase from 1r92011.Adrian Prantl
2013-10-05Debug info: Don't crash in SelectionDAGISel when a vreg that is beingAdrian Prantl
2013-10-04Use addFlag to add the enum class attribute.Eric Christopher