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
/
DWARFCompileUnit.cpp
Age
Commit message (
Expand
)
Author
2013-04-17
Create a stub for DWARF parser unittests
Alexey Samsonov
2013-04-09
DWARF parser: Fix DWARF-2/3 incompatibility: size of DW_FORM_ref_addr is the ...
Alexey Samsonov
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-09-04
Add support for fetching inlining context (stack of source code locations)
Alexey Samsonov
2012-08-23
Formatting cleanup.
Eric Christopher
2012-08-23
Add an assert here in case parsing gave us a NULL compile unit.
Eric Christopher
2012-08-23
Tidy.
Eric Christopher
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-14
DebugInfo: Don't print DIEs multiple times.
Benjamin Kramer
2011-09-13
Sketch out a DWARF parser.
Benjamin Kramer