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
2008-03-25
Make a note of the fact that EmitOwnedPtr() has nothing to do with the
Sam Bishop
2008-03-02
Add an unwind_to field to basic blocks, making them Users instead of Values.
Nick Lewycky
2008-02-22
Read and write getresult.
Devang Patel
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-18
Added some sectioning comments to Serialize.h.
Ted Kremenek
2007-12-17
Modified Deserializer::ReadCStr to allow C-strings to be read into a
Ted Kremenek
2007-12-12
Implement part of review feedback for address spaces.
Christopher Lamb
2007-12-11
Implement address space attribute for LLVM pointer types. Address spaces are
Christopher Lamb
2007-12-10
Adding a collector name attribute to Function in the IR. These
Gordon Henriksen
2007-12-05
Added "Emitter" functor to allow easy emitting of elements of a container
Ted Kremenek
2007-11-30
Fixed subtle bug in Deserializer::JumpTo when jumping when the block-nesting
Ted Kremenek
2007-11-30
Fixed potential bug where CurWord is not zeroed out in JumpToBit.
Ted Kremenek
2007-11-19
Add explicit keywords.
Dan Gohman
2007-11-17
Reverted patch 44199:
Ted Kremenek
2007-11-17
Changed implementation of Serialize::EmitDiffPtrID and
Ted Kremenek
2007-11-17
Implemented optimization for BatchEmitOwnedPtrs that we only emit one complete
Ted Kremenek
2007-11-15
Fixed serious bug in BatchReadOwnedPtrs where in a chain of calls to
Ted Kremenek
2007-11-14
Added two new overloaded versions of BatchEmitOwnedPtrs and
Ted Kremenek
2007-11-13
Renamed serialization method "Materialize" to "Create". This is an API change.
Ted Kremenek
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
[next]