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
*
[llvm-symbolizer]Fix printing of malformed address values not passed via stdin
Xuanda Yang
2020-01-08
1
-2
/
+9
*
[llvm-symbolizer] Support reading options from environment
Petr Hosek
2019-12-20
1
-2
/
+4
*
[llvm-symbolizer] Support debug file lookup using build ID
Petr Hosek
2019-12-04
1
-0
/
+7
*
llvm-symbolizer: Untag addresses in object files by default.
Peter Collingbourne
2019-08-05
1
-0
/
+6
*
llvm-symbolizer: Add a FRAME command.
Peter Collingbourne
2019-06-24
1
-7
/
+24
*
[binutils] Add response file option to help and docs
James Henderson
2019-06-21
1
-0
/
+3
*
Symbolize: Make DWPName a symbolizer option instead of an argument to symboli...
Peter Collingbourne
2019-06-11
1
-6
/
+4
*
Symbolize: Replace the Options constructor with in-class initialization. NFCI.
Peter Collingbourne
2019-06-11
1
-3
/
+7
*
[llvm-symbolizer] Flush output on bad input
James Henderson
2019-06-04
1
-2
/
+3
*
[CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<ui...
Fangrui Song
2019-04-24
1
-1
/
+1
*
[llvm-symbolizer] Add llvm-addr2line
Igor Kudrin
2019-04-19
1
-2
/
+12
*
[llvm-symbolizer] Unhide and document the "-output-style" option
Igor Kudrin
2019-04-19
1
-1
/
+1
*
[llvm-symbolizer] Make the output with -output-style=GNU closer to addr2line's
Igor Kudrin
2019-04-19
1
-1
/
+13
*
[llvm-symbolizer] Allow more flexible usage of -e.
Igor Kudrin
2019-04-04
1
-4
/
+3
*
[llvm-symbolizer] Add `--output-style` switch.
Igor Kudrin
2019-04-04
1
-1
/
+9
*
[DebugInfo] follow up for "add SectionedAddress to DebugInfo interfaces"
Alexey Lapshin
2019-03-23
1
-49
/
+8
*
Attempt to fix buildbot after r354972 [#2]. NFCI.
Alexey Lapshin
2019-03-01
1
-1
/
+14
*
[DebugInfo] add SectionedAddress to DebugInfo interfaces.
Alexey Lapshin
2019-02-27
1
-4
/
+35
*
[DebugInfo] Fix /usr/lib/debug llvm-symbolizer lookup with relative paths
Jordan Rupprecht
2019-02-11
1
-1
/
+6
*
[CommandLine] Don't print empty sentinel values from EnumValN lists in help text
James Henderson
2019-02-04
1
-1
/
+1
*
Revert r353048.
James Henderson
2019-02-04
1
-1
/
+1
*
[CommandLine] Don't print empty sentinel values from EnumValN lists in help text
James Henderson
2019-02-04
1
-1
/
+1
*
Revert r352750.
James Henderson
2019-02-01
1
-1
/
+1
*
[CommandLine] Improve help text for cl::values style options
James Henderson
2019-01-31
1
-1
/
+1
*
[llvm-symbolizer] Add switch to adjust addresses by fixed offset
James Henderson
2019-01-25
1
-0
/
+6
*
[llvm-symbolizer] Add support for -i and -inlines as aliases for -inlining
Douglas Yung
2019-01-24
1
-0
/
+7
*
[llvm-symbolizer] Improve compatibility of --functions with GNU addr2line
James Henderson
2019-01-23
1
-2
/
+7
*
[llvm-symbolizer] Allow single letter command flags grouping.
Dmitry Venikov
2019-01-23
1
-3
/
+3
*
[llvm-symbolizer] Add support for --basenames/-s
James Henderson
2019-01-22
1
-1
/
+8
*
[llvm-symbolizer] Add -no-demangle as alias for -demangle=false
Dmitry Venikov
2019-01-21
1
-2
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[llvm-symbolizer] Add -C as a short alias to -demangle
Dmitry Venikov
2019-01-16
1
-0
/
+4
*
[llvm-symbolizer] Add -addresses, -a as aliases for -print-address
Dmitry Venikov
2019-01-14
1
-2
/
+10
*
[llvm-symbolizer] Add -exe, -e as aliases to -obj
Dmitry Venikov
2019-01-11
1
-0
/
+8
*
[llvm-symbolizer] Add -p as alias to -pretty-print
Dmitry Venikov
2019-01-10
1
-0
/
+4
*
[llvm-symbolizer] Add support for specifying addresses on command-line
James Henderson
2019-01-10
1
-36
/
+44
*
[llvm-symbolizer] Simplify
Fangrui Song
2018-05-26
1
-1
/
+1
*
[llvm-symbolizer] Simplify. NFC
Fangrui Song
2018-05-25
1
-10
/
+5
*
Define InitLLVM to do common initialization all at once.
Rui Ueyama
2018-04-13
1
-7
/
+2
*
DebugInfo: Provide option for explicitly specifying the name of the DWP file
David Blaikie
2017-07-30
1
-2
/
+8
*
Add a verbose/human readable mode to llvm-symbolizer to investigate discrimin...
David Blaikie
2017-01-31
1
-1
/
+4
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-2
/
+1
*
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
2016-06-09
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
-6
/
+8
*
[llvm-symbolizer] -print-source-context-lines option to print source code aro...
Mike Aizatsky
2016-01-09
1
-1
/
+5
*
[llvm-symbolizer] Print out non-address lines verbatim.
Mike Aizatsky
2016-01-07
1
-13
/
+21
*
[Symbolizer]: Add -pretty-print option
Hemant Kulkarni
2015-11-11
1
-2
/
+9
*
Reverting r252760
Colin LeMahieu
2015-11-11
1
-9
/
+2
*
[Symbolizer]: Add -pretty-print option
Hemant Kulkarni
2015-11-11
1
-2
/
+9
*
[LLVMSymbolize] Properly propagate object parsing errors from the library.
Alexey Samsonov
2015-11-04
1
-3
/
+14
[next]