summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFContext.cpp
Commit message (Expand)AuthorAge
* 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
* Add support for separating strings for the split debug info DWARF5Eric Christopher2013-01-07
* Extend the dumping infrastructure to deal with additionalEric Christopher2013-01-02
* Don't skip __DWARF,Rafael Espindola2012-12-21
* The section is .debug_line.Eric Christopher2012-11-27
* [DebugInfo] Generate address ranges for compile units even if .debug_aranges ...Alexey Samsonov2012-11-16
* Rewrite DIContext interface to take an object. Update all callers.Eric Christopher2012-11-12
* Use a typedef to reduce some typing and reformat code accordingly.Eric Christopher2012-10-16
* Variable name cleanup.Eric Christopher2012-10-16
* Add support for fetching inlining context (stack of source code locations)Alexey Samsonov2012-09-04
* Refactor fetching file/line info from DWARFContext to simplify theAlexey Samsonov2012-08-30
* Add basic support for .debug_ranges section to LLVM's DebugInfo library.Alexey Samsonov2012-08-27
* Fix the representation of debug line table in DebugInfo LLVM library,Alexey Samsonov2012-08-07
* DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov2012-07-19
* Improve behavior of DebugInfoEntryMinimal::getSubprogramName() introduced in ...Alexey Samsonov2012-07-17
* This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov2012-07-02
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* DWARF: Reset the state after parsing a line table prologue and remove an unne...Benjamin Kramer2011-09-15
* DWARF: Don't crash when looking up an invalid address.Benjamin Kramer2011-09-15
* DWARF: Put all the pieces we have together and provide a single accessor to D...Benjamin Kramer2011-09-15
* DWARF: Remove accessors that parse the whole line table section in one go, th...Benjamin Kramer2011-09-15
* DWARF: Print line tables per compile unit, so they get the right address size.Benjamin Kramer2011-09-15
* DWARF: wire up .debug_str dumping.Benjamin Kramer2011-09-15
* DWARF: Add basic support for line tables.Benjamin Kramer2011-09-15
* DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...Benjamin Kramer2011-09-14
* DWARF: Port support for parsing .debug_aranges section from LLDB and wire it ...Benjamin Kramer2011-09-14
* Sketch out a DWARF parser.Benjamin Kramer2011-09-13