summaryrefslogtreecommitdiff
path: root/tools/llvm-readobj/COFFDumper.cpp
Commit message (Expand)AuthorAge
* Support: update DLLCharacteristics enumerationSaleem Abdulrasool2014-06-27
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-13
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-13
* Remove system_error.h.Rafael Espindola2014-06-12
* tools: initial implementation of WoA EH decodingSaleem Abdulrasool2014-06-04
* tools: avoid use of std::functionSaleem Abdulrasool2014-05-25
* tools: split out Win64EHDumper from COFFDumperSaleem Abdulrasool2014-05-25
* tools: inline simple single-use functionSaleem Abdulrasool2014-05-25
* tools: refactor COFFDumper symbol resolution logicSaleem Abdulrasool2014-05-25
* tools: use references rather than out pointers in COFFDumperSaleem Abdulrasool2014-05-25
* llvm-readobj: remove some dead codeSaleem Abdulrasool2014-05-24
* llvm-readobj: use range-based for loopSaleem Abdulrasool2014-05-20
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-25
* tools: fix invalid printing, buffer overrun in llvm-readobjSaleem Abdulrasool2014-04-16
* tools: address possible non-null terminated filenamesSaleem Abdulrasool2014-04-14
* tools: remove duplication of coff_aux_fileSaleem Abdulrasool2014-04-13
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-19
* Object: Move auxiliary symbol definitions from llvm-readobjDavid Majnemer2014-03-19
* Object/COFF: Add function to check if section number is reserved one.Rui Ueyama2014-03-18
* [C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...Alexey Samsonov2014-03-18
* llvm-readobj: Print referred symbol name for CLR token definitionNico Rieck2014-03-17
* llvm-readobj: Add test for COFF auxiliary symbols as used by C++/CLINico Rieck2014-03-17
* [C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov2014-03-14
* Object: rename ARMV7 to ARMNTSaleem Abdulrasool2014-03-11
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-10
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-30
* 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