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
/
Symbolize
/
Symbolize.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-01
1
-1
/
+1
*
[llvm-symbolizer] Support debug file lookup using build ID
Petr Hosek
2019-12-04
1
-0
/
+94
*
[Symbolize] Use the local MSVC C++ demangler instead of relying on dbghelp. NFC.
Martin Storsjo
2019-10-16
1
-25
/
+11
*
Unify the two CRC implementations
Hans Wennborg
2019-10-09
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
*
[Object] Extend MachOUniversalBinary::getObjectForArch
Alexander Shaposhnikov
2019-09-19
1
-1
/
+1
*
Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...
George Rimar
2019-08-14
1
-1
/
+5
*
Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...
George Rimar
2019-08-14
1
-5
/
+1
*
[llvm/Object] - Convert SectionRef::getName() to return Expected<>
George Rimar
2019-08-14
1
-1
/
+5
*
Switch LLVM to use 64-bit offsets (2/5)
Igor Kudrin
2019-08-06
1
-1
/
+1
*
llvm-symbolizer: Untag addresses in object files by default.
Peter Collingbourne
2019-08-05
1
-2
/
+2
*
Teach the symbolizer lib symbolize objects directly.
Yuanfang Chen
2019-07-08
1
-18
/
+46
*
llvm-symbolizer: Add a FRAME command.
Peter Collingbourne
2019-06-24
1
-0
/
+23
*
[Symbolize] Avoid lifetime extension and simplify std::map find/insert. NFC
Fangrui Song
2019-06-21
1
-33
/
+26
*
Symbolize: Remove dead code. NFCI.
Peter Collingbourne
2019-06-13
1
-1
/
+0
*
Symbolize: Make DWPName a symbolizer option instead of an argument to symboli...
Peter Collingbourne
2019-06-11
1
-10
/
+8
*
Recommit [Object] Change object::SectionRef::getContents() to return Expected...
Fangrui Song
2019-05-16
1
-3
/
+6
*
Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...
Hans Wennborg
2019-05-16
1
-6
/
+3
*
[Object] Change object::SectionRef::getContents() to return Expected<StringRef>
Fangrui Song
2019-05-16
1
-3
/
+6
*
Use llvm::crc32 instead of crc32. NFC
Eugene Leviant
2019-04-08
1
-1
/
+1
*
Attempt to recommit r357901
Eugene Leviant
2019-04-08
1
-1
/
+2
*
Reverting r357901 as fails to build on some of the buildbots
Eugene Leviant
2019-04-08
1
-2
/
+1
*
[Support] Add zlib independent CRC32
Eugene Leviant
2019-04-08
1
-1
/
+2
*
[DebugInfo] add SectionedAddress to DebugInfo interfaces.
Alexey Lapshin
2019-02-27
1
-7
/
+10
*
[DebugInfo] Fix /usr/lib/debug llvm-symbolizer lookup with relative paths
Jordan Rupprecht
2019-02-11
1
-7
/
+18
*
[DebugInfo] Don't use realpath when looking up debug binary locations.
Jordan Rupprecht
2019-02-01
1
-10
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[DebugInfo] Common behavior for error types
Alexandre Ganea
2018-08-31
1
-1
/
+2
*
Handle NetBSD specific path in findDebugBinary()
Kamil Rytarowski
2018-06-25
1
-0
/
+5
*
Use itaniumDemangle in llvm-symbolizer
Eugene Zemtsov
2018-03-07
1
-9
/
+4
*
[llvm-symbolizer] Use correct path when resolving .gnu_debuglink in .debug
Francis Ricci
2018-03-02
1
-1
/
+1
*
Remove redundant includes from lib/DebugInfo.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
DebugInfo: Provide option for explicitly specifying the name of the DWP file
David Blaikie
2017-07-30
1
-7
/
+10
*
Use delegation instead of inheritance.
Rafael Espindola
2017-07-19
1
-1
/
+1
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Fix another ordering constraint with windows.h and comment about
Chandler Carruth
2017-06-06
1
-1
/
+3
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Rename some PDB classes.
Zachary Turner
2017-04-27
1
-3
/
+4
*
Fix the ASan fuse-lld.cc test after LLD r280012
Reid Kleckner
2016-09-01
1
-1
/
+1
*
CodeView: extract the OMF Directory Header
Saleem Abdulrasool
2016-08-09
1
-3
/
+3
*
Prune RelocVisitor.h include to avoid including COFF.h from MCJIT.h
Reid Kleckner
2016-07-06
1
-0
/
+1
*
Try one more time to pacify -Wpessimizing-move, MSVC, libstdc++4.7, and the w...
Reid Kleckner
2016-06-06
1
-2
/
+1
*
Attempt to work around lack of std::map::emplace in libstdc++4.7
Reid Kleckner
2016-06-06
1
-1
/
+2
*
Fix non-Windows build when inserting a move only type into a map
Reid Kleckner
2016-06-03
1
-1
/
+1
*
[Symbolize] Check if the PE file has a PDB and emit an error if we can't load it
Reid Kleckner
2016-06-03
1
-64
/
+90
*
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
Kevin Enderby
2016-05-31
1
-2
/
+3
*
Drop error when trying to fallback from PDB to DWARF.
Zachary Turner
2016-05-06
1
-0
/
+4
*
Port DebugInfoPDB over to using llvm::Error.
Zachary Turner
2016-05-06
1
-3
/
+3
*
Move pdb code into pdb namespace.
Zachary Turner
2016-05-04
1
-0
/
+1
[next]