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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DWARF parser] Teach DIContext to fetch short (non-linkage) function names fo...
Alexey Samsonov
2014-05-17
1
-5
/
+4
*
[DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier.
Alexey Samsonov
2014-05-15
1
-9
/
+8
*
[C++] Use 'nullptr'. Tools edition.
Craig Topper
2014-04-25
1
-13
/
+13
*
Use unique_ptr to manage ParsedBinariesAndObjects in LLVMSymbolizer
David Blaikie
2014-04-22
1
-7
/
+6
*
[DWARF parser] Turn DILineInfo into a struct.
Alexey Samsonov
2014-04-18
1
-13
/
+5
*
[C++11] Introduce ObjectFile::symbols() to use range-based loops.
Alexey Samsonov
2014-03-17
1
-11
/
+9
*
[C++11] Use ObjectFile::sections() in commandline llvm tools
Alexey Samsonov
2014-03-13
1
-4
/
+3
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-3
/
+3
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-2
/
+2
*
llvm-symbolizer: use dynamic symbol table if the regular one is stripped.
Alexey Samsonov
2014-02-26
1
-29
/
+43
*
Change the begin and end methods in ObjectFile to match the style guide.
Rafael Espindola
2014-02-10
1
-2
/
+2
*
Simplify the handling of iterators in ObjectFile.
Rafael Espindola
2014-01-30
1
-6
/
+2
*
llvm-symbolizer: make mangled name heuristic apply to all symbols
Ed Maste
2014-01-16
1
-7
/
+5
*
Return an ErrorOr<Binary *> from createBinary.
Rafael Espindola
2014-01-15
1
-9
/
+12
*
Check the error code and save a call to sys::fs::exists.
Rafael Espindola
2014-01-15
1
-4
/
+2
*
Re-sort #include lines again, prior to moving headers around.
Chandler Carruth
2014-01-13
1
-1
/
+0
*
llvm-symbolizer: don't always run demangler on global object names
Alexey Samsonov
2013-10-16
1
-1
/
+7
*
llvm-symbolizer: use real path when looking for debug binary location
Alexey Samsonov
2013-08-26
1
-2
/
+11
*
llvm-symbolizer: add support for .gnu_debuglink section
Alexey Samsonov
2013-08-14
1
-0
/
+83
*
LLVMSymbolize.cpp: Fix build. Triple::ArchType is not a namespace.
NAKAMURA Takumi
2013-07-17
1
-1
/
+1
*
llvm-symbolizer: be more careful with colons in file names
Alexey Samsonov
2013-07-17
1
-8
/
+7
*
llvm-symbolizer: Recognize a drive letter on win32. Then "REQUIRES: shell" ca...
NAKAMURA Takumi
2013-07-01
1
-0
/
+5
*
llvm-symbolizer: don't leave dangling pointers after flushing LLVMSymbolizer....
Alexey Samsonov
2013-06-28
1
-0
/
+2
*
llvm-symbolizer: skip leading underscore in Mach-O symbol table entries
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
-8
/
+10
*
llvm-symbolizer: add support for Mach-O universal binaries
Alexey Samsonov
2013-06-28
1
-38
/
+71
*
[llvm-symbolizer] rewrite r183213 in a more clear way
Alexey Samsonov
2013-06-07
1
-6
/
+7
*
[llvm-symbolizer] Avoid calling slow getSymbolSize for Mach-O files. Assume t...
Alexey Samsonov
2013-06-04
1
-8
/
+19
*
Correct handling invalid filename in llvm-symbolizer
Alexey Samsonov
2013-06-03
1
-2
/
+2
*
At Jim Grosbach's request detemplate Object/MachO.h.
Rafael Espindola
2013-04-18
1
-1
/
+1
*
Convert MachOObjectFile to a template.
Rafael Espindola
2013-04-09
1
-1
/
+1
*
Fix for r177390: map values are pointers, use DeleteContainerSeconds() instea...
Alexey Samsonov
2013-03-19
1
-1
/
+2
*
llvm-symbolizer: flush internal caches functionality
Dmitry Vyukov
2013-03-19
1
-0
/
+4
*
clang-formatize llvm-symbolizer code
Alexey Samsonov
2013-02-15
1
-45
/
+39
*
llvm-symbolizer: speedup symbol lookup
Dmitry Vyukov
2013-02-14
1
-39
/
+59
*
Print error messages from MemoryBuffer::getFile() in llvm-symbolizer
Alexey Samsonov
2013-02-05
1
-1
/
+2
*
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
/
+272