summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFContext.cpp
Commit message (Expand)AuthorAge
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* [DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier.Alexey Samsonov2014-05-15
* [DWARF parser] Cleanup code in DWARFDebugLine.Alexey Samsonov2014-04-30
* [DWARF parser] Cleanup code in DWARFDebugLine.Alexey Samsonov2014-04-29
* [DWARF parser] Cleanup code in DWARFDebugAranges.Alexey Samsonov2014-04-25
* [DWARF parser] Cleanup code in DWARFDebugAbbrev.Alexey Samsonov2014-04-25
* [DWARF parser] DWARFUnit ctor doesn't need both parsed and raw .debug_abbrev ...Alexey Samsonov2014-04-24
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* [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
* [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
* [C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey 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
* llvm-dwarfdump: Support for debug_line.dwo section for file names for type un...David Blaikie2014-02-24
* 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
* DWARFContext: Fix possible memory leak since r198908.NAKAMURA Takumi2014-01-24
* 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
* DebugInfo: Introduce the notion of "form classes"Alexey Samsonov2013-10-28
* [DebugInfo] Further simplify DWARFDebugAranges public interfaceAlexey Samsonov2013-10-02
* 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
* Format the index entry kind string to align.Eric Christopher2013-09-24
* Comments for r191234 as suggested by Eric Christopher.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
* StringRef-ize some thingsDavid Blaikie2013-09-22
* Revert r191062; the build break was also fixed in a different (incompatible) ...Richard Smith2013-09-20