aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode/BitCodes.h
AgeCommit message (Expand)Author
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-10-08Add explicit keywords.Dan Gohman
2007-05-06Unbreak VC++.Jeff Cohen
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-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-23first part of implementation of abbrevs. The writer isn't fully there yet an...Chris Lattner
2007-04-22Define the content-independent interfaces to read/write bitcode files andChris Lattner