aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode
AgeCommit message (Expand)Author
2007-11-01Rewrote backpatcher. Backpatcher now stores the "has final pointer"Ted Kremenek
2007-10-31constified several pointer arguments for methods in the Deserializer.Ted Kremenek
2007-10-31Implemented deserialization of references. References are handledTed Kremenek
2007-10-31Added Serializer::EmitRef to deal with emitting arbitrary references.Ted Kremenek
2007-10-28Updated backpatching logic during object deserialization to performTed Kremenek
2007-10-26Fixed bug where default SerializeTrait<>::Materialize would not return the ma...Ted Kremenek
2007-10-26Added default implementation of SerializeTrait<> that dispatches toTed Kremenek
2007-10-25Updated backpatching during object deserialization to support "smart"Ted Kremenek
2007-10-25Added special treatment of serializing NULL pointers.Ted Kremenek
2007-10-25Created header file to include minimal forward references needed forTed Kremenek
2007-10-25Implemented prototype serialization of pointers, including supportTed Kremenek
2007-10-24Split Serialization.h into separate headers: Serialize.h andTed Kremenek
2007-10-24Silenced a VC++ warning.Hartmut Kaiser
2007-10-23Added "ReadEnum" and "WriteEnum" to serialization classes.Ted Kremenek
2007-10-23Added preliminary implementation of generic object serialization to bitcode.Ted Kremenek
2007-10-08Add explicit keywords.Dan Gohman
2007-08-05Fix minor doxygen nits.Reid Spencer
2007-08-03Long double, part 1 of N. Support in IR.Dale Johannesen
2007-07-06finishing touches of bytecode -> bitcode changes. also unbreak WindowsGabor Greif
2007-07-06eliminate residual cruft related to recognizing bytecodeGabor Greif
2007-07-05Here is the bulk of the sanitizing.Gabor Greif
2007-05-08update comments, no functionality changeChris Lattner
2007-05-06Move this here from Bytecode/Archive.hChris Lattner
2007-05-06allow zero-length arraysChris Lattner
2007-05-06we aren't at the end of stream until we've consumed all the bytes AND allChris Lattner
2007-05-06Make code more 64-bit aware.Jeff Cohen
2007-05-06Unbreak VC++.Jeff Cohen
2007-05-06add a new CreateBitcodeWriterPass method, which creates a bitcode writer asChris Lattner
2007-05-06add inline asm codeChris Lattner
2007-05-06Fix a subtle bug that prevented round-tripping 470.lbmChris Lattner
2007-05-06add a denser encoding for null terminated strings, add a 6-bit abbrev asChris Lattner
2007-05-06implement the 'string constant' optimization. This shrinks kc.bit fromChris Lattner
2007-05-05fix a bug I introduced when I merged some code togetherChris Lattner
2007-05-05minor bugfixChris Lattner
2007-05-05add a 6-bit encoding type for strings.Chris Lattner
2007-05-05Implement support for globally associating abbrevs with block IDs, whichChris Lattner
2007-05-04use a template to eliminate manual code duplicationChris Lattner
2007-05-04add support for array abbreviations.Chris Lattner
2007-05-04eliminate lengths from record bodiesChris Lattner
2007-05-04minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCKChris Lattner
2007-05-04refcount BitCodeAbbrev objectsChris Lattner
2007-05-04remove unused codeChris Lattner
2007-05-04add new codesChris Lattner
2007-05-03add a new codeChris Lattner
2007-05-02update to reflect realityChris Lattner
2007-05-01several bitfixes to JumpToBitChris Lattner
2007-05-01add JumpToBit, an explicit init method, and a default ctor.Chris Lattner
2007-05-01add missing opcode.Chris Lattner
2007-04-29add some helpersChris Lattner
2007-04-29compute this value correctlyChris Lattner