Canonicalize addrspacecast ConstExpr between different pointer types
[oota-llvm.git] / test / Object /
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...
2014-04-30 Hans WennborgUse the new StringTableBuilder in yaml2elf
2014-04-28 Chandler CarruthUpdate tests to use the new format of printing a TimeVa...
2014-04-11 Simon Atanasyan[yaml2obj][ELF] ELF Relocations Support.
2014-04-10 David MajnemerYAMLIO: Allow scalars to dictate quotation rules
2014-04-09 David MajnemerRevert "Revert "YAMLIO: Encode ambiguous hex strings...
2014-04-09 David Majnemerobj2yaml: Don't crash if the characteristics field...
2014-04-09 Filipe CabecinhasRevert "YAMLIO: Encode ambiguous hex strings explicitly"
2014-04-09 David MajnemerYAMLIO: Encode ambiguous hex strings explicitly
2014-04-07 David Majnemerobj2yaml: Use the correct relocation type for different...
2014-04-03 Rafael EspindolaImplement getRelocationAddress for MachO and ET_REL...
2014-04-03 Rafael EspindolaOnly clear the thumb bit from function addresses.
2014-04-03 Rafael EspindolaRevert "Fix a nomenclature error in llvm-nm."
2014-03-31 Daniel Sanders[yaml2obj] Add support for ELF e_flags.
2014-03-24 Rafael EspindolaTeach llvm-readobj to print human friendly description...
2014-03-20 David MajnemerObject: Output .file symbols properly
2014-03-19 David MajnemerObject: Provide a richer means of describing auxiliary...
2014-03-14 Simon Atanasyan[yaml2obj][ELF] Assign name (.shstrtab) to the section...
2014-02-28 Rafael EspindolaNow that it is possible, use the mangler in IRObjectFile.
2014-02-21 Rafael EspindolaAdd a SymbolicFile interface between Binary and ObjectFile.
2014-02-05 Rafael EspindolaAdd a test for printing absolute symbols in ELF.
2014-02-04 Rafael EspindolaSmall fix for llvm-nm handling of weak symbols on ELF...
2014-02-04 Rafael EspindolaAdd a test for common symbols in coff.
2014-01-31 Rafael EspindolaMark the first dynamic elf symbol as SF_FormatSpecific.
2014-01-30 Rafael EspindolaOnly ELF has a dynamic symbol table. Remove it from...
2014-01-30 Rafael EspindolaThis has been fixed.
2014-01-30 Rafael EspindolaFix TLS handling in ELF's getAddress and llvm-nm to...
2014-01-29 Rafael EspindolaWe do use pipefail these days. Update the test.
2014-01-25 Mark SeabornFix "llvm-objdump -d -r" to show relocations inline...
2014-01-23 Simon Atanasyan[Object][ELF][Mips] Print symbol name for MIPS ELF...
2014-01-16 Bill WendlingFix typo: : not ;
2014-01-15 Rafael EspindolaMake sure we create a new archive by deleting any stale...
2013-12-05 Alp TokerCorrect word hyphenations
2013-11-08 NAKAMURA Takumillvm-ar: Let opening a directory failed in llvm-ar.
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...
next