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
/
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]