summaryrefslogtreecommitdiff
path: root/tools/llvm-readobj/COFFDumper.cpp
Commit message (Expand)AuthorAge
* Rename IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VA.Rui Ueyama2014-01-27
* COFF: Add a missing enum value for high entropy ASLR.Rui Ueyama2014-01-26
* llvm-readobj: add support for PE32+ (Windows 64 bit executable).Rui Ueyama2014-01-26
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-13
* Teach the llvm-readobj COFF dumper to dump debug line tables from object filesTimur Iskhodzhanov2013-12-19
* Retry submitting r186623: COFFDumper: Dump data directory entries.Rui Ueyama2013-07-19
* Revert "COFFDumper: Dump data directory entries."Rui Ueyama2013-07-18
* COFFDumper: Dump data directory entries.Rui Ueyama2013-07-18
* COFFDumper: Print uint64_t with the right format string.Benjamin Kramer2013-07-06
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-12
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-05
* llvm-readobj: Dump more COFF auxiliary recordsNico Rieck2013-04-22
* llvm-readobj: Check for null section pointerNico Rieck2013-04-22
* llvm-readobj: Do not print NULL StringRefsNico Rieck2013-04-22
* Add -expand-relocs to llvm-readobjNico Rieck2013-04-12
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-03