[OCaml] (PR16318) Add missing argument to Llvm.const_intcast
[oota-llvm.git] / test / Object /
2013-11-02 Rafael EspindolaFix llvm-nm to mach OS X's nm on some tests.
2013-10-16 Rafael EspindolaCreate an atom with just the data that failed to disass...
2013-10-07 Simon Atanasyan[Mips] Teach llvm-readobj to print MIPS-specific ELF...
2013-08-28 Rafael EspindolaAdd a minimal implementation of ranlib.
2013-08-21 Ahmed BougachaMC CFG: Remap enough for data too, analoguous to r188873.
2013-08-21 Ahmed BougachaAdd testcase for r188873: MCTextAtom boundaries.
2013-08-21 Ahmed BougachaAdd basic YAML MC CFG testcase.
2013-08-21 Ahmed BougachaMC: ObjectSymbolizer can now recognize external functio...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.
2013-07-29 Rafael EspindolaAdd support for the 's' operation to llvm-ar.
2013-07-23 Rafael EspindolaAdd an initial implementation of archive symbol table...
2013-07-22 Rafael EspindolaMark ELF's first symbol as format specific so that...
2013-07-22 Rafael EspindolaReplace archive members in the old position.
2013-07-22 Rafael EspindolaDon't depend on a llvm-ar specific behavior.
2013-07-21 Rafael EspindolaHandle replacement into a position past the original...
2013-07-19 Rafael EspindolaFix inserting new elements in a specified location.
2013-07-19 Rafael EspindolaSplit openFileForWrite into windows and unix versions.
2013-07-17 Rafael EspindolaSplit openFileForRead into Windows and Unix versions.
2013-07-17 NAKAMURA Takumiraw_ostream.cpp: Introduce <fcntl.h> to let O_BINARY...
2013-07-16 NAKAMURA Takumillvm/test/Object/ar-create.test: Relax a CHECK line...
2013-07-16 NAKAMURA Takumillvm/test/Object/check_binary_output.ll: Mark it as...
2013-07-16 Rafael EspindolaOn error, close the temporary file descriptor.
2013-07-16 NAKAMURA Takumillvm/test/Object/directory.ll: Mark it as XFAIL:cygwin...
2013-07-16 NAKAMURA TakumiFix TimeValue::toWin32Time() to be symmetric to fromWin...
2013-07-15 Rafael EspindolaAdd mingw32 to the XFAIL. I forgot about it when adding...
2013-07-15 Rafael EspindolaXFAIL on windows too and document the XFAILs.
2013-07-15 Rafael EspindolaXFAIL this on freebsd to bring the bot back.
2013-07-15 NAKAMURA TakumiMark llvm/test/Object/extract.ll as XFAIL:mingw32,...
2013-07-14 Chandler CarruthThe archive update test has a subtle race condition...
2013-07-13 Benjamin KramerOnly verify the length in archive test, we can't make...
2013-07-13 Rafael EspindolaAdd r186216 back, but make the test tolerant of differe...
2013-07-13 Chandler CarruthRevert commit r186216 -- it's breaking bots:
2013-07-12 Rafael EspindolaFix a off by one error about which members need to...
2013-07-12 Rafael EspindolaChange archive-update.test to create a new file on...
2013-07-12 Rafael EspindolaRename directory to avoid problems on windows.
2013-07-12 Rafael EspindolaChange llvm-ar to use lib/Object.
2013-07-12 Rafael EspindolaAdd a test for llvm-ar's u option.
2013-07-12 Rafael EspindolaRelax the test a bit more to handle different UIDs...
2013-07-12 Rafael EspindolaRelax test a bit to handle umask differences.
2013-07-12 Rafael EspindolaAdd a test for the 'o' option in llvm-ar.
2013-07-12 Rafael EspindolaDon't reject an empty archive.
2013-07-12 NAKAMURA Takumillvm/test/Object/archive-toc.test: Use env(1) to satisf...
2013-07-11 Rafael EspindolaAdd tests for the before and after modifiers.
2013-07-11 Rafael EspindolaAdd a test for llvm-ar's m operation.
2013-07-11 Rafael EspindolaFix a FIXME about the format and add a test.
2013-07-11 Rafael EspindolaMerge these tests.
2013-07-11 Rafael EspindolaUse a more unique name to avoid conflicting with direct...
2013-07-11 Rafael EspindolaAdd a test for llvm-ar's 'd' operation.
2013-07-11 Rafael EspindolaAdd tests for the 'x' operation.
2013-07-10 Rafael EspindolaRemove this test for now.
2013-07-10 Rafael EspindolaFind the symbol table on archives created on OS X.
2013-07-10 Rafael EspindolaMove tests from test/Archive to test/Object.
2013-07-10 Rafael EspindolaDon't crash in 'llvm -s' when an archive has no symtab.
2013-07-05 Rafael EspindolaDon't create an archive if, for example, we are asked...
2013-07-04 Rafael EspindolaAdd support for archives with no symbol table or string...
2013-07-03 Rafael EspindolaAdd support for gnu archives with a string table and...
2013-07-03 Rafael EspindolaMake llvm-nm return 1 on error.
2013-06-22 Sean Silva[yaml2obj][ELF] Make symbol table top-level key.
2013-06-21 Sean SilvaThis was a nifty test, but remove it.
2013-06-21 Sean SilvaRevert "Put r184469 disassembler test back on X86"
2013-06-21 Renato GolinPut r184469 disassembler test back on X86
2013-06-21 Sean Silva[yaml2obj][ELF] Don't do disassembly in this test.
2013-06-21 Sean Silva[yaml2obj][ELF] Allow expressing undefined symbols.
2013-06-21 Sean Silva[yaml2obj][ELF] Don't explicitly set `Binding` with...
2013-06-20 Sean Silva[yaml2obj][ELF] Add support for st_value and st_size.
2013-06-20 Sean Silva[yaml2obj][ELF] Allow symbols to reference sections.
2013-06-20 Rafael EspindolaMake sure ar is creating a new file instead of updating...
2013-06-19 Sean Silva[yaml2obj][ELF] Beef up this test a bit.
2013-06-19 Sean Silva[yaml2obj][ELF] Support ELFOSABI_* enum.
2013-06-19 Sean Silva[yaml2obj][ELF] Support st_info through `Binding` and...
2013-06-18 Sean Silva[yaml2obj][ELF] Ensure STN_UNDEF entry is present.
2013-06-18 Sean Silva[yaml2obj][ELF] Rudimentary symbol table support.
2013-06-18 Alexey SamsonovBasic support for parsing Mach-O universal binaries...
2013-06-15 Sean Silva[yaml2obj] Add support for sh_link via `Link` key.
2013-06-14 Sean Silva[yaml2obj] Add support for sh_addralign via `AddressAli...
2013-06-13 Sean Silva[yaml2obj] Add support for specifying raw section content.
2013-06-13 Sean Silva[yaml2obj] Add sh_addr via `Address` key.
2013-06-13 Sean Silva[yaml2obj] Initial ELF section support.
2013-06-12 Sean Silva[yaml2obj] Remove fragile test case.
2013-06-11 Sean SilvaFix dubious type name similar to member name.
2013-06-10 Sean Silva[yaml2obj] Initial ELF support.
2013-06-06 Kevin EnderbyMove the test for the data in code into the ARM directo...
2013-06-06 Kevin EnderbyTeach llvm-objdump with the -macho parser how to use...
2013-06-06 Rafael EspindolaPrint symbol names in relocations when dumping COFF...
2013-06-05 Rafael EspindolaDon't print default values for NumberOfAuxSymbols and...
2013-06-05 Rafael EspindolaHandle relocations that don't point to symbols.
2013-06-03 Rui Ueyama[Object/COFF] Fix Windows .lib name handling.
2013-05-30 Rafael EspindolaChange how we iterate over relocations on ELF.
2013-05-24 Ahmed BougachaAdd MCSymbolizer for symbolic/annotated disassembly.
2013-05-21 Rafael EspindolaUse std::list so that we have a stable iterator.
2013-05-19 Bob WilsonTemporarily disable this test because it is failing...
2013-05-17 Rafael EspindolaConvert obj2yaml to use yamlio.
2013-05-14 Ahmed BougachaObject: Fix Mach-O relocation printing.
2013-05-09 Rafael EspindolaChange getRelocationAdditionalInfo to be ELF only.
2013-05-06 Rafael EspindolaSplit Alignment out of the Section Characteristics.
2013-05-03 Amara EmersonRevert r181009.
2013-05-03 Amara EmersonDelete test instead.
2013-05-03 Amara EmersonTemporarily disable failing test.
2013-05-03 Amara EmersonAdd support for reading ARM ELF build attributes.
next