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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DebugInfo] Make debug line address size mismatch non-fatal to parsing
James Henderson
2020-01-13
1
-8
/
+52
*
[DebugInfo] Improve error message text
James Henderson
2020-01-10
1
-761
/
+763
*
[DebugInfo] Fix infinite loop caused by reading past debug_line end
James Henderson
2020-01-07
1
-0
/
+29
*
[test][DebugInfo][NFC] Rename method for clarity
James Henderson
2020-01-06
1
-18
/
+20
*
[DebugInfo] Fix printing of DW_LNS_set_isa
James Henderson
2019-12-11
1
-0
/
+52
*
Recommit "[DWARF] Add an api to get "interpreted" location lists"
Pavel Labath
2019-11-20
2
-0
/
+119
*
Revert "[DWARF] Add an api to get "interpreted" location lists"
Pavel Labath
2019-11-20
2
-119
/
+0
*
Big-endian fix to DWARFDieTest (089c0f58)
Pavel Labath
2019-11-20
1
-1
/
+2
*
[DWARF] Add an api to get "interpreted" location lists
Pavel Labath
2019-11-20
2
-0
/
+118
*
Add streaming/equality operators to DWARFAddressRange/DWARFLocationExpression
Pavel Labath
2019-11-19
2
-0
/
+31
*
[dwarfgen] Fix initialization order error. [NFCI]
Francesco Petrogalli
2019-11-18
1
-3
/
+3
*
DwarfGenerator - fix uninitialized variable warnings. NFC.
Simon Pilgrim
2019-11-18
1
-1
/
+2
*
[Mips] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
1
-2
/
+2
*
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
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-4
/
+4
*
DebugInfo/DWARF: Normalize DWARFObject members on the DWARF spec section names
David Blaikie
2019-08-07
1
-1
/
+1
*
Support 64-bit offsets in utility classes (1/5)
Igor Kudrin
2019-08-06
1
-4
/
+4
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
Silence a conversion warning after r366887. NFC
Paul Robinson
2019-07-24
1
-2
/
+2
*
[DWARF][NFC] Add constants for reserved values of an initial length field.
Igor Kudrin
2019-07-24
1
-2
/
+2
*
[DWARF] Add more error handling to debug line parser.
Jonas Devlieghere
2019-07-22
1
-2
/
+13
*
[DWARF] Fix the reserved values for unit length in DWARFDebugLine.
Igor Kudrin
2019-07-16
1
-6
/
+6
*
Fix DWARF DebugInfo unit test errors when cross-compiling
Jason Liu
2019-06-03
4
-18
/
+32
*
[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
2
-104
/
+99
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
7
-28
/
+21
*
[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
2
-3
/
+101
*
[DebugInfo/DWARF] [2/4] Type units no longer in a std::deque. NFC
Paul Robinson
2018-08-01
1
-1
/
+1
*
[DebugInfo/DWARF] [1/4] De-templatize DWARFUnitSection. NFC
Paul Robinson
2018-08-01
2
-14
/
+26
*
[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
3
-5
/
+106
*
dwarfgen: Don't create an AsmPrinter with an invalid ObjFile lowering
Pavel Labath
2018-07-26
2
-16
/
+18
*
Revert "dwarfgen: Add support for generating the debug_str_offsets section, t...
Pavel Labath
2018-07-25
3
-88
/
+5
*
dwarfgen: Add support for generating the debug_str_offsets section, take 2
Pavel Labath
2018-07-25
3
-5
/
+88
*
Revert "dwarfgen: Add support for generating the debug_str_offsets section"
Pavel Labath
2018-07-25
3
-88
/
+5
*
dwarfgen: Add support for generating the debug_str_offsets section
Pavel Labath
2018-07-25
3
-5
/
+88
*
[DebugInfo] Make children iterator bidirectional
Jonas Devlieghere
2018-07-11
1
-0
/
+26
*
[DWARF] Refactor callback usage for .debug_line error handling
James Henderson
2018-05-21
1
-64
/
+70
*
MC: Change the streamer ctors to take an object writer instead of a stream. N...
Peter Collingbourne
2018-05-18
1
-3
/
+4
*
Inline a few CMake variables into their only uses.
Nico Weber
2018-05-14
1
-5
/
+1
*
Fix Wdocumentation warnings. NFCI.
Simon Pilgrim
2018-05-14
1
-1
/
+1
*
[DWARF] Remove unused member and fix(?) the unit-tests on big endian hosts
James Henderson
2018-05-10
3
-7
/
+6
*
[DWARF] DwarfGenerator.h LineTable: explicitly mark DG as unused
Roman Lebedev
2018-05-10
1
-1
/
+1
*
[DWARF] dwarfgen::LineTable::writeData(): pacify -Wcovered-switch-default
Roman Lebedev
2018-05-10
1
-5
/
+4
*
[DWARF] DWARFDebugLineTest: fix a few more signed/unsigned mismatch warnings
Roman Lebedev
2018-05-10
1
-3
/
+3
*
Fix signed/unsigned comparison warning and print format
James Henderson
2018-05-10
1
-20
/
+20
[next]