summaryrefslogtreecommitdiff
path: root/tools/llvm-readobj
AgeCommit message (Expand)AuthorFilesLines
2014-04-28[C++] Use 'nullptr'.Craig Topper1-1/+1
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper3-37/+39
2014-04-20[C++11] Range-based loop simplification.Simon Atanasyan1-16/+13
2014-04-16tools: fix invalid printing, buffer overrun in llvm-readobjSaleem Abdulrasool1-0/+1
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-04-12tools: remove unnecessary copy of array_lengthofSaleem Abdulrasool2-46/+67
2014-03-25Create .symtab_shndxr only when needed.Rafael Espindola1-2/+4
2014-03-24Teach llvm-readobj to print human friendly description of reserved sections.Rafael Espindola1-2/+22
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-17[C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov1-27/+24
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-15Support: Make error_category's constructor publicJustin Bogner1-1/+1
2014-03-14[C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov2-41/+36
2014-03-13[C++11] Use ObjectFile::sections() in commandline llvm toolsAlexey Samsonov1-41/+34
2014-03-11Object: rename ARMV7 to ARMNTSaleem Abdulrasool1-1/+1
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2-15/+15
2014-03-07Add missing std:: qualifiersDmitri Gribenko1-2/+2
2014-03-06Fix warning about mismatched signs in comparison.Rafael Espindola1-1/+1
2014-03-06Fix the printing of n_type.Rafael Espindola1-4/+7
2014-03-06Use the existing N_STAB from the MachO namespace.Rafael Espindola1-5/+1
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles5-26/+20
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper3-24/+24
2014-02-10Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2-32/+32
2014-02-09tools: cast the right operandSaleem Abdulrasool1-1/+1
2014-02-09tools: explicitly cast to avoid a warningSaleem Abdulrasool1-1/+1
2014-02-08tools: handle out-of-line personality 0 decodingSaleem Abdulrasool1-1/+1
2014-01-30tools: fix Twine abuseSaleem Abdulrasool1-10/+10
2014-01-30tools: remove unnecessary typenameSaleem Abdulrasool1-2/+2
2014-01-30tools: repair Windows buildSaleem Abdulrasool1-2/+2
2014-01-30tools: add support for decoding ARM attributesSaleem Abdulrasool8-0/+834
2014-01-30Simplify the handling of iterators in ObjectFile.Rafael Espindola2-65/+17
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-21Rename these methods to match the style guide.Rafael Espindola1-2/+2
2014-01-21tools: use 64-bit print specifierSaleem Abdulrasool1-1/+1
2014-01-21tools: support decoding ARM EHABI opcodes in readobjSaleem Abdulrasool1-2/+288
2014-01-15Return an ErrorOr<Binary *> from createBinary.Rafael Espindola1-2/+3
2014-01-13[cleanup] Add a missing include exposed by resorting other includes.Chandler Carruth1-0/+1
2014-01-13Re-sort #include lines again, prior to moving headers around.Chandler Carruth7-15/+4
2014-01-09llvm-readobj: address review comments for ARM EHABI printingSaleem Abdulrasool1-18/+10
2014-01-09llvm-readobj: fix endiannessSaleem Abdulrasool1-5/+6
2014-01-08Use getError and remove the error_code operator.Rafael Espindola1-2/+2
2014-01-08llvm-readobj: add support for ARM EHABI unwind infoSaleem Abdulrasool2-0/+291
2014-01-05[Mips] Add support for DT_MIPS_RLD_MAP and DT_MIPS_PLTGOT dynamicSimon Atanasyan1-0/+4