aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/COFFDump.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-02Rename data -> DataRui Ueyama1-1/+1
2014-09-10Object: Add support for bigobjDavid Majnemer1-9/+2
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola1-22/+20
2014-06-13Remove all uses of 'using std::error_code' from headers.Rafael Espindola1-0/+1
2014-06-12Remove system_error.h.Rafael Espindola1-1/+1
2014-03-18[C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...Alexey Samsonov1-6/+5
2014-03-14[C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov1-4/+2
2014-03-05Attempt to unbreak little-endian buildbots.Rui Ueyama1-3/+6
2014-03-04llvm-objdump: Indent unwind info contents.Rui Ueyama1-11/+11
2014-03-04llvm-objdump: Fix typo in output.Rui Ueyama1-1/+1
2014-03-04Fix typo.Rui Ueyama1-3/+3
2014-03-04Use auto for readability.Rui Ueyama1-5/+3
2014-03-04llvm-objdump: Print x64 unwind info in executable.Rui Ueyama1-4/+33
2014-03-04llvm-objdump: Split printRuntimeFunction to two small functions.Rui Ueyama1-39/+41
2014-03-04llvm-objdump: Split printCOFFUnwindInfo into small functions.Rui Ueyama1-105/+123
2014-03-04llvm-objdump: Use range-based-for loop and fix format.Rui Ueyama1-14/+18
2014-02-28llvm-objdump: Fix crash bug with printing unwind info on stripped file.Rui Ueyama1-7/+9
2014-02-28Style fix.Rui Ueyama1-1/+2
2014-02-28Remove unnecessary temporary variable.Rui Ueyama1-4/+2
2014-02-21llvm-objdump/COFF: LoadConfiguration does not exist in object file.Rui Ueyama1-0/+7
2014-02-20llvm-objdump/COFF: Print SEH table addresses.Rui Ueyama1-0/+22
2014-02-19llvm-objdump/COFF: Print load configuration table.Rui Ueyama1-0/+41
2014-02-10Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola1-4/+4
2014-01-30Simplify the handling of iterators in ObjectFile.Rafael Espindola1-18/+5
2014-01-24Fix known typosAlp Toker1-1/+1
2014-01-17llvm-objdump/COFF: Print ordinal base number.Rui Ueyama1-0/+4
2014-01-16Fix style issues.Rui Ueyama1-24/+30
2014-01-16llvm-objdump/COFF: Print DLL name in the export table header.Rui Ueyama1-1/+5
2014-01-16llmv-objdump/COFF: Print export table contents.Rui Ueyama1-1/+33
2014-01-15llvm-objdump: Don't print "Import table:" header if there's no import table.Rui Ueyama1-3/+5
2013-09-27Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama1-2/+2
2013-09-27Re-submit r191472 with a fix for big endian.Rui Ueyama1-0/+46
2013-09-27Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama1-46/+0
2013-09-27Fix another -Wnon-pod-varargs error in r191472.Rui Ueyama1-1/+1
2013-09-27Fix -Wnon-pod-varargs error in r191472.Rui Ueyama1-6/+6
2013-09-27llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama1-0/+46
2013-06-12readobj: Dump PE/COFF optional records.Rui Ueyama1-1/+1
2013-06-05Handle relocations that don't point to symbols.Rafael Espindola1-1/+1
2013-01-02Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth1-1/+1
2012-12-05Quick build fix for c++03 clang. This needs a proper solution. Note that thes...Michael J. Spencer1-4/+4
2012-12-05Add dump of Win64 EH unwind data.Michael J. Spencer1-0/+355