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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-17
/
+0
*
[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
*
[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
5
-798
/
+3
*
Simplify boolean conditional return statements in tools/llvm-symbolizer.
Rafael Espindola
2015-10-24
1
-3
/
+1
*
Speculative fix for GCC build
Reid Kleckner
2015-10-16
1
-8
/
+11
*
[llvm-symbolizer] Use the export table if no symbols are present
Reid Kleckner
2015-10-16
2
-0
/
+45
*
[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
*
Address review comments, remove error case and return 0 instead as required b...
Reid Kleckner
2015-10-09
1
-2
/
+1
*
[llvm-symbolizer] Make --relative-address work with DWARF contexts
Reid Kleckner
2015-10-09
2
-2
/
+22
*
[llvm-symbolizer] Remove underscores and other C mangling on Windows
Reid Kleckner
2015-08-10
2
-29
/
+81
*
Delete UnknownAddress. It is a perfectly valid symbol value.
Rafael Espindola
2015-07-07
1
-2
/
+0
*
Return ErrorOr from getSymbolAddress.
Rafael Espindola
2015-07-03
1
-3
/
+5
*
Return ErrorOr from SymbolRef::getName.
Rafael Espindola
2015-07-02
1
-2
/
+3
*
[Support] Lazy load of dbghlp.dll on Windows
Leny Kholodov
2015-07-02
1
-0
/
+1
*
Simplify getSymbolType.
Rafael Espindola
2015-06-26
1
-3
/
+1
*
Use computeSymbolSizes in llvm-symbolize.
Rafael Espindola
2015-06-25
2
-21
/
+8
*
Modernize getELFDynamicSymbolIterators.
Rafael Espindola
2015-06-25
1
-4
/
+3
*
Change how symbol sizes are handled in lib/Object.
Rafael Espindola
2015-06-24
1
-9
/
+6
*
[Object] Search for architecures by name in MachOUniversalBinary::getObjectFo...
Frederic Riss
2015-06-22
1
-1
/
+1
*
Simplify another function that doesn't fail.
Rafael Espindola
2015-06-01
1
-3
/
+5
*
A few fixes for llvm-symbolizer on Windows.
Zachary Turner
2015-05-06
3
-14
/
+38
*
[llvm-symbolizer] Link DebugInfoPDB for the autoconf build
Zachary Turner
2015-04-27
1
-1
/
+1
*
Make llvm-symbolizer work on Windows.
Zachary Turner
2015-04-27
3
-1
/
+20
*
Move DIContext.h to common DebugInfo location.
Zachary Turner
2015-04-23
2
-2
/
+3
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
Move DebugInfo to DebugInfo/DWARF.
Zachary Turner
2015-01-30
3
-3
/
+3
*
llvm-symbolizer: teach it about PowerPC64 ELF function descriptors
Jay Foad
2014-11-07
2
-4
/
+40
*
[Object] Modify OwningBinary's interface to separate inspection from ownership.
Lang Hames
2014-10-31
2
-6
/
+9
*
[llvm-symbolizer] Introduce the -dsym-hint option.
Alexander Potapenko
2014-10-17
3
-50
/
+108
*
[llvm-symbolizer] Minor typedef cleanup. NFC.
Alexander Potapenko
2014-10-14
2
-23
/
+20
*
Follow-up for r217020: actually commit the fix for PR20800,
Alexander Potapenko
2014-09-03
1
-11
/
+1
*
Fix PR20800: correctly calculate the offset of the subq instruction when gene...
Alexander Potapenko
2014-09-03
1
-1
/
+11
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
2
-8
/
+16
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-3
/
+3
*
Remove some calls to std::move.
Rafael Espindola
2014-08-01
1
-1
/
+1
*
Use a reference instead of a pointer.
Rafael Espindola
2014-07-31
1
-1
/
+1
*
Use std::unique_ptr to make the ownership explicit.
Rafael Espindola
2014-07-31
1
-6
/
+6
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-3
/
+4
*
Convert a few methods to use ErrorOr.
Rafael Espindola
2014-06-23
1
-4
/
+5
*
Finishing touch for the std::error_code transition.
Rafael Espindola
2014-06-13
1
-1
/
+2
*
Remove 'using std::error_code' from tools.
Rafael Espindola
2014-06-13
2
-4
/
+2
[next]