aboutsummaryrefslogtreecommitdiff
path: root/test/DebugInfo
AgeCommit message (Expand)Author
2013-02-11AArch64: generate dwarfdump test rather than include .o in subversionTim Northover
2013-02-11AArch64: Add basic relocation processing for llvm-dwarfdump.Tim Northover
2013-02-09Dwarf: do not use line_table_start in at_stmt_list since we do not always emit Manman Ren
2013-02-08Update tests for DWARF parser: store sources next to pre-built object files a...Alexey Samsonov
2013-02-06Fix typoEli Bendersky
2013-02-06Add a comment to the test that points to the source from which the input objectEli Bendersky
2013-02-06Add a test for checking the current .debug_frame dumping capability.Eli Bendersky
2013-02-06Attempt to recover gdb bot after r174445.Manman Ren
2013-02-05Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren
2013-02-05Add support for testing the output of the abbrev table for theEric Christopher
2013-02-05Add support for emitting a stub DW_AT_GNU_dwo_id as part of theEric Christopher
2013-02-04Update debugging test for change in expected metadata.Tim Northover
2013-02-04[DebugInfo] remove more node indirection (this time from the subprogram's var...David Blaikie
2013-02-02Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie
2013-02-02Removing ssp and uwtable from the testcaseManman Ren
2013-02-01[Dwarf] avoid emitting multiple AT_const_value for static memebers.Manman Ren
2013-02-01Add explicit triples to AArch64 testsTim Northover
2013-01-31Add AArch64 as an experimental target.Tim Northover
2013-01-29Support artificial parameters in function types.David Blaikie
2013-01-26PR14566: Debug Info: Removing top level lexical blocksDavid Blaikie
2013-01-26Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor
2013-01-25Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor
2013-01-25Add back a RUN line removed by mistake by a previous commitEli Bendersky
2013-01-25Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky
2013-01-25Add command-line flags for DWARF dumping.Eli Bendersky
2013-01-20The last of PR14471 - emission of constant floatsDavid Blaikie
2013-01-19Fix a latent bug exposed by recent static member debug info changes.David Blaikie
2013-01-18Split out DW_OP_addr for the split debug info DWARF5 proposal.Eric Christopher
2013-01-17Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this byEric Christopher
2013-01-17Add the DW_AT_GNU_addr_base for the skeleton cu. Add support forEric Christopher
2013-01-16Make this test X86 only.Eric Christopher
2013-01-16Move this to X86.Eric Christopher
2013-01-16Add testcase missed yesterday from Paul Robinson.Eric Christopher
2013-01-15Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher
2013-01-08Add the C testcase to this file.Eric Christopher
2013-01-08Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher
2013-01-08Mark artificial types as such in the annotated debug output.David Blaikie
2013-01-07Add support for separating strings for the split debug info DWARF5Eric Christopher
2013-01-07Make test/DebugInfo/member-pointers.ll portable by removing the TargetDataDavid Blaikie
2013-01-07PR14759: Debug info support for C++ member pointers.David Blaikie
2013-01-05Include access modifiers in subprogram metadata IR comment.David Blaikie
2013-01-05Emit DW_TAG_formal_parameter for unnamed parameters.David Blaikie
2013-01-04Add a name for the anonymous type we're creating for subrangeEric Christopher
2013-01-02Extend the dumping infrastructure to deal with additionalEric Christopher
2012-12-27For the dwarf5 split debug info code split out the string sectionEric Christopher
2012-12-27FileCheck-ize.Eric Christopher
2012-12-27FileCheck-ize.Eric Christopher
2012-12-27Right now all of the relocations are 32-bit dwarf, and the relocationEric Christopher
2012-12-21Move these files over to the debug info directory.Eric Christopher
2012-12-19Split out abbreviations for the skeleton info from the rest ofEric Christopher