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
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
[prev]