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
/
DWARFFormValue.cpp
Age
Commit message (
Expand
)
Author
2013-04-22
Remove variable store that is never read.
Eric Christopher
2013-04-17
Create a stub for DWARF parser unittests
Alexey Samsonov
2013-04-11
Rename the C function to create a SLPVectorizerPass to something sane and exp...
Benjamin Kramer
2013-04-09
DWARF parser: Fix DWARF-2/3 incompatibility: size of DW_FORM_ref_addr is the ...
Alexey Samsonov
2013-04-07
DW_FORM_sec_offset should be a relocation on platforms that use
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-15
Split address information for DWARF5 split dwarf proposal. This involves
Eric Christopher
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-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-11-16
Add some basic support for the fission addr forms to DebugInfo.
Eric Christopher
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-09-05
Stop casting away const qualifier needlessly.
Roman Divacky
2012-08-24
Add support for some missing DW_FORM_*.
Eric Christopher
2012-04-04
Fix a C++11 UDL conflict.
Benjamin Kramer
2011-11-05
Audited all the format strings in libDebugInfo and fixed those that didn't ma...
Benjamin Kramer
2011-11-05
Add more PRI.64 macros for MSVC and use them throughout the codebase.
Benjamin Kramer
2011-09-15
DWARF: wire up .debug_str dumping.
Benjamin Kramer
2011-09-15
DWARF: Fix indentation.
Benjamin Kramer
2011-09-13
Style & indentation tweaks.
Benjamin Kramer
2011-09-13
Sketch out a DWARF parser.
Benjamin Kramer