summaryrefslogtreecommitdiff
path: root/lib/DebugInfo
Commit message (Expand)AuthorAge
* [llvm-symbolizer] Print file/line for a PC even if there is no DIE describing...Alexey Samsonov2014-04-18
* [DWARF parser] Turn DILineInfo into a struct.Alexey Samsonov2014-04-18
* [DWARF parser] Respect address ranges specified in compile unit DIE.Alexey Samsonov2014-04-18
* DebugInfo: Remove some initializer lists to make MSVC happy again.Benjamin Kramer2014-04-18
* [DWARF parser] Refactor fetching DIE address ranges.Alexey Samsonov2014-04-18
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* Simplify compression API by decompressing into a SmallVector rather than a Me...David Blaikie2014-04-05
* DebugInfo: Support debug_loc under fissionDavid Blaikie2014-03-25
* Make some assertions on constant expressions static.Benjamin Kramer2014-03-15
* [C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov2014-03-14
* Use ctor instead of initializer list to appease Windows buildbotsAlexey Samsonov2014-03-14
* Use temporary instead of a local variable hereAlexey Samsonov2014-03-14
* [C++11] Introduce ObjectFile::sections().Alexey Samsonov2014-03-13
* [C++11] DWARF parser: use SmallVector<std::unique_ptr> for parsed units in DW...Alexey Samsonov2014-03-13
* [C++11] Convert DWARF parser to range-based for loopsAlexey Samsonov2014-03-13
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* [C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth2014-03-02
* llvm-dwarfdump: Support for debug_line.dwo section for file names for type un...David Blaikie2014-02-24
* Support DWARF discriminators in object streamer.Diego Novillo2014-02-14
* make llvm-dwarfdump a little more resilient when parsing .debug_locAdrian Prantl2014-02-11
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-10
* 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