aboutsummaryrefslogtreecommitdiffstats
path: root/lib/DebugInfo/DWARFDebugLine.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-238/+0
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-3/+9
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-69/+40
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+10
* Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor2013-01-261-0/+4
* Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor2013-01-251-0/+4
* Refactor fetching file/line info from DWARFContext to simplify theAlexey Samsonov2012-08-301-0/+8
* Fix the representation of debug line table in DebugInfo LLVM library,Alexey Samsonov2012-08-071-6/+55
* DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov2012-07-191-4/+3
* DWARF: Remove accessors that parse the whole line table section in one go, th...Benjamin Kramer2011-09-151-9/+3
* Give structs with virtual methods a virtual destructor.Nick Lewycky2011-09-151-0/+2
* DWARF: Fix indentation.Benjamin Kramer2011-09-151-2/+1
* DWARF: Add basic support for line tables.Benjamin Kramer2011-09-151-0/+195