Rename DWARFContext::getLineTableForCompileUnit to getLineTableForUnit.
[oota-llvm.git] / lib / DebugInfo / DWARFContext.cpp
2014-09-04 Frederic RissRename DWARFContext::getLineTableForCompileUnit to...
2014-09-04 Frederic RissAdd a DWARFContext& member in DWARFUnit.
2014-07-31 Rafael EspindolaUse a reference instead of a pointer.
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-05-15 Alexey Samsonov[DWARF parser] Use enums instead of bitfields in DILine...
2014-04-30 Alexey Samsonov[DWARF parser] Cleanup code in DWARFDebugLine.
2014-04-29 Alexey Samsonov[DWARF parser] Cleanup code in DWARFDebugLine.
2014-04-25 Alexey Samsonov[DWARF parser] Cleanup code in DWARFDebugAranges.
2014-04-25 Alexey Samsonov[DWARF parser] Cleanup code in DWARFDebugAbbrev.
2014-04-24 Alexey Samsonov[DWARF parser] DWARFUnit ctor doesn't need both parsed...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-18 Alexey Samsonov[llvm-symbolizer] Print file/line for a PC even if...
2014-04-18 Alexey Samsonov[DWARF parser] Turn DILineInfo into a struct.
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-05 David BlaikieSimplify compression API by decompressing into a SmallV...
2014-03-25 David BlaikieDebugInfo: Support debug_loc under fission
2014-03-14 Alexey Samsonov[C++11] Introduce SectionRef::relocations() to use...
2014-03-13 Alexey Samsonov[C++11] Introduce ObjectFile::sections().
2014-03-13 Alexey Samsonov[C++11] DWARF parser: use SmallVector<std::unique_ptr...
2014-03-13 Alexey Samsonov[C++11] Convert DWARF parser to range-based for loops
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-02-24 David Blaikiellvm-dwarfdump: Support for debug_line.dwo section...
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-24 NAKAMURA TakumiDWARFContext: Fix possible memory leak since r198908.
2014-01-09 David Blaikiellvm-dwarfdump: type unit dwo support
2014-01-09 David BlaikieSimplify/collapse/denest a conditions/blocks.
2014-01-08 David Blaikiellvm-dwarfdump: reorder dwo sections to immediately...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-13 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-13 David BlaikieRevert "DebugInfo: Move type units into the debug_types...
2013-12-13 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-11-26 David BlaikieDebugInfo: Avoid emitting pubtype entries for type...
2013-11-01 David BlaikieDebugInfo: Make pubnames header printing similar to...
2013-10-28 Alexey SamsonovDebugInfo: Introduce the notion of "form classes"
2013-10-02 Alexey Samsonov[DebugInfo] Further simplify DWARFDebugAranges public...
2013-09-29 Benjamin KramerDeallocate type units when destroying a DWARFContext.
2013-09-27 Eric ChristopherRework conditional for printing out pub sections.
2013-09-25 Eric ChristopherDump the normal dwarf pubtypes section as well.
2013-09-25 Eric ChristopherUnify pubsection/gnu pubsection printing.
2013-09-25 Eric ChristopherSlight formatting change for pubnames/pubtypes output.
2013-09-24 David Blaikiellvm-dwarfdump: add missing opening quotation mark...
2013-09-24 David Blaikiellvm-dwarfdump: re-add field formatting for the entry...
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.