summaryrefslogtreecommitdiff
path: root/lib/DebugInfo
Commit message (Expand)AuthorAge
* Spell correct (s/begining/beginning/)David Blaikie2013-06-19
* llvm-dwarfdump: Add support for dumping the .debug_loc sectionDavid Blaikie2013-06-19
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-05
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-30
* Reformat comments here.Eric Christopher2013-05-30
* libDebugInfo depends on libObject nowadays.Benjamin Kramer2013-05-09
* Hoist boundary condition out of loop header.Eric Christopher2013-05-06
* Untabify.Eric Christopher2013-05-06
* Don't emit .dwo sections unless they exist.Eric Christopher2013-05-06
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-25
* Use zlib to uncompress debug sections in DWARF parser.Alexey Samsonov2013-04-23
* Remove variable store that is never read.Eric Christopher2013-04-22
* Use StringSwitch instead of long chain of if-else. No functionality change.Alexey Samsonov2013-04-17
* Create a stub for DWARF parser unittestsAlexey Samsonov2013-04-17
* Rename the C function to create a SLPVectorizerPass to something sane and exp...Benjamin Kramer2013-04-11
* DWARF parser: Fix DWARF-2/3 incompatibility: size of DW_FORM_ref_addr is the ...Alexey Samsonov2013-04-09
* DWARF parser: remove duplicated code and fix code style in DIE extractors.Alexey Samsonov2013-04-08
* DW_FORM_sec_offset should be a relocation on platforms that useEric Christopher2013-04-07
* Fix missing std::. Not sure how this compiles for anyone else.Matt Arsenault2013-03-21
* xlC doesn't like Header being both a type and a member variable. Rename theRafael Espindola2013-03-20
* Code cleanup: pass Offset by pointer to parseInstruction to more explicitlyEli Bendersky2013-02-22
* Previously, parsing capability of the .debug_frame section was addedEli Bendersky2013-02-21
* Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer2013-02-15
* Add support for the pubnames section to llvm-dwarfdump.Krzysztof Parzyszek2013-02-12
* The patch to fix some issues in r174543 fixed the lines failing the test, but...David Tweed2013-02-08
* FDE::dumpHeader(): Forgot to fix one more formatting, ... take two!NAKAMURA Takumi2013-02-07
* FDE::dumpHeader(): Forgot to fix one more formatting. It affected bigendian h...NAKAMURA Takumi2013-02-07
* DWARFDebugFrame.cpp: Fix formatting on i686 hosts.NAKAMURA Takumi2013-02-07
* Add some comments to new frame entriesEli Bendersky2013-02-06
* Failing builds because a private class member is not being used afterEli Bendersky2013-02-06
* Add virtual desctructor to FrameEntry to avoid error on delete-non-virtual-dtorEli Bendersky2013-02-06
* Fix some formatting & add comments, following Eric's reviewEli Bendersky2013-02-06
* Add missing file to CMake listEli Bendersky2013-02-05
* Initial support for DWARF CFI parsing and dumping in LLVMEli Bendersky2013-02-05
* DWARFDebugLine.cpp: Fix true path. Did you forget "return true" here?NAKAMURA Takumi2013-01-26
* Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor2013-01-26
* Fix a warning in the new DWARFheader. Add a new line at the end of the file.Nadav Rotem2013-01-25
* Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor2013-01-25
* Add command-line flags for DWARF dumping.Eli Bendersky2013-01-25
* Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this byEric Christopher2013-01-17
* Add the DW_AT_GNU_addr_base for the skeleton cu. Add support forEric Christopher2013-01-17
* Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher2013-01-15
* [Object, DebugInfo] Make DWARFContext BE-aware.NAKAMURA Takumi2013-01-09
* Whitespace and 80-col.Eric Christopher2013-01-07
* Add support for separating strings for the split debug info DWARF5Eric Christopher2013-01-07
* Update comment.Eric Christopher2013-01-07
* Add a space to the end of the line so we don't get "itsbounds" in output.Eric Christopher2013-01-04
* Extend the dumping infrastructure to deal with additionalEric Christopher2013-01-02
* Right now all of the relocations are 32-bit dwarf, and the relocationEric Christopher2012-12-27
* Don't skip __DWARF,Rafael Espindola2012-12-21