Add support getting the operands of a User to ocaml.
[oota-llvm.git] / test / DebugInfo /
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
2009-03-03 Dale JohannesenInstruction counters must skip the bitcasts that
2009-03-03 Dale JohannesenWhen removing a store to an alloca that has only one
2009-03-03 Zhou ShengIgnore the debug info intrinsics when adding instructio...
2009-03-03 Dale JohannesenTestcase for line number sinking in InstCombine.
2009-02-24 Bill Wendling- Use the "Fast" flag instead of "OptimizeForSize"...
2009-02-23 Zhou ShengAdd test case for checkin @r65314.
2009-02-18 Devang PatelThe subprogram die may not exist while creating "defaul...
2009-02-02 Devang PatelDo not add redundant arguments in a method definition...
2009-02-02 Devang PatelMake this test case smaller.
2009-01-30 Devang Patel Each input file is encoded as a separate compile unit...
2009-01-30 Devang PatelEnable target tripple.
2009-01-30 Devang PatelLinux and other target's encoding for DW_AT_declaratio...
2009-01-30 Devang PatelAdd DW_AT_declaration for class methods.
2009-01-28 Dan GohmanGive this test an explicit target, to make it host...
2009-01-28 Devang PatelDo not forget to derived type while constructing an...
2009-01-27 Devang PatelAssorted debug info fixes.
2009-01-23 Devang PatelFix test case. Use valid file name and directory in...
2009-01-22 Devang PatelDo not use buggy llvm-gcc to generate testcases.
2009-01-20 Devang PatelAppropriately mark fowrad decls.
2009-01-20 Devang PatelNeed compile unit to find location.
2009-01-19 Devang PatelVerify Intrinsic::dbg_declare.
2009-01-16 Devang PatelDo not stumble over forward declared struct member.
2009-01-15 Devang PatelValidate dbg_* intrinsics before lowering them.
2009-01-15 Devang PatelUse variable's context to identify respective DbgScope.
2009-01-13 Devang PatelUse DebugInfo interface to lower dbg_* intrinsics.
2009-01-05 Torok EdwinThis test passes again, unXFAIL.
2008-12-19 Bill WendlingMore precise XFAIL.
2008-12-19 Bill WendlingUn-XFAIL this test because it's passing and John doesn...
2008-12-17 Devang PatelXfail these tests for now.
2008-12-16 Torok Edwinadd testcase for -print-dbginfo
2008-12-10 Evan ChengFix a couple of Dwarf bugs.
2008-11-19 Devang PatelIf there are two consecutive llvm.dbg.stoppoint calls...
2008-11-07 Devang PatelHandle (delete) dbg intrinsics while promoting alloca.
2008-11-06 Devang PatelEmit label for llvm.dbg.func.start of the inlined function.
2008-11-06 Devang PatelEmit label for llvm.dbg.func.start of the inlined function.
2008-10-31 Anton KorobeynikovTestcase for PR2613
2008-10-17 Bill WendlingThe Dwarf writer was comparing mangled and unmangled...
2008-07-08 Dale JohannesenTestcase for debug info from data-only files.
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-03-10 Tanya LattnerRemove llvm-upgrade and update tests.
next