summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj/COFFDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Object: Move auxiliary symbol definitions from llvm-readobjDavid Majnemer2014-03-191-26/+7
* Object/COFF: Add function to check if section number is reserved one.Rui Ueyama2014-03-181-1/+1
* [C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...Alexey Samsonov2014-03-181-51/+40
* llvm-readobj: Print referred symbol name for CLR token definitionNico Rieck2014-03-171-1/+10
* llvm-readobj: Add test for COFF auxiliary symbols as used by C++/CLINico Rieck2014-03-171-1/+3
* [C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov2014-03-141-22/+20
* Object: rename ARMV7 to ARMNTSaleem Abdulrasool2014-03-111-1/+1
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-3/+2
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-6/+6
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-101-18/+18
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-301-42/+10
* Rename IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VA.Rui Ueyama2014-01-271-2/+1
* COFF: Add a missing enum value for high entropy ASLR.Rui Ueyama2014-01-261-0/+2
* llvm-readobj: add support for PE32+ (Windows 64 bit executable).Rui Ueyama2014-01-261-48/+63
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-131-5/+2
* Teach the llvm-readobj COFF dumper to dump debug line tables from object filesTimur Iskhodzhanov2013-12-191-0/+165
* Retry submitting r186623: COFFDumper: Dump data directory entries.Rui Ueyama2013-07-191-0/+24
* Revert "COFFDumper: Dump data directory entries."Rui Ueyama2013-07-181-24/+0
* COFFDumper: Dump data directory entries.Rui Ueyama2013-07-181-0/+24
* COFFDumper: Print uint64_t with the right format string.Benjamin Kramer2013-07-061-3/+3
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-121-11/+77
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-051-5/+3
* llvm-readobj: Dump more COFF auxiliary recordsNico Rieck2013-04-221-1/+6
* llvm-readobj: Check for null section pointerNico Rieck2013-04-221-1/+1
* llvm-readobj: Do not print NULL StringRefsNico Rieck2013-04-221-3/+3
* Add -expand-relocs to llvm-readobjNico Rieck2013-04-121-5/+12
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-031-0/+1014
OpenPOWER on IntegriCloud