Convert to the new EH model.
[oota-llvm.git] / test / DebugInfo /
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.
2010-03-24 Devang PatelDo not rely on getCompileUnit() to find source file...
2010-03-22 Devang PatelEmit DW_AT_low_pc and DW_AT_high_pc attributes for...
2010-03-19 Devang Patelcall void @llvm.dbg.declare(metadata !{i32* null},...
2010-03-12 Devang PatelFix llc crash on invalid input.
2010-03-01 Devang PatelRemove test to check bugfix in handing debug info for...
2010-03-01 Devang PatelRemove dead test.
2010-03-01 Devang PatelReplace test case that uses @llvm.dbg.* intrinsic with...
2010-03-01 Devang PatelThese two tests check whether oprimizer safely ignores...
2010-03-01 Devang PatelThis test checks whether LICM ignores @llvm.dbg.stoppoi...
2010-02-01 Dale JohannesenTestcase for 94996 (PR 6157)
2010-01-26 Dale JohannesenGenerate DEBUG_VALUE comments on x86. The (limited)
2010-01-20 Devang PatelIf a instruction belongs to another function (and not...
2010-01-19 Dale JohannesenReverting.
2010-01-18 Dale JohannesenEnable code to emit dbg.declare as DEBUG_VALUE
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-15 Victor HernandezRevert r93504 because older uses of llvm.dbg.declare...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-05 Devang PatelIf a scope has only one instruction then first instruct...
2010-01-05 Devang PatelRemove dead debug info intrinsics.
2010-01-04 Devang PatelRemove oversimplified test case.
2010-01-04 Devang PatelThe test, derived from optimzed IR, does not mention...
2009-12-16 Devang PatelXFAIL on ppc-darwin.
2009-12-09 Devang PatelRemove tests that are not suitable anymore. Plus they...
2009-12-08 Devang PatelRevert 90858 90875 and 90805 for now.
2009-12-08 Devang PatelDo not try to push dead variable's debug info into...
2009-12-01 Devang PatelClear function specific containers while processing...
2009-11-11 Daniel DunbarAdd missing run line. Devang, please check.
2009-11-11 Devang PatelDo not assume first function scope seen represents...
2009-11-11 Devang PatelWhile creating DbgScopes, do not forget parent scope.
2009-11-06 Gabor Greiffix typo
next