aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bitcode/BitCodes.h
Commit message (Expand)AuthorAgeFilesLines
* Add explicit keywords.Dan Gohman2007-10-081-2/+2
* Unbreak VC++.Jeff Cohen2007-05-061-0/+2
* add a 6-bit encoding type for strings.Chris Lattner2007-05-051-3/+32
* Implement support for globally associating abbrevs with block IDs, whichChris Lattner2007-05-051-2/+3
* add support for array abbreviations.Chris Lattner2007-05-041-5/+17
* minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCKChris Lattner2007-05-041-4/+28
* refcount BitCodeAbbrev objectsChris Lattner2007-05-041-3/+9
* first part of implementation of abbrevs. The writer isn't fully there yet an...Chris Lattner2007-04-231-3/+62
* Define the content-independent interfaces to read/write bitcode files andChris Lattner2007-04-221-0/+46