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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
4
-38
/
+9
*
Revert "Don't include directory names in archives."
Rafael Espindola
2013-06-20
4
-7
/
+36
*
Don't include directory names in archives.
Rafael Espindola
2013-06-20
4
-36
/
+7
*
Remove remaining bits of the old LLVM specific symtab handling.
Rafael Espindola
2013-06-20
6
-231
/
+10
*
Remove more unused functions.
Rafael Espindola
2013-06-20
2
-81
/
+0
*
Remove unused methods.
Rafael Espindola
2013-06-20
2
-170
/
+0
*
Use the simpler sys::fs::exists.
Rafael Espindola
2013-06-20
1
-2
/
+1
*
Convert a use of sys::Path.
Rafael Espindola
2013-06-20
1
-16
/
+10
*
Remove unused function.
Rafael Espindola
2013-06-19
3
-31
/
+3
*
Really fix the missing header :-(
Rafael Espindola
2013-06-19
1
-1
/
+1
*
Add missing include found by the bots.
Rafael Espindola
2013-06-19
1
-0
/
+1
*
Remove last use of PathV1.h from Archive.h
Rafael Espindola
2013-06-19
6
-26
/
+39
*
Always set the mode.
Rafael Espindola
2013-06-19
2
-13
/
+10
*
Remove more uses of sys::Path.
Rafael Espindola
2013-06-19
5
-52
/
+46
*
Remove unused function.
Rafael Espindola
2013-06-19
2
-33
/
+0
*
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
5
-35
/
+39
*
Remove the 'R' modifier.
Rafael Espindola
2013-06-19
1
-45
/
+4
*
Move lib/Archive to tools/llvm-ar.
Rafael Espindola
2013-06-17
9
-4
/
+1857
*
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
3
-101
/
+104
*
Remove references to compression in llvm-ar. It has been a long time since we
Rafael Espindola
2012-08-10
1
-13
/
+6
*
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
1
-1
/
+0
*
LLVMBuild: Add description files for the LLVM tools.
Daniel Dunbar
2011-11-11
1
-0
/
+23
*
build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
Daniel Dunbar
2011-10-18
1
-4
/
+4
*
llvm-ar: Remove local test target, this is no longer useful.
Daniel Dunbar
2011-10-18
1
-7
/
+0
*
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
*
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-13
1
-2
/
+1
*
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-09-10
1
-1
/
+2
*
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2010-01-24
1
-1
/
+0
*
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2010-01-22
1
-0
/
+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
*
disable exports from a bunch more tools, those without plugins.
Chris Lattner
2009-02-26
1
-0
/
+3
*
fix PR3488: llvm-ar r doesn't replace existing files
Chris Lattner
2009-02-05
1
-1
/
+1
*
Initial support for the CMake build system.
Oscar Fuentes
2008-09-22
1
-0
/
+8
*
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
[prev]
[next]