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
/
Writer.h
Age
Commit message (
Expand
)
Author
2007-05-06
remove bytecode headers
Chris Lattner
2007-01-21
default to emiting an uncompressed .bc file
Chris Lattner
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-11-29
Replacing std::iostreams with llvm iostreams. Some of these changes involve
Bill Wendling
2006-07-28
Update comments.
Chris Lattner
2006-05-14
improve comment.
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-11-07
Make compression the default on writing.
Reid Spencer
2004-11-06
Add support for compressed bytecode
Reid Spencer
2004-06-25
Okay, Module have not been known as 'C' for a LONG time now
Chris Lattner
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-09-30
Standardize header file comments
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2001-06-06
Initial revision
Chris Lattner