aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-objdump/COFFDump.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-10/+3
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-22/+21
* Update to LLVM 3.5a.Stephen Hines2014-04-241-135/+292
* Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-271-2/+2
* Re-submit r191472 with a fix for big endian.Rui Ueyama2013-09-271-0/+46
* Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama2013-09-271-46/+0
* Fix another -Wnon-pod-varargs error in r191472.Rui Ueyama2013-09-271-1/+1
* Fix -Wnon-pod-varargs error in r191472.Rui Ueyama2013-09-271-6/+6
* llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama2013-09-271-0/+46
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-121-1/+1
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-051-1/+1
* Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth2013-01-021-1/+1
* Quick build fix for c++03 clang. This needs a proper solution. Note that thes...Michael J. Spencer2012-12-051-4/+4
* Add dump of Win64 EH unwind data.Michael J. Spencer2012-12-051-0/+355