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