Micro-optimization: don't shift an entire bitcode record over to get the code.
[oota-llvm.git] / lib / DebugInfo /
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...
2013-01-17 Eric ChristopherAdd the DW_AT_GNU_addr_base for the skeleton cu. Add...
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 ChristopherWhitespace and 80-col.
2013-01-07 Eric ChristopherAdd support for separating strings for the split debug...
2013-01-07 Eric ChristopherUpdate comment.
2013-01-04 Eric ChristopherAdd a space to the end of the line so we don't get...
2013-01-02 Eric ChristopherExtend the dumping infrastructure to deal with additional
2012-12-27 Eric ChristopherRight now all of the relocations are 32-bit dwarf,...
2012-12-21 Rafael EspindolaDon't skip __DWARF,
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-11-27 Eric ChristopherThe section is .debug_line.
2012-11-16 Eric ChristopherAdd some basic support for the fission addr forms to...
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-11-12 Alexey SamsonovFixup for r167558: Store raw pointer (instead of refere...
2012-11-07 Eric ChristopherAdd a relocation visitor to lib object. This works...
2012-10-30 Eric ChristopherReformat and 80-column this. It's not strictly conforming
2012-10-16 Eric ChristopherUse a typedef to reduce some typing and reformat code...
2012-10-16 Eric ChristopherVariable name cleanup.
2012-09-18 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-05 Roman DivackyStop casting away const qualifier needlessly.
2012-09-05 Roman DivackyRemove unused typedefs gcc4.8 warns about.
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 Marshall ClowFix compile error when building with C++11 - clang...
2012-08-27 NAKAMURA TakumiDWARFDebugRangeList.cpp: Use PRIx64 for uint64_t as...
2012-08-27 Alexey Samsonov[DebugInfo] fixup for r162657: update CMakeLists.txt
2012-08-27 Alexey SamsonovAdd basic support for .debug_ranges section to LLVM...
2012-08-24 Eric ChristopherAdd support for some missing DW_FORM_*.
2012-08-24 Eric ChristopherFormatting.
2012-08-23 Eric ChristopherFormatting cleanup.
2012-08-23 Eric ChristopherAdd an assert here in case parsing gave us a NULL compi...
2012-08-23 Eric Christopher80-col.
2012-08-23 Eric ChristopherTidy.
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-04 Alexey SamsonovFix a bug in DebugInfo lib, extend a comment for one...
2012-07-02 Alexey SamsonovThis patch extends the libLLVMDebugInfo which contains...
2012-04-04 Benjamin KramerFix a C++11 UDL conflict.
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-05 Benjamin KramerAudited all the format strings in libDebugInfo and...
2011-11-05 Benjamin KramerReduce the offsets in DwarfDebugInfoEntry to 32 bit...
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-10-08 NAKAMURA Takumilib/DebugInfo/DWARFDebugLine.cpp: De-Unicode-ify.
2011-10-08 NAKAMURA TakumiWhitespace
2011-09-21 Benjamin KramerDWARF: avoid unnecessary map lookups.
2011-09-16 Benjamin KramerNamespacify.
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: Make DIE printing more bulletproof.
2011-09-15 Benjamin KramerDWARF: Print the number for unknown abbrev fields.
2011-09-15 Benjamin KramerDWARF: Fail gracefully when encountering unknown values...
2011-09-15 Nick LewyckyGive structs with virtual methods a virtual destructor.
2011-09-15 Benjamin KramerDWARF: Silence GCC -Wsign-compare warning.
next