Avoid depending on LCSSA implicitly pulling in LoopSimplify.
[oota-llvm.git] / test / DebugInfo /
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
2009-11-06 Devang PatelTolerate invalid derived type.
2009-11-06 Devang PatelDo not bother to emit debug info for nameless global...
2009-11-06 Devang PatelDo not try to emit debug info entry for dead global...
2009-11-03 Devang PatelParse debug info attached with insertvalue and extractv...
2009-10-17 Daniel DunbarReclaim a lost month.
2009-10-16 Devang PatelParse PHI instruction with attached metadata.
2009-10-16 Devang PatelIf there is not any llvm instruction associated with...
2009-10-08 Bill WendlingIt's possible for a global variable to be optimized...
2009-09-28 Dan GohmanMove the dominator verification code out of special...
2009-09-11 Dan GohmanEliminate more redundant llvm-as calls.
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-09-02 Torok EdwinFix DbgStopPointInst->getFileName/getDirectory, broken...
2009-08-28 Devang PatelReapply 79977.
2009-08-27 Bill WendlingThis is passing for PPC on Mac OS X.
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-25 Torok EdwinRemove target triple from this test, it fails on x86...
2009-08-25 Dan GohmanRemove obsolete -f flags.
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-14 Daniel DunbarTake another shot at disabling this when no ppc support...
2009-08-13 Daniel DunbarMark this test as requiring the powerpc target.
2009-06-23 Devang Patelupgrade
2009-06-16 Devang PatelUse MainCU if it is available.
2009-06-15 Devang PatelGracefully handle imbalanced inline function begin...
2009-06-13 Devang Patelllvm.dbg.region.end() intrinsic is not required to...
2009-06-12 Devang PatelClear AbstractInstanceRootMap at the end of the function.
2009-05-21 Eli FriedmanFix broken logic in DominatorTreeBase::Split. Part...
2009-05-13 Bill WendlingRemove too large testcase.
2009-05-13 Bill WendlingMove the bookkeeping of the debug scopes back to the...
2009-05-04 Mike StumpRestore minor deletion.
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-03-10 Torok EdwinGlobal variables don't have a corresponding llvm.dbg...
2009-03-05 Zhou ShengIgnore the debug info intrinsics when looking for depen...
2009-03-04 Dale JohannesenMake my earlier patch to skip debug intrinsics
next