aboutsummaryrefslogtreecommitdiffstats
path: root/test/Object
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add tests for the before and after modifiers.Rafael Espindola2013-07-111-0/+20
* Add a test for llvm-ar's m operation.Rafael Espindola2013-07-111-0/+30
* Fix a FIXME about the format and add a test.Rafael Espindola2013-07-111-8/+23
* Merge these tests.Rafael Espindola2013-07-115-35/+16
* Use a more unique name to avoid conflicting with directory.ll tests when runningRafael Espindola2013-07-111-19/+19
* Add a test for llvm-ar's 'd' operation.Rafael Espindola2013-07-111-0/+30
* Add tests for the 'x' operation.Rafael Espindola2013-07-111-0/+20
* Remove this test for now.Rafael Espindola2013-07-101-7/+0
* Find the symbol table on archives created on OS X.Rafael Espindola2013-07-101-0/+7
* Move tests from test/Archive to test/Object.Rafael Espindola2013-07-1015-0/+69
* Don't crash in 'llvm -s' when an archive has no symtab.Rafael Espindola2013-07-101-10/+17
* Don't create an archive if, for example, we are asked to print the index.Rafael Espindola2013-07-051-0/+17
* Add support for archives with no symbol table or string table.Rafael Espindola2013-07-042-0/+5
* Add support for gnu archives with a string table and no symtab.Rafael Espindola2013-07-032-0/+8
* Make llvm-nm return 1 on error.Rafael Espindola2013-07-031-0/+17