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
/
DWARFContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce code duplication.
Rafael Espindola
2017-07-07
1
-33
/
+27
*
[DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.
Paul Robinson
2017-06-29
1
-34
/
+23
*
[DWARF] - Fix message reporting about broken relocation.
George Rimar
2017-06-29
1
-1
/
+1
*
Recommit "[ELF] - Add ability for DWARFContextInMemory to exit early when any...
George Rimar
2017-06-28
1
-9
/
+21
*
Revert r306512 "[ELF] - Add ability for DWARFContextInMemory to exit early wh...
George Rimar
2017-06-28
1
-21
/
+9
*
[ELF] - Add ability for DWARFContextInMemory to exit early when any error hap...
George Rimar
2017-06-28
1
-9
/
+21
*
[DebugInfo] Fix some Clang-tidy modernize-use-using and Include What You Use ...
Eugene Zelenko
2017-06-23
1
-8
/
+7
*
[DWARF] Removed dead code. The verifier functionality is provided by
Spyridoula Gravani
2017-06-15
1
-242
/
+0
*
Added partial verification for .apple_names accelerator table in llvm-dwarfdu...
Spyridoula Gravani
2017-06-14
1
-0
/
+5
*
dwarfdump: Handle relocs to zlib (.zdebug*) compressed sections
David Blaikie
2017-06-10
1
-1
/
+1
*
Introduce -brief command line option to llvm-dwarfdump
Adrian Prantl
2017-06-06
1
-2
/
+2
*
[DWARF] Adding support for the DWARF v5 string offsets table (consumer/reader...
Wolfgang Pieb
2017-06-06
1
-12
/
+133
*
[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
1
-23
/
+36
*
Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in...
George Rimar
2017-05-26
1
-35
/
+23
*
[DWARF] - Make collectAddressRanges() return section index in addition to Low...
George Rimar
2017-05-26
1
-23
/
+35
*
Revert "[DWARF] - Make collectAddressRanges() return section index in additio...
George Rimar
2017-05-26
1
-33
/
+23
*
Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index ...
George Rimar
2017-05-26
1
-23
/
+33
*
Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in...
George Rimar
2017-05-26
1
-33
/
+23
*
[DWARF] - Make collectAddressRanges() return section index in addition to Low...
George Rimar
2017-05-26
1
-23
/
+33
*
libDebugInfo: Support symbolizing using DWP files
David Blaikie
2017-05-23
1
-7
/
+41
*
libDebugInfo: Avoid independently parsing the same .dwo file for two separate...
David Blaikie
2017-05-23
1
-0
/
+22
*
libDebugInfo/DWARF: Apply relocations for debug_addr addresses in object files
David Blaikie
2017-05-22
1
-13
/
+15
*
[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] - Speedup handling of relocations in DWARFContextInMemory.
George Rimar
2017-05-15
1
-4
/
+17
*
[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
*
Create DWARFVerifier.cpp and .h and move all DWARF verification code over int...
Greg Clayton
2017-05-03
1
-7
/
+8
*
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
1
-0
/
+73
*
Verify that all references point to actual DIEs in "llvm-dwarfdump --verify"
Greg Clayton
2017-05-02
1
-81
/
+142
*
Adds initial llvm-dwarfdump --verify support with unit tests.
Greg Clayton
2017-05-01
1
-0
/
+113
*
[DWARF] - Take relocations in account when extracting ranges from .debug_ranges
George Rimar
2017-04-24
1
-4
/
+5
*
[DWARF] - Refactoring: localize handling of relocations in a single place.
George Rimar
2017-04-21
1
-0
/
+10
*
Add GNU_discriminator support for inline callsites in llvm-symbolizer.
Dehao Chen
2017-04-17
1
-2
/
+4
*
[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
*
[DWARF] - Refactoring of DWARFContextInMemory implementation.
George Rimar
2017-04-12
1
-64
/
+71
*
[DebugInfo] Fix some Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2017-03-01
1
-10
/
+32
*
Get function start line number from DWARF info
David Blaikie
2017-02-06
1
-12
/
+29
*
[DWARF] [ObjectYAML] Adding APIs for unittesting
Chris Bieneman
2017-01-20
1
-34
/
+46
*
Cleanup how DWARFDie attributes are accessed and decoded.
Greg Clayton
2017-01-13
1
-3
/
+2
*
[lib/Object] - Introduce Decompressor class.
George Rimar
2017-01-11
1
-66
/
+12
*
[DWARF] - Introduce DWARFDebugPubTable class for dumping pub* sections.
George Rimar
2016-12-17
1
-41
/
+11
*
Add the ability to get attribute values as Optional<T>
Greg Clayton
2016-12-14
1
-8
/
+7
*
Make a DWARFDIE class that can help avoid using the wrong DWARFUnit when extr...
Greg Clayton
2016-12-13
1
-23
/
+19
*
dwarfdump: -summarize-types: print a short summary (unqualified type name, ha...
David Blaikie
2016-10-18
1
-3
/
+4
[next]