index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Bitcode
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added "Emitter" functor to allow easy emitting of elements of a container
Ted Kremenek
2007-12-05
1
-0
/
+11
*
Fixed subtle bug in Deserializer::JumpTo when jumping when the block-nesting
Ted Kremenek
2007-11-30
1
-2
/
+2
*
Fixed potential bug where CurWord is not zeroed out in JumpToBit.
Ted Kremenek
2007-11-30
1
-0
/
+1
*
Add explicit keywords.
Dan Gohman
2007-11-19
1
-1
/
+1
*
Reverted patch 44199:
Ted Kremenek
2007-11-17
2
-111
/
+45
*
Changed implementation of Serialize::EmitDiffPtrID and
Ted Kremenek
2007-11-17
2
-4
/
+5
*
Implemented optimization for BatchEmitOwnedPtrs that we only emit one complete
Ted Kremenek
2007-11-17
2
-46
/
+111
*
Fixed serious bug in BatchReadOwnedPtrs where in a chain of calls to
Ted Kremenek
2007-11-15
1
-5
/
+4
*
Added two new overloaded versions of BatchEmitOwnedPtrs and
Ted Kremenek
2007-11-14
2
-0
/
+40
*
Renamed serialization method "Materialize" to "Create". This is an API change.
Ted Kremenek
2007-11-13
2
-14
/
+15
*
Fixed bug with inconsistent serialization/deserialization in matching
Ted Kremenek
2007-11-13
2
-0
/
+48
*
Added versions of ReadPtr that takes an explicit SerializedPtrID. This allows
Ted Kremenek
2007-11-12
1
-3
/
+21
*
Fixed a bug introduced by my last patch. Now we properly clear out the Batch...
Ted Kremenek
2007-11-10
1
-0
/
+2
*
Fixed hack in BatchReadOwnedPtrs to no longer use the array of pointers passe...
Ted Kremenek
2007-11-10
1
-2
/
+4
*
Added "random access" to the Deserializer to allow a client to jump to any
Ted Kremenek
2007-11-10
1
-2
/
+37
*
Made Deserializer a friend class of BitstreamReader.
Ted Kremenek
2007-11-10
1
-5
/
+14
*
Updated Deserializer class to provide more information about the current
Ted Kremenek
2007-11-09
1
-4
/
+14
*
Added typedef "SerializedPtrID" to represent the pointer handle written to disk
Ted Kremenek
2007-11-08
3
-19
/
+46
*
Revised BatchEmitOwnedPtrs to work better with constant pointers.
Ted Kremenek
2007-11-08
1
-1
/
+1
*
Revised implementation of BatchReadOwnedPtrs() that deserializes an
Ted Kremenek
2007-11-08
1
-10
/
+13
*
Fixed bug where we did not properly serialize owned objects due to a missing
Ted Kremenek
2007-11-07
1
-1
/
+1
*
Added version of BatchEmitOwnedPtrs and BatchReadOwnedPtrs that emits/reads
Ted Kremenek
2007-11-07
2
-0
/
+21
*
Added methods to batch emit and deserialize owned pointers. This allows
Ted Kremenek
2007-11-07
2
-4
/
+67
*
Implemented serialization of signed integers.
Ted Kremenek
2007-11-07
3
-1
/
+10
*
Added special version of ReadPtr() that returns a deserialized pointer
Ted Kremenek
2007-11-07
1
-1
/
+4
*
Serializer no longer automatically emits a root-level block in the bitstream.
Ted Kremenek
2007-11-06
1
-2
/
+1
*
Augmented ReadPtr and ReadOwnedPtr to control whether or not a pointer is all...
Ted Kremenek
2007-11-06
1
-9
/
+12
*
Renamed "Flush()" to "FlushRecord()".
Ted Kremenek
2007-11-06
1
-1
/
+1
*
Added support for processing abbreviations in the Deserializer.
Ted Kremenek
2007-11-06
1
-1
/
+1
*
Added support in serializer and deserializer to create arbitrary blocks.
Ted Kremenek
2007-11-05
2
-1
/
+6
*
Added default creation of root-level block by bitstream serializer.
Ted Kremenek
2007-11-05
1
-1
/
+1
*
Fixed bug where tombstone key and empty key for DenseMap used for
Ted Kremenek
2007-11-05
2
-2
/
+4
*
Added overloaded version of Deserializer::ReadOwnedPtr which allows
Ted Kremenek
2007-11-02
1
-0
/
+5
*
Removed ReadVal from SerializeTrait<T>, and also removed it from
Ted Kremenek
2007-11-01
2
-8
/
+1
*
Rewrote backpatcher. Backpatcher now stores the "has final pointer"
Ted Kremenek
2007-11-01
1
-32
/
+48
*
constified several pointer arguments for methods in the Deserializer.
Ted Kremenek
2007-10-31
1
-2
/
+5
*
Implemented deserialization of references. References are handled
Ted Kremenek
2007-10-31
1
-5
/
+21
*
Added Serializer::EmitRef to deal with emitting arbitrary references.
Ted Kremenek
2007-10-31
1
-3
/
+6
*
Updated backpatching logic during object deserialization to perform
Ted Kremenek
2007-10-28
1
-19
/
+53
*
Fixed bug where default SerializeTrait<>::Materialize would not return the ma...
Ted Kremenek
2007-10-26
1
-1
/
+1
*
Added default implementation of SerializeTrait<> that dispatches to
Ted Kremenek
2007-10-26
2
-1
/
+25
*
Updated backpatching during object deserialization to support "smart"
Ted Kremenek
2007-10-25
1
-2
/
+6
*
Added special treatment of serializing NULL pointers.
Ted Kremenek
2007-10-25
2
-1
/
+5
*
Created header file to include minimal forward references needed for
Ted Kremenek
2007-10-25
2
-6
/
+29
*
Implemented prototype serialization of pointers, including support
Ted Kremenek
2007-10-25
3
-29
/
+75
*
Split Serialization.h into separate headers: Serialize.h and
Ted Kremenek
2007-10-24
3
-103
/
+137
*
Silenced a VC++ warning.
Hartmut Kaiser
2007-10-24
2
-2
/
+2
*
Added "ReadEnum" and "WriteEnum" to serialization classes.
Ted Kremenek
2007-10-23
1
-3
/
+16
*
Added preliminary implementation of generic object serialization to bitcode.
Ted Kremenek
2007-10-23
1
-0
/
+115
*
Add explicit keywords.
Dan Gohman
2007-10-08
3
-5
/
+5
[next]