aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode/BitstreamWriter.h
AgeCommit message (Expand)Author
2007-10-08Add explicit keywords.Dan Gohman
2007-05-06allow zero-length arraysChris Lattner
2007-05-06Unbreak VC++.Jeff Cohen
2007-05-05fix a bug I introduced when I merged some code togetherChris 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-04minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCKChris Lattner
2007-05-04refcount BitCodeAbbrev objectsChris Lattner
2007-04-23Fix a bug in bitstream writer handling abbrevs, add value symtabChris 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-22Teach Visual Studio about Bitcode.Jeff Cohen
2007-04-22Define the content-independent interfaces to read/write bitcode files andChris Lattner