aboutsummaryrefslogtreecommitdiffstats
path: root/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
...
* Make DWARFCompileUnit non-copyableAlexey Samsonov2013-08-233-37/+40
* llvm-dwarfdump: Do not include address offsets for attributes, only for tagsDavid Blaikie2013-08-191-1/+1
* Store compile unit corresponding to each chain of inlined debug info entries....Alexey Samsonov2013-08-065-39/+44
* Add LLVM-style RTTI to DIContext/DWARFContext classesAlexey Samsonov2013-08-061-1/+6
* Allow 4 as a valid debug info version.Eric Christopher2013-08-061-1/+1
* DebugInfo: Factor out parsing compile unit DIEs to a separate function. Impro...Alexey Samsonov2013-07-152-78/+70
* Spell correct (s/begining/beginning/)David Blaikie2013-06-191-3/+3
* llvm-dwarfdump: Add support for dumping the .debug_loc sectionDavid Blaikie2013-06-196-1/+170
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-051-3/+2
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-301-8/+18
* Reformat comments here.Eric Christopher2013-05-301-26/+26
* libDebugInfo depends on libObject nowadays.Benjamin Kramer2013-05-091-1/+1
* Hoist boundary condition out of loop header.Eric Christopher2013-05-061-1/+2
* Untabify.Eric Christopher2013-05-061-5/+5
* Don't emit .dwo sections unless they exist.Eric Christopher2013-05-061-24/+30
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-251-1/+1
* Use zlib to uncompress debug sections in DWARF parser.Alexey Samsonov2013-04-232-0/+41
* Remove variable store that is never read.Eric Christopher2013-04-221-1/+0
* Use StringSwitch instead of long chain of if-else. No functionality change.Alexey Samsonov2013-04-171-37/+28
* Create a stub for DWARF parser unittestsAlexey Samsonov2013-04-174-85/+3
* Rename the C function to create a SLPVectorizerPass to something sane and exp...Benjamin Kramer2013-04-111-2/+3
* DWARF parser: Fix DWARF-2/3 incompatibility: size of DW_FORM_ref_addr is the ...Alexey Samsonov2013-04-093-45/+35
* DWARF parser: remove duplicated code and fix code style in DIE extractors.Alexey Samsonov2013-04-082-268/+81
* DW_FORM_sec_offset should be a relocation on platforms that useEric Christopher2013-04-071-2/+9
* Fix missing std::. Not sure how this compiles for anyone else.Matt Arsenault2013-03-211-1/+1
* xlC doesn't like Header being both a type and a member variable. Rename theRafael Espindola2013-03-202-20/+20
* 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