Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
aa8ad10c2f9aa58b6a1219ab51e2d15d05cc61dc
/
llvm
/
tools
/
llvm-ar
/
llvm-ar.cpp
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
· 20 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
· 22 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