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-02-05
Add support for emitting a stub DW_AT_GNU_dwo_id as part of the
Eric Christopher
2013-02-04
Update debugging test for change in expected metadata.
Tim Northover
2013-02-04
[DebugInfo] remove more node indirection (this time from the subprogram's var...
David Blaikie
2013-02-02
Remove the (apparently) unnecessary debug info metadata indirection.
David Blaikie
2013-02-02
Removing ssp and uwtable from the testcase
Manman Ren
2013-02-01
[Dwarf] avoid emitting multiple AT_const_value for static memebers.
Manman Ren
2013-02-01
Add explicit triples to AArch64 tests
Tim Northover
2013-01-31
Add AArch64 as an experimental target.
Tim Northover
2013-01-29
Support artificial parameters in function types.
David Blaikie
2013-01-26
PR14566: Debug Info: Removing top level lexical blocks
David Blaikie
2013-01-26
Add DIContext::getLineInfoForAddressRange() function and test. This function...
Andrew Kaylor
2013-01-25
Add support for applying in-memory relocations to the .debug_line section and...
Andrew Kaylor
2013-01-25
Add back a RUN line removed by mistake by a previous commit
Eli Bendersky
2013-01-25
Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,
Eli Bendersky
2013-01-25
Add command-line flags for DWARF dumping.
Eli Bendersky
2013-01-20
The last of PR14471 - emission of constant floats
David Blaikie
2013-01-19
Fix a latent bug exposed by recent static member debug info changes.
David Blaikie
2013-01-18
Split out DW_OP_addr for the split debug info DWARF5 proposal.
Eric Christopher
2013-01-17
Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this by
Eric Christopher
2013-01-17
Add the DW_AT_GNU_addr_base for the skeleton cu. Add support for
Eric Christopher
2013-01-16
Make this test X86 only.
Eric Christopher
2013-01-16
Move this to X86.
Eric Christopher
2013-01-16
Add testcase missed yesterday from Paul Robinson.
Eric Christopher
2013-01-15
Split address information for DWARF5 split dwarf proposal. This involves
Eric Christopher
2013-01-08
Add the C testcase to this file.
Eric Christopher
2013-01-08
Remove the llvm-local DW_TAG_vector_type tag and add a test to
Eric Christopher
2013-01-08
Mark artificial types as such in the annotated debug output.
David Blaikie
2013-01-07
Add support for separating strings for the split debug info DWARF5
Eric Christopher
2013-01-07
Make test/DebugInfo/member-pointers.ll portable by removing the TargetData
David Blaikie
2013-01-07
PR14759: Debug info support for C++ member pointers.
David Blaikie
2013-01-05
Include access modifiers in subprogram metadata IR comment.
David Blaikie
2013-01-05
Emit DW_TAG_formal_parameter for unnamed parameters.
David Blaikie
2013-01-04
Add a name for the anonymous type we're creating for subrange
Eric Christopher
2013-01-02
Extend the dumping infrastructure to deal with additional
Eric Christopher
2012-12-27
For the dwarf5 split debug info code split out the string section
Eric Christopher
2012-12-27
FileCheck-ize.
Eric Christopher
2012-12-27
FileCheck-ize.
Eric Christopher
2012-12-27
Right now all of the relocations are 32-bit dwarf, and the relocation
Eric Christopher
2012-12-21
Move these files over to the debug info directory.
Eric Christopher
2012-12-19
Split out abbreviations for the skeleton info from the rest of
Eric Christopher
2012-12-18
Add support for passing -main-file-name all the way through to
Eric Christopher
2012-12-13
Debug Info: add support to mark member variables as artificial
David Blaikie
2012-12-10
Refactor out the abbreviation handling into a separate class that
Eric Christopher
2012-12-10
Use the somewhat semantic term "split dwarf" it more matches what's
Eric Christopher
2012-12-06
Handle non-default array bounds.
Bill Wendling
2012-12-04
Use the 'count' attribute to calculate the upper bound of an array.
Bill Wendling
2012-12-04
Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDB
David Blaikie
2012-12-04
Add a 'count' field to the DWARF subrange.
Bill Wendling
2012-12-03
Simplify this test a bit because DWARF emission/dumping on some platforms
Eli Bendersky
2012-12-03
Fix PR12942: Allow two CUs to be generated from the same source file.
Eli Bendersky
[prev]
[next]