summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-ar/llvm-ar.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-241-1/+1
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-06-231-3/+3
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-231-1/+2
* Simplify memory management with std::unique_ptr.Rafael Espindola2014-06-231-12/+8
* Add a symbols() range and use a range loop.Rafael Espindola2014-06-181-5/+3
* Simplify code.Rafael Espindola2014-06-181-10/+1
* Convert the Archive API to use ErrorOr.Rafael Espindola2014-06-161-5/+10
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-131-3/+4
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-3/+2
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Don't import make_error_code into the llvm namespace.Rafael Espindola2014-06-121-1/+1
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-3/+3
* Turn errc and windows_error into enum classes.Rafael Espindola2014-05-311-2/+1
* llvm-ar: Output the file we errored on.Filipe Cabecinhas2014-05-231-1/+1
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-2/+2
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+2
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-2/+2
* Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer2014-03-011-12/+3
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+1
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-211-22/+20
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-101-2/+2
* Simplify getSymbolFlags.Rafael Espindola2014-01-311-2/+1
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-301-2/+1
* Make createObjectFile's signature a bit less error prone.Rafael Espindola2014-01-291-1/+2
* Fix c++03 build.Rafael Espindola2014-01-241-6/+12
* Make ObjectFile ownership of the MemoryBuffer optional.Rafael Espindola2014-01-241-38/+32
* Don't open or fstat files twice in llvm-ar.Rafael Espindola2014-01-221-16/+46
* Change createObjectFile to return an ErrorOr.Rafael Espindola2014-01-221-1/+5
* Rename these methods to match the style guide.Rafael Espindola2014-01-211-4/+4
* Handle UIDs and GIDs that don't fit in 6 decimal places.Rafael Espindola2014-01-141-7/+14
* 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
OpenPOWER on IntegriCloud