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
/
include
/
llvm
/
Bytecode
/
Reader.h
Age
Commit message (
Expand
)
Author
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-04
Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,
Chris Lattner
2003-09-30
Standardize header file comments
Chris Lattner
2003-09-22
Added doxygen comments for the streaming module provider.
Misha Brukman
2003-09-22
Added functions to perform streaming function loading, doxygenified comments.
Misha Brukman
2003-04-22
Add information about the module source
Chris Lattner
2003-04-19
Add prototype to read .a files
Chris Lattner
2003-03-06
Generalize interface a bit
Chris Lattner
2002-10-25
Fix typo
Chris Lattner
2002-07-21
changed first arg of parseBytecodeBuffer to unsigned char
Anand Shukla
2002-07-21
changed first arg og parseBytecodeBuffer to uchar
Anand Shukla
2002-07-17
Fix prototype to make function.
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-10-24
Changes to get some meaningful feedback from the bytecode reader. At some po...
Chris Lattner
2001-06-06
Initial revision
Chris Lattner