summaryrefslogtreecommitdiff
path: root/lib/DebugInfo
Commit message (Expand)AuthorAge
* DebugInfo: Make pubnames header printing similar to unit header printingDavid Blaikie2013-11-01
* DWARFDebugArangeSet: remove dead codeAlexey Samsonov2013-10-31
* DWARFUnit: kill dead code and make a couple of functions private. No function...Alexey Samsonov2013-10-31
* DWARFAbbreviationDeclaration: remove dead code, refactor parsing code and mak...Alexey Samsonov2013-10-31
* DWARF parser: propery handle DW_FORM_ref_sig8 and fix Windows build.Alexey Samsonov2013-10-29
* Quick-fix DebugInfo build on WindowsTimur Iskhodzhanov2013-10-29
* Clean up.Richard Smith2013-10-29
* DWARFFormValue.cpp: Appease gcc to give explicit constructors.NAKAMURA Takumi2013-10-29
* Merge DWARFDIE::extractFast and DWARFDIE::extract into one function.Alexey Samsonov2013-10-28
* DWARF parser: Use ArrayRef to represent form sizes and simplify DWARFDIE::ext...Alexey Samsonov2013-10-28
* DWARF parser: since DWARF4, DW_AT_high_pc may be a constant representing func...Alexey Samsonov2013-10-28
* DebugInfo: Introduce the notion of "form classes"Alexey Samsonov2013-10-28
* Correct log message typo: ended ad -> ended atEd Maste2013-10-18
* [DebugInfo] Remove unneeded struct member and hide struct definition. No func...Alexey Samsonov2013-10-18
* [DebugInfo] Remove dead code.Alexey Samsonov2013-10-18
* [DebugInfo] Delete dead code, simplify and fix code style for some existing c...Alexey Samsonov2013-10-17
* [DebugInfo] Further simplify DWARFDebugAranges public interfaceAlexey Samsonov2013-10-02
* [DebugInfo] Simplify and speedup .debug_aranges parsingAlexey Samsonov2013-10-01
* [DebugInfo] Further simplify DWARFDebugAranges. No functionality change.Alexey Samsonov2013-10-01
* [DebugInfo] Remove unused functions from DWARFDebugAranges and fix code style.Alexey Samsonov2013-10-01
* Deallocate type units when destroying a DWARFContext.Benjamin Kramer2013-09-29
* Rework conditional for printing out pub sections.Eric Christopher2013-09-27
* Dump the normal dwarf pubtypes section as well.Eric Christopher2013-09-25
* Unify pubsection/gnu pubsection printing.Eric Christopher2013-09-25
* Slight formatting change for pubnames/pubtypes output.Eric Christopher2013-09-25
* llvm-dwarfdump: add missing opening quotation mark lost in r191330David Blaikie2013-09-24
* llvm-dwarfdump: re-add field formatting for the entry kind lost in r191329David Blaikie2013-09-24
* llvm-dwarfdump support for gnu_pubtypesDavid Blaikie2013-09-24
* DWARFTypeUnit::dump(): Use PRIx64 to format uint64_t.NAKAMURA Takumi2013-09-24
* Format the index entry kind string to align.Eric Christopher2013-09-24
* Comments for r191234 as suggested by Eric Christopher.David Blaikie2013-09-23
* Unbreak the build (from r191233)since we're calling printf.David Blaikie2013-09-23
* llvm-dwarfdump/libDebugInfo support for type unitsDavid Blaikie2013-09-23
* Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the comin...David Blaikie2013-09-23
* DebugInfo: Wrap section data and relocs together for dwarf dumping supportDavid Blaikie2013-09-23
* Remove dead codeDavid Blaikie2013-09-22
* StringRef-ize some thingsDavid Blaikie2013-09-22
* Revert r191062; the build break was also fixed in a different (incompatible) ...Richard Smith2013-09-20
* Unbreak Clang build after r191050: don't pass a StringRef to snprintf.Richard Smith2013-09-20
* DebugInfo: constrain gnu pubnames test furtherDavid Blaikie2013-09-19
* DebugInfo: llvm-dwarfdump support for gnu_pubnames sectionDavid Blaikie2013-09-19
* Add support for DebugFission to DWARF parserAlexey Samsonov2013-08-27
* Make DWARFCompileUnit non-copyableAlexey Samsonov2013-08-23
* llvm-dwarfdump: Do not include address offsets for attributes, only for tagsDavid Blaikie2013-08-19
* Store compile unit corresponding to each chain of inlined debug info entries....Alexey Samsonov2013-08-06
* Add LLVM-style RTTI to DIContext/DWARFContext classesAlexey Samsonov2013-08-06
* Allow 4 as a valid debug info version.Eric Christopher2013-08-06
* DebugInfo: Factor out parsing compile unit DIEs to a separate function. Impro...Alexey Samsonov2013-07-15
* Spell correct (s/begining/beginning/)David Blaikie2013-06-19
* llvm-dwarfdump: Add support for dumping the .debug_loc sectionDavid Blaikie2013-06-19