summaryrefslogtreecommitdiff
path: root/tools/llvm-ar
Commit message (Expand)AuthorAge
* [CMake] Introduce LLVM_RUNTIME_OUTPUT_INTDIR and LLVM_LIBRARY_OUTPUT_INTDIR t...NAKAMURA Takumi2013-12-16
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-10
* llvm-ar: Let opening a directory failed in llvm-ar.NAKAMURA Takumi2013-11-08
* Support names like llvm-ar-3.4 and llvm-ranlib-3.4.Rafael Espindola2013-10-29
* Fix name matching to work on windows.Rafael Espindola2013-08-28
* Add a minimal implementation of ranlib.Rafael Espindola2013-08-28
* Add support for the 's' operation to llvm-ar.Rafael Espindola2013-07-29
* Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola2013-07-23
* Fix the build in c++03 mode.Rafael Espindola2013-07-23
* Add an initial implementation of archive symbol table generation.Rafael Espindola2013-07-23
* Replace archive members in the old position.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
* llvm-ar: doExtract(): Write extracted files with F_Binary. It should fix llvm...NAKAMURA Takumi2013-07-17
* Add a wrapper for open.Rafael Espindola2013-07-16
* On error, close the temporary file descriptor.Rafael Espindola2013-07-16
* Use open+fstat instead of stat+open.Rafael Espindola2013-07-16
* Remember that we have a null terminated string.Rafael Espindola2013-07-16
* Try to open the file before use data from stat.Rafael Espindola2013-07-13
* Remove unused file. Thanks to Sean Silva for noticing it.Rafael Espindola2013-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
* fix autoconf buildRafael Espindola2013-07-12
* Fix the build with c++03.Rafael Espindola2013-07-12
* Change llvm-ar to use lib/Object.Rafael Espindola2013-07-12
* Add static.Rafael Espindola2013-07-12
* llvm-ar: Clean up memory management with OwningPtr.Benjamin Kramer2013-07-11
* Use %llu to print a 64 bit number. Should fix the ARM bots.Rafael Espindola2013-07-11
* InsertBefore is the same as AddBefore. Delete it.Rafael Espindola2013-07-11
* Fix a FIXME about the format and add a test.Rafael Espindola2013-07-11
* Remove the 'N' modifier from llvm-ar.Rafael Espindola2013-07-11
* Delete dead code.Rafael Espindola2013-07-11
* Remove support for truncating names in archives.Rafael Espindola2013-07-11
* Sync llvm-ar's help string with the options it supports.Rafael Espindola2013-07-11
* Create files with the correct permission instead of changing it afterwards.Rafael Espindola2013-07-08
* Fixes problem when calling llvm-ar from an unmodifiable directory.Manuel Klimek2013-07-08
* [llvm-ar] Added llvm_unreachable to quiet -Wreturn-type warnings.Michael Gottesman2013-07-06
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-05
* Don't create an archive if, for example, we are asked to print the index.Rafael Espindola2013-07-05
* Use simpler version of exists.Rafael Espindola2013-07-05
* Remove NoOperation.Rafael Espindola2013-07-05
* Don't treat bitcode files specially in llvm-ar.Rafael Espindola2013-07-05
* Use enums instead of raw octal values.Rafael Espindola2013-06-26
* Create the file with the right permissions instead of setting it afterwards.Rafael Espindola2013-06-22
* Convert some uses of PathV1.h in ArchiveWriter.cpp.Rafael Espindola2013-06-21
* Add a fixme.Rafael Espindola2013-06-20
* Remove last use of PathV1.h from Archive.cpp.Rafael Espindola2013-06-20
* Add a setLastModificationAndAccessTime to PathV2.Rafael Espindola2013-06-20
* Use a raw_fd_ostream instead of a std::ofstream.Rafael Espindola2013-06-20