aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode
AgeCommit message (Expand)Author
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
2007-04-29add a methodChris Lattner
2007-04-29make this file self-containedChris Lattner
2007-04-29Switch the bitcode reader interface to take a MemoryBuffer instead of knowingChris Lattner
2007-04-26start defining codes for instructionsChris Lattner
2007-04-26add a new codeChris Lattner
2007-04-26add alias support to bitcodeChris Lattner
2007-04-24comentateChris Lattner
2007-04-24add records for constant exprsChris Lattner
2007-04-23add codes for constants tableChris Lattner
2007-04-23Fix a bug in bitstream writer handling abbrevs, add value symtabChris Lattner
2007-04-23implement reading of abbrevsChris Lattner
2007-04-23minor cleanupsChris Lattner
2007-04-23finish implementation of basic abbrev writing.Chris Lattner
2007-04-23first part of implementation of abbrevs. The writer isn't fully there yet an...Chris Lattner
2007-04-23promote this to being a public header.Chris Lattner