summaryrefslogtreecommitdiff
path: root/lib/DebugInfo
Commit message (Expand)AuthorAge
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-30
* [Sparc] Add support for parsing DW_CFA_GNU_window_save. Venkatraman Govindaraju2014-01-26
* DWARFContext: Fix possible memory leak since r198908.NAKAMURA Takumi2014-01-24
* Change createObjectFile to return an ErrorOr.Rafael Espindola2014-01-22
* llvm-dwarfdump: type unit dwo supportDavid Blaikie2014-01-09
* Simplify/collapse/denest a conditions/blocks.David Blaikie2014-01-09
* llvm-dwarfdump: reorder dwo sections to immediately proceed their non-dwo equ...David Blaikie2014-01-08
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-13
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-13
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-13
* DebugInfo: Avoid emitting pubtype entries for type DIEs that just indirect to...David Blaikie2013-11-26
* 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