summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj
Commit message (Expand)AuthorAgeFilesLines
* Support: Delete {aligned_,}{u,}{little,big}8_tRui Ueyama2014-09-112-49/+46
* Object: Add support for bigobjDavid Majnemer2014-09-101-55/+42
* Remove 'virtual' keyword from methods markedwith 'override' keyword.Craig Topper2014-08-302-12/+12
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-8/+8
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-2/+2
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-138-16/+16
* getLoadName is only implemented for ELF, make it ELF only.Rafael Espindola2014-08-081-1/+13
* Remove some calls to std::move.Rafael Espindola2014-08-011-3/+3
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-2/+2
* [Mips] Support SHT_MIPS_ABIFLAGS section type flag in the llvm-readobj,Simon Atanasyan2014-07-131-0/+1
* [llvm-readobj] Fix output of MIPS GOT without local and global entries.Simon Atanasyan2014-07-051-1/+1
* llvm-readobj: fix MachO relocatoin printing a bit.Tim Northover2014-07-041-6/+18
* Rephrase loop so it doesn't leave unused bools around in Release mode.Benjamin Kramer2014-07-011-4/+2
* Support: update DLLCharacteristics enumerationSaleem Abdulrasool2014-06-271-0/+2
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-262-3/+4
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-262-4/+3
* [llvm-readobj] Fix member functions name style.Simon Atanasyan2014-06-181-13/+13
* [llvm-readobj] Fix compile error.Simon Atanasyan2014-06-181-1/+1
* [llvm-readobj][ELF] New `-mips-plt-got` command line option to outputSimon Atanasyan2014-06-184-0/+241
* Convert the Archive API to use ErrorOr.Rafael Espindola2014-06-161-3/+3
* Remove unused and odd code.Rafael Espindola2014-06-131-9/+0
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-135-56/+55
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-1311-27/+28
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-125-0/+5
* Remove system_error.h.Rafael Espindola2014-06-124-8/+7
* Don't import error_category into the llvm namespace.Rafael Espindola2014-06-122-3/+3
* Don't import error_condition into the llvm namespace.Rafael Espindola2014-06-121-3/+5
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-114-7/+7
* Use an enum class.Rafael Espindola2014-06-112-22/+13
* Mark a few functions noexcept.Rafael Espindola2014-06-101-2/+2
* [llvm-readobj][ELF] Factor out the code retrieve ELF symbol informationSimon Atanasyan2014-06-101-35/+50
* tools: add a high level explanation for WoA EH dataSaleem Abdulrasool2014-06-071-21/+81
* tools: fix parenthesis warning from GCCSaleem Abdulrasool2014-06-041-1/+1
* tools: fix silly typo in llvm-readobjSaleem Abdulrasool2014-06-041-1/+1
* tools: initial implementation of WoA EH decodingSaleem Abdulrasool2014-06-044-0/+812
* tools: introduce StreamWriter::printBooleanSaleem Abdulrasool2014-06-041-0/+4
* [Object][ELF] Range-based loop simplification.Simon Atanasyan2014-06-041-13/+10
* There is no std::errc::success, remove the llvm one.Rafael Espindola2014-05-311-1/+1
* tools: avoid use of std::functionSaleem Abdulrasool2014-05-253-12/+14
* tools: split out Win64EHDumper from COFFDumperSaleem Abdulrasool2014-05-254-328/+406
* tools: inline simple single-use functionSaleem Abdulrasool2014-05-251-18/+6
* tools: refactor COFFDumper symbol resolution logicSaleem Abdulrasool2014-05-251-61/+69
* tools: use references rather than out pointers in COFFDumperSaleem Abdulrasool2014-05-251-18/+8
* build: sort llvm-readobj sourcesSaleem Abdulrasool2014-05-241-4/+4
* llvm-readobj: remove some dead codeSaleem Abdulrasool2014-05-241-28/+0
* [Mips] Add more relocation types and MIPS specific e_flags constants.Simon Atanasyan2014-05-201-1/+3
* llvm-readobj: use range-based for loopSaleem Abdulrasool2014-05-201-5/+3
* [llvm-readobj] Print values of FLAGS and MIPS_FLAGS dynamic table tagsSimon Atanasyan2014-05-111-1/+61
* [llvm-readobj] Transform 'switch' with the only 'case' statementSimon Atanasyan2014-05-011-5/+2
* [llvm-readobj] Add support for Mips specific ELF header e_flags.Simon Atanasyan2014-05-011-1/+29
OpenPOWER on IntegriCloud