summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFContext.cpp
Commit message (Expand)AuthorAge
* 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
* Unbreak Clang build after r191050: don't pass a StringRef to snprintf.Richard Smith2013-09-20
* DebugInfo: constrain gnu pubnames test furtherDavid Blaikie2013-09-19
* DebugInfo: llvm-dwarfdump support for gnu_pubnames sectionDavid Blaikie2013-09-19
* Make DWARFCompileUnit non-copyableAlexey Samsonov2013-08-23
* Store compile unit corresponding to each chain of inlined debug info entries....Alexey Samsonov2013-08-06
* llvm-dwarfdump: Add support for dumping the .debug_loc sectionDavid Blaikie2013-06-19
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-05
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-30
* Hoist boundary condition out of loop header.Eric Christopher2013-05-06
* Untabify.Eric Christopher2013-05-06
* Don't emit .dwo sections unless they exist.Eric Christopher2013-05-06
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-25
* Use zlib to uncompress debug sections in DWARF parser.Alexey Samsonov2013-04-23
* Use StringSwitch instead of long chain of if-else. No functionality change.Alexey Samsonov2013-04-17
* Add support for the pubnames section to llvm-dwarfdump.Krzysztof Parzyszek2013-02-12
* Initial support for DWARF CFI parsing and dumping in LLVMEli Bendersky2013-02-05
* Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor2013-01-26
* Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor2013-01-25
* Add command-line flags for DWARF dumping.Eli Bendersky2013-01-25
* Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher2013-01-15
* [Object, DebugInfo] Make DWARFContext BE-aware.NAKAMURA Takumi2013-01-09