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
/
lib
/
DebugInfo
/
DWARFCompileUnit.h
Age
Commit message (
Expand
)
Author
2013-01-25
Add support for applying in-memory relocations to the .debug_line section and...
Andrew Kaylor
2013-01-15
Split address information for DWARF5 split dwarf proposal. This involves
Eric Christopher
2013-01-07
Add support for separating strings for the split debug info DWARF5
Eric Christopher
2013-01-02
Extend the dumping infrastructure to deal with additional
Eric Christopher
2012-09-04
Add support for fetching inlining context (stack of source code locations)
Alexey Samsonov
2012-07-19
DebugInfo library: add support for fetching absolute paths to source files
Alexey Samsonov
2012-07-04
Fix a bug in DebugInfo lib, extend a comment for one of the methods
Alexey Samsonov
2012-07-02
This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...
Alexey Samsonov
2011-09-15
DWARF: Print line tables per compile unit, so they get the right address size.
Benjamin Kramer
2011-09-14
DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...
Benjamin Kramer
2011-09-13
Sketch out a DWARF parser.
Benjamin Kramer