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
*
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
*
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
2016-04-06
1
-2
/
+3
*
Fix Clang-tidy modernize-deprecated-headers warnings in some files; other min...
Eugene Zelenko
2016-03-28
1
-10
/
+19
*
[Symbolize] Improve the ownership of parsed objects.
Alexey Samsonov
2015-12-18
1
-46
/
+45
*
[LLVMSymbolize] Reduce indentation by using helper function. NFC.
Alexey Samsonov
2015-11-04
1
-21
/
+24
*
[LLVMSymbolize] Properly propagate object parsing errors from the library.
Alexey Samsonov
2015-11-04
1
-90
/
+107
*
[LLVMSymbolize] Factor out the logic for printing structs from DIContext. NFC.
Alexey Samsonov
2015-11-03
1
-61
/
+14
*
[LLVMSymbolize] Move demangling away from printing routines. NFC.
Alexey Samsonov
2015-11-03
1
-28
/
+33
*
Let the users of LLVMSymbolizer decide whether they want to symbolize inlined...
Alexey Samsonov
2015-10-30
1
-12
/
+30
*
[LLVMSymbolize] Move printing the description of a global into a separate fun...
Alexey Samsonov
2015-10-29
1
-12
/
+22
*
[LLVMSymbolize] Move ModuleInfo into a separate class (SymbolizableModule).
Alexey Samsonov
2015-10-29
1
-218
/
+21
*
[LLVMSymbolize] Don't use LLVMSymbolizer::Options in ModuleInfo. NFC.
Alexey Samsonov
2015-10-26
1
-16
/
+16
*
Fix build failure on GCC 4.7 (old libstdc++ doesn't have std::map::emplace).
Alexey Samsonov
2015-10-26
1
-2
/
+3
*
Remove use of std::map<>::emplace which is not supported on some older versio...
David Blaikie
2015-10-26
1
-1
/
+1
*
[LLVMSymbolize] Use symbol table only if function linkage name was requested.
Alexey Samsonov
2015-10-26
1
-2
/
+4
*
Fix build error by fully qualifying llvm::make_unique.
Alexey Samsonov
2015-10-26
1
-1
/
+1
*
[LLVMSymbolize] Use std::unique_ptr more extensively to clarify ownership.
Alexey Samsonov
2015-10-26
1
-11
/
+12
*
Move parts of llvm-symbolizer tool into LLVMSymbolize library.
Alexey Samsonov
2015-10-26
1
-0
/
+644