Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ccf43ca05cb1540f3d95a73b7b329bf926808c7b
/
llvm
/
tools
/
llvm-ar
/
llvm-ar.cpp
83bd49d
Fix Whitespace.
by Michael J. Spencer
· 15 years ago
58df2e0
Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::exists.
by Michael J. Spencer
· 15 years ago
2907f44
convert llvm-ar and llvm-ranlib to raw_ostream from iostreams.
by Chris Lattner
· 15 years ago
447762d
Merge System into Support.
by Michael J. Spencer
· 15 years ago
c143023
remove the last *stream> #include from a public header.
by Chris Lattner
· 16 years ago
c521f54
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
by Chris Lattner
· 16 years ago
19251ec
To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now.
by Owen Anderson
· 16 years ago
d8db376
Use errs() instead of std::cerr.
by Dan Gohman
· 16 years ago
1cf085d
Hold the LLVMContext by reference rather than by pointer.
by Owen Anderson
· 16 years ago
6773d38
Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot
by Owen Anderson
· 16 years ago
e3fc2d1
Change various llvm utilities to use PrettyStackTraceProgram in
by Chris Lattner
· 17 years ago
413a024
fix PR3488: llvm-ar r doesn't replace existing files
by Chris Lattner
· 17 years ago
09b64a4
Make llvm-ar behave like ar, if you create an empty archive, ar creates an empty archive. llvm-ar would not generate an output file in this case
by Andrew Lenharth
· 18 years ago
345353d
remove attributions from tools.
by Chris Lattner
· 18 years ago
d42a60b
Actually parse q operation in llvm-ar
by Seo Sanghyeon
· 18 years ago
a8656d4
Fix a typo in a comment.
by Dan Gohman
· 18 years ago
2c6a821
Move the space in overview output for commands out of each of the
by Dan Gohman
· 18 years ago
3d3fc32
eliminate residual cruft related to recognizing bytecode
by Gabor Greif
· 18 years ago
e16561c
Here is the bulk of the sanitizing.
by Gabor Greif
· 18 years ago
6d80e21
switch tools to bitcode instead of bytecode
by Chris Lattner
· 19 years ago
f20eacb
Don't rely on destructed local storage. Thanks, Chris.
by Reid Spencer
· 19 years ago
21b76a9
For PR1291:
by Reid Spencer
· 19 years ago
200c6f9
For PR789:
by Reid Spencer
· 19 years ago
54a781b
getFileStatus has a new parameter (caught by VC++).
by Jeff Cohen
· 19 years ago
76d4632
make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.
by Chris Lattner
· 19 years ago
de46e48
For PR786:
by Reid Spencer
· 19 years ago
93a2acf
Fix a bug caused by change in the interface of Archive::writeToDisk.
by Reid Spencer
· 19 years ago
ec0f205
For PR797:
by Reid Spencer
· 19 years ago
51edba1
For PR797:
by Reid Spencer
· 19 years ago
8db8442
For PR797:
by Reid Spencer
· 19 years ago
63c5e1c
Use Path::getFileStatus
by Chris Lattner
· 19 years ago
4857253
Change Path::getStatusInfo to return a boolean and error string on an error
by Chris Lattner
· 19 years ago
cfa807a
Remove EH use from the Archive library and adjust its users accordingly.
by Reid Spencer
· 19 years ago
aa237256
Patches to make the LLVM sources more -pedantic clean. Patch provided
by Chris Lattner
· 19 years ago
e6bf2c2
more compliance stufff
by Duraid Madina
· 20 years ago
af48d86
Final Changes For PR495:
by Reid Spencer
· 20 years ago
c9c0473
For PR495:
by Reid Spencer
· 20 years ago
650ba8e
Remove trailing whitespace
by Misha Brukman
· 21 years ago
c8f1f4b
Use binary mode for reading/writing bytecode files
by Jeff Cohen
· 21 years ago
8240a91
Unbreak all archive reading operations introduced by the last patch which
by Reid Spencer
· 21 years ago
160a8a9
Do not fail an assertion on a broken archive
by Chris Lattner
· 21 years ago
d8c5b71
For PR351:
by Reid Spencer
· 21 years ago
5ccfd5a
Path::get -> Path::toString
by Reid Spencer
· 21 years ago
295a3bb
Implement file replacement correctly even with the f (TruncateNames) flag
by Reid Spencer
· 21 years ago
0e8c76e
The Archive class now has differentiation for BSD4.4 and SVR4 style archive
by Reid Spencer
· 21 years ago
9fc38b1
Per code review: \
by Reid Spencer
· 21 years ago
8213dae
This file was originally developed by the LLVM research group so this comment should stay. I also do NOT want my name explicity listed on src files. I am already mentioned in the credits.
by Tanya Lattner
· 21 years ago
b3eaba6
Correct call of methods whose names have changed.
by Reid Spencer
· 21 years ago
84a12bf
Total rewrite using Archive library & new functionality
by Reid Spencer
· 21 years ago
7c16caa
Changes For Bug 352
by Reid Spencer
· 21 years ago
e3263ec
The functions in Signal.h are now in the llvm::sys namespace - adjust
by Reid Spencer
· 21 years ago
f0ebb25
Add #include <iostream> since Value.h does not include it any more.
by Reid Spencer
· 21 years ago
278f515
Header file moved
by Chris Lattner
· 21 years ago
12439ff
Make sure to print a stack trace whenever an error signal is delivered to the
by Chris Lattner
· 22 years ago
ce8781c
Use new getFileSize function. Eliminate some using directives. Reorder #includes a bit
by Chris Lattner
· 22 years ago
c970a38
New command line parsing. This isn't as perfect as I would have liked. The CommandLine Library needs to be extended, in order to parse the options and allow for optional dashes. In addition, the help option isn't correct since I do the parsing mostly myself. But this is in the ocorrect ar format.
by Tanya Lattner
· 22 years ago
960707c
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
567fe2f
Removed extraneous comment line.
by John Criswell
· 22 years ago
09344dc
Added copyright header to all C++ source files.
by John Criswell
· 22 years ago
81d153e
Rewrite head-of-file comment. Include <cstdio> instead of <stdio.h>.
by Brian Gaeke
· 22 years ago
8b2bd4e
Fix spelling.
by Misha Brukman
· 22 years ago
08993c8
Squelch warning and delete extra space.
by Misha Brukman
· 22 years ago
124ddef
Fixed warning.
by Tanya Lattner
· 22 years ago
57c70a6
First version of llvm-ar added to cvs repository.
by Tanya Lattner
· 22 years ago