Avoid using EL_GETFP.
[oota-llvm.git] / lib / DebugInfo /
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...
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-30 Eric ChristopherReformat comments here.
2013-05-09 Benjamin KramerlibDebugInfo depends on libObject nowadays.
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-22 Eric ChristopherRemove variable store that is never read.
2013-04-17 Alexey SamsonovUse StringSwitch instead of long chain of if-else....
2013-04-17 Alexey SamsonovCreate a stub for DWARF parser unittests
2013-04-11 Benjamin KramerRename the C function to create a SLPVectorizerPass...
2013-04-09 Alexey SamsonovDWARF parser: Fix DWARF-2/3 incompatibility: size of...
2013-04-08 Alexey SamsonovDWARF parser: remove duplicated code and fix code style...
2013-04-07 Eric ChristopherDW_FORM_sec_offset should be a relocation on platforms...
2013-03-21 Matt ArsenaultFix missing std::. Not sure how this compiles for anyon...
2013-03-20 Rafael EspindolaxlC doesn't like Header being both a type and a member...
2013-02-22 Eli BenderskyCode cleanup: pass Offset by pointer to parseInstructio...
2013-02-21 Eli BenderskyPreviously, parsing capability of the .debug_frame...
2013-02-15 Benjamin KramerMake helpers static. Add missing include so LLVMInitial...
2013-02-12 Krzysztof ParzyszekAdd support for the pubnames section to llvm-dwarfdump.
2013-02-08 David TweedThe patch to fix some issues in r174543 fixed the lines...
2013-02-07 NAKAMURA TakumiFDE::dumpHeader(): Forgot to fix one more formatting...
2013-02-07 NAKAMURA TakumiFDE::dumpHeader(): Forgot to fix one more formatting...
2013-02-07 NAKAMURA TakumiDWARFDebugFrame.cpp: Fix formatting on i686 hosts.
2013-02-06 Eli BenderskyAdd some comments to new frame entries
2013-02-06 Eli BenderskyFailing builds because a private class member is not...
2013-02-06 Eli BenderskyAdd virtual desctructor to FrameEntry to avoid error...
2013-02-06 Eli BenderskyFix some formatting & add comments, following Eric...
2013-02-05 Eli BenderskyAdd missing file to CMake list
2013-02-05 Eli BenderskyInitial support for DWARF CFI parsing and dumping in...
2013-01-26 NAKAMURA TakumiDWARFDebugLine.cpp: Fix true path. Did you forget ...
2013-01-26 Andrew KaylorAdd DIContext::getLineInfoForAddressRange() function...
2013-01-25 Nadav RotemFix a warning in the new DWARFheader. Add a new line...
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-17 Eric ChristopherFix the assembly and dissassembly of DW_FORM_sec_offset...
next