projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[PM] Add a comment I missed and add the special members to one more
[oota-llvm.git]
/
tools
/
llvm-ar
/
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
2013-07-05
Rafael Espindola
Remove NoOperation.
tree
|
commitdiff
2013-07-05
Rafael Espindola
Don't treat bitcode files specially in llvm-ar.
tree
|
commitdiff
2013-06-26
Rafael Espindola
Use enums instead of raw octal values.
tree
|
commitdiff
2013-06-22
Rafael Espindola
Create the file with the right permissions instead...
tree
|
commitdiff
2013-06-21
Rafael Espindola
Convert some uses of PathV1.h in ArchiveWriter.cpp.
tree
|
commitdiff
2013-06-20
Rafael Espindola
Add a fixme.
tree
|
commitdiff
2013-06-20
Rafael Espindola
Remove last use of PathV1.h from Archive.cpp.
tree
|
commitdiff
2013-06-20
Rafael Espindola
Add a setLastModificationAndAccessTime to PathV2.
tree
|
commitdiff
2013-06-20
Rafael Espindola
Use a raw_fd_ostream instead of a std::ofstream.
tree
|
commitdiff
2013-06-20
Rafael Espindola
Remove a trivial use of sys::Path.
tree
|
commitdiff
2013-06-20
Rafael Espindola
Add support for getting the last modification time...
tree
|
commitdiff
2013-06-20
Rafael Espindola
Use only the filename when deciding if a file is a...
tree
|
commitdiff
2013-06-20
Rafael Espindola
Add r184420 back, but also handle long file names.
tree
|
commitdiff
2013-06-20
Rafael Espindola
Revert "Don't include directory names in archives."
tree
|
commitdiff
2013-06-20
Rafael Espindola
Don't include directory names in archives.
tree
|
commitdiff
2013-06-20
Rafael Espindola
Remove remaining bits of the old LLVM specific symtab...
tree
|
commitdiff
2013-06-20
Rafael Espindola
Remove more unused functions.
tree
|
commitdiff
2013-06-20
Rafael Espindola
Remove unused methods.
tree
|
commitdiff
2013-06-20
Rafael Espindola
Use the simpler sys::fs::exists.
tree
|
commitdiff
2013-06-20
Rafael Espindola
Convert a use of sys::Path.
tree
|
commitdiff
2013-06-19
Rafael Espindola
Remove unused function.
tree
|
commitdiff
2013-06-19
Rafael Espindola
Really fix the missing header :-(
tree
|
commitdiff
2013-06-19
Rafael Espindola
Add missing include found by the bots.
tree
|
commitdiff
2013-06-19
Rafael Espindola
Remove last use of PathV1.h from Archive.h
tree
|
commitdiff
2013-06-19
Rafael Espindola
Always set the mode.
tree
|
commitdiff
2013-06-19
Rafael Espindola
Remove more uses of sys::Path.
tree
|
commitdiff
2013-06-19
Rafael Espindola
Remove unused function.
tree
|
commitdiff
2013-06-19
Rafael Espindola
Another attempt at fixing the bots.
tree
|
commitdiff
2013-06-19
Rafael Espindola
Attempt at fixing some bots.
tree
|
commitdiff
2013-06-19
Rafael Espindola
Reduce sys::Path usage in llvm-ar.
tree
|
commitdiff
2013-06-19
Rafael Espindola
Remove the 'R' modifier.
tree
|
commitdiff
2013-06-17
Rafael Espindola
Move lib/Archive to tools/llvm-ar.
tree
|
commitdiff
2013-06-14
Rafael Espindola
Remove the LLVM specific archive index.
tree
|
commitdiff
2013-01-02
Chandler Carruth
Move all of the header files which are involved in...
tree
|
commitdiff
2012-12-04
Chandler Carruth
Sort the #include lines for tools/...
tree
|
commitdiff
2012-10-26
Joerg Sonnenberger
Adjust llvm-ar and llvm-ranlib to not depend on excepti...
tree
|
commitdiff
2012-08-10
Rafael Espindola
Remove references to compression in llvm-ar. It has...
tree
|
commitdiff
2011-12-12
Daniel Dunbar
LLVMBuild: Remove trailing newline, which irked me.
tree
|
commitdiff
2011-11-11
Daniel Dunbar
LLVMBuild: Add description files for the LLVM tools.
tree
|
commitdiff
2011-10-18
Daniel Dunbar
build: Tidy up a bunch of tool Makefiles, and simplify...
tree
|
commitdiff
2011-10-18
Daniel Dunbar
llvm-ar: Remove local test target, this is no longer...
tree
|
commitdiff
2011-01-10
Michael J. Spencer
Fix Whitespace.
tree
|
commitdiff
2011-01-10
Michael J. Spencer
Support/Path: Deprecate PathV1::exists and replace...
tree
|
commitdiff
2010-11-29
Chris Lattner
convert llvm-ar and llvm-ranlib to raw_ostream from...
tree
|
commitdiff
next