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-cxxdump
/
llvm-cxxdump.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
2016-06-09
1
-1
/
+1
*
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
Kevin Enderby
2016-05-17
1
-4
/
+10
*
Thread Expected<...> up from libObject’s getType() for symbols to allow llv...
Kevin Enderby
2016-05-02
1
-2
/
+2
*
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
2016-04-20
1
-6
/
+6
*
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
2016-04-06
1
-2
/
+3
*
Reapply r250906 with many suggested updates from Rafael Espindola.
Kevin Enderby
2015-11-05
1
-1
/
+3
*
Backing out commit r250906 as it broke lld.
Kevin Enderby
2015-10-21
1
-6
/
+1
*
This removes the eating of the error in Archive::Child::getSize() when the ch...
Kevin Enderby
2015-10-21
1
-1
/
+6
*
Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...
Craig Topper
2015-09-21
1
-3
/
+3
*
[llvm-cxxdump] Remove duplicate code check.
Davide Italiano
2015-09-15
1
-6
/
+0
*
[llvm-cxxdump] Correctly process relocations when given multiple files
David Majnemer
2015-08-13
1
-16
/
+10
*
Convert getSymbolSection to return an ErrorOr.
Rafael Espindola
2015-08-07
1
-2
/
+3
*
[llvm-cxxdump] Don't rely on global state
Davide Italiano
2015-07-17
1
-41
/
+18
*
Return ErrorOr from getSymbolAddress.
Rafael Espindola
2015-07-03
1
-2
/
+3
*
Return ErrorOr from SymbolRef::getName.
Rafael Espindola
2015-07-02
1
-8
/
+9
*
Don't return error_code from function that never fails.
Rafael Espindola
2015-06-29
1
-6
/
+2
*
Make computeSymbolSizes never fail.
Rafael Espindola
2015-06-24
1
-4
/
+2
*
Compute correct symbol sizes for MachO and COFF.
Rafael Espindola
2015-06-23
1
-2
/
+9
*
Simplify another function that doesn't fail.
Rafael Espindola
2015-06-01
1
-2
/
+3
*
Change range-based for-loop to use const auto&. No functionality change.
Richard Trieu
2015-04-15
1
-16
/
+11
*
Change range-based for-loops to be -Wrange-loop-analysis clean.
Richard Trieu
2015-04-15
1
-13
/
+16
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdump
David Majnemer
2015-03-15
1
-0
/
+570