[DebugInfo] Move all DWARF headers to the public include directory.
[oota-llvm.git] / lib / DebugInfo / DWARFDebugLine.cpp
2014-12-19 Frederic Riss[DebugInfo] Move all DWARF headers to the public includ...
2014-09-19 Frederic RissTurn local DWARFContext helpers getFileNameForUnit...
2014-05-15 Alexey Samsonov[DWARF parser] Use enums instead of bitfields in DILine...
2014-04-30 Alexey Samsonov[DWARF parser] Cleanup code in DWARFDebugLine.
2014-04-29 Alexey Samsonov[DWARF parser] Cleanup code in DWARFDebugLine.
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-13 Alexey Samsonov[C++11] Convert DWARF parser to range-based for loops
2014-02-24 David Blaikiellvm-dwarfdump: Support for debug_line.dwo section...
2014-02-14 Diego NovilloSupport DWARF discriminators in object streamer.
2013-10-18 Ed MasteCorrect log message typo: ended ad -> ended at
2013-01-26 NAKAMURA TakumiDWARFDebugLine.cpp: Fix true path. Did you forget ...
2013-01-26 Andrew KaylorAdd DIContext::getLineInfoForAddressRange() function...
2013-01-25 Andrew KaylorAdd support for applying in-memory relocations to the...
2012-08-30 Alexey SamsonovRefactor fetching file/line info from DWARFContext...
2012-08-07 Alexey SamsonovFix the representation of debug line table in DebugInfo...
2011-11-05 Benjamin KramerAudited all the format strings in libDebugInfo and...
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
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-15 Benjamin KramerDWARF: Reset the state after parsing a line table prolo...
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 Nick LewyckyGive structs with virtual methods a virtual destructor.
2011-09-15 Benjamin KramerDWARF: Silence GCC -Wsign-compare warning.
2011-09-15 Benjamin KramerDWARF: Include <algorithm> explicitly.
2011-09-15 Benjamin KramerDWARF: Add basic support for line tables.