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] NFC: DWARFDataExtractor combines relocs with DataExtractor.
Paul Robinson
2017-06-29
12
-94
/
+96
*
[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
*
[DWARF] NFC: Make string-offset handling more like address-table handling;
Paul Robinson
2017-06-27
2
-12
/
+3
*
[DWARF] NFC: Give DwarfFormat a 1-byte base type.
Paul Robinson
2017-06-26
1
-2
/
+2
*
[DWARF] NFC: Collect info used by DWARFFormValue into a helper.
Paul Robinson
2017-06-26
5
-150
/
+99
*
[DebugInfo] Fix some Clang-tidy modernize-use-using and Include What You Use ...
Eugene Zelenko
2017-06-23
4
-19
/
+21
*
[DWARF] Support for DW_FORM_strx3 and complete support for DW_FORM_strx{1,2,4}
Wolfgang Pieb
2017-06-21
1
-1
/
+17
*
Remove convenient but probably not worthwhile macro for lambda workaround
David Blaikie
2017-06-19
1
-15
/
+18
*
[DWARF] Corrected behavior for when no .apple_names section is present in the...
Spyridoula Gravani
2017-06-16
1
-3
/
+3
*
[DWARF] Removed dead code. The verifier functionality is provided by
Spyridoula Gravani
2017-06-15
1
-242
/
+0
*
Specified ReportError as noreturn friendly to old compilers.
Galina Kistanova
2017-06-14
1
-9
/
+14
*
Added partial verification for .apple_names accelerator table in llvm-dwarfdu...
Spyridoula Gravani
2017-06-14
3
-0
/
+46
*
Reverted r305339 as MSVC is not happy with noreturn in lambda.
Galina Kistanova
2017-06-13
1
-1
/
+2
*
Specified LLVM_ATTRIBUTE_NORETURN for ReportError.
Galina Kistanova
2017-06-13
1
-2
/
+1
*
dwarfdump: Handle relocs to zlib (.zdebug*) compressed sections
David Blaikie
2017-06-10
1
-1
/
+1
*
Added llvm_unreachable as ReportError cannot be specified as noreturn.
Galina Kistanova
2017-06-10
1
-0
/
+1
*
Update libdeps to add BinaryFormat, introduced in r304864.
NAKAMURA Takumi
2017-06-07
1
-1
/
+1
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
9
-9
/
+12
*
Introduce -brief command line option to llvm-dwarfdump
Adrian Prantl
2017-06-06
3
-20
/
+25
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
13
-17
/
+17
*
[DWARF] Adding support for the DWARF v5 string offsets table (consumer/reader...
Wolfgang Pieb
2017-06-06
3
-33
/
+176
*
[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
[next]