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
/
tools
/
llvm-dwp
/
llvm-dwp.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
llvm-dwp: Use llvm::Error to improve diagnostic quality/error handling in llv...
David Blaikie
2016-05-12
1
-20
/
+24
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+0
*
llvm-dwp: Add assert text
David Blaikie
2016-04-13
1
-1
/
+3
*
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
2016-04-06
1
-1
/
+1
*
llvm-dwp: Handle GCC's use of multiple debug_types.dwo sections in a single ....
David Blaikie
2016-04-05
1
-31
/
+32
*
llvm-dwp: Handle dwo files produced by GCC
David Blaikie
2016-04-05
1
-4
/
+8
*
llvm-dwp: Simplify hashing code a bit
David Blaikie
2016-04-05
1
-1
/
+2
*
llvm-dwp: Include the dwo name (if available) when diagnosing duplicate CU ID...
David Blaikie
2016-03-26
1
-20
/
+41
*
llvm-dwp: Coalesce code for reading the CU's DW_AT_GNU_dwo_id and DW_AT_name
David Blaikie
2016-03-24
1
-51
/
+36
*
llvm-dwp: Add missing copyright notice to llvm-dwp.cpp
David Blaikie
2016-03-01
1
-0
/
+13
*
Revert "llvm-dwp: Keep ObjectFiles alive until object emission their contents...
David Blaikie
2016-03-01
1
-10
/
+8
*
llvm-dwp: Keep ObjectFiles alive until object emission their contents can be ...
David Blaikie
2016-03-01
1
-8
/
+10
*
llvm-dwp: provide diagnostics for duplicate DWO IDs
David Blaikie
2016-02-26
1
-3
/
+75
*
llvm-dwp: Support empty .dwo files
David Blaikie
2016-02-26
1
-9
/
+11
*
llvm-dwp: Improve performance (N^2 to amortized N) by using a MapVector inste...
David Blaikie
2016-02-19
1
-39
/
+35
*
llvm-dwp: Don't test compression when zlib isn't available
David Blaikie
2016-02-19
1
-1
/
+1
*
llvm-dwp: Support compressed input
David Blaikie
2016-02-19
1
-5
/
+45
*
Add parentheses around arithmetic in operand of '|'.
Benjamin Kramer
2016-02-18
1
-1
/
+1
*
llvm-dwp: Support for type units when merging DWPs into larger DWPs
David Blaikie
2016-02-17
1
-2
/
+54
*
Fix the hash function.
David Blaikie
2016-02-17
1
-1
/
+1
*
[llvm-dwp] Merge cu_index from DWPs
David Blaikie
2016-02-06
1
-6
/
+37
*
[MC, COFF] Support link /incremental conditionally
David Majnemer
2015-12-21
1
-1
/
+4
*
[llvm-dwp] Deduplicate type units
David Blaikie
2015-12-14
1
-6
/
+12
*
[llvm-dwp] Sink debug_types.dwo emission into the code parsing the type signa...
David Blaikie
2015-12-09
1
-15
/
+27
*
[llvm-dwp] Add coverage for both the presence and absence of type units, and ...
David Blaikie
2015-12-05
1
-5
/
+7
*
[llvm-dwp] clang-format this to catch anything I've missed along the way
David Blaikie
2015-12-05
1
-12
/
+13
*
[llvm-dwp] Support debug_tu_index
David Blaikie
2015-12-05
1
-53
/
+110
*
[llvm-dwp] Implement the required on-disk probed hash table
David Blaikie
2015-12-04
1
-5
/
+16
*
[llvm-dwp] Include the debug_line.dwo section
David Blaikie
2015-12-04
1
-0
/
+1
*
[llvm-dwp] Retrieve the DWOID from the CU for the cu_index entry
David Blaikie
2015-12-04
1
-2
/
+61
*
[llvm-dwp] Include only the non-empty columns in the cu_index
David Blaikie
2015-12-02
1
-7
/
+15
*
[llvm-dwp] Emit a rather fictional debug_cu_index
David Blaikie
2015-12-02
1
-22
/
+81
*
[llvm-dwp] Deduplicate strings in the debug_str.dwo section
David Blaikie
2015-12-01
1
-14
/
+20
*
[llvm-dwp] Correctly update debug_str_offsets.dwo when linking dwo files
David Blaikie
2015-12-01
1
-17
/
+68
*
[llvm-dwp] Initial partial prototype
David Blaikie
2015-12-01
1
-1
/
+143
*
llvm-dwp: Initial layout
David Blaikie
2015-12-01
1
-0
/
+2
[prev]