index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
DebugInfo
/
DWARFDebugLine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move DebugInfo to DebugInfo/DWARF.
Zachary Turner
2015-01-30
1
-698
/
+0
*
[DebugInfo] Move all DWARF headers to the public include directory.
Frederic Riss
2014-12-19
1
-1
/
+1
*
Turn local DWARFContext helpers getFileNameForUnit() and getFileLineInfoForCo...
Frederic Riss
2014-09-19
1
-5
/
+33
*
[DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier.
Alexey Samsonov
2014-05-15
1
-3
/
+5
*
[DWARF parser] Cleanup code in DWARFDebugLine.
Alexey Samsonov
2014-04-30
1
-88
/
+85
*
[DWARF parser] Cleanup code in DWARFDebugLine.
Alexey Samsonov
2014-04-29
1
-65
/
+100
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-2
/
+2
*
[C++11] Convert DWARF parser to range-based for loops
Alexey Samsonov
2014-03-13
1
-3
/
+3
*
llvm-dwarfdump: Support for debug_line.dwo section for file names for type un...
David Blaikie
2014-02-24
1
-13
/
+15
*
Support DWARF discriminators in object streamer.
Diego Novillo
2014-02-14
1
-3
/
+9
*
Correct log message typo: ended ad -> ended at
Ed Maste
2013-10-18
1
-1
/
+1
*
DWARFDebugLine.cpp: Fix true path. Did you forget "return true" here?
NAKAMURA Takumi
2013-01-26
1
-0
/
+2
*
Add DIContext::getLineInfoForAddressRange() function and test. This function...
Andrew Kaylor
2013-01-26
1
-0
/
+75
*
Add support for applying in-memory relocations to the .debug_line section and...
Andrew Kaylor
2013-01-25
1
-3
/
+12
*
Refactor fetching file/line info from DWARFContext to simplify the
Alexey Samsonov
2012-08-30
1
-0
/
+27
*
Fix the representation of debug line table in DebugInfo LLVM library,
Alexey Samsonov
2012-08-07
1
-39
/
+78
*
Audited all the format strings in libDebugInfo and fixed those that didn't ma...
Benjamin Kramer
2011-11-05
1
-2
/
+3
*
Add more PRI.64 macros for MSVC and use them throughout the codebase.
Benjamin Kramer
2011-11-05
1
-1
/
+1
*
lib/DebugInfo/DWARFDebugLine.cpp: De-Unicode-ify.
NAKAMURA Takumi
2011-10-08
1
-2
/
+2
*
Whitespace
NAKAMURA Takumi
2011-10-08
1
-1
/
+1
*
DWARF: avoid unnecessary map lookups.
Benjamin Kramer
2011-09-21
1
-6
/
+5
*
DWARF: Reset the state after parsing a line table prologue and remove an unne...
Benjamin Kramer
2011-09-15
1
-0
/
+2
*
DWARF: Put all the pieces we have together and provide a single accessor to D...
Benjamin Kramer
2011-09-15
1
-1
/
+3
*
DWARF: Remove accessors that parse the whole line table section in one go, th...
Benjamin Kramer
2011-09-15
1
-38
/
+14
*
Give structs with virtual methods a virtual destructor.
Nick Lewycky
2011-09-15
1
-0
/
+4
*
DWARF: Silence GCC -Wsign-compare warning.
Benjamin Kramer
2011-09-15
1
-1
/
+1
*
DWARF: Include <algorithm> explicitly.
Benjamin Kramer
2011-09-15
1
-0
/
+1
*
DWARF: Add basic support for line tables.
Benjamin Kramer
2011-09-15
1
-0
/
+491