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
2012-04-04
Fix a C++11 UDL conflict.
Benjamin Kramer
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-12
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-05
Audited all the format strings in libDebugInfo and fixed those that didn't ma...
Benjamin Kramer
2011-11-05
Reduce the offsets in DwarfDebugInfoEntry to 32 bit, they're printed with %x and
Benjamin Kramer
2011-11-05
Add more PRI.64 macros for MSVC and use them throughout the codebase.
Benjamin Kramer
2011-11-03
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-10-08
lib/DebugInfo/DWARFDebugLine.cpp: De-Unicode-ify.
NAKAMURA Takumi
2011-10-08
Whitespace
NAKAMURA Takumi
2011-09-21
DWARF: avoid unnecessary map lookups.
Benjamin Kramer
2011-09-16
Namespacify.
Benjamin Kramer
2011-09-15
DWARF: Reset the state after parsing a line table prologue and remove an unne...
Benjamin Kramer
2011-09-15
DWARF: Don't crash when looking up an invalid address.
Benjamin Kramer
2011-09-15
DWARF: Put all the pieces we have together and provide a single accessor to D...
Benjamin Kramer
2011-09-15
DWARF: Remove accessors that parse the whole line table section in one go, th...
Benjamin Kramer
2011-09-15
DWARF: Print line tables per compile unit, so they get the right address size.
Benjamin Kramer
2011-09-15
DWARF: wire up .debug_str dumping.
Benjamin Kramer
2011-09-15
DWARF: Make DIE printing more bulletproof.
Benjamin Kramer
2011-09-15
DWARF: Print the number for unknown abbrev fields.
Benjamin Kramer
2011-09-15
DWARF: Fail gracefully when encountering unknown values in an abbrev.
Benjamin Kramer
2011-09-15
Give structs with virtual methods a virtual destructor.
Nick Lewycky
2011-09-15
DWARF: Silence GCC -Wsign-compare warning.
Benjamin Kramer
2011-09-15
DWARF: Fix indentation.
Benjamin Kramer
2011-09-15
DWARF: Include <algorithm> explicitly.
Benjamin Kramer
2011-09-15
DWARF: Add basic support for line tables.
Benjamin Kramer
2011-09-14
DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...
Benjamin Kramer
2011-09-14
DWARF: Reorder fields to reduce padding.
Benjamin Kramer
2011-09-14
DWARF: Improve indentation of DIE dumping so it's easier to see the structure.
Benjamin Kramer
2011-09-14
llvm-dwarfdump: Make the "is debug info section" heuristic stricter so it doe...
Benjamin Kramer
2011-09-14
Don't rely in <algorithm> being pulled in transitively.
Benjamin Kramer
2011-09-14
DWARF: Port support for parsing .debug_aranges section from LLDB and wire it ...
Benjamin Kramer
2011-09-14
DebugInfo: Don't print DIEs multiple times.
Benjamin Kramer
2011-09-13
Style & indentation tweaks.
Benjamin Kramer
2011-09-13
I know copy&paste!
Benjamin Kramer
2011-09-13
Sketch out a DWARF parser.
Benjamin Kramer