aboutsummaryrefslogtreecommitdiffstats
path: root/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* Deallocate type units when destroying a DWARFContext.Benjamin Kramer2013-09-291-0/+1
* Rework conditional for printing out pub sections.Eric Christopher2013-09-271-7/+5
* Dump the normal dwarf pubtypes section as well.Eric Christopher2013-09-252-20/+29
* Unify pubsection/gnu pubsection printing.Eric Christopher2013-09-251-26/+21
* Slight formatting change for pubnames/pubtypes output.Eric Christopher2013-09-251-3/+3
* llvm-dwarfdump: add missing opening quotation mark lost in r191330David Blaikie2013-09-241-1/+1
* llvm-dwarfdump: re-add field formatting for the entry kind lost in r191329David Blaikie2013-09-241-1/+1
* llvm-dwarfdump support for gnu_pubtypesDavid Blaikie2013-09-242-20/+33
* DWARFTypeUnit::dump(): Use PRIx64 to format uint64_t.NAKAMURA Takumi2013-09-241-1/+1
* Format the index entry kind string to align.Eric Christopher2013-09-241-3/+3
* Comments for r191234 as suggested by Eric Christopher.David Blaikie2013-09-231-0/+4
* Unbreak the build (from r191233)since we're calling printf.David Blaikie2013-09-231-0/+1
* llvm-dwarfdump/libDebugInfo support for type unitsDavid Blaikie2013-09-235-3/+135
* Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the comin...David Blaikie2013-09-239-667/+696
* DebugInfo: Wrap section data and relocs together for dwarf dumping supportDavid Blaikie2013-09-232-48/+39
* Remove dead codeDavid Blaikie2013-09-221-17/+0
* StringRef-ize some thingsDavid Blaikie2013-09-221-8/+4
* Revert r191062; the build break was also fixed in a different (incompatible) ...Richard Smith2013-09-201-3/+2
* Unbreak Clang build after r191050: don't pass a StringRef to snprintf.Richard Smith2013-09-201-2/+3
* DebugInfo: constrain gnu pubnames test furtherDavid Blaikie2013-09-191-2/+2
* DebugInfo: llvm-dwarfdump support for gnu_pubnames sectionDavid Blaikie2013-09-192-0/+25
* Add support for DebugFission to DWARF parserAlexey Samsonov2013-08-276-85/+246
* 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