CastInst::castIsValid should return true if the dest type is the same as
[oota-llvm.git] / lib / DebugInfo /
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.
2011-09-15 Benjamin KramerDWARF: Fix indentation.
2011-09-15 Benjamin KramerDWARF: Include <algorithm> explicitly.
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: Reorder fields to reduce padding.
2011-09-14 Benjamin KramerDWARF: Improve indentation of DIE dumping so it's easie...
2011-09-14 Benjamin Kramerllvm-dwarfdump: Make the "is debug info section" heuris...
2011-09-14 Benjamin KramerDon't rely in <algorithm> being pulled in transitively.
2011-09-14 Benjamin KramerDWARF: Port support for parsing .debug_aranges section...
2011-09-14 Benjamin KramerDebugInfo: Don't print DIEs multiple times.
2011-09-13 Benjamin KramerStyle & indentation tweaks.
2011-09-13 Benjamin KramerI know copy&paste!
2011-09-13 Benjamin KramerSketch out a DWARF parser.