Upgrade tests to the latest debug info format.
[oota-llvm.git] / test / DebugInfo /
2013-03-08 David BlaikieUpgrade tests to the latest debug info format.
2013-03-07 Manman RenDebug Info: store the files and directories for each...
2013-02-27 Manman RenDebug Info: for static member variables, always put...
2013-02-27 Manman RenDebug Info: for static member variables, add AT_MIPS_li...
2013-02-26 Manman RenRevert r176120 as it caused a failure at static-member.cpp
2013-02-26 Manman RenDebug Info: for static member variables, move AT_MIPS_l...
2013-02-22 Eric ChristopherUse getSplitDebugFilename when constructing the skeleto...
2013-02-21 Eli BenderskyPreviously, parsing capability of the .debug_frame...
2013-02-14 Krzysztof ParzyszekAdd testcase for llvm-dwarfdump to test parsing of...
2013-02-14 Elena DemikhovskyMoved line-info.ll to DebugInfo\X86 directory
2013-02-14 Elena DemikhovskyThe test failed on Windows. I've changed the platform...
2013-02-13 Manman RenClean up LDV, no functionality change.
2013-02-13 Manman RenDebug Info: LiveDebugVarible can remove DBG_VALUEs...
2013-02-12 Krzysztof ParzyszekRemove target-specific info from the testcase for DWARF...
2013-02-12 Krzysztof ParzyszekAllow optionally generating pubnames section in DWARF...
2013-02-11 Tim NorthoverAArch64: generate dwarfdump test rather than include...
2013-02-11 Tim NorthoverAArch64: Add basic relocation processing for llvm-dwarf...
2013-02-09 Manman RenDwarf: do not use line_table_start in at_stmt_list...
2013-02-08 Alexey SamsonovUpdate tests for DWARF parser: store sources next to...
2013-02-06 Eli BenderskyFix typo
2013-02-06 Eli BenderskyAdd a comment to the test that points to the source...
2013-02-06 Eli BenderskyAdd a test for checking the current .debug_frame dumpin...
2013-02-06 Manman RenAttempt to recover gdb bot after r174445.
2013-02-05 Manman RenDwarf: support for LTO where a single object file can...
2013-02-05 Eric ChristopherAdd support for testing the output of the abbrev table...
2013-02-05 Eric ChristopherAdd support for emitting a stub DW_AT_GNU_dwo_id as...
2013-02-04 Tim NorthoverUpdate debugging test for change in expected metadata.
2013-02-04 David Blaikie[DebugInfo] remove more node indirection (this time...
2013-02-02 David BlaikieRemove the (apparently) unnecessary debug info metadata...
2013-02-02 Manman RenRemoving ssp and uwtable from the testcase
2013-02-01 Manman Ren[Dwarf] avoid emitting multiple AT_const_value for...
2013-02-01 Tim NorthoverAdd explicit triples to AArch64 tests
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
2013-01-29 David BlaikieSupport artificial parameters in function types.
2013-01-26 David BlaikiePR14566: Debug Info: Removing top level lexical blocks
2013-01-26 Andrew KaylorAdd DIContext::getLineInfoForAddressRange() function...
2013-01-25 Andrew KaylorAdd support for applying in-memory relocations to the...
2013-01-25 Eli BenderskyAdd back a RUN line removed by mistake by a previous...
2013-01-25 Eli BenderskyNow that llvm-dwarfdump supports flags to specify which...
2013-01-25 Eli BenderskyAdd command-line flags for DWARF dumping.
2013-01-20 David BlaikieThe last of PR14471 - emission of constant floats
2013-01-19 David BlaikieFix a latent bug exposed by recent static member debug...
2013-01-18 Eric ChristopherSplit out DW_OP_addr for the split debug info DWARF5...
2013-01-17 Eric ChristopherFix the assembly and dissassembly of DW_FORM_sec_offset...
2013-01-17 Eric ChristopherAdd the DW_AT_GNU_addr_base for the skeleton cu. Add...
2013-01-16 Eric ChristopherMake this test X86 only.
2013-01-16 Eric ChristopherMove this to X86.
2013-01-16 Eric ChristopherAdd testcase missed yesterday from Paul Robinson.
2013-01-15 Eric ChristopherSplit address information for DWARF5 split dwarf propos...
2013-01-08 Eric ChristopherAdd the C testcase to this file.
2013-01-08 Eric ChristopherRemove the llvm-local DW_TAG_vector_type tag and add...
2013-01-08 David BlaikieMark artificial types as such in the annotated debug...
2013-01-07 Eric ChristopherAdd support for separating strings for the split debug...
2013-01-07 David BlaikieMake test/DebugInfo/member-pointers.ll portable by...
2013-01-07 David BlaikiePR14759: Debug info support for C++ member pointers.
2013-01-05 David BlaikieInclude access modifiers in subprogram metadata IR...
2013-01-05 David BlaikieEmit DW_TAG_formal_parameter for unnamed parameters.
2013-01-04 Eric ChristopherAdd a name for the anonymous type we're creating for...
2013-01-02 Eric ChristopherExtend the dumping infrastructure to deal with additional
2012-12-27 Eric ChristopherFor the dwarf5 split debug info code split out the...
2012-12-27 Eric ChristopherFileCheck-ize.
2012-12-27 Eric ChristopherFileCheck-ize.
2012-12-27 Eric ChristopherRight now all of the relocations are 32-bit dwarf,...
2012-12-21 Eric ChristopherMove these files over to the debug info directory.
2012-12-19 Eric ChristopherSplit out abbreviations for the skeleton info from...
2012-12-18 Eric ChristopherAdd support for passing -main-file-name all the way...
2012-12-13 David BlaikieDebug Info: add support to mark member variables as...
2012-12-10 Eric ChristopherRefactor out the abbreviation handling into a separate...
2012-12-10 Eric ChristopherUse the somewhat semantic term "split dwarf" it more...
2012-12-06 Bill WendlingHandle non-default array bounds.
2012-12-04 Bill WendlingUse the 'count' attribute to calculate the upper bound...
2012-12-04 David BlaikieReapply r160148 (reverted in r163570) fixing spurious...
2012-12-04 Bill WendlingAdd a 'count' field to the DWARF subrange.
2012-12-03 Eli BenderskySimplify this test a bit because DWARF emission/dumping...
2012-12-03 Eli BenderskyFix PR12942: Allow two CUs to be generated from the...
2012-11-30 Eric ChristopherAdd some first skeleton work for the DWARF5 Fission...
2012-11-07 Eric ChristopherAdd a relocation visitor to lib object. This works...
2012-10-05 Eli FriedmanMake sure to generate the right kind of MDNode for...
2012-10-04 Eric ChristopherUpdate this a bit more to represent how the prologue...
2012-10-03 Eric ChristopherRevert 165051-165049 while looking into the foreach...
2012-10-02 Eric ChristopherRevert "Don't use a debug location for frame setup...
2012-10-02 Eric ChristopherAllow alternate instructions to silence bot.
2012-10-02 Eric ChristopherDon't use a debug location for frame setup instructions...
2012-10-02 Eric ChristopherRemove the SavePoint infrastructure from fast isel...
2012-10-02 Benjamin KramerFix broken tests.
2012-09-26 Benjamin KramerFix tests that didn't test anything.
2012-09-20 Eric ChristopherOnly emit DW_AT_object_pointer if this is a definition.
2012-09-18 NAKAMURA Takumillvm/test/DebugInfo: Move two tests, 2010-04-13-PubType...
2012-09-12 Eric ChristopherRecommit, with fixes:
2012-09-12 Eric ChristopherRevert "Add some support for dealing with an object...
2012-09-12 Eric ChristopherAdd some support for dealing with an object pointer...
2012-09-10 Eric ChristopherRevert r160148 it seems to cause more problems than...
2012-09-04 Alexey SamsonovAdd support for fetching inlining context (stack of...
2012-08-27 Alexey SamsonovAdd basic support for .debug_ranges section to LLVM...
2012-08-24 Eric ChristopherUse DW_FORM_flag_present to save space in debug informa...
2012-08-23 Eric ChristopherRemove the DW_AT_MIPS_linkage name attribute when we...
2012-08-23 Eric ChristopherTurn these two options in to trinary state so that...
2012-08-23 Eric ChristopherMake this darwin specific to try to silence the bots.
2012-08-23 Eric ChristopherEmit pubtypes only when going for darwin gdb compatibility.
2012-08-23 Eric ChristopherFilecheck-ize.
next