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-05-06
Unbreak VC++.
Jeff Cohen
2007-05-06
add a new CreateBitcodeWriterPass method, which creates a bitcode writer as
Chris Lattner
2007-05-06
add inline asm code
Chris Lattner
2007-05-06
Fix a subtle bug that prevented round-tripping 470.lbm
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-05
fix a bug I introduced when I merged some code together
Chris Lattner
2007-05-05
minor bugfix
Chris Lattner
2007-05-05
add a 6-bit encoding type for strings.
Chris Lattner
2007-05-05
Implement support for globally associating abbrevs with block IDs, which
Chris Lattner
2007-05-04
use a template to eliminate manual code duplication
Chris Lattner
2007-05-04
add support for array abbreviations.
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
refcount BitCodeAbbrev objects
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
several bitfixes to JumpToBit
Chris Lattner
2007-05-01
add JumpToBit, an explicit init method, and a default ctor.
Chris Lattner
2007-05-01
add missing opcode.
Chris Lattner
2007-04-29
add some helpers
Chris Lattner
2007-04-29
compute this value correctly
Chris Lattner
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
[prev]