Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
09069b3bf57df0103f3be3c7cb6e61680c857ca1
/
tools
/
llvm-ar
/
llvm-ar.cpp
09069b3
Fix a bug caused by change in the interface of Archive::writeToDisk.
by Reid Spencer
· 19 years ago
0ff2d31
For PR797:
by Reid Spencer
· 19 years ago
142ca8e
For PR797:
by Reid Spencer
· 19 years ago
e5c9cb5
For PR797:
by Reid Spencer
· 19 years ago
8bdbb04
Use Path::getFileStatus
by Chris Lattner
· 19 years ago
252ad03
Change Path::getStatusInfo to return a boolean and error string on an error
by Chris Lattner
· 19 years ago
3039b99
Remove EH use from the Archive library and adjust its users accordingly.
by Reid Spencer
· 19 years ago
d74ea2b
Patches to make the LLVM sources more -pedantic clean. Patch provided
by Chris Lattner
· 19 years ago
6927b06
more compliance stufff
by Duraid Madina
· 20 years ago
a229c5c
Final Changes For PR495:
by Reid Spencer
· 20 years ago
dd04df0
For PR495:
by Reid Spencer
· 20 years ago
3da94ae
Remove trailing whitespace
by Misha Brukman
· 20 years ago
5fb6ed4
Use binary mode for reading/writing bytecode files
by Jeff Cohen
· 21 years ago
b4ed7b0
Unbreak all archive reading operations introduced by the last patch which
by Reid Spencer
· 21 years ago
67c3821
Do not fail an assertion on a broken archive
by Chris Lattner
· 21 years ago
b50ae12
For PR351:
by Reid Spencer
· 21 years ago
1fce091
Path::get -> Path::toString
by Reid Spencer
· 21 years ago
0de66b5
Implement file replacement correctly even with the f (TruncateNames) flag
by Reid Spencer
· 21 years ago
0fdd363
The Archive class now has differentiation for BSD4.4 and SVR4 style archive
by Reid Spencer
· 21 years ago
bede583
Per code review: \
by Reid Spencer
· 21 years ago
d607491
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
b55bc06
Correct call of methods whose names have changed.
by Reid Spencer
· 21 years ago
3a1582b
Total rewrite using Archive library & new functionality
by Reid Spencer
· 21 years ago
551ccae
Changes For Bug 352
by Reid Spencer
· 21 years ago
9de7b33
The functions in Signal.h are now in the llvm::sys namespace - adjust
by Reid Spencer
· 21 years ago
86f42bd
Add #include <iostream> since Value.h does not include it any more.
by Reid Spencer
· 21 years ago
bed85ff
Header file moved
by Chris Lattner
· 21 years ago
f73b4ca
Make sure to print a stack trace whenever an error signal is delivered to the
by Chris Lattner
· 21 years ago
97f752f
Use new getFileSize function. Eliminate some using directives. Reorder #includes a bit
by Chris Lattner
· 22 years ago
57bd796
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
d0fde30
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
1ee1e64
Removed extraneous comment line.
by John Criswell
· 22 years ago
7c0e022
Added copyright header to all C++ source files.
by John Criswell
· 22 years ago
4fa9fd3
Rewrite head-of-file comment. Include <cstdio> instead of <stdio.h>.
by Brian Gaeke
· 22 years ago
cf00c4a
Fix spelling.
by Misha Brukman
· 22 years ago
8d2ff13
Squelch warning and delete extra space.
by Misha Brukman
· 22 years ago
e3df92e
Fixed warning.
by Tanya Lattner
· 22 years ago
14baebf
First version of llvm-ar added to cvs repository.
by Tanya Lattner
· 22 years ago