index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
DebugInfo
/
DWARFDebugLine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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