aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DWARFDebugLine.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-19[DebugInfo] Move all DWARF headers to the public include directory.Frederic Riss1-1/+1
2014-09-19Turn local DWARFContext helpers getFileNameForUnit() and getFileLineInfoForCo...Frederic Riss1-5/+33
2014-05-15[DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier.Alexey Samsonov1-3/+5
2014-04-30[DWARF parser] Cleanup code in DWARFDebugLine.Alexey Samsonov1-88/+85
2014-04-29[DWARF parser] Cleanup code in DWARFDebugLine.Alexey Samsonov1-65/+100
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-2/+2
2014-03-13[C++11] Convert DWARF parser to range-based for loopsAlexey Samsonov1-3/+3
2014-02-24llvm-dwarfdump: Support for debug_line.dwo section for file names for type un...David Blaikie1-13/+15
2014-02-14Support DWARF discriminators in object streamer.Diego Novillo1-3/+9
2013-10-18Correct log message typo: ended ad -> ended atEd Maste1-1/+1
2013-01-26DWARFDebugLine.cpp: Fix true path. Did you forget "return true" here?NAKAMURA Takumi1-0/+2
2013-01-26Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor1-0/+75
2013-01-25Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor1-3/+12
2012-08-30Refactor fetching file/line info from DWARFContext to simplify theAlexey Samsonov1-0/+27
2012-08-07Fix the representation of debug line table in DebugInfo LLVM library,Alexey Samsonov1-39/+78
2011-11-05Audited all the format strings in libDebugInfo and fixed those that didn't ma...Benjamin Kramer1-2/+3
2011-11-05Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer1-1/+1
2011-10-08lib/DebugInfo/DWARFDebugLine.cpp: De-Unicode-ify.NAKAMURA Takumi1-2/+2
2011-10-08WhitespaceNAKAMURA Takumi1-1/+1
2011-09-21DWARF: avoid unnecessary map lookups.Benjamin Kramer1-6/+5
2011-09-15DWARF: Reset the state after parsing a line table prologue and remove an unne...Benjamin Kramer1-0/+2
2011-09-15DWARF: Put all the pieces we have together and provide a single accessor to D...Benjamin Kramer1-1/+3
2011-09-15DWARF: Remove accessors that parse the whole line table section in one go, th...Benjamin Kramer1-38/+14
2011-09-15Give structs with virtual methods a virtual destructor.Nick Lewycky1-0/+4
2011-09-15DWARF: Silence GCC -Wsign-compare warning.Benjamin Kramer1-1/+1
2011-09-15DWARF: Include <algorithm> explicitly.Benjamin Kramer1-0/+1
2011-09-15DWARF: Add basic support for line tables.Benjamin Kramer1-0/+491