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
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
*
Add lookup functions for efficient lookups of addresses when using GsymReader...
Greg Clayton
2019-12-05
1
-0
/
+99
*
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
*
GSYMTest::TestLineTable - check all LT1+LT2 comparisons.
Simon Pilgrim
2019-11-02
1
-0
/
+2
*
[Mips] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
1
-2
/
+2
*
Add GsymCreator and GsymReader.
Greg Clayton
2019-10-10
2
-0
/
+255
*
Fix buildbots.
Greg Clayton
2019-09-17
1
-20
/
+20
*
GSYM: Add the llvm::gsym::Header header class with tests
Greg Clayton
2019-09-17
1
-0
/
+102
*
Fix MSVC lambda capture warnings. NFCI.
Simon Pilgrim
2019-09-17
1
-7
/
+7
*
GSYM: add encoding and decoding to FunctionInfo
Greg Clayton
2019-09-17
1
-14
/
+169
*
Add some missing changes to GSYM that was addressing a gcc compilation error ...
David Blaikie
2019-09-11
1
-7
/
+7
*
Add a LineTable class to GSYM and test it.
Greg Clayton
2019-09-11
1
-6
/
+162
*
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
*
Add encode and decode methods to InlineInfo and document encoding format to t...
Greg Clayton
2019-09-04
1
-0
/
+136
*
Add FileWriter to GSYM and encode/decode functions to AddressRange and Addres...
Greg Clayton
2019-08-21
1
-1
/
+119
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
4
-9
/
+9
*
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
*
PDB HashTable: Move TraitsT from class parameter to the methods that need it
Nico Weber
2019-07-12
1
-54
/
+65
*
[DebugInfo] Simplify GSYM::AddressRange and GSYM::AddressRanges
Fangrui Song
2019-06-28
1
-26
/
+21
*
[DebugInfo] GSYM cleanups after D63104/r364427
Fangrui Song
2019-06-28
2
-56
/
+47
*
Add GSYM utility files along with unit tests.
Greg Clayton
2019-06-26
3
-0
/
+406
*
Fix DWARF DebugInfo unit test errors when cross-compiling
Jason Liu
2019-06-03
4
-18
/
+32
*
[PDB] Fix hash function used to write /src/headerblock
Nico Weber
2019-04-29
1
-5
/
+19
*
[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
*
[codeview] Remove Type member from CVRecord
Reid Kleckner
2019-04-04
1
-8
/
+5
*
[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
17
-68
/
+51
*
[DebugInfo] Define base function on DWARFDie reverse iterators
Jonas Devlieghere
2018-10-30
1
-0
/
+4
*
Revert "Revert "[PDB] Extend IPDBSession's interface to retrieve frame data""
Aleksandr Urakov
2018-10-23
1
-0
/
+4
*
Revert "[PDB] Extend IPDBSession's interface to retrieve frame data"
Aleksandr Urakov
2018-10-22
1
-4
/
+0
*
[PDB] Extend IPDBSession's interface to retrieve frame data
Aleksandr Urakov
2018-10-22
1
-0
/
+4
[next]