index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
llvm-ar
/
llvm-ar.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete dead code.
Rafael Espindola
2013-07-11
1
-3
/
+0
*
Remove support for truncating names in archives.
Rafael Espindola
2013-07-11
1
-22
/
+4
*
Sync llvm-ar's help string with the options it supports.
Rafael Espindola
2013-07-11
1
-3
/
+0
*
Create files with the correct permission instead of changing it afterwards.
Rafael Espindola
2013-07-08
1
-9
/
+6
*
[llvm-ar] Added llvm_unreachable to quiet -Wreturn-type warnings.
Michael Gottesman
2013-07-06
1
-0
/
+2
*
Don't create an archive if, for example, we are asked to print the index.
Rafael Espindola
2013-07-05
1
-2
/
+19
*
Use simpler version of exists.
Rafael Espindola
2013-07-05
1
-2
/
+1
*
Remove NoOperation.
Rafael Espindola
2013-07-05
1
-5
/
+1
*
Don't treat bitcode files specially in llvm-ar.
Rafael Espindola
2013-07-05
1
-8
/
+2
*
Add a fixme.
Rafael Espindola
2013-06-20
1
-0
/
+1
*
Add a setLastModificationAndAccessTime to PathV2.
Rafael Espindola
2013-06-20
1
-19
/
+35
*
Use a raw_fd_ostream instead of a std::ofstream.
Rafael Espindola
2013-06-20
1
-4
/
+5
*
Remove a trivial use of sys::Path.
Rafael Espindola
2013-06-20
1
-12
/
+5
*
Add support for getting the last modification time from a file_status.
Rafael Espindola
2013-06-20
1
-6
/
+5
*
Use only the filename when deciding if a file is a duplicate.
Rafael Espindola
2013-06-20
1
-1
/
+1
*
Add r184420 back, but also handle long file names.
Rafael Espindola
2013-06-20
1
-8
/
+0
*
Revert "Don't include directory names in archives."
Rafael Espindola
2013-06-20
1
-0
/
+8
*
Don't include directory names in archives.
Rafael Espindola
2013-06-20
1
-8
/
+0
*
Remove remaining bits of the old LLVM specific symtab handling.
Rafael Espindola
2013-06-20
1
-29
/
+6
*
Convert a use of sys::Path.
Rafael Espindola
2013-06-20
1
-16
/
+10
*
Remove last use of PathV1.h from Archive.h
Rafael Espindola
2013-06-19
1
-0
/
+1
*
Always set the mode.
Rafael Espindola
2013-06-19
1
-4
/
+10
*
Remove more uses of sys::Path.
Rafael Espindola
2013-06-19
1
-6
/
+6
*
Another attempt at fixing the bots.
Rafael Espindola
2013-06-19
1
-1
/
+1
*
Attempt at fixing some bots.
Rafael Espindola
2013-06-19
1
-1
/
+1
*
Reduce sys::Path usage in llvm-ar.
Rafael Espindola
2013-06-19
1
-19
/
+21
*
Remove the 'R' modifier.
Rafael Espindola
2013-06-19
1
-45
/
+4
*
Move lib/Archive to tools/llvm-ar.
Rafael Espindola
2013-06-17
1
-1
/
+1
*
Remove the LLVM specific archive index.
Rafael Espindola
2013-06-14
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
1
-4
/
+4
*
Adjust llvm-ar and llvm-ranlib to not depend on exception handling.
Joerg Sonnenberger
2012-10-26
1
-99
/
+104
*
Remove references to compression in llvm-ar. It has been a long time since we
Rafael Espindola
2012-08-10
1
-13
/
+6
*
Fix Whitespace.
Michael J. Spencer
2011-01-10
1
-14
/
+14
*
Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...
Michael J. Spencer
2011-01-10
1
-2
/
+5
*
convert llvm-ar and llvm-ranlib to raw_ostream from iostreams.
Chris Lattner
2010-11-29
1
-21
/
+20
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
remove the last *stream> #include from a public header.
Chris Lattner
2009-08-24
1
-0
/
+1
*
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-08-23
1
-12
/
+11
*
To simplify the upcoming context-on-type change, switch all command line tool...
Owen Anderson
2009-07-15
1
-1
/
+1
*
Use errs() instead of std::cerr.
Dan Gohman
2009-07-15
1
-8
/
+9
*
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
1
-2
/
+2
*
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-07-01
1
-2
/
+4
*
Change various llvm utilities to use PrettyStackTraceProgram in
Chris Lattner
2009-03-06
1
-4
/
+5
*
fix PR3488: llvm-ar r doesn't replace existing files
Chris Lattner
2009-02-05
1
-1
/
+1
*
Make llvm-ar behave like ar, if you create an empty archive, ar creates an em...
Andrew Lenharth
2008-02-28
1
-0
/
+1
*
remove attributions from tools.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Actually parse q operation in llvm-ar
Seo Sanghyeon
2007-12-25
1
-0
/
+1
*
Fix a typo in a comment.
Dan Gohman
2007-10-15
1
-1
/
+1
*
Move the space in overview output for commands out of each of the
Dan Gohman
2007-10-08
1
-1
/
+1
[next]