index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
DebugInfo
/
DWARFDebugInfoEntry.cpp
Age
Commit message (
Expand
)
Author
2012-09-04
Add support for fetching inlining context (stack of source code locations)
Alexey Samsonov
2012-08-24
Add support for some missing DW_FORM_*.
Eric Christopher
2012-08-24
Formatting.
Eric Christopher
2012-08-23
80-col.
Eric Christopher
2012-07-17
Improve behavior of DebugInfoEntryMinimal::getSubprogramName() introduced in ...
Alexey Samsonov
2012-07-02
This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...
Alexey Samsonov
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2011-11-05
Reduce the offsets in DwarfDebugInfoEntry to 32 bit, they're printed with %x and
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-14
DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...
Benjamin Kramer
2011-09-14
DWARF: Improve indentation of DIE dumping so it's easier to see the structure.
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
Sketch out a DWARF parser.
Benjamin Kramer