aboutsummaryrefslogtreecommitdiff
path: root/test/DebugInfo
AgeCommit message (Expand)Author
2010-03-01Remove test to check bugfix in handing debug info for global variables using ...Devang Patel
2010-03-01Remove dead test.Devang Patel
2010-03-01Replace test case that uses @llvm.dbg.* intrinsic with a test that uses metad...Devang Patel
2010-03-01These two tests check whether oprimizer safely ignores @llvm.dbg.stoppoint in...Devang Patel
2010-03-01This test checks whether LICM ignores @llvm.dbg.stoppoint intrinsics appropri...Devang Patel
2010-02-01Testcase for 94996 (PR 6157)Dale Johannesen
2010-01-26Generate DEBUG_VALUE comments on x86. The (limited)Dale Johannesen
2010-01-20If a instruction belongs to another function (and not current function) as pe...Devang Patel
2010-01-19Reverting.Dale Johannesen
2010-01-18Enable code to emit dbg.declare as DEBUG_VALUEDale Johannesen
2010-01-15Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez
2010-01-15Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...Victor Hernandez
2010-01-15Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez
2010-01-05If a scope has only one instruction then first instruction is also the last i...Devang Patel
2010-01-05Remove dead debug info intrinsics.Devang Patel
2010-01-04Remove oversimplified test case.Devang Patel
2010-01-04The test, derived from optimzed IR, does not mention "bar" in debug info anyw...Devang Patel
2009-12-16XFAIL on ppc-darwin.Devang Patel
2009-12-09Remove tests that are not suitable anymore. Plus they are not testing the ori...Devang Patel
2009-12-08Revert 90858 90875 and 90805 for now.Devang Patel
2009-12-08Do not try to push dead variable's debug info into namespace info.Devang Patel
2009-12-01Clear function specific containers while processing end of a function, even i...Devang Patel
2009-11-11Add missing run line. Devang, please check.Daniel Dunbar
2009-11-11Do not assume first function scope seen represents current function. Devang Patel
2009-11-11While creating DbgScopes, do not forget parent scope. Devang Patel
2009-11-06fix typoGabor Greif
2009-11-06Tolerate invalid derived type.Devang Patel
2009-11-06Do not bother to emit debug info for nameless global variable.Devang Patel
2009-11-06Do not try to emit debug info entry for dead global variable.Devang Patel
2009-11-03Parse debug info attached with insertvalue and extractvalue instructions.Devang Patel
2009-10-17Reclaim a lost month.Daniel Dunbar
2009-10-16Parse PHI instruction with attached metadata.Devang Patel
2009-10-16If there is not any llvm instruction associated with each lexical scope encod...Devang Patel
2009-10-08It's possible for a global variable to be optimized out of a metadata object. SoBill Wendling
2009-09-28Move the dominator verification code out of special code embedded withinDan Gohman
2009-09-11Eliminate more redundant llvm-as calls.Dan Gohman
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-09-02Fix DbgStopPointInst->getFileName/getDirectory, broken by the MDNodification inTorok Edwin
2009-08-28Reapply 79977.Devang Patel
2009-08-27This is passing for PPC on Mac OS X.Bill Wendling
2009-08-26Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel
2009-08-25Remove target triple from this test, it fails on x86-64 withTorok Edwin
2009-08-25Remove obsolete -f flags.Dan Gohman
2009-08-25Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel
2009-08-14Take another shot at disabling this when no ppc support is available.Daniel Dunbar
2009-08-13Mark this test as requiring the powerpc target.Daniel Dunbar
2009-06-23upgradeDevang Patel