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
/
Reader
/
BitcodeReader.cpp
Age
Commit message (
Expand
)
Author
2007-05-01
implement scafolding for lazy deserialization of function bodies
Chris Lattner
2007-04-29
Implement visibility checking during linking. Also implement protected
Anton Korobeynikov
2007-04-29
Switch the bitcode reader interface to take a MemoryBuffer instead of knowing
Chris Lattner
2007-04-28
This is not "FIXME" anymore
Anton Korobeynikov
2007-04-26
move some code around, fix a bug in the reader reading globalinits (which
Chris Lattner
2007-04-26
add bitcode alias support
Chris Lattner
2007-04-24
ensure that every error return sets a message (and goes through Error, for
Chris Lattner
2007-04-24
fix memory leak
Chris Lattner
2007-04-24
implement reading and writing of constant exprs.
Chris Lattner
2007-04-24
implement support for reading aggregate constants, including handling forward
Chris Lattner
2007-04-24
add supprot for FP constants, wide integers, and fix the encoding of MININT
Chris Lattner
2007-04-24
read basic constants: null, undef, integers <= 64bits
Chris Lattner
2007-04-24
move check to the right place :)
Chris Lattner
2007-04-24
track global inits
Chris Lattner
2007-04-23
Read global symtab
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-22
Initial support for reading bitcode files. They currently only read types,
Chris Lattner
[prev]