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-13
Fixed bug with inconsistent serialization/deserialization in matching
Ted Kremenek
2007-11-12
Added versions of ReadPtr that takes an explicit SerializedPtrID. This allows
Ted Kremenek
2007-11-10
Fixed a bug introduced by my last patch. Now we properly clear out the Batch...
Ted Kremenek
2007-11-10
Fixed hack in BatchReadOwnedPtrs to no longer use the array of pointers passe...
Ted Kremenek
2007-11-10
Added "random access" to the Deserializer to allow a client to jump to any
Ted Kremenek
2007-11-10
Made Deserializer a friend class of BitstreamReader.
Ted Kremenek
2007-11-09
Updated Deserializer class to provide more information about the current
Ted Kremenek
2007-11-08
Added typedef "SerializedPtrID" to represent the pointer handle written to disk
Ted Kremenek
2007-11-08
Revised BatchEmitOwnedPtrs to work better with constant pointers.
Ted Kremenek
2007-11-08
Revised implementation of BatchReadOwnedPtrs() that deserializes an
Ted Kremenek
2007-11-07
Fixed bug where we did not properly serialize owned objects due to a missing
Ted Kremenek
2007-11-07
Added version of BatchEmitOwnedPtrs and BatchReadOwnedPtrs that emits/reads
Ted Kremenek
2007-11-07
Added methods to batch emit and deserialize owned pointers. This allows
Ted Kremenek
2007-11-07
Implemented serialization of signed integers.
Ted Kremenek
2007-11-07
Added special version of ReadPtr() that returns a deserialized pointer
Ted Kremenek
2007-11-06
Serializer no longer automatically emits a root-level block in the bitstream.
Ted Kremenek
2007-11-06
Augmented ReadPtr and ReadOwnedPtr to control whether or not a pointer is all...
Ted Kremenek
2007-11-06
Renamed "Flush()" to "FlushRecord()".
Ted Kremenek
2007-11-06
Added support for processing abbreviations in the Deserializer.
Ted Kremenek
2007-11-05
Added support in serializer and deserializer to create arbitrary blocks.
Ted Kremenek
2007-11-05
Added default creation of root-level block by bitstream serializer.
Ted Kremenek
2007-11-05
Fixed bug where tombstone key and empty key for DenseMap used for
Ted Kremenek
2007-11-02
Added overloaded version of Deserializer::ReadOwnedPtr which allows
Ted Kremenek
2007-11-01
Removed ReadVal from SerializeTrait<T>, and also removed it from
Ted Kremenek
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
[prev]
[next]