summaryrefslogtreecommitdiff
path: root/tools/llvm-readobj
Commit message (Expand)AuthorAge
* [C++11] Range-based loop simplification.Simon Atanasyan2014-04-20
* 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
* tools: remove unnecessary copy of array_lengthofSaleem Abdulrasool2014-04-12
* Create .symtab_shndxr only when needed.Rafael Espindola2014-03-25
* Teach llvm-readobj to print human friendly description of reserved sections.Rafael Espindola2014-03-24
* 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
* [C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov2014-03-17
* 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
* Support: Make error_category's constructor publicJustin Bogner2014-03-15
* [C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov2014-03-14
* [C++11] Use ObjectFile::sections() in commandline llvm toolsAlexey Samsonov2014-03-13
* Object: rename ARMV7 to ARMNTSaleem Abdulrasool2014-03-11
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* Add missing std:: qualifiersDmitri Gribenko2014-03-07
* Fix warning about mismatched signs in comparison.Rafael Espindola2014-03-06
* Fix the printing of n_type.Rafael Espindola2014-03-06
* Use the existing N_STAB from the MachO namespace.Rafael Espindola2014-03-06
* 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
* tools: cast the right operandSaleem Abdulrasool2014-02-09
* tools: explicitly cast to avoid a warningSaleem Abdulrasool2014-02-09
* tools: handle out-of-line personality 0 decodingSaleem Abdulrasool2014-02-08
* tools: fix Twine abuseSaleem Abdulrasool2014-01-30
* tools: remove unnecessary typenameSaleem Abdulrasool2014-01-30
* tools: repair Windows buildSaleem Abdulrasool2014-01-30
* tools: add support for decoding ARM attributesSaleem Abdulrasool2014-01-30
* 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
* Rename these methods to match the style guide.Rafael Espindola2014-01-21
* tools: use 64-bit print specifierSaleem Abdulrasool2014-01-21
* tools: support decoding ARM EHABI opcodes in readobjSaleem Abdulrasool2014-01-21
* Return an ErrorOr<Binary *> from createBinary.Rafael Espindola2014-01-15
* [cleanup] Add a missing include exposed by resorting other includes.Chandler Carruth2014-01-13
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-13
* llvm-readobj: address review comments for ARM EHABI printingSaleem Abdulrasool2014-01-09
* llvm-readobj: fix endiannessSaleem Abdulrasool2014-01-09
* Use getError and remove the error_code operator.Rafael Espindola2014-01-08
* llvm-readobj: add support for ARM EHABI unwind infoSaleem Abdulrasool2014-01-08
* [Mips] Add support for DT_MIPS_RLD_MAP and DT_MIPS_PLTGOT dynamicSimon Atanasyan2014-01-05
* Teach the llvm-readobj COFF dumper to dump debug line tables from object filesTimur Iskhodzhanov2013-12-19
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-10