Erase joined copies immediately.
[oota-llvm.git] / test / DebugInfo /
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-16 Eric ChristopherDo the right thing on NULL uint64 fields.
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-07 Eric ChristopherAdd the DW_AT_APPLE_runtime_class attribute to forward...
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-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-11-27 Chris Lattnerremove autoupgrade support for really old-style debug...
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-10 Rafael EspindolaCheck in getOrCreateSubprogramDIE if a declaration...
2011-11-04 Rafael EspindolaAdd triple to test.
2011-11-04 Rafael EspindolaEmit declarations before definitions if they are availa...
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-10-28 Nick LewyckyAlways use the string pool, even when it makes the...
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-10-11 Eric ChristopherAdd a new wrapper node for a DILexicalBlock that encaps...
2011-09-26 Eli FriedmanFix this test so it doesn't fail on Mac.
2011-09-26 James MolloyFix emission of debug data for global variables. getCon...
2011-09-13 Devang PatelUpdate tests. Remove irrelevant tests.
2011-08-19 Devang PatelDo not use named md nodes to track variables that are...
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-19 Rafael EspindolaLooks like OS X assemblers (including MC) don't like
2011-05-13 Rafael EspindolaMove test.
2011-05-13 Rafael EspindolaMove test.
2011-05-10 Rafael EspindolaAdd triple.
2011-05-10 Rafael EspindolaThe EH symbols are only needed in eh_frame, not debug_f...
2011-05-10 Rafael EspindolaUse .cfi_sections to put the unwind info in .debug_fram...
2011-05-06 Galina KistanovaMove few target-dependant tests to appropriate directories.
2011-05-04 Rafael EspindolaProducing a DW_FORM_addr for DW_AT_stmt_list is probabl...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-08 Devang PatelAdd radar number for future reference.
2011-04-08 Devang PatelDo not emit DW_AT_upper_bound and DW_AT_lower_bound...
2011-03-24 Devang PatelMove test in x86 specific area.
2011-03-24 Devang PatelKeep track of directory namd and fIx regression caused...
2011-02-24 Devang PatelRemove obsolete tests.
2011-02-24 Devang PatelMove arch specific tests in arch specific directories.
2010-12-02 Devang PatelHide tests, that check .loc, .file in output assembly...
2010-11-18 Rafael EspindolaChange CodeGen to use .loc directives. This produces...
2010-10-15 Jakob Stoklund OlesenFileCheckize
2010-10-01 Devang PatelFix code gen crash reported in PR 8235. We still lose...
2010-09-28 Jim GrosbachAdd target triple info to these tests to make the resul...
2010-09-16 Devang PatelIf FE forgot to provide a file name (usually it uses...
2010-08-20 Dan GohmanConvert DbgInfoPrinter to use errs() instead of outs().
2010-08-05 Devang PatelMove x86 specific tests into test/CodeGen/X86.
2010-08-04 Devang PatelTest case for combination of r110234 & r110235.
2010-07-19 Devang PatelFix PR 7662.
2010-06-30 Devang PatelAdd variables into a scope before constructing scope...
2010-06-26 Benjamin KramerFix some tests that didn't test anything.
2010-06-16 Devang PatelBe specific. Use FileCheck.
2010-06-16 Devang PatelThis requires more investigation. Unblock buildbots...
2010-06-16 Devang PatelUpdate test to explicitly capture llc output.
2010-06-01 Devang PatelDwarfWrite is now smart enough to drop debug value...
2010-06-01 Devang PatelKeep track of incoming debug value of unused argument.
2010-05-31 Bill WendlingDebreak test for non-Darwin.
2010-05-27 Devang PatelLet's try one more time to match patterns.
2010-05-27 Devang PatelTemp. labels number may not match for all configurations.
2010-05-27 Devang Patelinlined function's arguments need a label to mark the...
2010-05-26 Devang PatelSimplify. Eliminate unneeded debug_loc entry.
2010-05-25 Devang PatelFirst cut at supporting .debug_loc section.
2010-05-10 Devang PatelEnable multiple Compile Units in one module.
2010-05-04 Devang PatelSet DW_AT_APPLE_omit_frame_ptr in endFunction() where...
2010-05-04 Devang PatelDo not ignore debug loc attached with llvm.dbg.declare...
2010-04-28 Devang PatelUpdate tests. Now DBG_VALUE instruction is created...
2010-04-27 Dale JohannesenUn-XFAIL this on ppc. My enabling of dbg_declare handling
2010-04-26 Devang PatelUse DW_AT_entry_pc instead of DW_AT_low_pc/DW_AT_high_p...
2010-04-22 Devang PatelRemove the test for now.
2010-04-22 Devang PatelAdjust debug range offsets for isWeakForLinker() functions.
2010-04-20 Devang PatelAdd RUN:
2010-04-19 Devang PatelFix typo. add a test case.
2010-04-13 Devang PatelXFAIL this test for powerpc.
2010-04-13 Devang PatelDo not include types without any definition in pubtypes...
2010-04-07 Chris Lattneradd newlines at the end of files.
2010-04-07 Dale JohannesenSplit big test into multiple directories to cater to
2010-04-07 Dale JohannesenTest that DEBUG_VALUE comments come out on a variety...
2010-04-06 Devang PatelDo not emit specification DIE with DW_AT_specification...
2010-04-01 Chris Lattnerchange this from using '!dbg' to using '!dbgx'. The
2010-03-30 Devang PatelIgnore invalid metadata.
next