aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-ar/llvm-ar.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-35/+33
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-126/+212
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-45/+42
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-3/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-88/+117
* llvm-ar: Let opening a directory failed in llvm-ar.NAKAMURA Takumi2013-11-081-0/+7
* Support names like llvm-ar-3.4 and llvm-ranlib-3.4.Rafael Espindola2013-10-291-2/+2
* Fix name matching to work on windows.Rafael Espindola2013-08-281-2/+3
* Add a minimal implementation of ranlib.Rafael Espindola2013-08-281-13/+37
* Add support for the 's' operation to llvm-ar.Rafael Espindola2013-07-291-1/+29
* Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola2013-07-231-3/+3
* Fix the build in c++03 mode.Rafael Espindola2013-07-231-2/+9
* Add an initial implementation of archive symbol table generation.Rafael Espindola2013-07-231-69/+212
* Replace archive members in the old position.Rafael Espindola2013-07-221-51/+94
* Handle replacement into a position past the original member.Rafael Espindola2013-07-211-2/+2
* Fix inserting new elements in a specified location.Rafael Espindola2013-07-191-7/+25
* llvm-ar: doExtract(): Write extracted files with F_Binary. It should fix llvm...NAKAMURA Takumi2013-07-171-1/+1
* Add a wrapper for open.Rafael Espindola2013-07-161-18/+7
* On error, close the temporary file descriptor.Rafael Espindola2013-07-161-1/+3
* Use open+fstat instead of stat+open.Rafael Espindola2013-07-161-3/+13
* Remember that we have a null terminated string.Rafael Espindola2013-07-161-4/+4
* Try to open the file before use data from stat.Rafael Espindola2013-07-131-2/+3
* Add r186216 back, but make the test tolerant of different uids and gids.Rafael Espindola2013-07-131-1/+1
* Revert commit r186216 -- it's breaking bots:Chandler Carruth2013-07-131-1/+1
* Fix a off by one error about which members need to use the string table.Rafael Espindola2013-07-121-1/+1
* Fix the build with c++03.Rafael Espindola2013-07-121-4/+2
* Change llvm-ar to use lib/Object.Rafael Espindola2013-07-121-327/+345
* Add static.Rafael Espindola2013-07-121-33/+25
* Use %llu to print a 64 bit number. Should fix the ARM bots.Rafael Espindola2013-07-111-1/+1
* InsertBefore is the same as AddBefore. Delete it.Rafael Espindola2013-07-111-5/+4
* Fix a FIXME about the format and add a test.Rafael Espindola2013-07-111-7/+5
* Remove the 'N' modifier from llvm-ar.Rafael Espindola2013-07-111-45/+11
* Delete dead code.Rafael Espindola2013-07-111-3/+0
* Remove support for truncating names in archives.Rafael Espindola2013-07-111-22/+4
* Sync llvm-ar's help string with the options it supports.Rafael Espindola2013-07-111-3/+0
* Create files with the correct permission instead of changing it afterwards.Rafael Espindola2013-07-081-9/+6
* [llvm-ar] Added llvm_unreachable to quiet -Wreturn-type warnings.Michael Gottesman2013-07-061-0/+2
* Don't create an archive if, for example, we are asked to print the index.Rafael Espindola2013-07-051-2/+19
* Use simpler version of exists.Rafael Espindola2013-07-051-2/+1
* Remove NoOperation.Rafael Espindola2013-07-051-5/+1
* Don't treat bitcode files specially in llvm-ar.Rafael Espindola2013-07-051-8/+2
* Add a fixme.Rafael Espindola2013-06-201-0/+1
* Add a setLastModificationAndAccessTime to PathV2.Rafael Espindola2013-06-201-19/+35
* Use a raw_fd_ostream instead of a std::ofstream.Rafael Espindola2013-06-201-4/+5
* Remove a trivial use of sys::Path.Rafael Espindola2013-06-201-12/+5
* Add support for getting the last modification time from a file_status.Rafael Espindola2013-06-201-6/+5
* Use only the filename when deciding if a file is a duplicate.Rafael Espindola2013-06-201-1/+1
* Add r184420 back, but also handle long file names.Rafael Espindola2013-06-201-8/+0
* Revert "Don't include directory names in archives."Rafael Espindola2013-06-201-0/+8