Include access modifiers in subprogram metadata IR comment.
[oota-llvm.git] / test / DebugInfo / X86 /
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-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-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-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-01 Eric ChristopherTemporarily revert c23b933d5f8be9b51a1d22e717c0311f65f8...
2012-07-27 Eric ChristopherAdd a DW_AT_high_pc for CUs that are a single address...
2012-07-12 Eric ChristopherThe end of the prologue should be marked with is_stmt.
2012-06-22 Nick LewyckyEmit relocations for DW_AT_location entries on systems...
2012-06-01 Eric ChristopherAdd support for enum forward declarations.
2012-05-27 Peter CollingbourneHave getOrCreateSubprogramDIE store the DIE for a subpr...
2012-05-23 Eric ChristopherAdd support for C++11 enum classes in llvm.
2012-05-19 Eric ChristopherActually support DW_TAG_rvalue_reference_type that...
2012-05-08 Eric ChristopherHandle OpDeref in case it comes in as a register operand.
2012-05-01 Alexey SamsonovX86: Use StackRegister instead of FrameRegister in...
2012-04-05 Eric ChristopherPatch to set is_stmt a little better for prologue lines...
2012-04-03 Eric ChristopherFix thinko check for number of operands to be the one...
2012-03-28 Eric ChristopherFix the output of the DW_TAG_friend tag to include...
2012-03-27 Eric ChristopherAdd a test for the previous commit. Also, remove two...
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-03-19 NAKAMURA Takumillvm/test/DebugInfo: Move two tests to DebugInfo/X86...
2012-03-15 Eric ChristopherFor types with a parent of the compile unit make sure...
2012-03-15 Eric ChristopherRevert the removal of DW_AT_MIPS_linkage_name when...
2012-03-14 Eric ChristopherRemove the DW_AT_MIPS_linkage name attribute when we...
2012-03-02 Eric ChristopherRevert "Reorder the sections being output to reduce...
2012-03-01 Eric ChristopherReorder the sections being output to reduce the number...
2012-02-24 Eric ChristopherIf the Address of a variable is an argument then treat...
2012-02-22 Eric ChristopherOnly add DW_AT_prototyped if we're working with a C...
2012-02-21 Eric ChristopherTestcase for previous commit.
2012-02-21 Eric ChristopherThere's no need for a DW_AT_byte_size on a pointer...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-01-24 Eric ChristopherFix the testcases for the previous patch.
2012-01-11 Eric ChristopherDon't avoid recursing for pointer types, just reference...
2011-12-16 Eric ChristopherWhen recursing for the original size of a type, stop...
2011-11-12 Rafael EspindolaThe dwarf standard says that the only differences betwe...
2011-11-11 Devang PatelMove X86 specific test in X86 directory.
2011-11-11 Devang PatelMove X86 specific test in X86 directory.
2011-11-01 Eli FriedmanMove another test requiring x86 into X86 directory.
2011-11-01 Eli FriedmanMove test requiring x86 backend into X86 directory.
2011-06-17 Rafael EspindolaTest for previous commit.
2011-06-16 Galina KistanovaMove test for appropriate directory.
2011-05-27 Rafael EspindolaFix a regression I recently introduced by removing...
2011-05-13 Rafael EspindolaMove test.
2011-05-13 Rafael EspindolaMove test.
2011-05-06 Galina KistanovaMove few target-dependant tests to appropriate directories.