summaryrefslogtreecommitdiff
path: root/test/Object
Commit message (Expand)AuthorAge
* Add a test for printing absolute symbols in ELF.Rafael Espindola2014-02-05
* Small fix for llvm-nm handling of weak symbols on ELF (print 'v').Rafael Espindola2014-02-04
* Add a test for common symbols in coff.Rafael Espindola2014-02-04
* Mark the first dynamic elf symbol as SF_FormatSpecific.Rafael Espindola2014-01-31
* Only ELF has a dynamic symbol table. Remove it from ObjectFile.Rafael Espindola2014-01-30
* This has been fixed.Rafael Espindola2014-01-30
* Fix TLS handling in ELF's getAddress and llvm-nm to print 'D' for it.Rafael Espindola2014-01-30
* We do use pipefail these days. Update the test.Rafael Espindola2014-01-29
* Fix "llvm-objdump -d -r" to show relocations inline for ELF filesMark Seaborn2014-01-25
* [Object][ELF][Mips] Print symbol name for MIPS ELF relocations.Simon Atanasyan2014-01-23
* Fix typo: : not ;Bill Wendling2014-01-16
* Make sure we create a new archive by deleting any stale ones first.Rafael Espindola2014-01-15
* Correct word hyphenationsAlp Toker2013-12-05
* llvm-ar: Let opening a directory failed in llvm-ar.NAKAMURA Takumi2013-11-08
* Fix llvm-nm to mach OS X's nm on some tests.Rafael Espindola2013-11-02
* Create an atom with just the data that failed to disassemble.Rafael Espindola2013-10-16
* [Mips] Teach llvm-readobj to print MIPS-specific ELF program headers.Simon Atanasyan2013-10-07
* Add a minimal implementation of ranlib.Rafael Espindola2013-08-28
* MC CFG: Remap enough for data too, analoguous to r188873.Ahmed Bougacha2013-08-21
* Add testcase for r188873: MCTextAtom boundaries.Ahmed Bougacha2013-08-21
* Add basic YAML MC CFG testcase.Ahmed Bougacha2013-08-21
* MC: ObjectSymbolizer can now recognize external function stubs.Ahmed Bougacha2013-08-21
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* [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