summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* [modules] Add module maps for LLVM. These are not quite ready for prime-timeRichard Smith2014-05-211-0/+1
* [DWARF parser] Teach DIContext to fetch short (non-linkage) function names fo...Alexey Samsonov2014-05-171-7/+9
* [DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier.Alexey Samsonov2014-05-155-53/+55
* [DWARF parser] Cleanup code in DWARFDebugLine.Alexey Samsonov2014-04-303-128/+112
* [DWARF parser] Cleanup code in DWARFDebugLine.Alexey Samsonov2014-04-293-98/+119
* [DWARF parser] Compress DIEMinimal even further, simplify building DIE tree.Alexey Samsonov2014-04-292-62/+29
* [DWARF parser] DWARFDebugFrame: Make FrameEntry struct smaller.Alexey Samsonov2014-04-281-27/+24
* [DWARF parser] DWARFDebugFrame: use unique_ptr instead of raw pointerAlexey Samsonov2014-04-282-23/+10
* [DWARF parser] Simplify DWARFDebugAranges generation.Alexey Samsonov2014-04-282-20/+2
* [C++] Use 'nullptr'.Craig Topper2014-04-283-11/+11
* Fix missing includeAlexey Samsonov2014-04-251-0/+1
* [DWARF parser] Cleanup code in DWARFDebugAranges.Alexey Samsonov2014-04-253-11/+13
* [DWARF parser] Cleanup code in DWARFDebugAbbrev.Alexey Samsonov2014-04-253-73/+73
* [DWARF parser] Make a few methods non-publicAlexey Samsonov2014-04-243-10/+12
* [DWARF parser] DWARFUnit ctor doesn't need both parsed and raw .debug_abbrev ...Alexey Samsonov2014-04-245-36/+34
* [DWARF parser] Simplify and re-format a methodAlexey Samsonov2014-04-242-11/+13
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
* [llvm-symbolizer] Print file/line for a PC even if there is no DIE describing...Alexey Samsonov2014-04-181-9/+20
* [DWARF parser] Turn DILineInfo into a struct.Alexey Samsonov2014-04-181-54/+46
* [DWARF parser] Respect address ranges specified in compile unit DIE.Alexey Samsonov2014-04-181-0/+7
* DebugInfo: Remove some initializer lists to make MSVC happy again.Benjamin Kramer2014-04-181-3/+3
* [DWARF parser] Refactor fetching DIE address ranges.Alexey Samsonov2014-04-187-64/+72
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-157-38/+38
* Simplify compression API by decompressing into a SmallVector rather than a Me...David Blaikie2014-04-052-6/+7
* DebugInfo: Support debug_loc under fissionDavid Blaikie2014-03-254-0/+96
* Make some assertions on constant expressions static.Benjamin Kramer2014-03-151-1/+3
* [C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov2014-03-141-8/+6
* Use ctor instead of initializer list to appease Windows buildbotsAlexey Samsonov2014-03-142-1/+2
* Use temporary instead of a local variable hereAlexey Samsonov2014-03-141-2/+1
* [C++11] Introduce ObjectFile::sections().Alexey Samsonov2014-03-131-17/+15
* [C++11] DWARF parser: use SmallVector<std::unique_ptr> for parsed units in DW...Alexey Samsonov2014-03-132-31/+20
* [C++11] Convert DWARF parser to range-based for loopsAlexey Samsonov2014-03-1316-165/+163
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-063-16/+14
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-5/+5
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-053-33/+33
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-022-3/+3
* [C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth2014-03-021-1/+1
* llvm-dwarfdump: Support for debug_line.dwo section for file names for type un...David Blaikie2014-02-244-15/+35
* Support DWARF discriminators in object streamer.Diego Novillo2014-02-142-3/+12
* make llvm-dwarfdump a little more resilient when parsing .debug_locAdrian Prantl2014-02-111-1/+3
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-101-6/+6
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-301-5/+4
* [Sparc] Add support for parsing DW_CFA_GNU_window_save. Venkatraman Govindaraju2014-01-261-0/+1
* DWARFContext: Fix possible memory leak since r198908.NAKAMURA Takumi2014-01-241-0/+1
* Change createObjectFile to return an ErrorOr.Rafael Espindola2014-01-221-2/+2
* llvm-dwarfdump: type unit dwo supportDavid Blaikie2014-01-092-3/+60
* Simplify/collapse/denest a conditions/blocks.David Blaikie2014-01-091-32/+31
* llvm-dwarfdump: reorder dwo sections to immediately proceed their non-dwo equ...David Blaikie2014-01-081-27/+27
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-074-4/+4
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-132-9/+8
OpenPOWER on IntegriCloud