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
/
ReaderWrappers.cpp
Age
Commit message (
Expand
)
Author
2004-09-12
Unbreak doxygen, according to Reid.
Misha Brukman
2004-09-12
Fix code spacing/alignment
Misha Brukman
2004-09-11
Change interface to use correct typedef so it will always compile.
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-24
Add a wrapper for extraction of the dependent libraries from a bytecode
Reid Spencer
2004-08-21
Two Changes:
Reid Spencer
2004-08-04
Turn a use of intptr_t into a reinterpret_cast<uint64_t> instead to get
Reid Spencer
2004-07-05
Finalize bytecode dumping. The "handleFinish" method was getting called
Reid Spencer
2004-07-04
Remove tabs. Move function declaration to Reader.h where it belongs.
Reid Spencer
2004-06-29
Adjustments to allow Bytecode Reading to support the BytecodeHandler
Reid Spencer
2004-05-28
Use the new FileUtilities.h API for mapping a file into an address
Chris Lattner
2003-12-30
Use new getFileSize function instead of sys/stat.h directly.
Chris Lattner
2003-12-29
Factor FDHandle out of the bytecode reader into the FileUtilities.h support
Chris Lattner
2003-12-12
Throw better error messages, by calling strerror(errno) when we
Brian Gaeke
2003-11-19
Fine grainify namespacification, #include file that defines the interface!
Chris Lattner
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-10-18
* New revised variable argument handling support
Chris Lattner
2003-10-16
Add separator between different types of readers.
Misha Brukman
2003-10-08
Destroy allocated resources on exception.
Misha Brukman
2003-10-06
All of our supported operating systems (so far) and FreeBSD technically
Brian Gaeke
2003-10-04
Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,
Chris Lattner
2003-10-04
Do not leak the ModuleProvider if releaseModule() throws.
Chris Lattner
2003-09-25
Define the instance variable Buffer, not the automatic variable Buffer.
Chris Lattner
2003-09-24
Fix alignment problem
Chris Lattner
2003-09-24
Actually assign the string correctly through the std::string pointer.
Misha Brukman
2003-09-24
* Eliminate BytecodeBufferReader::Length member variable
Misha Brukman
2003-09-23
Added code that ensures that we pass the beginning of the data buffer to
John Criswell
2003-09-23
* Group class definitions & implementations together
Misha Brukman
2003-09-23
* Constantify arguments to copy function
Misha Brukman
2003-09-22
Added file header comment.
Misha Brukman
2003-09-22
* Cleaned up code:
Misha Brukman