Debug Info: update testing cases to pass verifier.
[oota-llvm.git] / test / DebugInfo / X86 /
2013-07-29 Manman RenDebug Info: update testing cases to pass verifier.
2013-07-27 Benjamin KramerDwarfDebug: MD5 is always little endian, bswap on big...
2013-07-27 Manman RenDebug Info Verifier: verify SPs in llvm.dbg.sp.
2013-07-26 Manman RenDebug Info Verifier: enable verification of DICompileUnit.
2013-07-26 Eric ChristopherMove this to the X86 directory, unfortunately the hashe...
2013-07-25 Manman RenDebug Info: improve the verifier to check field types.
2013-07-25 Rafael EspindolaCurrent batch of -disable-debug-info-verifier.
2013-07-25 Manman RenDebug Info: improve the verifier to check field types.
2013-07-24 Manman RenUpdate testing cases to pass debug info verifier.
2013-07-24 Manman RenUpdate testing cases to pass debug info verifier.
2013-07-24 Manman RenDebug Info: improve the Finder.
2013-07-23 NAKAMURA Takumillvm/test/DebugInfo/X86/dbg-value-range.ll: Add -disabl...
2013-07-23 Manman RenDebug Info Finder: use processDeclare and processValue...
2013-07-22 Bill WendlingRecommit r186217 with testcase fix:
2013-07-19 Manman RenDebug Info: enable verifying by default and disable...
2013-07-15 David BlaikieFurther simplify test case from r186119/r186035.
2013-07-11 Adrian PrantlIn response to dblaikie's comment on r186035, replacing the
2013-07-10 Adrian PrantlAdd a comment.
2013-07-10 Adrian PrantlAdd a testcase for r186014.
2013-07-10 Adrian PrantlUn-break the buildbot by tweaking the indirection flag.
2013-07-09 Adrian Prantlmove test into the appropriate subdir.
2013-07-09 Adrian PrantlReapply an improved version of r180816/180817.
2013-07-01 David BlaikiePR14728: DebugInfo: TLS variables with -gsplit-dwarf
2013-07-01 David BlaikiePR16493: DebugInfo with TLS on PPC crashing due to...
2013-06-28 David BlaikieDebugInfo: PR14728: TLS support
2013-06-28 Manman RenDebug Info: clean up usage of Verify.
2013-06-24 NAKAMURA TakumiMove llvm/test/DebugInfo/arguments.ll to X86, for now...
2013-06-22 David BlaikieDebugInfo: Support (using GNU extensions) for template...
2013-06-20 David BlaikieGive this X86-specific test a triple so it's actually...
2013-06-20 David BlaikieDebugInfo: don't use location lists when the location...
2013-06-19 David BlaikieSpelling correction
2013-06-19 David BlaikieDebugInfo: PR14763/r183329 correct the location of...
2013-05-29 Manman RenLTO+Debug Info: revert r182791.
2013-05-29 Benjamin KramerMove test that depends on the X86 backend into the...
2013-05-22 David BlaikieSolidify the assumption that a DW_TAG_subprogram's...
2013-05-21 Manman RenDwarf: use a single line table to generate assembly...
2013-05-16 Adrian PrantlGenerate debug info for by-value struct args even if...
2013-05-10 David BlaikieGive the test from r181632 a target triple.
2013-05-09 Eric ChristopherRevert "Make sure debug info contains linkage names...
2013-05-08 Eric ChristopherMake sure debug info contains linkage names (DW_AT_MIPS...
2013-05-02 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-04-30 Adrian PrantlTemporarily revert "Change the informal convention...
2013-04-30 Adrian PrantlChange the informal convention of DBG_VALUE so that...
2013-04-30 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-04-26 Adrian Prantlcleanup testcase some more
2013-04-26 Adrian PrantlBugfix for the debug intrinsic handling in InstCombiner:
2013-04-22 David BlaikieRevert "Revert "PR14606: debug info imported_module...
2013-04-19 Eric ChristopherRevert "PR14606: debug info imported_module support"
2013-04-19 David BlaikiePR14606: debug info imported_module support
2013-04-09 Eric ChristopherThe .dwo section shouldn't contain the unrelocated...
2013-04-07 Eric ChristopherDW_FORM_sec_offset should be a relocation on platforms...
2013-04-02 Eric ChristopherSupport and test template arguments for unions.
2013-03-29 Adrian Prantlmove testcase into appropriate X86 subdirectory.
2013-03-28 David BlaikieRevert "Adding DIImportedModules to DIScopes."
2013-03-27 David BlaikieAdding DIImportedModules to DIScopes.
2013-03-23 Benjamin KramerMove X86-dependent test into the right subdirectory.
2013-03-22 David Blaikiereorder the fields in DILexicalBlockFile to match the...
2013-03-22 David BlaikieRefactor out the DIFile parameter to DILexicalBlock...
2013-03-22 David BlaikieReorder the DIFile field in DILexicalBlock to become...
2013-03-21 David BlaikieRefactor the filename/directory information in DISubpro...
2013-03-21 David BlaikieMove the DIFile in DISubprogram to the beginning to...
2013-03-21 David BlaikieRemove unused field in DISubprogram
2013-03-20 David BlaikieDebug info: refactor the first field of DICompileUnit...
2013-03-20 David BlaikieDebug Info: Swap the 2nd and 3rd parameters to DICompil...
2013-03-20 David BlaikieRemove unused field in DICompileUnit
2013-03-20 David BlaikieRefactor the DIFile (2nd) parameter to DITypes to be...
2013-03-19 David BlaikieMove the DIFile operand to DITypes from the 4th operand...
2013-03-17 David BlaikieSplit out filename & directory from DIFile to start...
2013-03-13 David BlaikieRemove the unused 4th operand for DIFile debug info...
2013-03-13 David BlaikieRefactor filename/directory in DICompileUnit into a...
2013-03-12 David BlaikieRemove unused "isMain" field from DICompileUnit
2013-03-12 David BlaikieUpdate debug info test cases with empty SplitDebugFilen...
2013-03-11 David BlaikieUpgrading debug info test cases to be (more) compatible...
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-14 Elena DemikhovskyMoved line-info.ll to DebugInfo\X86 directory
2013-02-13 Manman RenClean up LDV, no functionality change.
2013-02-13 Manman RenDebug Info: LiveDebugVarible can remove DBG_VALUEs...
2013-02-09 Manman RenDwarf: do not use line_table_start in at_stmt_list...
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 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-01-26 David BlaikiePR14566: Debug Info: Removing top level lexical blocks
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-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...
next