llvm-dwarfdump support for gnu_pubtypes
[oota-llvm.git] / lib / DebugInfo / DWARFContext.cpp
2013-09-24 David Blaikiellvm-dwarfdump support for gnu_pubtypes
2013-09-24 Eric ChristopherFormat the index entry kind string to align.
2013-09-23 David BlaikieComments for r191234 as suggested by Eric Christopher.
2013-09-23 David Blaikiellvm-dwarfdump/libDebugInfo support for type units
2013-09-23 David BlaikieExract most of DWARFCompileUnit into a new DWARFUnit...
2013-09-23 David BlaikieDebugInfo: Wrap section data and relocs together for...
2013-09-22 David BlaikieStringRef-ize some things
2013-09-20 Richard SmithRevert r191062; the build break was also fixed in a...
2013-09-20 Richard SmithUnbreak Clang build after r191050: don't pass a StringR...
2013-09-19 David BlaikieDebugInfo: constrain gnu pubnames test further
2013-09-19 David BlaikieDebugInfo: llvm-dwarfdump support for gnu_pubnames...
2013-08-23 Alexey SamsonovMake DWARFCompileUnit non-copyable
2013-08-06 Alexey SamsonovStore compile unit corresponding to each chain of inlin...
2013-06-19 David Blaikiellvm-dwarfdump: Add support for dumping the .debug_loc...
2013-06-05 Rafael EspindolaHandle relocations that don't point to symbols.
2013-05-30 Rafael EspindolaChange how we iterate over relocations on ELF.
2013-05-06 Eric ChristopherHoist boundary condition out of loop header.
2013-05-06 Eric ChristopherUntabify.
2013-05-06 Eric ChristopherDon't emit .dwo sections unless they exist.
2013-04-25 Rafael EspindolaClarify getRelocationAddress x getRelocationOffset...
2013-04-23 Alexey SamsonovUse zlib to uncompress debug sections in DWARF parser.
2013-04-17 Alexey SamsonovUse StringSwitch instead of long chain of if-else....
2013-02-12 Krzysztof ParzyszekAdd support for the pubnames section to llvm-dwarfdump.
2013-02-05 Eli BenderskyInitial support for DWARF CFI parsing and dumping in...
2013-01-26 Andrew KaylorAdd DIContext::getLineInfoForAddressRange() function...
2013-01-25 Andrew KaylorAdd support for applying in-memory relocations to the...
2013-01-25 Eli BenderskyAdd command-line flags for DWARF dumping.
2013-01-15 Eric ChristopherSplit address information for DWARF5 split dwarf propos...
2013-01-09 NAKAMURA Takumi[Object, DebugInfo] Make DWARFContext BE-aware.
2013-01-07 Eric ChristopherAdd support for separating strings for the split debug...
2013-01-02 Eric ChristopherExtend the dumping infrastructure to deal with additional
2012-12-21 Rafael EspindolaDon't skip __DWARF,
2012-11-27 Eric ChristopherThe section is .debug_line.
2012-11-16 Alexey Samsonov[DebugInfo] Generate address ranges for compile units...
2012-11-12 Eric ChristopherRewrite DIContext interface to take an object. Update...
2012-10-16 Eric ChristopherUse a typedef to reduce some typing and reformat code...
2012-10-16 Eric ChristopherVariable name cleanup.
2012-09-04 Alexey SamsonovAdd support for fetching inlining context (stack of...
2012-08-30 Alexey SamsonovRefactor fetching file/line info from DWARFContext...
2012-08-27 Alexey SamsonovAdd basic support for .debug_ranges section to LLVM...
2012-08-07 Alexey SamsonovFix the representation of debug line table in DebugInfo...
2012-07-19 Alexey SamsonovDebugInfo library: add support for fetching absolute...
2012-07-17 Alexey SamsonovImprove behavior of DebugInfoEntryMinimal::getSubprogra...
2012-07-02 Alexey SamsonovThis patch extends the libLLVMDebugInfo which contains...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-09-15 Benjamin KramerDWARF: Reset the state after parsing a line table prolo...
2011-09-15 Benjamin KramerDWARF: Don't crash when looking up an invalid address.
2011-09-15 Benjamin KramerDWARF: Put all the pieces we have together and provide...
2011-09-15 Benjamin KramerDWARF: Remove accessors that parse the whole line table...
2011-09-15 Benjamin KramerDWARF: Print line tables per compile unit, so they...
2011-09-15 Benjamin KramerDWARF: wire up .debug_str dumping.
2011-09-15 Benjamin KramerDWARF: Add basic support for line tables.
2011-09-14 Benjamin KramerDWARF: Generate the address lookup table from the DIE...
2011-09-14 Benjamin KramerDWARF: Port support for parsing .debug_aranges section...
2011-09-13 Benjamin KramerSketch out a DWARF parser.