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
/
Bitcode
Age
Commit message (
Expand
)
Author
2007-04-24
read basic constants: null, undef, integers <= 64bits
Chris Lattner
2007-04-24
fix off-by-one computing size for section abbrevs
Chris Lattner
2007-04-24
move check to the right place :)
Chris Lattner
2007-04-24
track global inits
Chris Lattner
2007-04-24
Emit module-level constants.
Chris Lattner
2007-04-23
Read global symtab
Chris Lattner
2007-04-23
fix off-by one
Chris Lattner
2007-04-23
write out the symtab for globals.
Chris Lattner
2007-04-23
implement reading of abbrevs, and writing of abbreviated global varrs.
Chris Lattner
2007-04-23
first part of implementation of abbrevs. The writer isn't fully there yet an...
Chris Lattner
2007-04-23
promote LLVMBitCodes to be a public header
Chris Lattner
2007-04-22
Fix build problem with Gentoo 4.1.1-r3.
Jeff Cohen
2007-04-22
add llvm ir bitcode definition file
Chris Lattner
2007-04-22
build the bitcode dir
Chris Lattner
2007-04-22
Initial support for writing bitcode files. This currently only writes types,
Chris Lattner
2007-04-22
Initial support for reading bitcode files. They currently only read types,
Chris Lattner
[prev]