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
/
tools
/
llvm-symbolizer
/
LLVMSymbolize.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move parts of llvm-symbolizer tool into LLVMSymbolize library.
Alexey Samsonov
2015-10-26
1
-153
/
+0
*
[llvm-symbolizer] Use the export table if no symbols are present
Reid Kleckner
2015-10-16
1
-0
/
+1
*
[llvm-symbolizer] Make --relative-address work with DWARF contexts
Reid Kleckner
2015-10-09
1
-0
/
+4
*
[llvm-symbolizer] Remove underscores and other C mangling on Windows
Reid Kleckner
2015-08-10
1
-2
/
+6
*
Use computeSymbolSizes in llvm-symbolize.
Rafael Espindola
2015-06-25
1
-1
/
+1
*
A few fixes for llvm-symbolizer on Windows.
Zachary Turner
2015-05-06
1
-7
/
+8
*
Move DIContext.h to common DebugInfo location.
Zachary Turner
2015-04-23
1
-1
/
+1
*
Move DebugInfo to DebugInfo/DWARF.
Zachary Turner
2015-01-30
1
-1
/
+1
*
llvm-symbolizer: teach it about PowerPC64 ELF function descriptors
Jay Foad
2014-11-07
1
-1
/
+6
*
[Object] Modify OwningBinary's interface to separate inspection from ownership.
Lang Hames
2014-10-31
1
-3
/
+6
*
[llvm-symbolizer] Introduce the -dsym-hint option.
Alexander Potapenko
2014-10-17
1
-7
/
+13
*
[llvm-symbolizer] Minor typedef cleanup. NFC.
Alexander Potapenko
2014-10-14
1
-10
/
+6
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-0
/
+6
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-3
/
+3
*
[DWARF parser] Teach DIContext to fetch short (non-linkage) function names fo...
Alexey Samsonov
2014-05-17
1
-4
/
+5
*
Use unique_ptr to manage ParsedBinariesAndObjects in LLVMSymbolizer
David Blaikie
2014-04-22
1
-1
/
+2
*
[C++11] Introduce ObjectFile::symbols() to use range-based loops.
Alexey Samsonov
2014-03-17
1
-1
/
+1
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+1
*
llvm-symbolizer: use dynamic symbol table if the regular one is stripped.
Alexey Samsonov
2014-02-26
1
-0
/
+1
*
llvm-symbolizer: make mangled name heuristic apply to all symbols
Ed Maste
2014-01-16
1
-1
/
+0
*
llvm-symbolizer: don't always run demangler on global object names
Alexey Samsonov
2013-10-16
1
-0
/
+1
*
llvm-symbolizer: don't leave dangling pointers after flushing LLVMSymbolizer....
Alexey Samsonov
2013-06-28
1
-0
/
+3
*
llvm-symbolizer: make name demangling a public static method of LLVMSymbolizer
Alexey Samsonov
2013-06-28
1
-1
/
+1
*
llvm-symbolizer: add support for Mach-O universal binaries
Alexey Samsonov
2013-06-28
1
-3
/
+25
*
[llvm-symbolizer] rewrite r183213 in a more clear way
Alexey Samsonov
2013-06-07
1
-1
/
+3
*
[llvm-symbolizer] Avoid calling slow getSymbolSize for Mach-O files. Assume t...
Alexey Samsonov
2013-06-04
1
-1
/
+1
*
llvm-symbolizer: flush internal caches functionality
Dmitry Vyukov
2013-03-19
1
-0
/
+1
*
clang-formatize llvm-symbolizer code
Alexey Samsonov
2013-02-15
1
-22
/
+21
*
llvm-symbolizer: speedup symbol lookup
Dmitry Vyukov
2013-02-14
1
-4
/
+14
*
Replace global std::string with const char[]
Alexey Samsonov
2013-02-04
1
-1
/
+1
*
llvm-symbolizer: factor out bits of the tool into separate LLVMSymbolize.{h,c...
Alexey Samsonov
2013-01-22
1
-0
/
+88