index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Bytecode
/
Reader
/
ArchiveReader.cpp
Age
Commit message (
Expand
)
Author
2004-11-14
Moved to lib/Bytecode/Archive.
Reid Spencer
2004-11-09
Recognize compressed LLVM bytecode files.
John Criswell
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-04
Add #include <iostream> which is needed now that Value.h doesn't include it
Reid Spencer
2004-05-28
Use the new FileUtilities.h API for mapping a file into an address
Chris Lattner
2004-03-31
Use the true, decoded name of the archive member in getObjectType.
Brian Gaeke
2004-01-10
* finegrainify namespacification of ArchiveReader.cpp
Chris Lattner
2003-12-30
Use new getFileSize function instead of sys/stat.h directly.
Chris Lattner
2003-12-22
Reverted back to revision 1.11. The previous fix doesn't really fix
John Criswell
2003-12-20
Fix PR#193.
John Criswell
2003-12-17
Make getObjectType() smarter about ranlibbed Mac OS X archives.
Brian Gaeke
2003-12-11
In getObjectType(), doxygenify comment, and take a pointer to the
Brian Gaeke
2003-11-16
Implement skeletal support for __.SYMDEF (ranlib) sections in archives.
Brian Gaeke
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-09-22
Update file header for renamed file
Chris Lattner
2003-09-11
Fixed spelling and grammar.
Misha Brukman
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-04-23
Fixed 'prevalent'.
Misha Brukman
2003-04-22
Preserve module source information in the ModuleID
Chris Lattner
2003-04-19
Initial support for reading standard .a files
Chris Lattner