Add a triple to test/DebugInfo/unconditional-branch.ll (PR23252)
[oota-llvm.git] / test / DebugInfo / X86 /
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-15 Duncan P. N. Exon... DebugInfo: Add missing !dbg attachments to intrinsics
2015-04-14 David BlaikieDebugInfo: Pubnames: Do not include variable declaratio...
2015-04-14 David BlaikieUpdate test case to include the original source code...
2015-04-13 Duncan P. N. Exon... Reapply "Verifier: Check for incompatible bit piece...
2015-04-07 Rafael EspindolaRefactor a lot of duplicated code for stub output.
2015-04-03 Duncan P. N. Exon... Verifier: Check that inlined-at locations agree
2015-04-03 Duncan P. N. Exon... CodeGen: Fix MachineInstr::print() for DBG_VALUE
2015-03-28 Duncan P. N. Exon... DebugInfo: Fix testcases with invalid MDSubprogram...
2015-03-27 Duncan P. N. Exon... DebugInfo: Fix bad debug info for compile units and...
2015-03-25 Peter CollingbourneSimplify missing-file-line.ll test.
2015-03-25 Peter CollingbourneDebugInfo: Permit DW_TAG_structure_type, DW_TAG_member...
2015-03-23 Rafael EspindolaRefactor how passes get a symbol at the end of a section.
2015-03-17 Rafael EspindolaEmit the offset directly instead of creating a dummy...
2015-03-17 Rafael EspindolaCentralize the handling of unique ids for temporary...
2015-03-16 Duncan P. N. Exon... DebugInfo: Fix testcases that fail -verify-debug-info...
2015-03-16 Rafael EspindolaUse the i8 immediate cmp instructions when possible.
2015-03-13 Rafael EspindolaUse add32ri8 and friends on fast isel.
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-11 Rafael EspindolaDon't print labels that on ELF are never used.
2015-03-11 Rafael EspindolaRelax label CHECK to mach COFF syntax.
2015-03-11 Rafael EspindolaPrint section start labels when first switching to...
2015-03-10 Rafael EspindolaSplit test in two to handle building without x86.
2015-03-10 Paul RobinsonEmit correct linkage-name attribute based on DWARF...
2015-03-10 Rafael EspindolaUse a better name for compile unit labels.
2015-03-09 Rafael EspindolaUse a MapVector instead of an extra sort.
2015-03-09 Rafael EspindolaDon't prime the section map.
2015-03-05 Rafael EspindolaUse the existing begin and end symbol for debug info.
2015-03-05 Paul RobinsonTurn off .debug_pubnames/pubtypes for PS4.
2015-03-04 Paul RobinsonSupport standard DWARF TLS opcode; Darwin and PS4 use it.
2015-03-04 Adrian PrantlUpdate the out-of-date dwarf expressions in these testc...
2015-03-04 Rafael EspindolaUse the vanilla func_end symbol for .size.
2015-03-03 Paul Robinson[X86][ELF] Correct relocation for DWARF TLS references
2015-03-03 Adrian PrantlFix PR22762. When emitting a DWARF expression check...
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-03-02 Paul RobinsonRevert r230979, should apply to all X86 ELF.
2015-03-02 Paul Robinson[PS4] Correct relocation for DWARF TLS references.
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-19 Duncan P. N. Exon... DebugInfo: Match Name and DisplayName in testcase
2015-02-09 Adrian PrantlDebug info: When updating debug info during SROA, do...
2015-02-09 Adrian PrantlDebug info: Use DW_OP_bit_piece instead of DW_OP_piece...
2015-02-09 Duncan P. N. Exon... DebugInfo: Remove DW_TAG_constant
2015-02-07 David MajnemerMC: Emit COFF section flags in the "proper" order
2015-02-02 Adrian PrantlDebug Info: Relax assertion in isUnsignedDIType() to...
2015-02-01 Adrian PrantlFix PR22393. When recursively replacing an aggregate...
2015-02-01 Adrian PrantlAdd missing tags.
2015-01-29 David BlaikieRefactor test to be reused across architectures
2015-01-29 David BlaikieRemove erroneous REQUIRES: object-emission for asm...
2015-01-29 David BlaikieMissing test case for r227481
2015-01-28 David BlaikiePR22356: DebugInfo: Handle the size of a member where...
2015-01-27 Adrian PrantlReplace this testcase with an even shorter one provided...
2015-01-25 Adrian PrantlDebug info: Fix PR22296 by omitting the DW_AT_location...
2015-01-23 Adrian PrantlDebug Info / PR22309: Allow union types to be emitted...
2015-01-20 Adrian PrantlReapply: Teach SROA how to update debug info for fragme...
2015-01-19 Adrian PrantlRemove support for DIVariable's FlagIndirectVariable...
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2015-01-13 Adrian PrantlDebug Info: Move the complex expression handling (...
2015-01-12 Adrian PrantlDebug info: Factor out the creation of DWARF expression...
2015-01-08 Adrian PrantlRevert "Reapply: Teach SROA how to update debug info...
2015-01-07 Adrian PrantlReapply: Teach SROA how to update debug info for fragme...
2015-01-07 Adrian PrantlDebug info: Allow aggregate types to be described by...
2015-01-06 Adrian PrantlRevert "Reapply: Teach SROA how to update debug info...
2015-01-06 Adrian PrantlReapply: Teach SROA how to update debug info for fragme...
2014-12-30 David BlaikieDebugInfo: Omit is_stmt from line table entries on...
2014-12-24 Saleem AbdulrasoolIAS: correct debug line info for asm macros
2014-12-24 Adrian PrantlDebug Info: In symmetry to DW_TAG_pointer_type, do...
2014-12-23 Chandler CarruthRevert r224739: Debug info: Teach SROA how to update...
2014-12-22 Adrian PrantlDebug info: Teach SROA how to update debug info for...
2014-12-17 David BlaikiePR21875: codegen for non-type template parameters of...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-05 Adrian PrantlFix a bug when pretty-printing DW_OP_deref.
2014-12-05 Adrian PrantlRegenerate this stale testcase from source.
2014-11-14 Frederic RissAdd a test for r222029 that doesn't rely on the default...
2014-11-13 Frederic RissAdd an assert and a test that verify r221709's fix.
2014-11-04 David BlaikieProvide gmlt-like inline scope information in the skele...
2014-11-01 David BlaikieTest 221067 in a fixed-target test so as not to fail...
2014-11-01 David BlaikieRemove DwarfUnit::LabelEnd in favor of computing the...
2014-10-23 David BlaikieDebugInfo: Simplify/tidy/correct global variable decl...
2014-10-23 Frederic Riss[dwarfdump] Dump DW_AT_ranges values inline in the...
2014-10-21 Rafael EspindolaFix a bit of confusion about .set and produce more...
2014-10-10 Frederic Riss[dwarfdump] Resolve also variable specifications/abstra...
2014-10-08 David Majnemerllvm-dwarfdump: Add support for some COFF relocations
2014-10-06 Eric ChristopherAdd some tests for RelocVisitor.
2014-10-06 Frederic Riss[dwarfdump] Print the name for referenced specification...
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 David BlaikieImplement DW_TAG_subrange_type with DW_AT_count rather...
2014-10-01 NAKAMURA Takumillvm/test/DebugInfo/X86/gmlt.test: Get rid of %llc_dwar...
2014-09-30 David BlaikieAdjust test case addition in r218702 so as not to fail...
2014-09-22 Frederic RissFix a test introduced in r218246 to work also on Windows.
2014-09-22 Frederic Riss[dwarfdump] Dump full filenames as DW_AT_(decl|call...
2014-09-20 David MajnemerUpdate tests which broke from r218189
2014-09-07 David BlaikieDebugInfo: Do not use DW_FORM_GNU_addr_index in skeleto...
2014-09-06 Saleem AbdulrasoolMC: correct DWARF line info for PE/COFF
2014-09-05 Frederic Riss[dwarfdump] Dump DW_AT_(decl|call)_line attribute value...
next