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
/
DWARF
/
DWARFFormValue.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed issues found by Paul Robinson with my patch for:
Greg Clayton
2016-11-11
1
-4
/
+7
*
Clean up DWARFFormValue by reducing duplicated code and removing DWARFFormVal...
Greg Clayton
2016-11-11
1
-175
/
+233
*
Modify DWARFFormValue to remember the DWARFUnit that it was decoded with.
Greg Clayton
2016-10-31
1
-25
/
+29
*
Switch all DWARF variables for tags, attributes and forms over to use the llv...
Greg Clayton
2016-10-27
1
-6
/
+9
*
[llvm-dwp] Retrieve the DWOID from the CU for the cu_index entry
David Blaikie
2015-12-04
1
-2
/
+8
*
Use numeric_limits instead of LLONG_MAX
Matt Arsenault
2015-10-21
1
-2
/
+2
*
Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...
Craig Topper
2015-09-21
1
-2
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Refactor: Simplify boolean conditional return statements in llvm/lib/DebugInf...
Benjamin Kramer
2015-05-25
1
-4
/
+2
*
[DWARF parser] Add basic support for DWZ DWARF multifile extensions.
Alexey Samsonov
2015-05-19
1
-35
/
+42
*
DWARFFormValue: Add getAsSignedConstant method.
Frederic Riss
2015-03-04
1
-0
/
+19
*
Move DebugInfo to DebugInfo/DWARF.
Zachary Turner
2015-01-30
1
-0
/
+565