Split address information for DWARF5 split dwarf proposal. This involves
[oota-llvm.git] / lib / DebugInfo / DWARFContext.h
2013-01-15 Eric ChristopherSplit address information for DWARF5 split dwarf propos...
2013-01-07 Eric ChristopherWhitespace and 80-col.
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-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
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-09-18 Craig TopperMark unimplemented copy constructors and copy assignmen...
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-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: 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: Add basic support for line tables.
2011-09-14 Benjamin KramerDWARF: Port support for parsing .debug_aranges section...
2011-09-13 Benjamin KramerSketch out a DWARF parser.