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
*
Move parts of llvm-symbolizer tool into LLVMSymbolize library.
Alexey Samsonov
2015-10-26
1
-642
/
+0
*
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
1
-0
/
+44
*
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
1
-2
/
+18
*
[llvm-symbolizer] Remove underscores and other C mangling on Windows
Reid Kleckner
2015-08-10
1
-27
/
+75
*
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
1
-20
/
+7
*
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
1
-3
/
+20
*
Make llvm-symbolizer work on Windows.
Zachary Turner
2015-04-27
1
-1
/
+15
*
Move DIContext.h to common DebugInfo location.
Zachary Turner
2015-04-23
1
-1
/
+2
*
llvm-symbolizer: teach it about PowerPC64 ELF function descriptors
Jay Foad
2014-11-07
1
-3
/
+34
*
[Object] Modify OwningBinary's interface to separate inspection from ownership.
Lang Hames
2014-10-31
1
-3
/
+3
*
[llvm-symbolizer] Introduce the -dsym-hint option.
Alexander Potapenko
2014-10-17
1
-43
/
+81
*
[llvm-symbolizer] Minor typedef cleanup. NFC.
Alexander Potapenko
2014-10-14
1
-13
/
+14
*
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
1
-8
/
+10
*
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
1
-3
/
+2
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-1
/
+1
*
[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
[next]