summaryrefslogtreecommitdiff
path: root/tools/llvm-readobj/COFFDumper.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-14tools: address possible non-null terminated filenamesSaleem Abdulrasool1-1/+4
2014-04-13tools: remove duplication of coff_aux_fileSaleem Abdulrasool1-9/+1
2014-03-19Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer1-18/+5
2014-03-19Object: Move auxiliary symbol definitions from llvm-readobjDavid Majnemer1-26/+7
2014-03-18Object/COFF: Add function to check if section number is reserved one.Rui Ueyama1-1/+1
2014-03-18[C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...Alexey Samsonov1-51/+40
2014-03-17llvm-readobj: Print referred symbol name for CLR token definitionNico Rieck1-1/+10
2014-03-17llvm-readobj: Add test for COFF auxiliary symbols as used by C++/CLINico Rieck1-1/+3
2014-03-14[C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov1-22/+20
2014-03-11Object: rename ARMV7 to ARMNTSaleem Abdulrasool1-1/+1
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-3/+2
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper1-6/+6
2014-02-10Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola1-18/+18
2014-01-30Simplify the handling of iterators in ObjectFile.Rafael Espindola1-42/+10
2014-01-27Rename IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VA.Rui Ueyama1-2/+1
2014-01-26COFF: Add a missing enum value for high entropy ASLR.Rui Ueyama1-0/+2
2014-01-26llvm-readobj: add support for PE32+ (Windows 64 bit executable).Rui Ueyama1-48/+63
2014-01-13Re-sort #include lines again, prior to moving headers around.Chandler Carruth1-5/+2
2013-12-19Teach the llvm-readobj COFF dumper to dump debug line tables from object filesTimur Iskhodzhanov1-0/+165
2013-07-19Retry submitting r186623: COFFDumper: Dump data directory entries.Rui Ueyama1-0/+24
2013-07-18Revert "COFFDumper: Dump data directory entries."Rui Ueyama1-24/+0
2013-07-18COFFDumper: Dump data directory entries.Rui Ueyama1-0/+24
2013-07-06COFFDumper: Print uint64_t with the right format string.Benjamin Kramer1-3/+3
2013-06-12readobj: Dump PE/COFF optional records.Rui Ueyama1-11/+77
2013-06-05Handle relocations that don't point to symbols.Rafael Espindola1-5/+3
2013-04-22llvm-readobj: Dump more COFF auxiliary recordsNico Rieck1-1/+6
2013-04-22llvm-readobj: Check for null section pointerNico Rieck1-1/+1
2013-04-22llvm-readobj: Do not print NULL StringRefsNico Rieck1-3/+3
2013-04-12Add -expand-relocs to llvm-readobjNico Rieck1-5/+12
2013-04-03Implements low-level object file format specific output for COFF andEric Christopher1-0/+1014