aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bitcode/BitstreamWriter.h
Commit message (Expand)AuthorAgeFilesLines
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Add explicit keywords.Dan Gohman2007-10-081-1/+1
* allow zero-length arraysChris Lattner2007-05-061-1/+1
* Unbreak VC++.Jeff Cohen2007-05-061-2/+2
* fix a bug I introduced when I merged some code togetherChris Lattner2007-05-051-1/+1
* add a 6-bit encoding type for strings.Chris Lattner2007-05-051-0/+3
* Implement support for globally associating abbrevs with block IDs, whichChris Lattner2007-05-051-9/+109
* use a template to eliminate manual code duplicationChris Lattner2007-05-041-47/+2
* add support for array abbreviations.Chris Lattner2007-05-041-37/+49
* minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCKChris Lattner2007-05-041-3/+3
* refcount BitCodeAbbrev objectsChris Lattner2007-05-041-1/+1
* Fix a bug in bitstream writer handling abbrevs, add value symtabChris Lattner2007-04-231-5/+6
* minor cleanupsChris Lattner2007-04-231-3/+5
* finish implementation of basic abbrev writing.Chris Lattner2007-04-231-4/+69
* first part of implementation of abbrevs. The writer isn't fully there yet an...Chris Lattner2007-04-231-7/+47
* Teach Visual Studio about Bitcode.Jeff Cohen2007-04-221-1/+2
* Define the content-independent interfaces to read/write bitcode files andChris Lattner2007-04-221-0/+219