aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DWARFDebugLine.cpp
AgeCommit message (Expand)AuthorFilesLines
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