projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Oops. Don't call Windows functions on non-windows.
[oota-llvm.git]
/
tools
/
llvm-ar
/
2015-01-28
David Majnemer
llvm-ar: Remove unimplemented -N option from -help
tree
|
commitdiff
2015-01-07
Aaron Ballman
Manually specify the folder that llvm-ranlib should...
tree
|
commitdiff
2014-12-11
Rafael Espindola
Only seek once before writing the member offsets.
tree
|
commitdiff
2014-12-11
Rafael Espindola
llvm-ar: close input files early.
tree
|
commitdiff
2014-12-08
NAKAMURA Takumi
[CMake] Fix installation of llvm-ranlib on multiconfig...
tree
|
commitdiff
2014-12-04
NAKAMURA Takumi
Introduce "llvm-ranlib" as a name of targets since...
tree
|
commitdiff
2014-12-04
Rafael Espindola
For copy, cmake needs the full path to llvm-ar.
tree
|
commitdiff
2014-12-04
Rafael Espindola
Add missing dependency on llvm-ar. Should hopefully...
tree
|
commitdiff
2014-12-03
Rafael Espindola
Make llvm-ar a real build target and install it.
tree
|
commitdiff
2014-11-07
Rafael Espindola
Remove unused variable.
tree
|
commitdiff
2014-10-22
Rafael Espindola
Make two helper functions static.
tree
|
commitdiff
2014-10-22
Rafael Espindola
Handle spaces and quotes in file names in MRI scripts.
tree
|
commitdiff
2014-10-21
Rafael Espindola
MRI scripts: Add addlib support.
tree
|
commitdiff
2014-10-21
Rafael Espindola
Use a range loop. NFC.
tree
|
commitdiff
2014-10-21
Rafael Espindola
Overwrite instead of adding to archives when creating...
tree
|
commitdiff
2014-10-21
Rafael Espindola
Convert a few std::string with StringRef. NFC.
tree
|
commitdiff
2014-10-21
Rafael Espindola
Use a StringRef. No functionality change.
tree
|
commitdiff
2014-10-21
Rafael Espindola
Move code a bit to avoid a few declarations. NFC.
tree
|
commitdiff
2014-10-21
Rafael Espindola
Comment cleanup. NFC.
tree
|
commitdiff
2014-10-21
Rafael Espindola
Add support for addmod to mri scripts.
tree
|
commitdiff
2014-10-10
Rafael Espindola
llvm-ar: Start adding support for mri scripts.
tree
|
commitdiff
2014-08-19
Rafael Espindola
Don't own the buffer in object::Binary.
tree
|
commitdiff
2014-08-01
Rafael Espindola
Remove some calls to std::move.
tree
|
commitdiff
2014-07-31
Rafael Espindola
Use std::unique_ptr to make the ownership explicit.
tree
|
commitdiff
2014-07-14
NAKAMURA Takumi
[CMake] Update libdeps.
tree
|
commitdiff
2014-07-06
Rafael Espindola
Update the MemoryBuffer API to use ErrorOr.
tree
|
commitdiff
2014-07-03
Rafael Espindola
Add support for inline asm symbols in llvm-ar.
tree
|
commitdiff
2014-06-26
Alp Toker
Revert "Introduce a string_ostream string builder facilty"
tree
|
commitdiff
2014-06-26
Alp Toker
Introduce a string_ostream string builder facilty
tree
|
commitdiff
2014-06-24
Rafael Espindola
Pass a unique_ptr<MemoryBuffer> to the constructors...
tree
|
commitdiff
2014-06-23
Rafael Espindola
Pass a std::unique_ptr& to the create??? methods is...
tree
|
commitdiff
2014-06-23
Rafael Espindola
Make ObjectFile and BitcodeReader always own the Memory...
tree
|
commitdiff
2014-06-23
Rafael Espindola
Simplify memory management with std::unique_ptr.
tree
|
commitdiff
2014-06-18
Rafael Espindola
Add a symbols() range and use a range loop.
tree
|
commitdiff
2014-06-18
Rafael Espindola
Simplify code.
tree
|
commitdiff
2014-06-16
Rafael Espindola
Convert the Archive API to use ErrorOr.
tree
|
commitdiff
2014-06-13
Rafael Espindola
Finishing touch for the std::error_code transition.
tree
|
commitdiff
2014-06-13
Rafael Espindola
Remove 'using std::error_code' from tools.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't use 'using std::error_code' in include/llvm.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't import make_error_code into the llvm namespace.
tree
|
commitdiff
2014-06-11
Rafael Espindola
Use std::error_code instead of llvm::error_code.
tree
|
commitdiff
2014-05-31
Rafael Espindola
Turn errc and windows_error into enum classes.
tree
|
commitdiff
2014-05-23
Filipe Cabecinhas
llvm-ar: Output the file we errored on.
tree
|
commitdiff
2014-04-25
Craig Topper
[C++] Use 'nullptr'. Tools edition.
tree
|
commitdiff
2014-03-06
Ahmed Charles
Replace OwningPtr<T> with std::unique_ptr<T>.
tree
|
commitdiff
2014-03-05
Ahmed Charles
[C++11] Replace OwningPtr::take() with OwningPtr::relea...
tree
|
commitdiff
2014-03-01
Benjamin Kramer
Now that we have C++11, turn simple functors into lambd...
tree
|
commitdiff
2014-02-24
Rafael Espindola
Replace the F_Binary flag with a F_Text one.
tree
|
commitdiff
2014-02-21
Rafael Espindola
Add a SymbolicFile interface between Binary and ObjectFile.
tree
|
commitdiff
2014-02-10
Rafael Espindola
Change the begin and end methods in ObjectFile to match...
tree
|
commitdiff
2014-01-31
Rafael Espindola
Simplify getSymbolFlags.
tree
|
commitdiff
2014-01-30
Rafael Espindola
Simplify the handling of iterators in ObjectFile.
tree
|
commitdiff
2014-01-29
Rafael Espindola
Make createObjectFile's signature a bit less error...
tree
|
commitdiff
2014-01-24
Rafael Espindola
Fix c++03 build.
tree
|
commitdiff
2014-01-24
Rafael Espindola
Make ObjectFile ownership of the MemoryBuffer optional.
tree
|
commitdiff
2014-01-22
Rafael Espindola
Don't open or fstat files twice in llvm-ar.
tree
|
commitdiff
2014-01-22
Rafael Espindola
Change createObjectFile to return an ErrorOr.
tree
|
commitdiff
2014-01-21
Rafael Espindola
Rename these methods to match the style guide.
tree
|
commitdiff
2014-01-14
Rafael Espindola
Handle UIDs and GIDs that don't fit in 6 decimal places.
tree
|
commitdiff
2013-12-16
NAKAMURA Takumi
[CMake] Introduce LLVM_RUNTIME_OUTPUT_INTDIR and LLVM_L...
tree
|
commitdiff
2013-12-10
NAKAMURA Takumi
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
tree
|
commitdiff
2013-11-08
NAKAMURA Takumi
llvm-ar: Let opening a directory failed in llvm-ar.
tree
|
commitdiff
2013-10-29
Rafael Espindola
Support names like llvm-ar-3.4 and llvm-ranlib-3.4.
tree
|
commitdiff
2013-08-28
Rafael Espindola
Fix name matching to work on windows.
tree
|
commitdiff
2013-08-28
Rafael Espindola
Add a minimal implementation of ranlib.
tree
|
commitdiff
2013-07-29
Rafael Espindola
Add support for the 's' operation to llvm-ar.
tree
|
commitdiff
2013-07-23
Rafael Espindola
Split getOpenFile into getOpenFile and getOpenFileSlice.
tree
|
commitdiff
2013-07-23
Rafael Espindola
Fix the build in c++03 mode.
tree
|
commitdiff
2013-07-23
Rafael Espindola
Add an initial implementation of archive symbol table...
tree
|
commitdiff
2013-07-22
Rafael Espindola
Replace archive members in the old position.
tree
|
commitdiff
2013-07-21
Rafael Espindola
Handle replacement into a position past the original...
tree
|
commitdiff
2013-07-19
Rafael Espindola
Fix inserting new elements in a specified location.
tree
|
commitdiff
2013-07-17
NAKAMURA Takumi
llvm-ar: doExtract(): Write extracted files with F_Bina...
tree
|
commitdiff
2013-07-16
Rafael Espindola
Add a wrapper for open.
tree
|
commitdiff
2013-07-16
Rafael Espindola
On error, close the temporary file descriptor.
tree
|
commitdiff
2013-07-16
Rafael Espindola
Use open+fstat instead of stat+open.
tree
|
commitdiff
2013-07-16
Rafael Espindola
Remember that we have a null terminated string.
tree
|
commitdiff
2013-07-13
Rafael Espindola
Try to open the file before use data from stat.
tree
|
commitdiff
2013-07-13
Rafael Espindola
Remove unused file. Thanks to Sean Silva for noticing it.
tree
|
commitdiff
2013-07-13
Rafael Espindola
Add r186216 back, but make the test tolerant of differe...
tree
|
commitdiff
2013-07-13
Chandler Carruth
Revert commit r186216 -- it's breaking bots:
tree
|
commitdiff
2013-07-12
Rafael Espindola
Fix a off by one error about which members need to...
tree
|
commitdiff
2013-07-12
Rafael Espindola
fix autoconf build
tree
|
commitdiff
2013-07-12
Rafael Espindola
Fix the build with c++03.
tree
|
commitdiff
2013-07-12
Rafael Espindola
Change llvm-ar to use lib/Object.
tree
|
commitdiff
2013-07-12
Rafael Espindola
Add static.
tree
|
commitdiff
2013-07-11
Benjamin Kramer
llvm-ar: Clean up memory management with OwningPtr.
tree
|
commitdiff
2013-07-11
Rafael Espindola
Use %llu to print a 64 bit number. Should fix the ARM...
tree
|
commitdiff
2013-07-11
Rafael Espindola
InsertBefore is the same as AddBefore. Delete it.
tree
|
commitdiff
2013-07-11
Rafael Espindola
Fix a FIXME about the format and add a test.
tree
|
commitdiff
2013-07-11
Rafael Espindola
Remove the 'N' modifier from llvm-ar.
tree
|
commitdiff
2013-07-11
Rafael Espindola
Delete dead code.
tree
|
commitdiff
2013-07-11
Rafael Espindola
Remove support for truncating names in archives.
tree
|
commitdiff
2013-07-11
Rafael Espindola
Sync llvm-ar's help string with the options it supports.
tree
|
commitdiff
2013-07-08
Rafael Espindola
Create files with the correct permission instead of...
tree
|
commitdiff
2013-07-08
Manuel Klimek
Fixes problem when calling llvm-ar from an unmodifiable...
tree
|
commitdiff
2013-07-06
Michael Gottesman
[llvm-ar] Added llvm_unreachable to quiet -Wreturn...
tree
|
commitdiff
2013-07-05
Rafael Espindola
Add a createUniqueFile function and switch llvm's users...
tree
|
commitdiff
2013-07-05
Rafael Espindola
Don't create an archive if, for example, we are asked...
tree
|
commitdiff
2013-07-05
Rafael Espindola
Use simpler version of exists.
tree
|
commitdiff
next