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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unify the two CRC implementations
Hans Wennborg
2019-10-09
4
-11
/
+7
*
DebugInfo: Move LLE enum handling to .def to match RLE handling
David Blaikie
2019-10-08
1
-1
/
+1
*
Revert "[Symbolize] Use the local MSVC C++ demangler instead of relying on db...
Martin Storsjo
2019-10-04
1
-4
/
+37
*
[Symbolize] Use the local MSVC C++ demangler instead of relying on dbghelp. NFC.
Martin Storsjo
2019-10-04
1
-37
/
+4
*
DebugInfo: Add parsing support for debug_loc base address specifiers
David Blaikie
2019-10-01
1
-3
/
+7
*
MCRegisterInfo: Merge getLLVMRegNum and getLLVMRegNumFromEH
Pavel Labath
2019-09-24
1
-3
/
+2
*
[Object] Extend MachOUniversalBinary::getObjectForArch
Alexander Shaposhnikov
2019-09-19
1
-1
/
+1
*
GSYM: Add the llvm::gsym::Header header class with tests
Greg Clayton
2019-09-17
2
-0
/
+112
*
GSYM: add encoding and decoding to FunctionInfo
Greg Clayton
2019-09-17
1
-4
/
+132
*
[DebugInfo] Don't dereference a dyn_cast<PDBSymbolData> result. NFCI.
Simon Pilgrim
2019-09-15
1
-1
/
+1
*
Add some missing changes to GSYM that was addressing a gcc compilation error ...
David Blaikie
2019-09-11
1
-1
/
+1
*
Add a LineTable class to GSYM and test it.
Greg Clayton
2019-09-11
3
-4
/
+289
*
[GSYM][NFC] Fixed -Wdocumentation warning
David Bolvansky
2019-09-05
1
-1
/
+0
*
[DWARF] Fix referencing Range List Tables from CUs for DWARF64.
Igor Kudrin
2019-09-05
1
-9
/
+12
*
[DWARF] Support DWARF64 in DWARFListTableHeader.
Igor Kudrin
2019-09-05
1
-22
/
+30
*
Add encode and decode methods to InlineInfo and document encoding format to t...
Greg Clayton
2019-09-04
2
-0
/
+112
*
DWARF: Fix a regression in location list dumping
Pavel Labath
2019-09-04
2
-26
/
+22
*
[DWARFVerifier] Verify GNU extensions of call site DWARF symbols
Djordje Todorovic
2019-09-02
1
-2
/
+7
*
DWARFDebugLoc: Make parsing and error reporting more robust
Pavel Labath
2019-08-29
2
-60
/
+49
*
Add error handling to the DataExtractor class
Pavel Labath
2019-08-27
1
-3
/
+4
*
Removing block comments from CodeView records in assembly files & related cod...
Nilanjana Basu
2019-08-25
1
-15
/
+0
*
Add FileWriter to GSYM and encode/decode functions to AddressRange and Addres...
Greg Clayton
2019-08-21
3
-0
/
+115
*
Improving CodeView debug info type record's inline comments
Nilanjana Basu
2019-08-21
3
-35
/
+380
*
[DWARF] Adjust return type of DWARFUnit::getLength().
Igor Kudrin
2019-08-21
2
-3
/
+3
*
[DWARF] Fix reading 64-bit DWARF type units.
Igor Kudrin
2019-08-20
2
-5
/
+5
*
Remove the temporary code. NFC.
Igor Kudrin
2019-08-16
1
-30
/
+0
*
[DebugLine] Don't try to guess the path style
Jonas Devlieghere
2019-08-15
1
-25
/
+5
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
24
-106
/
+106
*
[llvm-objdump] Add warning messages if disassembly + source for problematic i...
Michael Pozulp
2019-08-15
2
-12
/
+7
*
[DebugLine] Improve path handling.
Jonas Devlieghere
2019-08-14
1
-2
/
+20
*
Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...
George Rimar
2019-08-14
3
-8
/
+20
*
Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...
George Rimar
2019-08-14
3
-20
/
+8
*
[llvm/Object] - Convert SectionRef::getName() to return Expected<>
George Rimar
2019-08-14
3
-8
/
+20
*
DebugInfo/DWARF: Provide some (pretty half-hearted) error handling access whe...
David Blaikie
2019-08-09
1
-17
/
+25
*
Remove else-after-return
David Blaikie
2019-08-08
1
-3
/
+3
*
DebugInfo/DWARF: Remove unused return type from DWARFUnit::extractDIEsIfNeeded
David Blaikie
2019-08-07
1
-64
/
+63
*
Fix indentation
David Blaikie
2019-08-07
1
-1
/
+1
*
DebugInfo/DWARF: Normalize DWARFObject members on the DWARF spec section names
David Blaikie
2019-08-07
4
-105
/
+105
*
Remove support for 32-bit offsets in utility classes (5/5)
Igor Kudrin
2019-08-07
2
-47
/
+0
*
Try to unbreak buildbots after r368014
Igor Kudrin
2019-08-06
1
-1
/
+1
*
Switch LLVM to use 64-bit offsets (2/5)
Igor Kudrin
2019-08-06
26
-297
/
+305
*
Support 64-bit offsets in utility classes (1/5)
Igor Kudrin
2019-08-06
2
-7
/
+75
*
Silence ubsan after r367926.
Peter Collingbourne
2019-08-06
1
-0
/
+1
*
llvm-symbolizer: Untag addresses in object files by default.
Peter Collingbourne
2019-08-05
3
-8
/
+19
*
Changing representation of .cv_def_range directives in Codeview debug info as...
Nilanjana Basu
2019-08-05
2
-2
/
+2
*
Revert "Changing representation of .cv_def_range directives in Codeview debug...
Nilanjana Basu
2019-08-05
2
-2
/
+2
*
Changing representation of .cv_def_range directives in Codeview debug info as...
Nilanjana Basu
2019-08-05
2
-2
/
+2
*
Revert "[llvm-objdump] Re-commit r367284."
Michael Pozulp
2019-08-05
2
-7
/
+12
*
[DWARF] Change DWARFDebugLoc::Entry::Loc from SmallVector<char, 4> to SmallSt...
Fangrui Song
2019-08-05
1
-2
/
+2
*
[llvm-objdump] Re-commit r367284.
Michael Pozulp
2019-08-04
2
-12
/
+7
[next]