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
2013-03-22
Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...
David Blaikie
2013-03-22
Remove the ARM-specific variant of this test. It's already covered by
Chandler Carruth
2013-03-21
Refactor the filename/directory information in DISubprogram to refer directly...
David Blaikie
2013-03-21
Move the DIFile in DISubprogram to the beginning to be a common prefix along ...
David Blaikie
2013-03-21
Remove unused field in DISubprogram
David Blaikie
2013-03-20
Debug info: refactor the first field of DICompileUnit to be a raw file/direct...
David Blaikie
2013-03-20
Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...
David Blaikie
2013-03-20
Remove unused field in DICompileUnit
David Blaikie
2013-03-20
Refactor file/directory path in namespace debug info to refer directly to the...
David Blaikie
2013-03-20
Enhance debug info namespace test to check for context/scope reference
David Blaikie
2013-03-20
Make target-specific test case in r177474 only run when that target is built
David Blaikie
2013-03-20
Reorder the DIFile parameter in DINameSpace
David Blaikie
2013-03-20
Test DW_TAG_namespace support in the backend
David Blaikie
2013-03-20
Fix test case regression on ARM & PPC introduced r177239
David Blaikie
2013-03-20
Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...
David Blaikie
2013-03-19
Move the DIFile operand to DITypes from the 4th operand to the 2nd.
David Blaikie
2013-03-17
Split out filename & directory from DIFile to start generalizing over DIScopes
David Blaikie
2013-03-14
Test that we emit a DW_AT_location for self captured by a block.
Adrian Prantl
2013-03-13
Remove an extra operand to a DIFile metadata entry
David Blaikie
2013-03-13
Remove the unused 4th operand for DIFile debug info metadata
David Blaikie
2013-03-13
Refactor filename/directory in DICompileUnit into a DIFile
David Blaikie
2013-03-12
Remove unused "isMain" field from DICompileUnit
David Blaikie
2013-03-12
Update debug info test cases with empty SplitDebugFilename field.
David Blaikie
2013-03-11
Upgrading debug info test cases to be (more) compatible with the current debu...
David Blaikie
2013-03-08
Remove -print-dbginfo as it is unused & bitrotten.
David Blaikie
2013-03-08
Upgrade tests to the latest debug info format.
David Blaikie
2013-03-07
Debug Info: store the files and directories for each compile unit.
Manman Ren
2013-02-27
Debug Info: for static member variables, always put AT_MIPS_linkage_name to the
Manman Ren
2013-02-27
Debug Info: for static member variables, add AT_MIPS_linkage_name to the
Manman Ren
2013-02-26
Revert r176120 as it caused a failure at static-member.cpp
Manman Ren
2013-02-26
Debug Info: for static member variables, move AT_MIPS_linkage_name from
Manman Ren
2013-02-22
Use getSplitDebugFilename when constructing the skeleton cu and
Eric Christopher
2013-02-21
Previously, parsing capability of the .debug_frame section was added
Eli Bendersky
2013-02-14
Add testcase for llvm-dwarfdump to test parsing of the pubnames data.
Krzysztof Parzyszek
2013-02-14
Moved line-info.ll to DebugInfo\X86 directory
Elena Demikhovsky
2013-02-14
The test failed on Windows. I've changed the platform to run to "x86_64-apple...
Elena Demikhovsky
2013-02-13
Clean up LDV, no functionality change.
Manman Ren
2013-02-13
Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back.
Manman Ren
2013-02-12
Remove target-specific info from the testcase for DWARF/pubnames.
Krzysztof Parzyszek
2013-02-12
Allow optionally generating pubnames section in DWARF info. Introduce
Krzysztof Parzyszek
2013-02-11
AArch64: generate dwarfdump test rather than include .o in subversion
Tim Northover
2013-02-11
AArch64: Add basic relocation processing for llvm-dwarfdump.
Tim Northover
2013-02-09
Dwarf: do not use line_table_start in at_stmt_list since we do not always emit
Manman Ren
2013-02-08
Update tests for DWARF parser: store sources next to pre-built object files a...
Alexey Samsonov
2013-02-06
Fix typo
Eli Bendersky
2013-02-06
Add a comment to the test that points to the source from which the input object
Eli Bendersky
2013-02-06
Add a test for checking the current .debug_frame dumping capability.
Eli Bendersky
2013-02-06
Attempt to recover gdb bot after r174445.
Manman Ren
2013-02-05
Dwarf: support for LTO where a single object file can have multiple line tables
Manman Ren
2013-02-05
Add support for testing the output of the abbrev table for the
Eric Christopher
[next]