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
/
LLVMBitCodes.h
Age
Commit message (
Expand
)
Author
2007-08-03
Long double, part 1 of N. Support in IR.
Dale Johannesen
2007-05-08
update comments, no functionality change
Chris Lattner
2007-05-06
add inline asm code
Chris Lattner
2007-05-06
add a denser encoding for null terminated strings, add a 6-bit abbrev as
Chris Lattner
2007-05-06
implement the 'string constant' optimization. This shrinks kc.bit from
Chris Lattner
2007-05-04
eliminate lengths from record bodies
Chris Lattner
2007-05-04
minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCK
Chris Lattner
2007-05-04
remove unused code
Chris Lattner
2007-05-04
add new codes
Chris Lattner
2007-05-03
add a new code
Chris Lattner
2007-05-02
update to reflect reality
Chris Lattner
2007-05-01
add missing opcode.
Chris Lattner
2007-04-29
add some helpers
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
promote this to being a public header.
Chris Lattner