index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Bitcode
/
Writer
/
Serialize.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove derelict serialization code.
Ted Kremenek
2009-12-31
1
-115
/
+0
*
Change errs() to dbgs().
David Greene
2009-12-24
1
-1
/
+1
*
remove some uses of llvm/Support/Streams.h
Chris Lattner
2009-08-23
1
-6
/
+3
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Added typedef "SerializedPtrID" to represent the pointer handle written to disk
Ted Kremenek
2007-11-08
1
-3
/
+13
*
Implemented serialization of signed integers.
Ted Kremenek
2007-11-07
1
-1
/
+16
*
Serializer no longer automatically emits a root-level block in the bitstream.
Ted Kremenek
2007-11-06
1
-6
/
+2
*
Renamed "Flush()" to "FlushRecord()".
Ted Kremenek
2007-11-06
1
-3
/
+3
*
Added support in serializer and deserializer to create arbitrary blocks.
Ted Kremenek
2007-11-05
1
-3
/
+19
*
Added Serializer::EmitRef to deal with emitting arbitrary references.
Ted Kremenek
2007-10-31
1
-1
/
+1
*
Added special treatment of serializing NULL pointers.
Ted Kremenek
2007-10-25
1
-1
/
+4
*
Implemented prototype serialization of pointers, including support
Ted Kremenek
2007-10-25
1
-1
/
+11
*
Split Serialization.h into separate headers: Serialize.h and
Ted Kremenek
2007-10-24
1
-7
/
+23
*
Added preliminary implementation of generic object serialization to bitcode.
Ted Kremenek
2007-10-23
1
-0
/
+52