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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DWARF] Introduce Dump Options
Adrian Prantl
2017-06-01
1
-2
/
+6
*
Recommit "[DWARF] - Make collectAddressRanges() return section index in addit...
George Rimar
2017-05-27
4
-34
/
+50
*
Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in...
George Rimar
2017-05-26
4
-49
/
+34
*
[DWARF] - Make collectAddressRanges() return section index in addition to Low...
George Rimar
2017-05-26
4
-34
/
+49
*
Revert "[DWARF] - Make collectAddressRanges() return section index in additio...
George Rimar
2017-05-26
4
-47
/
+34
*
Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index ...
George Rimar
2017-05-26
4
-34
/
+47
*
Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in...
George Rimar
2017-05-26
4
-47
/
+34
*
[DWARF] - Make collectAddressRanges() return section index in addition to Low...
George Rimar
2017-05-26
4
-34
/
+47
*
libDebugInfo: Support symbolizing using DWP files
David Blaikie
2017-05-23
2
-13
/
+44
*
FIX: Remove debugging assert left in previous commit
David Blaikie
2017-05-23
1
-1
/
+0
*
libDebugInfo: Avoid independently parsing the same .dwo file for two separate...
David Blaikie
2017-05-23
2
-27
/
+38
*
libDebugInfo/DWARF: Apply relocations for debug_addr addresses in object files
David Blaikie
2017-05-22
2
-20
/
+22
*
llvm-symbolizer: Support multiple CUs in a single DWO file
David Blaikie
2017-05-20
1
-6
/
+11
*
[DWARF] - Simplify RelocVisitor implementation.
George Rimar
2017-05-18
1
-2
/
+2
*
[lib/Object] - Minor API update for llvm::Decompressor.
George Rimar
2017-05-18
1
-1
/
+1
*
[DWARF] - Cleanup relocations proccessing.
George Rimar
2017-05-17
1
-39
/
+22
*
[DWARF] - Add RelocAddrEntry for cleanup. NFCi.
George Rimar
2017-05-16
1
-2
/
+2
*
[DWARF] - Use DWARFAddressRange struct instead of uint64_t pair for DWARFAddr...
George Rimar
2017-05-16
4
-19
/
+18
*
Revert r303159 "[DWARF] - Use DWARFAddressRange struct instead of uint64_t pa...
George Rimar
2017-05-16
2
-8
/
+10
*
[DWARF] - Use DWARFAddressRange struct instead of uint64_t pair for DWARFAddr...
George Rimar
2017-05-16
2
-10
/
+8
*
[DWARF] - Speedup handling of relocations in DWARFContextInMemory.
George Rimar
2017-05-15
1
-4
/
+17
*
[DWARF] Fix a parsing issue with type unit headers.
Wolfgang Pieb
2017-05-09
1
-1
/
+5
*
Revert "[Dwarf] Disable reference verification for now (PR32972)"
Diana Picus
2017-05-09
1
-2
/
+1
*
[Dwarf] Disable reference verification for now (PR32972)
Renato Golin
2017-05-09
1
-1
/
+2
*
Add const to "DWARFDie &Die" in a few functions as they can't change the DWAR...
Greg Clayton
2017-05-08
1
-2
/
+2
*
Fix typo
Eugene Zemtsov
2017-05-08
1
-1
/
+1
*
Fix typo "veify" to "verify".
Greg Clayton
2017-05-08
1
-1
/
+1
*
[llvm-dwarfdump] - Print an error message if section decompression failed.
George Rimar
2017-05-05
1
-10
/
+25
*
Don't return an invalid line table if the DW_AT_stmt_list value is not in the...
Greg Clayton
2017-05-04
1
-0
/
+4
*
clang-format and restyle DWARFFormValue before working on it. NFC
Paul Robinson
2017-05-03
1
-280
/
+301
*
Break verification down into smaller functions to keep code clean.
Greg Clayton
2017-05-03
1
-142
/
+167
*
Create DWARFVerifier.cpp and .h and move all DWARF verification code over int...
Greg Clayton
2017-05-03
3
-7
/
+261
*
Verify that no compile units share the same line table in "llvm-dwarfdump --v...
Greg Clayton
2017-05-03
1
-2
/
+19
*
Add line table verification to lldb-dwarfdump --verify
Greg Clayton
2017-05-02
2
-3
/
+80
*
[DWARFv5] Parse new line-table header format.
Paul Robinson
2017-05-02
1
-18
/
+147
*
Verify that all references point to actual DIEs in "llvm-dwarfdump --verify"
Greg Clayton
2017-05-02
1
-81
/
+142
*
Make DWARFDebugLine use StringRef for directory/file tables. NFC
Paul Robinson
2017-05-02
1
-16
/
+13
*
Stylistic makeover of DWARFDebugLine before working on it. NFC
Paul Robinson
2017-05-01
1
-180
/
+177
*
Adds initial llvm-dwarfdump --verify support with unit tests.
Greg Clayton
2017-05-01
2
-2
/
+117
*
[DWARF] - Fix mistype in dump output of pub* tables. NFC.
George Rimar
2017-04-28
1
-1
/
+1
*
[llvm-dwarfdump] - Change format for .gdb_index dump.
George Rimar
2017-04-27
1
-2
/
+3
*
[DWARF] - Take relocations in account when extracting ranges from .debug_ranges
George Rimar
2017-04-24
3
-14
/
+22
*
[DWARF] - Refactoring: localize handling of relocations in a single place.
George Rimar
2017-04-21
5
-41
/
+27
*
Code style change as suggested in https://reviews.llvm.org/D32177 (NFC)
Dehao Chen
2017-04-19
1
-16
/
+11
*
Using address range map to speedup finding inline stack for address.
Dehao Chen
2017-04-19
2
-43
/
+48
*
Revert r300697 which causes buildbot failure.
Dehao Chen
2017-04-19
2
-47
/
+43
*
Using address range map to speedup finding inline stack for address.
Dehao Chen
2017-04-19
2
-43
/
+47
*
Add GNU_discriminator support for inline callsites in llvm-symbolizer.
Dehao Chen
2017-04-17
2
-3
/
+7
*
[DWARF] - Simplify (use dyn_cast instead of isa + cast).
George Rimar
2017-04-13
1
-2
/
+2
*
[DWARF] Fix compiler warnings in DWARFContext.cpp, NFCi
Krasimir Georgiev
2017-04-12
1
-2
/
+1
[next]