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-objdump
/
COFFDump.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert getSymbolSection to return an ErrorOr.
Rafael Espindola
2015-08-07
1
-3
/
+3
*
[llvm-objdump] Call exit(1) on error, i.e. fail early.
Davide Italiano
2015-08-05
1
-17
/
+9
*
Return ErrorOr from getSymbolAddress.
Rafael Espindola
2015-07-03
1
-1
/
+3
*
Return ErrorOr from SymbolRef::getName.
Rafael Espindola
2015-07-02
1
-1
/
+3
*
Don't return error_code from function that never fails.
Rafael Espindola
2015-06-29
1
-3
/
+1
*
Remove object_error::success and use std::error_code() instead
Rui Ueyama
2015-06-09
1
-4
/
+4
*
Rename data -> Data
Rui Ueyama
2014-10-02
1
-1
/
+1
*
Object: Add support for bigobj
David Majnemer
2014-09-10
1
-9
/
+2
*
Remove 'using std::error_code' from tools.
Rafael Espindola
2014-06-13
1
-22
/
+20
*
Remove all uses of 'using std::error_code' from headers.
Rafael Espindola
2014-06-13
1
-0
/
+1
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
[C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...
Alexey Samsonov
2014-03-18
1
-6
/
+5
*
[C++11] Introduce SectionRef::relocations() to use range-based loops
Alexey Samsonov
2014-03-14
1
-4
/
+2
*
Attempt to unbreak little-endian buildbots.
Rui Ueyama
2014-03-05
1
-3
/
+6
*
llvm-objdump: Indent unwind info contents.
Rui Ueyama
2014-03-04
1
-11
/
+11
*
llvm-objdump: Fix typo in output.
Rui Ueyama
2014-03-04
1
-1
/
+1
*
Fix typo.
Rui Ueyama
2014-03-04
1
-3
/
+3
*
Use auto for readability.
Rui Ueyama
2014-03-04
1
-5
/
+3
*
llvm-objdump: Print x64 unwind info in executable.
Rui Ueyama
2014-03-04
1
-4
/
+33
*
llvm-objdump: Split printRuntimeFunction to two small functions.
Rui Ueyama
2014-03-04
1
-39
/
+41
*
llvm-objdump: Split printCOFFUnwindInfo into small functions.
Rui Ueyama
2014-03-04
1
-105
/
+123
*
llvm-objdump: Use range-based-for loop and fix format.
Rui Ueyama
2014-03-04
1
-14
/
+18
*
llvm-objdump: Fix crash bug with printing unwind info on stripped file.
Rui Ueyama
2014-02-28
1
-7
/
+9
*
Style fix.
Rui Ueyama
2014-02-28
1
-1
/
+2
*
Remove unnecessary temporary variable.
Rui Ueyama
2014-02-28
1
-4
/
+2
*
llvm-objdump/COFF: LoadConfiguration does not exist in object file.
Rui Ueyama
2014-02-21
1
-0
/
+7
*
llvm-objdump/COFF: Print SEH table addresses.
Rui Ueyama
2014-02-20
1
-0
/
+22
*
llvm-objdump/COFF: Print load configuration table.
Rui Ueyama
2014-02-19
1
-0
/
+41
*
Change the begin and end methods in ObjectFile to match the style guide.
Rafael Espindola
2014-02-10
1
-4
/
+4
*
Simplify the handling of iterators in ObjectFile.
Rafael Espindola
2014-01-30
1
-18
/
+5
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
llvm-objdump/COFF: Print ordinal base number.
Rui Ueyama
2014-01-17
1
-0
/
+4
*
Fix style issues.
Rui Ueyama
2014-01-16
1
-24
/
+30
*
llvm-objdump/COFF: Print DLL name in the export table header.
Rui Ueyama
2014-01-16
1
-1
/
+5
*
llmv-objdump/COFF: Print export table contents.
Rui Ueyama
2014-01-16
1
-1
/
+33
*
llvm-objdump: Don't print "Import table:" header if there's no import table.
Rui Ueyama
2014-01-15
1
-3
/
+5
*
Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.
Rui Ueyama
2013-09-27
1
-2
/
+2
*
Re-submit r191472 with a fix for big endian.
Rui Ueyama
2013-09-27
1
-0
/
+46
*
Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...
Rui Ueyama
2013-09-27
1
-46
/
+0
*
Fix another -Wnon-pod-varargs error in r191472.
Rui Ueyama
2013-09-27
1
-1
/
+1
*
Fix -Wnon-pod-varargs error in r191472.
Rui Ueyama
2013-09-27
1
-6
/
+6
*
llvm-objdump: Dump COFF import table if -private-headers option is given.
Rui Ueyama
2013-09-27
1
-0
/
+46
*
readobj: Dump PE/COFF optional records.
Rui Ueyama
2013-06-12
1
-1
/
+1
*
Handle relocations that don't point to symbols.
Rafael Espindola
2013-06-05
1
-1
/
+1
*
Sort a few more #include lines in tools/... unittests/... and utils/...
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Quick build fix for c++03 clang. This needs a proper solution. Note that thes...
Michael J. Spencer
2012-12-05
1
-4
/
+4
*
Add dump of Win64 EH unwind data.
Michael J. Spencer
2012-12-05
1
-0
/
+355