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
Age
Commit message (
Expand
)
Author
2013-05-06
Hoist boundary condition out of loop header.
Eric Christopher
2013-05-06
Untabify.
Eric Christopher
2013-05-06
Don't emit .dwo sections unless they exist.
Eric Christopher
2013-04-25
Clarify getRelocationAddress x getRelocationOffset a bit.
Rafael Espindola
2013-04-23
Use zlib to uncompress debug sections in DWARF parser.
Alexey Samsonov
2013-04-22
Remove variable store that is never read.
Eric Christopher
2013-04-17
Use StringSwitch instead of long chain of if-else. No functionality change.
Alexey Samsonov
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-08
DWARF parser: remove duplicated code and fix code style in DIE extractors.
Alexey Samsonov
2013-04-07
DW_FORM_sec_offset should be a relocation on platforms that use
Eric Christopher
2013-03-21
Fix missing std::. Not sure how this compiles for anyone else.
Matt Arsenault
2013-03-20
xlC doesn't like Header being both a type and a member variable. Rename the
Rafael Espindola
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
[next]