[CMake] We need to explicitly add llvm-config before clang so that LLVM_BUILD_EXTERNA...
[oota-llvm.git] / tools / llvm-ar /
2015-09-14 Chris Bieneman[CMake] Refactor and cleanup generating and installing...
2015-07-15 Rafael EspindolaFor new archive member we only need to store the full...
2015-07-15 Rafael EspindolaHandle the error of trying to convert a regular archive...
2015-07-15 Rafael EspindolaInitial support for writing thin archives.
2015-07-14 Rafael EspindolaAdd support for reading members out of thin archives.
2015-07-14 Rafael Espindolallvm-ar: Don't try to extract from thin archives.
2015-07-14 Rafael Espindolallvm-ar: print an error when the requested member is...
2015-07-14 Rafael EspindolaUse a range loop. NFC.
2015-07-13 Rafael EspindolaAdd support deterministic output in llvm-ar and make...
2015-07-09 Rafael EspindolaCreate BSD archives by default on OS X.
2015-07-08 Rafael EspindolaDisallow Archive::child_iterator that don't point to...
2015-07-08 Rafael EspindolaStart adding support for writing archives in BSD format.
2015-06-21 David BlaikieArrayRef-ify libDriverMain
2015-06-09 Peter CollingbourneLibDriver, llvm-lib: introduce.
2015-06-08 Peter Collingbournellvm-ar: Move archive writer to Object.
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-01-28 David Majnemerllvm-ar: Remove unimplemented -N option from -help
2015-01-07 Aaron BallmanManually specify the folder that llvm-ranlib should...
2014-12-11 Rafael EspindolaOnly seek once before writing the member offsets.
2014-12-11 Rafael Espindolallvm-ar: close input files early.
2014-12-08 NAKAMURA Takumi[CMake] Fix installation of llvm-ranlib on multiconfig...
2014-12-04 NAKAMURA TakumiIntroduce "llvm-ranlib" as a name of targets since...
2014-12-04 Rafael EspindolaFor copy, cmake needs the full path to llvm-ar.
2014-12-04 Rafael EspindolaAdd missing dependency on llvm-ar. Should hopefully...
2014-12-03 Rafael EspindolaMake llvm-ar a real build target and install it.
2014-11-07 Rafael EspindolaRemove unused variable.
2014-10-22 Rafael EspindolaMake two helper functions static.
2014-10-22 Rafael EspindolaHandle spaces and quotes in file names in MRI scripts.
2014-10-21 Rafael EspindolaMRI scripts: Add addlib support.
2014-10-21 Rafael EspindolaUse a range loop. NFC.
2014-10-21 Rafael EspindolaOverwrite instead of adding to archives when creating...
2014-10-21 Rafael EspindolaConvert a few std::string with StringRef. NFC.
2014-10-21 Rafael EspindolaUse a StringRef. No functionality change.
2014-10-21 Rafael EspindolaMove code a bit to avoid a few declarations. NFC.
2014-10-21 Rafael EspindolaComment cleanup. NFC.
2014-10-21 Rafael EspindolaAdd support for addmod to mri scripts.
2014-10-10 Rafael Espindolallvm-ar: Start adding support for mri scripts.
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-01 Rafael EspindolaRemove some calls to std::move.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-07-14 NAKAMURA Takumi[CMake] Update libdeps.
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-07-03 Rafael EspindolaAdd support for inline asm symbols in llvm-ar.
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-24 Rafael EspindolaPass a unique_ptr<MemoryBuffer> to the constructors...
2014-06-23 Rafael EspindolaPass a std::unique_ptr& to the create??? methods is...
2014-06-23 Rafael EspindolaMake ObjectFile and BitcodeReader always own the Memory...
2014-06-23 Rafael EspindolaSimplify memory management with std::unique_ptr.
2014-06-18 Rafael EspindolaAdd a symbols() range and use a range loop.
2014-06-18 Rafael EspindolaSimplify code.
2014-06-16 Rafael EspindolaConvert the Archive API to use ErrorOr.
2014-06-13 Rafael EspindolaFinishing touch for the std::error_code transition.
2014-06-13 Rafael EspindolaRemove 'using std::error_code' from tools.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaDon't import make_error_code into the llvm namespace.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-05-31 Rafael EspindolaTurn errc and windows_error into enum classes.
2014-05-23 Filipe Cabecinhasllvm-ar: Output the file we errored on.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-03-01 Benjamin KramerNow that we have C++11, turn simple functors into lambd...
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-21 Rafael EspindolaAdd a SymbolicFile interface between Binary and ObjectFile.
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-01-31 Rafael EspindolaSimplify getSymbolFlags.
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-29 Rafael EspindolaMake createObjectFile's signature a bit less error...
2014-01-24 Rafael EspindolaFix c++03 build.
2014-01-24 Rafael EspindolaMake ObjectFile ownership of the MemoryBuffer optional.
2014-01-22 Rafael EspindolaDon't open or fstat files twice in llvm-ar.
2014-01-22 Rafael EspindolaChange createObjectFile to return an ErrorOr.
2014-01-21 Rafael EspindolaRename these methods to match the style guide.
2014-01-14 Rafael EspindolaHandle UIDs and GIDs that don't fit in 6 decimal places.
2013-12-16 NAKAMURA Takumi[CMake] Introduce LLVM_RUNTIME_OUTPUT_INTDIR and LLVM_L...
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-11-08 NAKAMURA Takumillvm-ar: Let opening a directory failed in llvm-ar.
2013-10-29 Rafael EspindolaSupport names like llvm-ar-3.4 and llvm-ranlib-3.4.
2013-08-28 Rafael EspindolaFix name matching to work on windows.
2013-08-28 Rafael EspindolaAdd a minimal implementation of ranlib.
2013-07-29 Rafael EspindolaAdd support for the 's' operation to llvm-ar.
2013-07-23 Rafael EspindolaSplit getOpenFile into getOpenFile and getOpenFileSlice.
2013-07-23 Rafael EspindolaFix the build in c++03 mode.
2013-07-23 Rafael EspindolaAdd an initial implementation of archive symbol table...
2013-07-22 Rafael EspindolaReplace archive members in the old position.
2013-07-21 Rafael EspindolaHandle replacement into a position past the original...
2013-07-19 Rafael EspindolaFix inserting new elements in a specified location.
2013-07-17 NAKAMURA Takumillvm-ar: doExtract(): Write extracted files with F_Bina...
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-07-16 Rafael EspindolaOn error, close the temporary file descriptor.
2013-07-16 Rafael EspindolaUse open+fstat instead of stat+open.
2013-07-16 Rafael EspindolaRemember that we have a null terminated string.
2013-07-13 Rafael EspindolaTry to open the file before use data from stat.
2013-07-13 Rafael EspindolaRemove unused file. Thanks to Sean Silva for noticing it.
2013-07-13 Rafael EspindolaAdd r186216 back, but make the test tolerant of differe...
2013-07-13 Chandler CarruthRevert commit r186216 -- it's breaking bots:
2013-07-12 Rafael EspindolaFix a off by one error about which members need to...
2013-07-12 Rafael Espindolafix autoconf build
2013-07-12 Rafael EspindolaFix the build with c++03.
next