]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - tools/llvm-objdump/COFFDump.cpp
For llvm-objdump, hook up existing options to work when using -macho (the Mach-O...
[opencl/llvm.git] / tools / llvm-objdump / COFFDump.cpp
2014-10-02 Rui UeyamaRename data -> Data
2014-09-10 David MajnemerObject: Add support for bigobj
2014-06-13 Rafael EspindolaRemove 'using std::error_code' from tools.
2014-06-13 Rafael EspindolaRemove all uses of 'using std::error_code' from headers.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-03-18 Alexey Samsonov[C++11] Change the interface of getCOFF{Section,Relocat...
2014-03-14 Alexey Samsonov[C++11] Introduce SectionRef::relocations() to use...
2014-03-05 Rui UeyamaAttempt to unbreak little-endian buildbots.
2014-03-04 Rui Ueyamallvm-objdump: Indent unwind info contents.
2014-03-04 Rui Ueyamallvm-objdump: Fix typo in output.
2014-03-04 Rui UeyamaFix typo.
2014-03-04 Rui UeyamaUse auto for readability.
2014-03-04 Rui Ueyamallvm-objdump: Print x64 unwind info in executable.
2014-03-04 Rui Ueyamallvm-objdump: Split printRuntimeFunction to two small...
2014-03-04 Rui Ueyamallvm-objdump: Split printCOFFUnwindInfo into small...
2014-03-04 Rui Ueyamallvm-objdump: Use range-based-for loop and fix format.
2014-02-28 Rui Ueyamallvm-objdump: Fix crash bug with printing unwind info...
2014-02-28 Rui UeyamaStyle fix.
2014-02-28 Rui UeyamaRemove unnecessary temporary variable.
2014-02-21 Rui Ueyamallvm-objdump/COFF: LoadConfiguration does not exist...
2014-02-20 Rui Ueyamallvm-objdump/COFF: Print SEH table addresses.
2014-02-19 Rui Ueyamallvm-objdump/COFF: Print load configuration table.
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-24 Alp TokerFix known typos
2014-01-17 Rui Ueyamallvm-objdump/COFF: Print ordinal base number.
2014-01-16 Rui UeyamaFix style issues.
2014-01-16 Rui Ueyamallvm-objdump/COFF: Print DLL name in the export table...
2014-01-16 Rui Ueyamallmv-objdump/COFF: Print export table contents.
2014-01-15 Rui Ueyamallvm-objdump: Don't print "Import table:" header if...
2013-09-27 Rui UeyamaObject/COFF: Rename getXXX{Begin,End} -> xxx_{begin...
2013-09-27 Rui UeyamaRe-submit r191472 with a fix for big endian.
2013-09-27 Rui UeyamaRevert "llvm-objdump: Dump COFF import table if -privat...
2013-09-27 Rui UeyamaFix another -Wnon-pod-varargs error in r191472.
2013-09-27 Rui UeyamaFix -Wnon-pod-varargs error in r191472.
2013-09-27 Rui Ueyamallvm-objdump: Dump COFF import table if -private-header...
2013-06-12 Rui Ueyamareadobj: Dump PE/COFF optional records.
2013-06-05 Rafael EspindolaHandle relocations that don't point to symbols.
2013-01-02 Chandler CarruthSort a few more #include lines in tools/... unittests...
2012-12-05 Michael J. SpencerQuick build fix for c++03 clang. This needs a proper...
2012-12-05 Michael J. SpencerAdd dump of Win64 EH unwind data.