aboutsummaryrefslogtreecommitdiffstats
path: root/test/Object
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0910-20/+13
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2331-10/+266
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0239-282/+561
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2131-35/+544
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2926-89/+665
* Update to LLVM 3.5a.Stephen Hines2014-04-2425-41/+253
* llvm-ar: Let opening a directory failed in llvm-ar.NAKAMURA Takumi2013-11-081-3/+0
* Fix llvm-nm to mach OS X's nm on some tests.Rafael Espindola2013-11-023-4/+7
* Create an atom with just the data that failed to disassemble.Rafael Espindola2013-10-161-2/+12
* [Mips] Teach llvm-readobj to print MIPS-specific ELF program headers.Simon Atanasyan2013-10-071-0/+0
* Add a minimal implementation of ranlib.Rafael Espindola2013-08-281-0/+9
* MC CFG: Remap enough for data too, analoguous to r188873.Ahmed Bougacha2013-08-211-0/+48
* Add testcase for r188873: MCTextAtom boundaries.Ahmed Bougacha2013-08-211-0/+39
* Add basic YAML MC CFG testcase.Ahmed Bougacha2013-08-211-0/+86
* MC: ObjectSymbolizer can now recognize external function stubs.Ahmed Bougacha2013-08-212-0/+18
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-162-4/+0
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-083-0/+24
* Add support for the 's' operation to llvm-ar.Rafael Espindola2013-07-292-0/+32
* Add an initial implementation of archive symbol table generation.Rafael Espindola2013-07-232-0/+18
* Mark ELF's first symbol as format specific so that llvm-nm ignores it.Rafael Espindola2013-07-221-0/+1
* Replace archive members in the old position.Rafael Espindola2013-07-221-0/+3
* Don't depend on a llvm-ar specific behavior.Rafael Espindola2013-07-221-1/+2
* Handle replacement into a position past the original member.Rafael Espindola2013-07-211-0/+13
* Fix inserting new elements in a specified location.Rafael Espindola2013-07-191-0/+13
* Split openFileForWrite into windows and unix versions.Rafael Espindola2013-07-191-0/+13
* Split openFileForRead into Windows and Unix versions.Rafael Espindola2013-07-171-2/+1
* raw_ostream.cpp: Introduce <fcntl.h> to let O_BINARY provided. Or, llvm::outs...NAKAMURA Takumi2013-07-171-3/+0
* llvm/test/Object/ar-create.test: Relax a CHECK line to satisfy localized mess...NAKAMURA Takumi2013-07-161-1/+1
* llvm/test/Object/check_binary_output.ll: Mark it as XFAIL on Windows. Investi...NAKAMURA Takumi2013-07-161-0/+3
* On error, close the temporary file descriptor.Rafael Espindola2013-07-161-0/+9
* llvm/test/Object/directory.ll: Mark it as XFAIL:cygwin. Directories can be op...NAKAMURA Takumi2013-07-161-3/+3
* Fix TimeValue::toWin32Time() to be symmetric to fromWin32Time() and compatibl...NAKAMURA Takumi2013-07-161-3/+0
* Add mingw32 to the XFAIL. I forgot about it when adding win32.Rafael Espindola2013-07-151-1/+1
* XFAIL on windows too and document the XFAILs.Rafael Espindola2013-07-151-1/+4
* XFAIL this on freebsd to bring the bot back.Rafael Espindola2013-07-151-0/+1
* Mark llvm/test/Object/extract.ll as XFAIL:mingw32, for now.NAKAMURA Takumi2013-07-151-0/+3
* The archive update test has a subtle race condition in it: if the testChandler Carruth2013-07-141-7/+15
* Only verify the length in archive test, we can't make assumptions on the spac...Benjamin Kramer2013-07-131-2/+2
* Add r186216 back, but make the test tolerant of different uids and gids.Rafael Espindola2013-07-131-0/+22
* Revert commit r186216 -- it's breaking bots:Chandler Carruth2013-07-131-22/+0
* Fix a off by one error about which members need to use the string table.Rafael Espindola2013-07-121-0/+22
* Change archive-update.test to create a new file on the fly.Rafael Espindola2013-07-122-3/+6
* Rename directory to avoid problems on windows.Rafael Espindola2013-07-122-2/+2
* Change llvm-ar to use lib/Object.Rafael Espindola2013-07-122-3/+5
* Add a test for llvm-ar's u option.Rafael Espindola2013-07-122-0/+26
* Relax the test a bit more to handle different UIDs and GIDs.Rafael Espindola2013-07-121-1/+1
* Relax test a bit to handle umask differences.Rafael Espindola2013-07-121-1/+1
* Add a test for the 'o' option in llvm-ar.Rafael Espindola2013-07-121-0/+10
* Don't reject an empty archive.Rafael Espindola2013-07-122-0/+4
* llvm/test/Object/archive-toc.test: Use env(1) to satisfy win32 hosts.NAKAMURA Takumi2013-07-121-8/+4