summaryrefslogtreecommitdiff
path: root/lib/DebugInfo
AgeCommit message (Expand)AuthorFilesLines
2014-04-30[DWARF parser] Cleanup code in DWARFDebugLine.Alexey Samsonov3-128/+112
2014-04-29[DWARF parser] Cleanup code in DWARFDebugLine.Alexey Samsonov3-98/+119
2014-04-29[DWARF parser] Compress DIEMinimal even further, simplify building DIE tree.Alexey Samsonov2-62/+29
2014-04-28[DWARF parser] DWARFDebugFrame: Make FrameEntry struct smaller.Alexey Samsonov1-27/+24
2014-04-28[DWARF parser] DWARFDebugFrame: use unique_ptr instead of raw pointerAlexey Samsonov2-23/+10
2014-04-28[DWARF parser] Simplify DWARFDebugAranges generation.Alexey Samsonov2-20/+2
2014-04-28[C++] Use 'nullptr'.Craig Topper3-11/+11
2014-04-25Fix missing includeAlexey Samsonov1-0/+1
2014-04-25[DWARF parser] Cleanup code in DWARFDebugAranges.Alexey Samsonov3-11/+13
2014-04-25[DWARF parser] Cleanup code in DWARFDebugAbbrev.Alexey Samsonov3-73/+73
2014-04-24[DWARF parser] Make a few methods non-publicAlexey Samsonov3-10/+12
2014-04-24[DWARF parser] DWARFUnit ctor doesn't need both parsed and raw .debug_abbrev ...Alexey Samsonov5-36/+34
2014-04-24[DWARF parser] Simplify and re-format a methodAlexey Samsonov2-11/+13
2014-04-21[Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth1-0/+2
2014-04-18[llvm-symbolizer] Print file/line for a PC even if there is no DIE describing...Alexey Samsonov1-9/+20
2014-04-18[DWARF parser] Turn DILineInfo into a struct.Alexey Samsonov1-54/+46
2014-04-18[DWARF parser] Respect address ranges specified in compile unit DIE.Alexey Samsonov1-0/+7
2014-04-18DebugInfo: Remove some initializer lists to make MSVC happy again.Benjamin Kramer1-3/+3
2014-04-18[DWARF parser] Refactor fetching DIE address ranges.Alexey Samsonov7-64/+72
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper7-38/+38
2014-04-05Simplify compression API by decompressing into a SmallVector rather than a Me...David Blaikie2-6/+7
2014-03-25DebugInfo: Support debug_loc under fissionDavid Blaikie4-0/+96
2014-03-15Make some assertions on constant expressions static.Benjamin Kramer1-1/+3
2014-03-14[C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov1-8/+6
2014-03-14Use ctor instead of initializer list to appease Windows buildbotsAlexey Samsonov2-1/+2
2014-03-14Use temporary instead of a local variable hereAlexey Samsonov1-2/+1
2014-03-13[C++11] Introduce ObjectFile::sections().Alexey Samsonov1-17/+15
2014-03-13[C++11] DWARF parser: use SmallVector<std::unique_ptr> for parsed units in DW...Alexey Samsonov2-31/+20
2014-03-13[C++11] Convert DWARF parser to range-based for loopsAlexey Samsonov16-165/+163
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles3-16/+14
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles1-5/+5
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper3-33/+33
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2-3/+3
2014-03-02[C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth1-1/+1
2014-02-24llvm-dwarfdump: Support for debug_line.dwo section for file names for type un...David Blaikie4-15/+35
2014-02-14Support DWARF discriminators in object streamer.Diego Novillo2-3/+12
2014-02-11make llvm-dwarfdump a little more resilient when parsing .debug_locAdrian Prantl1-1/+3
2014-02-10Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola1-6/+6
2014-01-30Simplify the handling of iterators in ObjectFile.Rafael Espindola1-5/+4
2014-01-26[Sparc] Add support for parsing DW_CFA_GNU_window_save. Venkatraman Govindaraju1-0/+1
2014-01-24DWARFContext: Fix possible memory leak since r198908.NAKAMURA Takumi1-0/+1
2014-01-22Change createObjectFile to return an ErrorOr.Rafael Espindola1-2/+2
2014-01-09llvm-dwarfdump: type unit dwo supportDavid Blaikie2-3/+60
2014-01-09Simplify/collapse/denest a conditions/blocks.David Blaikie1-32/+31
2014-01-08llvm-dwarfdump: reorder dwo sections to immediately proceed their non-dwo equ...David Blaikie1-27/+27
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth4-4/+4
2013-12-13DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2-9/+8
2013-12-13Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2-8/+9
2013-12-13DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2-9/+8
2013-11-26DebugInfo: Avoid emitting pubtype entries for type DIEs that just indirect to...David Blaikie1-20/+22