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 |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
tree | commitdiff |
2010-09-13 |
Michael J. Spencer | Revert "CMake: Get rid of LLVMLibDeps.cmake and export... |
tree | commitdiff |
2010-09-10 |
Michael J. Spencer | CMake: Get rid of LLVMLibDeps.cmake and export the... |
tree | commitdiff |
2010-01-24 |
Chris Lattner | make -fno-rtti the default unless a directory builds... |
tree | commitdiff |
2010-01-22 |
Chris Lattner | Stop building RTTI information for *most* llvm librarie... |
tree | commitdiff |
2009-08-24 |
Chris Lattner | remove the last *stream> #include from a public header. |
tree | commitdiff |
2009-08-23 |
Chris Lattner | Prune #includes from llvm/Linker.h and llvm/System... |
tree | commitdiff |
2009-07-15 |
Owen Anderson | To simplify the upcoming context-on-type change, switch... |
tree | commitdiff |
2009-07-15 |
Dan Gohman | Use errs() instead of std::cerr. |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Hold the LLVMContext by reference rather than by pointer. |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Add a pointer to the owning LLVMContext to Module.... |
tree | commitdiff |
2009-03-06 |
Chris Lattner | Change various llvm utilities to use PrettyStackTracePr... |
tree | commitdiff |
2009-02-26 |
Chris Lattner | disable exports from a bunch more tools, those without... |
tree | commitdiff |
2009-02-05 |
Chris Lattner | fix PR3488: llvm-ar r doesn't replace existing files |
tree | commitdiff |
2008-09-22 |
Oscar Fuentes | Initial support for the CMake build system. |
tree | commitdiff |
2008-02-28 |
Andrew Lenharth | Make llvm-ar behave like ar, if you create an empty... |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attributions from tools. |
tree | commitdiff |
next |