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
/
Bitcode
Age
Commit message (
Expand
)
Author
2007-04-29
add a method
Chris Lattner
2007-04-29
make this file self-contained
Chris Lattner
2007-04-29
Switch the bitcode reader interface to take a MemoryBuffer instead of knowing
Chris Lattner
2007-04-26
start defining codes for instructions
Chris Lattner
2007-04-26
add a new code
Chris Lattner
2007-04-26
add alias support to bitcode
Chris Lattner
2007-04-24
comentate
Chris Lattner
2007-04-24
add records for constant exprs
Chris Lattner
2007-04-23
add codes for constants table
Chris Lattner
2007-04-23
Fix a bug in bitstream writer handling abbrevs, add value symtab
Chris Lattner
2007-04-23
implement reading of abbrevs
Chris Lattner
2007-04-23
minor cleanups
Chris Lattner
2007-04-23
finish implementation of basic abbrev writing.
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 this to being a public header.
Chris Lattner
2007-04-22
Terminate with newline.
Reid Spencer
2007-04-22
Teach Visual Studio about Bitcode.
Jeff Cohen
2007-04-22
Define the content-independent interfaces to read/write bitcode files and
Chris Lattner