index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvm-ar
/
llvm-ar.cpp
Age
Commit message (
Expand
)
Author
2005-12-28
more compliance stufff
Duraid Madina
2005-07-08
Final Changes For PR495:
Reid Spencer
2005-07-07
For PR495:
Reid Spencer
2005-04-22
Remove trailing whitespace
Misha Brukman
2005-01-22
Use binary mode for reading/writing bytecode files
Jeff Cohen
2004-12-15
Unbreak all archive reading operations introduced by the last patch which
Reid Spencer
2004-12-15
Do not fail an assertion on a broken archive
Chris Lattner
2004-12-15
For PR351:
Reid Spencer
2004-12-11
Path::get -> Path::toString
Reid Spencer
2004-12-02
Implement file replacement correctly even with the f (TruncateNames) flag
Reid Spencer
2004-11-20
The Archive class now has differentiation for BSD4.4 and SVR4 style archive
Reid Spencer
2004-11-16
Per code review: \
Reid Spencer
2004-11-15
This file was originally developed by the LLVM research group so this comment...
Tanya Lattner
2004-11-14
Correct call of methods whose names have changed.
Reid Spencer
2004-11-14
Total rewrite using Archive library & new functionality
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-29
The functions in Signal.h are now in the llvm::sys namespace - adjust
Reid Spencer
2004-07-04
Add #include <iostream> since Value.h does not include it any more.
Reid Spencer
2004-05-27
Header file moved
Chris Lattner
2004-02-19
Make sure to print a stack trace whenever an error signal is delivered to the
Chris Lattner
2003-12-30
Use new getFileSize function. Eliminate some using directives. Reorder #inc...
Chris Lattner
2003-12-06
New command line parsing. This isn't as perfect as I would have liked. The Co...
Tanya Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Removed extraneous comment line.
John Criswell
2003-10-20
Added copyright header to all C++ source files.
John Criswell
2003-10-10
Rewrite head-of-file comment.
Brian Gaeke
2003-10-10
Fix spelling.
Misha Brukman
2003-09-23
Squelch warning and delete extra space.
Misha Brukman
2003-09-13
Fixed warning.
Tanya Lattner
2003-08-28
First version of llvm-ar added to cvs repository.
Tanya Lattner