summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARFDebugAranges.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move DebugInfo to DebugInfo/DWARF.Zachary Turner2015-01-301-129/+0
* [DebugInfo] Move all DWARF headers to the public include directory.Frederic Riss2014-12-191-4/+4
* [DWARF parser] Fix broken address ranges construction.Alexey Samsonov2014-06-121-48/+36
* [DWARF parser] Simplify DWARFDebugAranges generation.Alexey Samsonov2014-04-281-19/+2
* [DWARF parser] Cleanup code in DWARFDebugAranges.Alexey Samsonov2014-04-251-0/+6
* [DWARF parser] Refactor fetching DIE address ranges.Alexey Samsonov2014-04-181-2/+7
* [C++11] Convert DWARF parser to range-based for loopsAlexey Samsonov2014-03-131-15/+10
* [DebugInfo] Further simplify DWARFDebugAranges public interfaceAlexey Samsonov2013-10-021-20/+17
* [DebugInfo] Simplify and speedup .debug_aranges parsingAlexey Samsonov2013-10-011-58/+25
* [DebugInfo] Further simplify DWARFDebugAranges. No functionality change.Alexey Samsonov2013-10-011-29/+21
* [DebugInfo] Remove unused functions from DWARFDebugAranges and fix code style.Alexey Samsonov2013-10-011-70/+36
* Add support for DebugFission to DWARF parserAlexey Samsonov2013-08-271-1/+1
* Fix missing std::. Not sure how this compiles for anyone else.Matt Arsenault2013-03-211-1/+1
* [DebugInfo] Generate address ranges for compile units even if .debug_aranges ...Alexey Samsonov2012-11-161-21/+28
* Remove unused typedefs gcc4.8 warns about.Roman Divacky2012-09-051-1/+0
* This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov2012-07-021-1/+1
* Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer2011-11-051-3/+4
* DWARF: Reset the state after parsing a line table prologue and remove an unne...Benjamin Kramer2011-09-151-1/+1
* DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...Benjamin Kramer2011-09-141-0/+13
* DWARF: Port support for parsing .debug_aranges section from LLDB and wire it ...Benjamin Kramer2011-09-141-0/+210
OpenPOWER on IntegriCloud