aboutsummaryrefslogtreecommitdiffstats
path: root/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup: pass Offset by pointer to parseInstruction to more explicitlyEli Bendersky2013-02-221-29/+33
* Previously, parsing capability of the .debug_frame section was addedEli Bendersky2013-02-211-6/+170
* Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer2013-02-151-1/+2
* Add support for the pubnames section to llvm-dwarfdump.Krzysztof Parzyszek2013-02-122-0/+23
* The patch to fix some issues in r174543 fixed the lines failing the test, but...David Tweed2013-02-081-3/+3
* FDE::dumpHeader(): Forgot to fix one more formatting, ... take two!NAKAMURA Takumi2013-02-071-2/+2
* FDE::dumpHeader(): Forgot to fix one more formatting. It affected bigendian h...NAKAMURA Takumi2013-02-071-2/+3
* DWARFDebugFrame.cpp: Fix formatting on i686 hosts.NAKAMURA Takumi2013-02-071-3/+6
* Add some comments to new frame entriesEli Bendersky2013-02-061-0/+4
* Failing builds because a private class member is not being used afterEli Bendersky2013-02-061-0/+3
* Add virtual desctructor to FrameEntry to avoid error on delete-non-virtual-dtorEli Bendersky2013-02-061-0/+9
* Fix some formatting & add comments, following Eric's reviewEli Bendersky2013-02-061-12/+19
* Add missing file to CMake listEli Bendersky2013-02-051-0/+1
* Initial support for DWARF CFI parsing and dumping in LLVMEli Bendersky2013-02-054-1/+281
* DWARFDebugLine.cpp: Fix true path. Did you forget "return true" here?NAKAMURA Takumi2013-01-261-0/+2
* Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor2013-01-264-0/+139
* Fix a warning in the new DWARFheader. Add a new line at the end of the file.Nadav Rotem2013-01-251-1/+2
* Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor2013-01-256-8/+55
* Add command-line flags for DWARF dumping.Eli Bendersky2013-01-252-63/+83
* Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this byEric Christopher2013-01-172-18/+9
* Add the DW_AT_GNU_addr_base for the skeleton cu. Add support forEric Christopher2013-01-171-4/+2
* Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher2013-01-155-4/+44
* [Object, DebugInfo] Make DWARFContext BE-aware.NAKAMURA Takumi2013-01-091-1/+1
* Whitespace and 80-col.Eric Christopher2013-01-072-4/+6
* Add support for separating strings for the split debug info DWARF5Eric Christopher2013-01-076-9/+53
* Update comment.Eric Christopher2013-01-071-1/+1
* Add a space to the end of the line so we don't get "itsbounds" in output.Eric Christopher2013-01-041-1/+1
* Extend the dumping infrastructure to deal with additionalEric Christopher2013-01-026-29/+148
* Right now all of the relocations are 32-bit dwarf, and the relocationEric Christopher2012-12-271-4/+3
* Don't skip __DWARF,Rafael Espindola2012-12-211-2/+0
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-192-14/+14
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-1/+1
* The section is .debug_line.Eric Christopher2012-11-271-1/+1
* Add some basic support for the fission addr forms to DebugInfo.Eric Christopher2012-11-161-0/+10
* [DebugInfo] Generate address ranges for compile units even if .debug_aranges ...Alexey Samsonov2012-11-163-24/+39
* Rewrite DIContext interface to take an object. Update all callers.Eric Christopher2012-11-124-59/+105
* Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...Alexey Samsonov2012-11-123-20/+28
* Add a relocation visitor to lib object. This works via caching relocatedEric Christopher2012-11-073-9/+32
* Reformat and 80-column this. It's not strictly conformingEric Christopher2012-10-301-21/+29
* Use a typedef to reduce some typing and reformat code accordingly.Eric Christopher2012-10-161-12/+17
* Variable name cleanup.Eric Christopher2012-10-161-4/+4
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-181-2/+2
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-052-2/+2
* Remove unused typedefs gcc4.8 warns about.Roman Divacky2012-09-051-1/+0
* Add support for fetching inlining context (stack of source code locations)Alexey Samsonov2012-09-048-79/+279
* Refactor fetching file/line info from DWARFContext to simplify theAlexey Samsonov2012-08-304-63/+127
* Fix compile error when building with C++11 - clang thinks that PRIx64 is a us...Marshall Clow2012-08-271-2/+2
* DWARFDebugRangeList.cpp: Use PRIx64 for uint64_t as format string.NAKAMURA Takumi2012-08-271-2/+3
* [DebugInfo] fixup for r162657: update CMakeLists.txtAlexey Samsonov2012-08-271-0/+1
* Add basic support for .debug_ranges section to LLVM's DebugInfo library.Alexey Samsonov2012-08-275-5/+136