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
/
llvm-symbolizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[LLVMSymbolize] Factor out the logic for printing structs from DIContext. NFC.
Alexey Samsonov
2015-11-03
1
-6
/
+11
*
Let the users of LLVMSymbolizer decide whether they want to symbolize inlined...
Alexey Samsonov
2015-10-30
1
-3
/
+4
*
Move parts of llvm-symbolizer tool into LLVMSymbolize library.
Alexey Samsonov
2015-10-26
1
-1
/
+1
*
Simplify boolean conditional return statements in tools/llvm-symbolizer.
Rafael Espindola
2015-10-24
1
-3
/
+1
*
[llvm-symbolizer] Add -print-address option
Hemant Kulkarni
2015-10-12
1
-0
/
+8
*
[llvm-symbolizer] Reverting r250067
Colin LeMahieu
2015-10-12
1
-8
/
+0
*
[llvm-symbolizer] Add -print-address option
Hemant Kulkarni
2015-10-12
1
-0
/
+8
*
A few fixes for llvm-symbolizer on Windows.
Zachary Turner
2015-05-06
1
-4
/
+10
*
Make llvm-symbolizer work on Windows.
Zachary Turner
2015-04-27
1
-0
/
+4
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
[llvm-symbolizer] Introduce the -dsym-hint option.
Alexander Potapenko
2014-10-17
1
-0
/
+14
*
Remove 'using std::error_code' from tools.
Rafael Espindola
2014-06-13
1
-1
/
+0
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
[DWARF parser] Teach DIContext to fetch short (non-linkage) function names fo...
Alexey Samsonov
2014-05-17
1
-4
/
+9
*
[C++] Use 'nullptr'. Tools edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
llvm-symbolizer: add --obj flag to specify a single object file that should b...
Alexey Samsonov
2013-12-24
1
-17
/
+24
*
llvm-symbolizer: add support for Mach-O universal binaries
Alexey Samsonov
2013-06-28
1
-1
/
+5
*
llvm-symbolizer: correctly parse filenames given in quotes
Alexey Samsonov
2013-04-05
1
-5
/
+18
*
clang-formatize llvm-symbolizer code
Alexey Samsonov
2013-02-15
1
-11
/
+9
*
llvm-symbolizer: factor out bits of the tool into separate LLVMSymbolize.{h,c...
Alexey Samsonov
2013-01-22
1
-288
/
+20
*
llvm-symbolizer: add DATA command that allows to symbolize global variables.
Dmitry Vyukov
2013-01-11
1
-34
/
+88
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
1
-1
/
+0
*
Rewrite DIContext interface to take an object. Update all callers.
Eric Christopher
2012-11-12
1
-63
/
+3
*
Don't use __cxa_demangle under MSVC (which doesn't have it)
Alexander Potapenko
2012-11-12
1
-1
/
+5
*
[ASan] Add llvm-symbolizer from to tools/
Alexander Potapenko
2012-11-12
1
-0
/
+379
[prev]