summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFDebugLine.cpp
Commit message (Expand)AuthorAge
* [DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier.Alexey Samsonov2014-05-15
* [DWARF parser] Cleanup code in DWARFDebugLine.Alexey Samsonov2014-04-30
* [DWARF parser] Cleanup code in DWARFDebugLine.Alexey Samsonov2014-04-29
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] Convert DWARF parser to range-based for loopsAlexey Samsonov2014-03-13
* llvm-dwarfdump: Support for debug_line.dwo section for file names for type un...David Blaikie2014-02-24
* Support DWARF discriminators in object streamer.Diego Novillo2014-02-14
* Correct log message typo: ended ad -> ended atEd Maste2013-10-18
* DWARFDebugLine.cpp: Fix true path. Did you forget "return true" here?NAKAMURA Takumi2013-01-26
* Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor2013-01-26
* Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor2013-01-25
* Refactor fetching file/line info from DWARFContext to simplify theAlexey Samsonov2012-08-30
* Fix the representation of debug line table in DebugInfo LLVM library,Alexey Samsonov2012-08-07
* Audited all the format strings in libDebugInfo and fixed those that didn't ma...Benjamin Kramer2011-11-05
* Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer2011-11-05
* lib/DebugInfo/DWARFDebugLine.cpp: De-Unicode-ify.NAKAMURA Takumi2011-10-08
* WhitespaceNAKAMURA Takumi2011-10-08
* DWARF: avoid unnecessary map lookups.Benjamin Kramer2011-09-21
* DWARF: Reset the state after parsing a line table prologue and remove an unne...Benjamin Kramer2011-09-15
* DWARF: Put all the pieces we have together and provide a single accessor to D...Benjamin Kramer2011-09-15
* DWARF: Remove accessors that parse the whole line table section in one go, th...Benjamin Kramer2011-09-15
* Give structs with virtual methods a virtual destructor.Nick Lewycky2011-09-15
* DWARF: Silence GCC -Wsign-compare warning.Benjamin Kramer2011-09-15
* DWARF: Include <algorithm> explicitly.Benjamin Kramer2011-09-15
* DWARF: Add basic support for line tables.Benjamin Kramer2011-09-15