Add a triple to test/DebugInfo/unconditional-branch.ll (PR23252)
[oota-llvm.git] / test / Object /
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-03 NAKAMURA TakumiMake llvm/test/Object/archive-format.test CRLF-tolerant.
2015-03-02 Reid Klecknerlit: Add 'cd' support to the internal shell and port...
2015-02-27 Justin BognerObject: Test for reading kext bundles
2015-02-21 Shankar Easwaran[obj2yaml/yaml2obj] Add SHT_GROUP support.
2015-02-17 Simon Atanasyan[Object] Support reading 64-bit MIPS ELF archives
2015-01-29 Simon Atanasyan[ELFYAML] Provide default value 0 for YAML relocation...
2015-01-28 Simon Atanasyan[ELFYAML] Provide explicit value for relocation addendu...
2015-01-25 Simon Atanasyan[ELFYAML] Support mips64 relocation record format in...
2015-01-23 Michael J. Spencer[Object][ELF] Test unknown type.
2015-01-15 Filipe CabecinhasFix edge case when Start overflowed in 32 bit mode
2015-01-15 Filipe CabecinhasReport fatal errors instead of segfaulting/asserting...
2015-01-06 Filipe CabecinhasDon't loop endlessly for MachO files with 0 ncmds
2014-12-19 Juergen Ributzka[Object] Don't crash on empty export lists.
2014-12-16 Rafael EspindolaStart adding thin archive support.
2014-12-04 Jean-Daniel DupasAdd missing test file
2014-12-04 Jean-Daniel DupasAdd mach-o LC_RPATH support to llvm-objdump
2014-11-27 Will NewtonWiden ELFYAML relocation type to 32 bits
2014-11-25 Simon Atanasyan[Object][Mips] Return address of MIPS symbol with clear...
2014-11-12 Nick KledzikObject, support both mach-o archive t.o.c file names
2014-11-10 Chad Rosier[yaml2obj] Support AArch64 relocations.
2014-11-06 Simon Atanasyan[ELF][yaml2obj] Handle additional MIPS specific st_othe...
2014-11-06 Kevin EnderbyPlumb in the ARM thumb symbolizer in llvm-objdump’s...
2014-11-06 David MajnemerObject, COFF: Infer symbol sizes from adjacent symbols
2014-11-04 NAKAMURA TakumiRemove "REQUIRES:shell" from tests. They work for me.
2014-11-04 Simon Atanasyan[yaml2obj] Allow yaml2obj tool to recognize EF_MIPS_NAN...
2014-11-04 NAKAMURA TakumiRe-enable tests in llvm/test/Object, corresponding...
2014-11-03 Rafael EspindolaAdd CRLF support to LineIterator.
2014-10-31 David MajnemerObject, COFF: Cleanup symbol type code, improve binutil...
2014-10-29 Jan Wen VoungFix getRelocationValueString to return the symbol name...
2014-10-22 Rafael EspindolaHandle spaces and quotes in file names in MRI scripts.
2014-10-21 Rafael EspindolaMRI scripts: Add addlib support.
2014-10-21 Rafael EspindolaOverwrite instead of adding to archives when creating...
2014-10-21 Rafael EspindolaAdd support for addmod to mri scripts.
2014-10-11 NAKAMURA TakumiSuppress llvm-ar's MRI tests for now on win32, since...
2014-10-10 Rafael Espindolallvm-ar: Start adding support for mri scripts.
2014-10-10 David MajnemerAdd tests for r219479.
2014-10-10 David Majnemerobj2yaml, COFF: Handle long section names
2014-10-08 Rafael EspindolaCorrectly compute the size of common symbols in COFF.
2014-10-08 Rafael EspindolaPrint symbol sizes in this test in preparation for...
2014-09-02 Sean SilvaNuke MCAnalysis.
2014-08-17 Rafael Espindolallvm-objdump: don't print relocations in non-relocatabl...
2014-08-17 Rafael EspindolaFix an off-by-one bug in the target independent llvm...
2014-08-08 Rafael Espindolapr20589: Fix duplicated arch flag.
2014-07-30 Rafael EspindolaUse "weak alias" instead of "alias weak"
2014-07-28 Kevin EnderbyTweak llvm-nm’s -undefined-only (aka -u) printing for...
2014-07-24 Kevin EnderbyAdd an implementation for llvm-nm’s -print-file-name...
2014-07-17 Kevin EnderbyAdd printing of Mach-O stabs in llvm-nm.
2014-07-16 Kevin EnderbyAdd the "-x" flag to llvm-nm for Mach-O files that...
2014-07-13 Simon Atanasyan[Mips] Support SHT_MIPS_ABIFLAGS section type flag...
2014-07-12 Simon Atanasyan[ELFYAML] Group ELF section type flags to target specif...
2014-07-11 Kevin EnderbyAdd the "-s" flag to llvm-nm for Mach-O files that...
2014-07-08 Kevin EnderbyChanged the lvm-nm alias "-s" for -print-armap to ...
2014-07-08 Kevin EnderbyAdd support for BSD format Archive map symbols (aka...
2014-07-04 Rafael EspindolaIgnore llvm.* globals.
2014-07-04 Rafael EspindolaMark intrinsic functions as llvm-specific.
2014-07-04 Rafael EspindolaDon't include llvm.metadata variables in archive symbol...
2014-07-03 Kevin EnderbyAdd the -just-symbol-name (aka -j) flag to llvm-nm...
2014-07-03 Rafael EspindolaMove test since it now depends on the x86 backend.
2014-07-03 Rafael EspindolaAdd support for inline asm symbols in llvm-ar.
2014-07-03 Rafael EspindolaAdd support for inline asm symbols to IRObjectFile.
2014-07-03 Kevin EnderbyAdd the -U flag to llvm-nm as an alias to -defined...
2014-07-02 Kevin EnderbyAdd the -reverse-sort flag (aka -r) to llvm-nm
2014-07-01 Kevin EnderbyAdd the -arch flag support to llvm-size like what was...
2014-06-30 Ed Masteobjdump: Add test for ELF file with no section table
2014-06-30 Kevin EnderbyAdd the -arch flag support to llvm-nm to select the...
2014-06-27 Simon Atanasyan[ELF][Mips] Fix recognition of MIPS 64-bit arch in...
2014-06-23 NAKAMURA Takuminm-trivial-object.test requires shell since Lit interna...
2014-06-23 Kevin EnderbyChange the default input for llvm-nm to be a.out instea...
2014-06-20 Kevin EnderbyFix some double printing of filenames for archives...
2014-06-20 Kevin EnderbyAdded the -m option as an alias for -format=darwin...
2014-06-19 Kevin EnderbyFix the output of llvm-nm for Mach-O files to use the...
2014-06-19 Kevin EnderbyChange the output of llvm-nm and llvm-size for Mach...
2014-06-18 Kevin EnderbyTeach llvm-size to know about Mach-O universal files...
2014-06-17 Kevin EnderbyAdd "-format darwin" to llvm-size to be like darwin...
2014-06-16 Rafael EspindolaFix pr17056.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-06-06 Simon Atanasyan[yaml2obj][obj2yaml] Support ELF symbol's visibility...
2014-06-05 Kevin EnderbyAdd "-format darwin" to llvm-nm to be like darwin's...
2014-05-31 Simon Atanasyan[yaml2obj] Add new command line option `-docnum`.
2014-05-29 Simon Atanasyan[elf2yaml][ELF] Move Info field to the RelocationSectio...
2014-05-24 NAKAMURA Takumillvm/test/Object/ar-error.test: Don't check the message...
2014-05-23 Simon Atanasyan[YAML] Add an optional argument `EnumMask` to the ...
2014-05-23 Filipe Cabecinhasllvm-ar: Output the file we errored on.
2014-05-20 Kevin EnderbyUpdate MachOObjectFile::getSymbolAddress so it returns...
2014-05-20 Kevin EnderbyRevert r209235 as it broke two tests:
2014-05-20 Kevin EnderbyUpdate MachOObjectFile::getSymbolAddress so it returns...
2014-05-19 Kevin EnderbyImplement MachOObjectFile::isSectionData() and MachOObj...
2014-05-16 Simon Atanasyan[yaml2obj][ELF] Add an optional `Size` field to the...
2014-05-15 Simon Atanasyan[obj2yaml][ELF] Print relocation's offset as a hex...
2014-05-15 Simon Atanasyan[obj2yaml][ELF] Do not print empty Link and Info fields...
2014-05-15 Simon Atanasyan[yaml2obj] Add "-o" command line option to specify...
2014-05-14 Kevin EnderbyTeach llvm-nm to know about fat archives (aka MachOUniv...
2014-05-14 Simon Atanasyan[obj2yaml] Support ELF input format in the obj2yaml...
2014-05-09 Kevin EnderbyFix llvm-nm to print the full 64-bit address for symbol...
2014-05-09 Simon Atanasyan[yaml2obj] Follow-up to the r208228 and r208406. Remove...
2014-05-09 NAKAMURA TakumiMark yaml2obj-elf-x86-rel.yaml as XFAIL:vg_leak for...
2014-05-07 Simon Atanasyan[yaml2obj] Support ELF x86 relocations.
2014-05-01 Simon Atanasyan[llvm-readobj] Add support for Mips specific ELF header...
next