summaryrefslogtreecommitdiff
path: root/test/Object
Commit message (Expand)AuthorAge
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-08
* Add support for the 's' operation to llvm-ar.Rafael Espindola2013-07-29
* Add an initial implementation of archive symbol table generation.Rafael Espindola2013-07-23
* Mark ELF's first symbol as format specific so that llvm-nm ignores it.Rafael Espindola2013-07-22
* Replace archive members in the old position.Rafael Espindola2013-07-22
* Don't depend on a llvm-ar specific behavior.Rafael Espindola2013-07-22
* Handle replacement into a position past the original member.Rafael Espindola2013-07-21
* Fix inserting new elements in a specified location.Rafael Espindola2013-07-19
* Split openFileForWrite into windows and unix versions.Rafael Espindola2013-07-19
* Split openFileForRead into Windows and Unix versions.Rafael Espindola2013-07-17
* raw_ostream.cpp: Introduce <fcntl.h> to let O_BINARY provided. Or, llvm::outs...NAKAMURA Takumi2013-07-17
* llvm/test/Object/ar-create.test: Relax a CHECK line to satisfy localized mess...NAKAMURA Takumi2013-07-16
* llvm/test/Object/check_binary_output.ll: Mark it as XFAIL on Windows. Investi...NAKAMURA Takumi2013-07-16
* On error, close the temporary file descriptor.Rafael Espindola2013-07-16
* llvm/test/Object/directory.ll: Mark it as XFAIL:cygwin. Directories can be op...NAKAMURA Takumi2013-07-16
* Fix TimeValue::toWin32Time() to be symmetric to fromWin32Time() and compatibl...NAKAMURA Takumi2013-07-16
* Add mingw32 to the XFAIL. I forgot about it when adding win32.Rafael Espindola2013-07-15
* XFAIL on windows too and document the XFAILs.Rafael Espindola2013-07-15
* XFAIL this on freebsd to bring the bot back.Rafael Espindola2013-07-15
* Mark llvm/test/Object/extract.ll as XFAIL:mingw32, for now.NAKAMURA Takumi2013-07-15
* The archive update test has a subtle race condition in it: if the testChandler Carruth2013-07-14
* Only verify the length in archive test, we can't make assumptions on the spac...Benjamin Kramer2013-07-13
* Add r186216 back, but make the test tolerant of different uids and gids.Rafael Espindola2013-07-13
* Revert commit r186216 -- it's breaking bots:Chandler Carruth2013-07-13
* Fix a off by one error about which members need to use the string table.Rafael Espindola2013-07-12
* Change archive-update.test to create a new file on the fly.Rafael Espindola2013-07-12
* Rename directory to avoid problems on windows.Rafael Espindola2013-07-12
* Change llvm-ar to use lib/Object.Rafael Espindola2013-07-12
* Add a test for llvm-ar's u option.Rafael Espindola2013-07-12
* Relax the test a bit more to handle different UIDs and GIDs.Rafael Espindola2013-07-12
* Relax test a bit to handle umask differences.Rafael Espindola2013-07-12
* Add a test for the 'o' option in llvm-ar.Rafael Espindola2013-07-12
* Don't reject an empty archive.Rafael Espindola2013-07-12
* llvm/test/Object/archive-toc.test: Use env(1) to satisfy win32 hosts.NAKAMURA Takumi2013-07-12
* Add tests for the before and after modifiers.Rafael Espindola2013-07-11
* Add a test for llvm-ar's m operation.Rafael Espindola2013-07-11
* Fix a FIXME about the format and add a test.Rafael Espindola2013-07-11
* Merge these tests.Rafael Espindola2013-07-11
* Use a more unique name to avoid conflicting with directory.ll tests when runningRafael Espindola2013-07-11
* Add a test for llvm-ar's 'd' operation.Rafael Espindola2013-07-11
* Add tests for the 'x' operation.Rafael Espindola2013-07-11
* Remove this test for now.Rafael Espindola2013-07-10
* Find the symbol table on archives created on OS X.Rafael Espindola2013-07-10
* Move tests from test/Archive to test/Object.Rafael Espindola2013-07-10
* Don't crash in 'llvm -s' when an archive has no symtab.Rafael Espindola2013-07-10
* Don't create an archive if, for example, we are asked to print the index.Rafael Espindola2013-07-05
* Add support for archives with no symbol table or string table.Rafael Espindola2013-07-04
* Add support for gnu archives with a string table and no symtab.Rafael Espindola2013-07-03
* Make llvm-nm return 1 on error.Rafael Espindola2013-07-03
* [yaml2obj][ELF] Make symbol table top-level key.Sean Silva2013-06-22