summaryrefslogtreecommitdiff
path: root/lib/DebugInfo
Commit message (Expand)AuthorAge
* 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
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* The section is .debug_line.Eric Christopher2012-11-27
* Add some basic support for the fission addr forms to DebugInfo.Eric Christopher2012-11-16
* [DebugInfo] Generate address ranges for compile units even if .debug_aranges ...Alexey Samsonov2012-11-16
* Rewrite DIContext interface to take an object. Update all callers.Eric Christopher2012-11-12
* Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...Alexey Samsonov2012-11-12
* Add a relocation visitor to lib object. This works via caching relocatedEric Christopher2012-11-07
* Reformat and 80-column this. It's not strictly conformingEric Christopher2012-10-30
* Use a typedef to reduce some typing and reformat code accordingly.Eric Christopher2012-10-16
* Variable name cleanup.Eric Christopher2012-10-16
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-18
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-05
* Remove unused typedefs gcc4.8 warns about.Roman Divacky2012-09-05
* Add support for fetching inlining context (stack of source code locations)Alexey Samsonov2012-09-04
* Refactor fetching file/line info from DWARFContext to simplify theAlexey Samsonov2012-08-30
* Fix compile error when building with C++11 - clang thinks that PRIx64 is a us...Marshall Clow2012-08-27
* DWARFDebugRangeList.cpp: Use PRIx64 for uint64_t as format string.NAKAMURA Takumi2012-08-27