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-11-01
Rewrote backpatcher. Backpatcher now stores the "has final pointer"
Ted Kremenek
2007-10-31
constified several pointer arguments for methods in the Deserializer.
Ted Kremenek
2007-10-31
Implemented deserialization of references. References are handled
Ted Kremenek
2007-10-31
Added Serializer::EmitRef to deal with emitting arbitrary references.
Ted Kremenek
2007-10-28
Updated backpatching logic during object deserialization to perform
Ted Kremenek
2007-10-26
Fixed bug where default SerializeTrait<>::Materialize would not return the ma...
Ted Kremenek
2007-10-26
Added default implementation of SerializeTrait<> that dispatches to
Ted Kremenek
2007-10-25
Updated backpatching during object deserialization to support "smart"
Ted Kremenek
2007-10-25
Added special treatment of serializing NULL pointers.
Ted Kremenek
2007-10-25
Created header file to include minimal forward references needed for
Ted Kremenek
2007-10-25
Implemented prototype serialization of pointers, including support
Ted Kremenek
2007-10-24
Split Serialization.h into separate headers: Serialize.h and
Ted Kremenek
2007-10-24
Silenced a VC++ warning.
Hartmut Kaiser
2007-10-23
Added "ReadEnum" and "WriteEnum" to serialization classes.
Ted Kremenek
2007-10-23
Added preliminary implementation of generic object serialization to bitcode.
Ted Kremenek
2007-10-08
Add explicit keywords.
Dan Gohman
2007-08-05
Fix minor doxygen nits.
Reid Spencer
2007-08-03
Long double, part 1 of N. Support in IR.
Dale Johannesen
2007-07-06
finishing touches of bytecode -> bitcode changes. also unbreak Windows
Gabor Greif
2007-07-06
eliminate residual cruft related to recognizing bytecode
Gabor Greif
2007-07-05
Here is the bulk of the sanitizing.
Gabor Greif
2007-05-08
update comments, no functionality change
Chris Lattner
2007-05-06
Move this here from Bytecode/Archive.h
Chris Lattner
2007-05-06
allow zero-length arrays
Chris Lattner
2007-05-06
we aren't at the end of stream until we've consumed all the bytes AND all
Chris Lattner
2007-05-06
Make code more 64-bit aware.
Jeff Cohen
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
[next]