summaryrefslogtreecommitdiff
path: root/test/tools/llvm-readobj
AgeCommit message (Expand)AuthorFilesLines
2015-04-20[Mips] Support DT_MIPS_OPTIONS dynamic section tag in the llvm-readobjSimon Atanasyan2-0/+22
2015-04-13llvm-readobj: teach it to handle MachO Universal Archive correctlyDavid Blaikie2-0/+156
2015-03-24[llvm-readobj] add support for macho universal binary.Rafael Espindola2-0/+141
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie1-1/+1
2015-02-18Modify llvm-readobj to dump symbol record bytes.Zachary Turner1-14/+14
2015-01-31llvm-readobj: add a test case for ARM_MOV32(T) base relocationSaleem Abdulrasool2-0/+7
2015-01-05Emit the build attribute Tag_conformance.Charlie Turner2-0/+16
2015-01-03llvm-readobj: add support to dump COFF export tablesSaleem Abdulrasool4-0/+11
2014-11-28Test all <build attribute, value> pairs.Charlie Turner22-287/+1148
2014-11-27Stop uppercasing build attribute data.Charlie Turner1-4/+4
2014-11-26Update AArch64 ELF relocations to ABI 1.0Will Newton3-4/+82
2014-11-26Update ARM ELF relocations to ABI 2.09Will Newton3-0/+2
2014-11-25Forgot to add a file for r222734David Majnemer1-0/+0
2014-11-25COFF: Add another test for r222124David Majnemer1-0/+2
2014-11-20[ELF] Prevent ARM ELF object writer from generating deprecated relocation cod...Jyoti Allur1-1/+0
2014-11-20Add a test for r221870David Majnemer2-0/+8
2014-11-19llvm-readobj: fix off-by-one error in COFFDumperRui Ueyama1-17/+21
2014-11-19llvm-readobj: teach it how to dump COFF base relocation tableRui Ueyama2-0/+20
2014-11-18llvm-readobj: Don't print the Characteristics field as the SubsystemDavid Majnemer2-2/+2
2014-11-17Object, COFF: Tighten the object file parserDavid Majnemer1-5/+4
2014-11-17Implement MachODumper::printFileHeadersFrederic Riss1-0/+92
2014-11-13llvm-readobj: Print out address table when dumping COFF delay-import tableRui Ueyama1-4/+16
2014-11-12[COFF] Make it clearer that the symbols subsection holds function display nam...Timur Iskhodzhanov1-10/+10
2014-11-05llvm-readobj: Add support for dumping the DOS header in PE filesDavid Majnemer1-0/+19
2014-10-23PR21189: Teach llvm-readobj to dump bits of COFF symbol subsections required ...Timur Iskhodzhanov1-18/+76
2014-10-13Add VS2012-generated test inputs for test/tools/llvm-readobj/codeview-linetab...Timur Iskhodzhanov6-4/+14
2014-10-08llvm-readobj: add test for r219228Rui Ueyama2-0/+2
2014-10-06Fix dumping codeview line tables when there are multiple debug sectionsTimur Iskhodzhanov2-19/+59
2014-10-03llvm-readobj: print out the fields of the COFF delay-import tableRui Ueyama1-0/+12
2014-10-03llvm-readobj: print COFF delay-load import tableRui Ueyama3-12/+32
2014-10-02llvm-readobj: add a test for COFF import-by-ordinal symbolsRui Ueyama3-4/+20
2014-10-02llvm-readobj: print COFF imported symbolsRui Ueyama1-0/+4
2014-10-02This patch adds a new flag "-coff-imports" to llvm-readobj.Rui Ueyama3-0/+24
2014-09-23Rebuild the inputs for the codeview-linetables.test with VS2013Timur Iskhodzhanov9-4/+38
2014-09-20llvm-readobj: pretty-print special COFF section namesDavid Majnemer4-6/+6
2014-09-16yaml2obj: Support bigobjDavid Majnemer2-4/+4
2014-09-10Object: Add support for bigobjDavid Majnemer6-9/+144
2014-08-11AArch64: add support for dynamic-loader relocationsTim Northover3-0/+22
2014-08-11llvm-readobj: zero out timestamp in COFF auto-generated test files.Tim Northover3-0/+4
2014-07-13[Mips] Support SHT_MIPS_ABIFLAGS section type flag in the llvm-readobj,Simon Atanasyan2-0/+33
2014-07-05[llvm-readobj] Fix output of MIPS GOT without local and global entries.Simon Atanasyan2-0/+25
2014-07-04llvm-readobj: fix MachO relocatoin printing a bit.Tim Northover2-52/+52
2014-06-27[ELF][Mips] Fix recognition of MIPS 64-bit arch in the ELFObjectFile:getArch(...Simon Atanasyan1-1/+27
2014-06-18[llvm-readobj][ELF] New `-mips-plt-got` command line option to outputSimon Atanasyan2-0/+306
2014-06-09Reduce verbiage of lit.local.cfg filesAlp Toker1-2/+1
2014-05-11[llvm-readobj] Print values of FLAGS and MIPS_FLAGS dynamic table tagsSimon Atanasyan2-2/+43
2014-04-16tools: fix invalid printing, buffer overrun in llvm-readobjSaleem Abdulrasool2-0/+39
2014-04-14tools: address possible non-null terminated filenamesSaleem Abdulrasool2-0/+41
2014-03-24Teach llvm-readobj to print human friendly description of reserved sections.Rafael Espindola1-2/+2
2014-03-18Object/COFF: Add function to check if section number is reserved one.Rui Ueyama3-1/+19