Fix broken build
[oota-llvm.git] / lib / DebugInfo /
2014-04-30 Alexey Samsonov[DWARF parser] Cleanup code in DWARFDebugLine.
2014-04-29 Alexey Samsonov[DWARF parser] Cleanup code in DWARFDebugLine.
2014-04-29 Alexey Samsonov[DWARF parser] Compress DIEMinimal even further, simpli...
2014-04-28 Alexey Samsonov[DWARF parser] DWARFDebugFrame: Make FrameEntry struct...
2014-04-28 Alexey Samsonov[DWARF parser] DWARFDebugFrame: use unique_ptr instead...
2014-04-28 Alexey Samsonov[DWARF parser] Simplify DWARFDebugAranges generation.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-25 Alexey SamsonovFix missing include
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] Make a few methods non-public
2014-04-24 Alexey Samsonov[DWARF parser] DWARFUnit ctor doesn't need both parsed...
2014-04-24 Alexey Samsonov[DWARF parser] Simplify and re-format a method
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-18 Alexey Samsonov[DWARF parser] Respect address ranges specified in...
2014-04-18 Benjamin KramerDebugInfo: Remove some initializer lists to make MSVC...
2014-04-18 Alexey Samsonov[DWARF parser] Refactor fetching DIE address ranges.
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-15 Benjamin KramerMake some assertions on constant expressions static.
2014-03-14 Alexey Samsonov[C++11] Introduce SectionRef::relocations() to use...
2014-03-14 Alexey SamsonovUse ctor instead of initializer list to appease Windows...
2014-03-14 Alexey SamsonovUse temporary instead of a local variable here
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-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-03-02 Chandler Carruth[C++11] Switch all uses of the llvm_move macro to use...
2014-02-24 David Blaikiellvm-dwarfdump: Support for debug_line.dwo section...
2014-02-14 Diego NovilloSupport DWARF discriminators in object streamer.
2014-02-11 Adrian Prantlmake llvm-dwarfdump a little more resilient when parsin...
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-26 Venkatraman Govind... [Sparc] Add support for parsing DW_CFA_GNU_window_save.
2014-01-24 NAKAMURA TakumiDWARFContext: Fix possible memory leak since r198908.
2014-01-22 Rafael EspindolaChange createObjectFile to return an ErrorOr.
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-31 Alexey SamsonovDWARFDebugArangeSet: remove dead code
2013-10-31 Alexey SamsonovDWARFUnit: kill dead code and make a couple of function...
2013-10-31 Alexey SamsonovDWARFAbbreviationDeclaration: remove dead code, refacto...
2013-10-29 Alexey SamsonovDWARF parser: propery handle DW_FORM_ref_sig8 and fix...
2013-10-29 Timur IskhodzhanovQuick-fix DebugInfo build on Windows
2013-10-29 Richard SmithClean up.
2013-10-29 NAKAMURA TakumiDWARFFormValue.cpp: Appease gcc to give explicit constr...
2013-10-28 Alexey SamsonovMerge DWARFDIE::extractFast and DWARFDIE::extract into...
2013-10-28 Alexey SamsonovDWARF parser: Use ArrayRef to represent form sizes...
2013-10-28 Alexey SamsonovDWARF parser: since DWARF4, DW_AT_high_pc may be a...
2013-10-28 Alexey SamsonovDebugInfo: Introduce the notion of "form classes"
2013-10-18 Ed MasteCorrect log message typo: ended ad -> ended at
2013-10-18 Alexey Samsonov[DebugInfo] Remove unneeded struct member and hide...
2013-10-18 Alexey Samsonov[DebugInfo] Remove dead code.
2013-10-17 Alexey Samsonov[DebugInfo] Delete dead code, simplify and fix code...
2013-10-02 Alexey Samsonov[DebugInfo] Further simplify DWARFDebugAranges public...
2013-10-01 Alexey Samsonov[DebugInfo] Simplify and speedup .debug_aranges parsing
2013-10-01 Alexey Samsonov[DebugInfo] Further simplify DWARFDebugAranges. No...
2013-10-01 Alexey Samsonov[DebugInfo] Remove unused functions from DWARFDebugAran...
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 NAKAMURA TakumiDWARFTypeUnit::dump(): Use PRIx64 to format uint64_t.
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 BlaikieUnbreak the build (from r191233)since we're calling...
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 BlaikieRemove dead code
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-27 Alexey SamsonovAdd support for DebugFission to DWARF parser
2013-08-23 Alexey SamsonovMake DWARFCompileUnit non-copyable
2013-08-19 David Blaikiellvm-dwarfdump: Do not include address offsets for...
2013-08-06 Alexey SamsonovStore compile unit corresponding to each chain of inlin...
2013-08-06 Alexey SamsonovAdd LLVM-style RTTI to DIContext/DWARFContext classes
2013-08-06 Eric ChristopherAllow 4 as a valid debug info version.
2013-07-15 Alexey SamsonovDebugInfo: Factor out parsing compile unit DIEs to...
2013-06-19 David BlaikieSpell correct (s/begining/beginning/)
2013-06-19 David Blaikiellvm-dwarfdump: Add support for dumping the .debug_loc...
next