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
...
*
[DWARF] Minor code style modification, no functionality change.
Spyridoula Gravani
2017-07-27
1
-8
/
+5
*
[DWARF] Generalized verification of .apple_names accelerator table to be appl...
Spyridoula Gravani
2017-07-26
1
-4
/
+1
*
Move DWARFSectionMap to a .cpp file.
Rafael Espindola
2017-07-24
1
-0
/
+6
*
[DWARF] Added check that verifies that no abbreviation declaration has more t...
Spyridoula Gravani
2017-07-20
1
-0
/
+1
*
Use llvm::make_unique once more to avoid ADL ambiguity with std::make_unique
Reid Kleckner
2017-07-19
1
-2
/
+3
*
Use llvm::make_unique to try to fix the windows build.
Rafael Espindola
2017-07-19
1
-2
/
+2
*
Remove some leftover DWARFContextInMemory.
Rafael Espindola
2017-07-19
1
-14
/
+0
*
Use delegation instead of inheritance.
Rafael Espindola
2017-07-19
1
-229
/
+394
*
[DWARF] Modification of code for the verification of .debug_info section.
Spyridoula Gravani
2017-07-18
1
-2
/
+0
*
[DWARF] Introduce verification for the unit header chain in .debug_info secti...
Spyridoula Gravani
2017-07-13
1
-0
/
+2
*
[DWARF] Fixing a bug with processing of DWARF v5 indexed strings in Mach-O ob...
Wolfgang Pieb
2017-07-13
1
-4
/
+4
*
Don't expose a map in the DWARFContext interface.
Rafael Espindola
2017-07-12
1
-6
/
+6
*
[DWARF] - Rename variable. NFC.
George Rimar
2017-07-10
1
-3
/
+3
*
[DWARF] - Remove unused variables. NFC.
George Rimar
2017-07-10
1
-6
/
+2
*
Fix variable names. NFC.
Rafael Espindola
2017-07-07
1
-18
/
+18
*
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
[prev]
[next]