Replace .mips_hack_stocg with ".set micromips" and ".set nomicromips".
[oota-llvm.git] / test / DebugInfo /
2014-01-13 Richard Sandiford[SystemZ] Add "volatile" to a dead store in variable...
2014-01-10 David BlaikieRevert "Revert r198851, "Prototype of skeleton type...
2014-01-09 NAKAMURA TakumiRevert r198851, "Prototype of skeleton type units for...
2014-01-09 David BlaikiePrototype of skeleton type units for fission
2014-01-09 David BlaikieDwarfDebug: Refactor out common skeleton construction...
2014-01-08 David Blaikiellvm-dwarfdump: reorder dwo sections to immediately...
2014-01-07 Benjamin KramerEmit arange padding with a single directive.
2014-01-03 David BlaikieRevert "Revert "Debug Info: Type Units: Simplify type...
2014-01-03 David BlaikieRevert "Debug Info: Type Units: Simplify type hashing...
2014-01-03 David BlaikieDebug Info: Type Units: Simplify type hashing using...
2014-01-03 David BlaikieRevert "Reverting r193835 due to weirdness with Go..."
2014-01-03 David BlaikieReverting r193835 due to weirdness with Go...
2014-01-02 Adrian PrantlRevert "Debug info: Add enumerators to the __apple_name...
2013-12-30 Eric ChristopherRevert r198208 and reapply:
2013-12-30 NAKAMURA TakumiRevert r198199 (and r198202). It broke 3 DebugInfo...
2013-12-30 Eric ChristopherFix aranges and split dwarf by ensuring that the symbol...
2013-12-30 Eric ChristopherReapply r198196 with a fix to zero initialize the skele...
2013-12-30 Eric ChristopherTemporarily revert "Use a pointer to keep track of...
2013-12-30 Eric ChristopherUse a pointer to keep track of the skeleton unit for...
2013-12-24 Alexey Samsonovllvm-symbolizer: add --obj flag to specify a single...
2013-12-23 Adrian PrantlDebug info: Add enumerators to the __apple_names accele...
2013-12-23 Adrian PrantlDebug info: On ARM ensure that the data sections come...
2013-12-20 Eric ChristopherRemove extra check line that's failing on windows and...
2013-12-20 Eric ChristopherThis test requires object emission.
2013-12-20 Eric ChristopherAdd support for a CU to output a set of ranges for...
2013-12-20 Adrian Prantlmove test back into the parent directory and add a...
2013-12-19 Adrian PrantlMove testcase to the appropriate X86 subdirectory.
2013-12-19 Adrian Prantladd source in comment
2013-12-18 Adrian PrantlDebug info: Implement (rvalue) reference qualifiers...
2013-12-13 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-13 David BlaikieRevert "DebugInfo: Move type units into the debug_types...
2013-12-13 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-13 David BlaikieRevert "DebugInfo: Move type units into the debug_types...
2013-12-13 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-11 David BlaikieRevert "DebugInfo: Move type units into the debug_types...
2013-12-11 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-10 Eric ChristopherUpdate testcase for previous commit.
2013-12-06 David BlaikieDebugInfo: Ensure unit IDs (for non-skeletal units...
2013-12-05 Eric ChristopherMake these two tests resilient in the face of compile...
2013-12-04 David BlaikieDebugInfo: Improve test to use llvm-dwarfdump
2013-12-04 David BlaikieTest fix for r196394
2013-12-02 David BlaikieDebugInfo: Type Units: Propagate the correct DW_AT_lang...
2013-11-27 David BlaikieDebugInfo: Do not include variables only referenced...
2013-11-26 David BlaikieDwarfDebug: Include type units in accelerator tables.
2013-11-26 David BlaikieDebugInfo: Update test case due to dumper improvements...
2013-11-26 David BlaikieDebugInfo: Avoid emitting pubtype entries for type...
2013-11-22 Manman RenDebug Info: update testing cases to specify the debug...
2013-11-21 Eric ChristopherIn Dwarf 3 (and Dwarf 2) attributes whose value are...
2013-11-19 David BlaikieDebugInfo: Partial implementation of DWARF type units.
2013-11-19 David Blaikiellvm-dwarfdump: support for emitting only the debug_typ...
2013-11-18 Adrian PrantlDebug info: Let LowerDbgDeclare perfom the dbg.declare...
2013-11-16 Eric ChristopherFor dwarf4 use the correct form for referencing debug_l...
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-01 David BlaikieDebugInfo: regenerate test case from Clang to adjust...
2013-11-01 David BlaikieDebugInfo: Improve readability of test case added in...
2013-11-01 David BlaikieDebugInfo: add a test case for data member locations...
2013-11-01 David BlaikieFix a test case broken by r193872
2013-11-01 David BlaikieDebugInfo: Make pubnames header printing similar to...
2013-11-01 David BlaikieDebugInfo: Emit member variable locations as data inste...
2013-10-31 Manman RenDebug Info: remove duplication of DIEs when a DIE can...
2013-10-30 Will DietzAdd DebugInfo testcase for high_pc encoded as constant...
2013-10-29 Manman RenDebug Info: instead of calling addToContextOwner which...
2013-10-29 Manman RenDebug Info: clean up testing case.
2013-10-29 Manman RenDebug Info: instead of calling addToContextOwner which...
2013-10-29 Manman RenDebug Info: use createAndAddDIE for newly-created Subpr...
2013-10-21 David BlaikieDebugInfo: Hash DW_FORM_GNU_str_index as a string.
2013-10-17 Michael KupersteinChanging DebugInfoFinder to iterate over all the compil...
2013-10-17 Eric ChristopherAccording to the dwarf standard pubnames and pubtypes...
2013-10-17 Eric ChristopherAdd the subprogram DIEs to the context they're created...
2013-10-16 David BlaikieDIEHash: Use DW_FORM_sdata for integers, per spec.
2013-10-16 David BlaikieUpdate test case due to DIE hashing in r192836
2013-10-16 Eric ChristopherFix a pair of bugs in the emission of pubname tables:
2013-10-15 Andrew TrickEnable MI Sched for x86.
2013-10-11 Manman RenDebug Info Testing Case: check for the name of a structure.
2013-10-10 Manman RenDebug Info: In DIBuilder, the context field of subprogr...
2013-10-10 Manman RenAdd comments to debug info testing case.
2013-10-09 Manman RenDebug Info: In DIBuilder, the context and type fields...
2013-10-09 Manman RenDebug Info: In DIBuilder, the context field of a forwar...
2013-10-09 Manman RenDebug Info: In DIBuilder, the context field of a DIComp...
2013-10-08 Manman RenDebug Info: In DIBuilder, the context fields of a stati...
2013-10-08 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-08 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-08 Manman RenDebug Info: update testing to reflect r192018.
2013-10-08 Adrian Prantltypo.
2013-10-08 Adrian Prantltypo.
2013-10-08 Adrian PrantlReduce testcase from 1r92011.
2013-10-05 Adrian PrantlDebug info: Don't crash in SelectionDAGISel when a...
2013-10-04 Eric ChristopherUse addFlag to add the enum class attribute.
2013-10-04 Rafael EspindolaFix this test.
2013-10-04 David BlaikieDebugInfo: Fix ordering of members after r191928
2013-10-03 Richard MittonFixed a bug with section names containing special chara...
2013-10-03 Eric ChristopherMake sure we emit a section for pubnames even if that...
2013-10-03 Alexey SamsonovRemove wild .debug_aranges entries generated from unimp...
2013-10-01 Eric ChristopherAdd the DW_AT_GNU_ranges_base attribute if we've emitte...
2013-09-30 Eric ChristopherThe DW_AT_GNU_pubnames/pubtypes attributes are actually...
2013-09-25 Eric ChristopherUnify pubsection/gnu pubsection printing.
2013-09-24 David Blaikiellvm-dwarfdump support for gnu_pubtypes
2013-09-24 Eric ChristopherAdd namespaces to the list of items that we expose...
2013-09-24 Eric ChristopherRegenerate testcase from source.
2013-09-24 David BlaikieMake dwarfdump-type-units.test order-independent
next