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
/
Writer
/
Writer.cpp
Age
Commit message (
Expand
)
Author
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-11-29
Move support directory
Chris Lattner
2001-11-26
Implement internal method support
Chris Lattner
2001-11-04
Fix obscure nasty bug with bytecode writing that could cause the last byte to...
Chris Lattner
2001-10-18
Dang, we were losing the Constant bit on globals. Fix this
Chris Lattner
2001-10-13
* Use new style casts more
Chris Lattner
2001-10-01
Convert more code to use new style casts
Chris Lattner
2001-10-01
Add more support for new style casts
Chris Lattner
2001-10-01
Add support for new style casts
Chris Lattner
2001-09-18
Add support for global constants, and for initializers for constants
Chris Lattner
2001-09-10
Implement global variable support
Chris Lattner
2001-09-07
* Emit bytecode using a deque instead of a vector to be faster
Chris Lattner
2001-07-14
* The parent of a constant pool is a symtabvalue, not a value.
Chris Lattner
2001-06-27
Miscellaneous cleanups:
Chris Lattner
2001-06-06
Initial revision
Chris Lattner