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
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
*
llvm-symbolizer: Fix FRAME handling of missing AT_name.
Evgenii Stepanov
2019-11-25
1
-2
/
+13
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
[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
*
[llvm-objdump] Add warning messages if disassembly + source for problematic i...
Michael Pozulp
2019-08-15
1
-11
/
+6
*
Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...
George Rimar
2019-08-14
2
-5
/
+10
*
Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...
George Rimar
2019-08-14
2
-10
/
+5
*
[llvm/Object] - Convert SectionRef::getName() to return Expected<>
George Rimar
2019-08-14
2
-5
/
+10
*
Switch LLVM to use 64-bit offsets (2/5)
Igor Kudrin
2019-08-06
2
-5
/
+3
*
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
*
Revert "[llvm-objdump] Re-commit r367284."
Michael Pozulp
2019-08-05
1
-6
/
+11
*
[llvm-objdump] Re-commit r367284.
Michael Pozulp
2019-08-04
1
-11
/
+6
*
Revert "[llvm-objdump] Add warning messages if disassembly + source for probl...
Michael Pozulp
2019-07-30
1
-6
/
+11
*
[llvm-objdump] Add warning messages if disassembly + source for problematic i...
Michael Pozulp
2019-07-30
1
-11
/
+6
*
Teach the symbolizer lib symbolize objects directly.
Yuanfang Chen
2019-07-08
3
-23
/
+51
*
llvm-symbolizer: Add a FRAME command.
Peter Collingbourne
2019-06-24
4
-0
/
+56
*
[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
2
-12
/
+5
*
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
2
-7
/
+10
*
Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...
Hans Wennborg
2019-05-16
2
-10
/
+7
*
[Object] Change object::SectionRef::getContents() to return Expected<StringRef>
Fangrui Song
2019-05-16
2
-7
/
+10
*
[llvm-symbolizer] Fix section index at the end of a section
Fangrui Song
2019-04-20
1
-2
/
+1
*
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
*
[Symbolize] Uniquify sorted vector<pair<SymbolDesc, StringRef>>
Fangrui Song
2019-04-06
2
-10
/
+16
*
[Symbolize] Replace map<SymbolDesc, StringRef> with sorted vector
Fangrui Song
2019-04-05
2
-10
/
+19
*
[Symbolize] Keep SymbolDescs with the same address and improve getNameFromSym...
Fangrui Song
2019-04-04
2
-3
/
+6
*
[llvm-symbolizer] Add `--output-style` switch.
Igor Kudrin
2019-04-04
1
-1
/
+4
*
[DebugInfo] follow up for "add SectionedAddress to DebugInfo interfaces"
Alexey Lapshin
2019-03-23
2
-0
/
+29
*
[DebugInfo] add SectionedAddress to DebugInfo interfaces.
Alexey Lapshin
2019-02-27
3
-19
/
+26
*
[symbolizer] Avoid collecting symbols belonging to invalid sections.
Matt Davis
2019-02-14
1
-0
/
+5
*
[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
*
[llvm-symbolizer] Add support for --basenames/-s
James Henderson
2019-01-22
1
-0
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
5
-20
/
+15
*
[DebugInfo] Common behavior for error types
Alexandre Ganea
2018-08-31
1
-1
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
Handle NetBSD specific path in findDebugBinary()
Kamil Rytarowski
2018-06-25
1
-0
/
+5
*
Fix build broken by r326959
Eugene Zemtsov
2018-03-08
1
-1
/
+1
*
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
[next]