summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARFContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-2/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* [DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier.Alexey Samsonov2014-05-151-44/+38
* [DWARF parser] Cleanup code in DWARFDebugLine.Alexey Samsonov2014-04-301-5/+8
* [DWARF parser] Cleanup code in DWARFDebugLine.Alexey Samsonov2014-04-291-1/+1
* [DWARF parser] Cleanup code in DWARFDebugAranges.Alexey Samsonov2014-04-251-0/+2
* [DWARF parser] Cleanup code in DWARFDebugAbbrev.Alexey Samsonov2014-04-251-2/+2
* [DWARF parser] DWARFUnit ctor doesn't need both parsed and raw .debug_abbrev ...Alexey Samsonov2014-04-241-13/+11
* [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
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-8/+7
* Simplify compression API by decompressing into a SmallVector rather than a Me...David Blaikie2014-04-051-5/+6
* DebugInfo: Support debug_loc under fissionDavid Blaikie2014-03-251-0/+16
* [C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov2014-03-141-8/+6
* [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-131-24/+15
* [C++11] Convert DWARF parser to range-based for loopsAlexey Samsonov2014-03-131-34/+34
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-5/+5
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-5/+5
* llvm-dwarfdump: Support for debug_line.dwo section for file names for type un...David Blaikie2014-02-241-0/+11
* 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
* DWARFContext: Fix possible memory leak since r198908.NAKAMURA Takumi2014-01-241-0/+1
* llvm-dwarfdump: type unit dwo supportDavid Blaikie2014-01-091-3/+36
* 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-071-1/+1
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-131-4/+2
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-131-2/+4
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-131-4/+2
* DebugInfo: Avoid emitting pubtype entries for type DIEs that just indirect to...David Blaikie2013-11-261-20/+22
* DebugInfo: Make pubnames header printing similar to unit header printingDavid Blaikie2013-11-011-4/+4
* DebugInfo: Introduce the notion of "form classes"Alexey Samsonov2013-10-281-4/+4
* [DebugInfo] Further simplify DWARFDebugAranges public interfaceAlexey Samsonov2013-10-021-6/+0
* Deallocate type units when destroying a DWARFContext.Benjamin Kramer2013-09-291-0/+1
* Rework conditional for printing out pub sections.Eric Christopher2013-09-271-7/+5
* Dump the normal dwarf pubtypes section as well.Eric Christopher2013-09-251-20/+26
* Unify pubsection/gnu pubsection printing.Eric Christopher2013-09-251-26/+21
* Slight formatting change for pubnames/pubtypes output.Eric Christopher2013-09-251-3/+3
* llvm-dwarfdump: add missing opening quotation mark lost in r191330David Blaikie2013-09-241-1/+1
* llvm-dwarfdump: re-add field formatting for the entry kind lost in r191329David Blaikie2013-09-241-1/+1
* llvm-dwarfdump support for gnu_pubtypesDavid Blaikie2013-09-241-20/+30
* Format the index entry kind string to align.Eric Christopher2013-09-241-3/+3
* Comments for r191234 as suggested by Eric Christopher.David Blaikie2013-09-231-0/+4
* llvm-dwarfdump/libDebugInfo support for type unitsDavid Blaikie2013-09-231-3/+36
* Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the comin...David Blaikie2013-09-231-6/+6
* DebugInfo: Wrap section data and relocs together for dwarf dumping supportDavid Blaikie2013-09-231-22/+22
* StringRef-ize some thingsDavid Blaikie2013-09-221-8/+4
* Revert r191062; the build break was also fixed in a different (incompatible) ...Richard Smith2013-09-201-3/+2
OpenPOWER on IntegriCloud