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-09-16
If FE forgot to provide a file name (usually it uses "stdin" as name in such ...
Devang Patel
2010-08-20
Convert DbgInfoPrinter to use errs() instead of outs().
Dan Gohman
2010-08-05
Move x86 specific tests into test/CodeGen/X86.
Devang Patel
2010-08-04
Test case for combination of r110234 & r110235.
Devang Patel
2010-07-19
Fix PR 7662.
Devang Patel
2010-06-30
Add variables into a scope before constructing scope DIE otherwise variables ...
Devang Patel
2010-06-26
Fix some tests that didn't test anything.
Benjamin Kramer
2010-06-16
Be specific. Use FileCheck.
Devang Patel
2010-06-16
This requires more investigation. Unblock buildbots for now.
Devang Patel
2010-06-16
Update test to explicitly capture llc output.
Devang Patel
2010-06-01
DwarfWrite is now smart enough to drop debug value pointing to undefined regi...
Devang Patel
2010-06-01
Keep track of incoming debug value of unused argument.
Devang Patel
2010-05-31
Debreak test for non-Darwin.
Bill Wendling
2010-05-27
Let's try one more time to match patterns.
Devang Patel
2010-05-27
Temp. labels number may not match for all configurations.
Devang Patel
2010-05-27
inlined function's arguments need a label to mark the start point because the...
Devang Patel
2010-05-26
Simplify. Eliminate unneeded debug_loc entry.
Devang Patel
2010-05-25
First cut at supporting .debug_loc section.
Devang Patel
2010-05-10
Enable multiple Compile Units in one module.
Devang Patel
2010-05-04
Set DW_AT_APPLE_omit_frame_ptr in endFunction() where MachineFunction is avai...
Devang Patel
2010-05-04
Do not ignore debug loc attached with llvm.dbg.declare while collecting debug...
Devang Patel
2010-04-28
Update tests. Now DBG_VALUE instruction is created only if alloca correspondi...
Devang Patel
2010-04-27
Un-XFAIL this on ppc. My enabling of dbg_declare handling
Dale Johannesen
2010-04-26
Use DW_AT_entry_pc instead of DW_AT_low_pc/DW_AT_high_pc pair. This simplifie...
Devang Patel
2010-04-22
Remove the test for now.
Devang Patel
2010-04-22
Adjust debug range offsets for isWeakForLinker() functions.
Devang Patel
2010-04-20
Add RUN:
Devang Patel
2010-04-19
Fix typo. add a test case.
Devang Patel
2010-04-13
XFAIL this test for powerpc.
Devang Patel
2010-04-13
Do not include types without any definition in pubtypes list.
Devang Patel
2010-04-07
add newlines at the end of files.
Chris Lattner
2010-04-07
Split big test into multiple directories to cater to
Dale Johannesen
2010-04-07
Test that DEBUG_VALUE comments come out on a variety of targets.
Dale Johannesen
2010-04-06
Do not emit specification DIE with DW_AT_specification attribute for member f...
Devang Patel
2010-04-01
change this from using '!dbg' to using '!dbgx'. The
Chris Lattner
2010-03-30
Ignore invalid metadata.
Devang Patel
2010-03-24
Do not rely on getCompileUnit() to find source file information for a subprog...
Devang Patel
2010-03-22
Emit DW_AT_low_pc and DW_AT_high_pc attributes for TAG_compile_unit.
Devang Patel
2010-03-19
call void @llvm.dbg.declare(metadata !{i32* null}, metadata !1)
Devang Patel
2010-03-12
Fix llc crash on invalid input.
Devang Patel
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
[next]