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
*
Add streaming/equality operators to DWARFAddressRange/DWARFLocationExpression
Pavel Labath
2019-11-19
2
-0
/
+20
*
Re-commit "DWARF location lists: Add section index dumping"
Pavel Labath
2019-11-18
4
-20
/
+26
*
Revert rGc0f6ad7d1f3c : "DWARF location lists: Add section index dumping"
Simon Pilgrim
2019-11-18
4
-26
/
+20
*
DWARF location lists: Add section index dumping
Pavel Labath
2019-11-18
4
-20
/
+26
*
DebugInfo: Use loclistx for DWARFv5 location lists to reduce the number of re...
David Blaikie
2019-11-15
3
-0
/
+41
*
DebugInfo: Templatize rnglist header parsing to setup for reuse with loclist ...
David Blaikie
2019-11-15
1
-9
/
+10
*
DWARFDebugLoc(v4): Add an incremental parsing function
Pavel Labath
2019-11-15
5
-104
/
+99
*
DWARFDebugLoclists: stricter base address handling
Pavel Labath
2019-11-14
3
-17
/
+14
*
DWARFDebugLoclists: Add an api to get the location lists of a DWARF unit
Pavel Labath
2019-11-13
2
-40
/
+34
*
DWARFDebugLoclists: add location list "interpretation" logic
Pavel Labath
2019-11-12
3
-110
/
+146
*
[PDB] Make pdb::DbiModuleDescriptor destructor trivial
Fangrui Song
2019-11-11
1
-2
/
+0
*
DebugInfo: Use separate macinfo contributions for each CU
David Blaikie
2019-11-08
1
-35
/
+41
*
DWARFDebugLoclists: Move to a incremental parsing model
Pavel Labath
2019-11-06
3
-123
/
+120
*
DWARFDebugLoclists: Make it possible to read relocated addresses
Pavel Labath
2019-11-05
3
-15
/
+17
*
Fix -Wsign-compare warning with clang-cl
Reid Kleckner
2019-10-30
1
-2
/
+2
*
Hide implementation details in anonymous namespaces. NFC.
Benjamin Kramer
2019-10-24
1
-1
/
+1
*
[LLVMDebugInfoPDB] - Use cantFail() instead of assert().
George Rimar
2019-10-22
1
-12
/
+13
*
[llvm/Object] - Make ELFObjectFile::getRelocatedSection return Expected<secti...
George Rimar
2019-10-21
1
-1
/
+10
*
Fix minor warning in DWARFVerifier.
Zinovy Nis
2019-10-20
1
-2
/
+2
*
[Symbolize] Use the local MSVC C++ demangler instead of relying on dbghelp. NFC.
Martin Storsjo
2019-10-16
1
-25
/
+11
*
DebugInfo: Remove unnecessary/mistaken inclusion of Bitcode/BitcodeAnalyzer.h
David Blaikie
2019-10-14
2
-4
/
+0
*
[Modules Build] Add missing dependency.
Michael J. Spencer
2019-10-14
1
-0
/
+3
*
DebugInfo: Fix msan use-of-uninitialized exposed by r374600
David Blaikie
2019-10-12
1
-0
/
+1
*
llvm-dwarfdump: Add verbose printing for debug_loclists
David Blaikie
2019-10-11
3
-39
/
+111
*
[PDB] Fix bug when using multiple PCH header objects with the same name.
Zachary Turner
2019-10-10
1
-2
/
+2
*
Fix Windows build after r374381
Nico Weber
2019-10-10
2
-7
/
+2
*
Remove strings.h include to fix GSYM Windows build
Reid Kleckner
2019-10-10
1
-1
/
+0
*
Unbreak buildbots.
Greg Clayton
2019-10-10
1
-1
/
+0
*
Fix buildbots by using memset instead of bzero.
Greg Clayton
2019-10-10
1
-1
/
+1
*
Fix build by adding the missing dependency.
Michael Liao
2019-10-10
1
-1
/
+1
*
Unbreak llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast buildbot.
Greg Clayton
2019-10-10
1
-1
/
+1
*
Unbreak windows buildbots.
Greg Clayton
2019-10-10
1
-1
/
+0
*
Add GsymCreator and GsymReader.
Greg Clayton
2019-10-10
5
-14
/
+565
*
llvm-dwarfdump: Support multiple debug_loclists contributions
David Blaikie
2019-10-09
2
-15
/
+18
*
DebugInfo: Shot in the dark attempt to fix ubsan error from r374122
David Blaikie
2019-10-09
1
-1
/
+1
*
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
[next]