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
Age
Commit message (
Expand
)
Author
2013-02-22
Code cleanup: pass Offset by pointer to parseInstruction to more explicitly
Eli Bendersky
2013-02-21
Previously, parsing capability of the .debug_frame section was added
Eli Bendersky
2013-02-15
Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...
Benjamin Kramer
2013-02-12
Add support for the pubnames section to llvm-dwarfdump.
Krzysztof Parzyszek
2013-02-08
The patch to fix some issues in r174543 fixed the lines failing the test, but...
David Tweed
2013-02-07
FDE::dumpHeader(): Forgot to fix one more formatting, ... take two!
NAKAMURA Takumi
2013-02-07
FDE::dumpHeader(): Forgot to fix one more formatting. It affected bigendian h...
NAKAMURA Takumi
2013-02-07
DWARFDebugFrame.cpp: Fix formatting on i686 hosts.
NAKAMURA Takumi
2013-02-06
Add some comments to new frame entries
Eli Bendersky
2013-02-06
Failing builds because a private class member is not being used after
Eli Bendersky
2013-02-06
Add virtual desctructor to FrameEntry to avoid error on delete-non-virtual-dtor
Eli Bendersky
2013-02-06
Fix some formatting & add comments, following Eric's review
Eli Bendersky
2013-02-05
Add missing file to CMake list
Eli Bendersky
2013-02-05
Initial support for DWARF CFI parsing and dumping in LLVM
Eli Bendersky
2013-01-26
DWARFDebugLine.cpp: Fix true path. Did you forget "return true" here?
NAKAMURA Takumi
2013-01-26
Add DIContext::getLineInfoForAddressRange() function and test. This function...
Andrew Kaylor
2013-01-25
Fix a warning in the new DWARFheader. Add a new line at the end of the file.
Nadav Rotem
2013-01-25
Add support for applying in-memory relocations to the .debug_line section and...
Andrew Kaylor
2013-01-25
Add command-line flags for DWARF dumping.
Eli Bendersky
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-15
Split address information for DWARF5 split dwarf proposal. This involves
Eric Christopher
2013-01-09
[Object, DebugInfo] Make DWARFContext BE-aware.
NAKAMURA Takumi
2013-01-07
Whitespace and 80-col.
Eric Christopher
2013-01-07
Add support for separating strings for the split debug info DWARF5
Eric Christopher
2013-01-07
Update comment.
Eric Christopher
2013-01-04
Add a space to the end of the line so we don't get "itsbounds" in output.
Eric Christopher
2013-01-02
Extend the dumping infrastructure to deal with additional
Eric Christopher
2012-12-27
Right now all of the relocations are 32-bit dwarf, and the relocation
Eric Christopher
2012-12-21
Don't skip __DWARF,
Rafael Espindola
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-11-27
The section is .debug_line.
Eric Christopher
2012-11-16
Add some basic support for the fission addr forms to DebugInfo.
Eric Christopher
2012-11-16
[DebugInfo] Generate address ranges for compile units even if .debug_aranges ...
Alexey Samsonov
2012-11-12
Rewrite DIContext interface to take an object. Update all callers.
Eric Christopher
2012-11-12
Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...
Alexey Samsonov
2012-11-07
Add a relocation visitor to lib object. This works via caching relocated
Eric Christopher
2012-10-30
Reformat and 80-column this. It's not strictly conforming
Eric Christopher
2012-10-16
Use a typedef to reduce some typing and reformat code accordingly.
Eric Christopher
2012-10-16
Variable name cleanup.
Eric Christopher
2012-09-18
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-05
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
Remove unused typedefs gcc4.8 warns about.
Roman Divacky
2012-09-04
Add support for fetching inlining context (stack of source code locations)
Alexey Samsonov
2012-08-30
Refactor fetching file/line info from DWARFContext to simplify the
Alexey Samsonov
2012-08-27
Fix compile error when building with C++11 - clang thinks that PRIx64 is a us...
Marshall Clow
2012-08-27
DWARFDebugRangeList.cpp: Use PRIx64 for uint64_t as format string.
NAKAMURA Takumi
2012-08-27
[DebugInfo] fixup for r162657: update CMakeLists.txt
Alexey Samsonov
2012-08-27
Add basic support for .debug_ranges section to LLVM's DebugInfo library.
Alexey Samsonov
[next]