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
/
unittests
/
DebugInfo
/
DWARF
/
DWARFDebugInfoTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland [DWARF] Add a unit test for DWARFUnit::getLength().
Igor Kudrin
2019-09-10
1
-0
/
+42
*
Revert "[DWARF] Add a unit test for DWARFUnit::getLength()" because it broke ...
Igor Kudrin
2019-09-10
1
-42
/
+0
*
[DWARF] Add a unit test for DWARFUnit::getLength().
Igor Kudrin
2019-09-10
1
-0
/
+42
*
DebugInfo/DWARF: Normalize DWARFObject members on the DWARF spec section names
David Blaikie
2019-08-07
1
-1
/
+1
*
Fix DWARF DebugInfo unit test errors when cross-compiling
Jason Liu
2019-06-03
1
-12
/
+12
*
[DWARF] Fix DWARFVerifier::DieRangeInfo::contains
Fangrui Song
2019-04-15
1
-58
/
+23
*
[DWARF] Fix DWARFVerifier::DieRangeInfo::intersects
Fangrui Song
2019-04-15
1
-0
/
+3
*
[DWARFFormValue] Cleanup DWARFFormValue interface. (NFC)
Jonas Devlieghere
2019-02-27
1
-100
/
+95
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[DebugInfo] Define base function on DWARFDie reverse iterators
Jonas Devlieghere
2018-10-30
1
-0
/
+4
*
[DebugInfo] Reduce debug_str_offsets section size
Pavel Labath
2018-08-07
1
-0
/
+93
*
[DebugInfo/DWARF] [1/4] De-templatize DWARFUnitSection. NFC
Paul Robinson
2018-08-01
1
-12
/
+24
*
[DebugInfo] Have custom std::reverse_iterator<DWARFDie>
Jonas Devlieghere
2018-08-01
1
-20
/
+51
*
dwarfgen: Add support for generating the debug_str_offsets section, take 3
Pavel Labath
2018-07-26
1
-2
/
+46
*
Revert "dwarfgen: Add support for generating the debug_str_offsets section, t...
Pavel Labath
2018-07-25
1
-48
/
+2
*
dwarfgen: Add support for generating the debug_str_offsets section, take 2
Pavel Labath
2018-07-25
1
-2
/
+48
*
Revert "dwarfgen: Add support for generating the debug_str_offsets section"
Pavel Labath
2018-07-25
1
-48
/
+2
*
dwarfgen: Add support for generating the debug_str_offsets section
Pavel Labath
2018-07-25
1
-2
/
+48
*
[DebugInfo] Make children iterator bidirectional
Jonas Devlieghere
2018-07-11
1
-0
/
+26
*
IWYU for llvm-config.h, removals. Also see r331184.
Nico Weber
2018-04-30
1
-1
/
+0
*
[ObjectYAML] Add ability for DWARFYAML to calculate DIE lengths
Jonas Devlieghere
2018-04-20
1
-2
/
+2
*
[DWARF] Don't attempt to parse line tables at invalid offsets
James Henderson
2018-03-08
1
-28
/
+3
*
Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."
Paul Robinson
2017-12-18
1
-0
/
+18
*
Revert "Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header.""
Paul Robinson
2017-12-15
1
-18
/
+0
*
Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."
Paul Robinson
2017-12-15
1
-0
/
+18
*
Revert "[DWARFv5] Dump an MD5 checksum in the line-table header."
Paul Robinson
2017-12-15
1
-18
/
+0
*
[DWARFv5] Dump an MD5 checksum in the line-table header.
Paul Robinson
2017-12-15
1
-0
/
+18
*
Remove redundant includes from unittests.
Michael Zolotukhin
2017-12-13
1
-4
/
+0
*
Fixed the ability to recursively get an attribute value from a DWARFDie.
Greg Clayton
2017-11-27
1
-2
/
+7
*
[dwarfdump] Make .eh_frame an alias for .debug_frame
Jonas Devlieghere
2017-09-18
1
-3
/
+3
*
[dwarfdump] Add DWARF verifiers for address ranges
Jonas Devlieghere
2017-09-14
1
-1
/
+647
*
Revert "[dwarfdump] Add DWARF verifiers for address ranges"
Jonas Devlieghere
2017-09-14
1
-647
/
+1
*
[dwarfdump] Add DWARF verifiers for address ranges
Jonas Devlieghere
2017-09-14
1
-1
/
+647
*
[dwarfdump] Verify line table prologue
Jonas Devlieghere
2017-09-08
1
-0
/
+157
*
Remove some leftover DWARFContextInMemory.
Rafael Espindola
2017-07-19
1
-2
/
+1
*
Use delegation instead of inheritance.
Rafael Espindola
2017-07-19
1
-69
/
+82
*
[DWARF] - Simplify HandleExpectedError implementation in DWARFDebugInfoTest
George Rimar
2017-06-30
1
-78
/
+63
*
[DebugInfo] - Removed trailing whitespaces. NFC.
George Rimar
2017-06-28
1
-68
/
+68
*
Recommit "[ELF] - Add ability for DWARFContextInMemory to exit early when any...
George Rimar
2017-06-28
1
-0
/
+47
*
Revert r306512 "[ELF] - Add ability for DWARFContextInMemory to exit early wh...
George Rimar
2017-06-28
1
-47
/
+0
*
[ELF] - Add ability for DWARFContextInMemory to exit early when any error hap...
George Rimar
2017-06-28
1
-0
/
+47
*
Added braces to work around gcc warning in googletest: suggest explicit brace...
Galina Kistanova
2017-06-15
1
-4
/
+8
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Reverted r303602, as it will be fixed in gtest.
Galina Kistanova
2017-05-30
1
-8
/
+4
*
Recommit "[DWARF] - Make collectAddressRanges() return section index in addit...
George Rimar
2017-05-27
1
-6
/
+6
*
Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in...
George Rimar
2017-05-26
1
-6
/
+6
*
[DWARF] - Make collectAddressRanges() return section index in addition to Low...
George Rimar
2017-05-26
1
-6
/
+6
*
Revert "[DWARF] - Make collectAddressRanges() return section index in additio...
George Rimar
2017-05-26
1
-6
/
+6
*
Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index ...
George Rimar
2017-05-26
1
-6
/
+6
*
Cosmetic. Added braces to address gcc warning: suggest explicit braces to avo...
Galina Kistanova
2017-05-23
1
-4
/
+8
[next]