aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-1896-333/+589
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-09235-4481/+4912
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-23250-6068/+8051
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-02233-3610/+6273
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2166-426/+1972
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2982-631/+2217
* Update to LLVM 3.5a.Stephen Hines2014-04-24144-508/+4200
* Merging r195504:Manman Ren2013-12-09132-150/+379
* llvm-dwarfdump: support for emitting only the debug_types section using -debu...David Blaikie2013-11-191-0/+4
* Debug info: Let LowerDbgDeclare perfom the dbg.declare -> dbg.valueAdrian Prantl2013-11-181-0/+102
* For dwarf4 use the correct form for referencing debug_loc locations,Eric Christopher2013-11-162-2/+2
* Add addrspacecast instruction.Matt Arsenault2013-11-151-1/+1
* DebugInfo: regenerate test case from Clang to adjust for fixes/improvementsDavid Blaikie2013-11-011-87/+64
* DebugInfo: Improve readability of test case added in r193878David Blaikie2013-11-011-2/+2
* DebugInfo: add a test case for data member locations (coverage for r193835)David Blaikie2013-11-011-0/+43
* Fix a test case broken by r193872David Blaikie2013-11-011-1/+1
* DebugInfo: Make pubnames header printing similar to unit header printingDavid Blaikie2013-11-013-14/+4
* DebugInfo: Emit member variable locations as data instead of expressions in b...David Blaikie2013-11-012-4/+4
* Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.Manman Ren2013-10-311-0/+70
* Add DebugInfo testcase for high_pc encoded as constant, fixed in r193555.Will Dietz2013-10-303-0/+13
* Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren2013-10-299-47/+54
* Debug Info: clean up testing case.Manman Ren2013-10-291-2/+4
* Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren2013-10-2912-47/+49
* Debug Info: use createAndAddDIE for newly-created Subprogram DIEs.Manman Ren2013-10-295-14/+22
* DebugInfo: Hash DW_FORM_GNU_str_index as a string.David Blaikie2013-10-211-2/+2
* Changing DebugInfoFinder to iterate over all the compile units.Michael Kuperstein2013-10-171-0/+40
* According to the dwarf standard pubnames and pubtypes for languagesEric Christopher2013-10-171-45/+69
* Add the subprogram DIEs to the context they're created with onlyEric Christopher2013-10-171-50/+47
* DIEHash: Use DW_FORM_sdata for integers, per spec.David Blaikie2013-10-161-2/+2
* Update test case due to DIE hashing in r192836David Blaikie2013-10-161-2/+2
* Fix a pair of bugs in the emission of pubname tables:Eric Christopher2013-10-161-23/+46
* Enable MI Sched for x86.Andrew Trick2013-10-151-1/+1
* Debug Info Testing Case: check for the name of a structure.Manman Ren2013-10-111-0/+1
* Debug Info: In DIBuilder, the context field of subprogram is updated to useManman Ren2013-10-101-1/+8
* Add comments to debug info testing case.Manman Ren2013-10-101-0/+8
* Debug Info: In DIBuilder, the context and type fields of template_type andManman Ren2013-10-091-39/+60
* Debug Info: In DIBuilder, the context field of a forward decl is updatedManman Ren2013-10-091-34/+46
* Debug Info: In DIBuilder, the context field of a DICompositeType is updatedManman Ren2013-10-091-31/+41
* Debug Info: In DIBuilder, the context fields of a static member and aManman Ren2013-10-081-27/+48
* Debug Info: In DIBuilder, the derived-from field of DICompositeTypeManman Ren2013-10-081-2/+12
* Debug Info: In DIBuilder, the derived-from field of DIDerivedTypeManman Ren2013-10-081-12/+38
* Debug Info: update testing to reflect r192018.Manman Ren2013-10-081-2/+4
* typo.Adrian Prantl2013-10-081-1/+1
* typo.Adrian Prantl2013-10-081-1/+1
* Reduce testcase from 1r92011.Adrian Prantl2013-10-081-128/+20
* Debug info: Don't crash in SelectionDAGISel when a vreg that is beingAdrian Prantl2013-10-051-0/+135
* Use addFlag to add the enum class attribute.Eric Christopher2013-10-041-2/+2
* Fix this test.Rafael Espindola2013-10-041-1/+1
* DebugInfo: Fix ordering of members after r191928David Blaikie2013-10-044-5/+70
* Fixed a bug with section names containing special characters.Richard Mitton2013-10-032-36/+27