1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/include/llvm/Bitcode
Chris Lattner 6d0c5eb739 add a denser encoding for null terminated strings, add a 6-bit abbrev as
well.  This shrinks kc++ from 2724088 to 2717360 bytes.

llvm-svn: 36821
2007-05-06 00:53:07 +00:00
..
BitCodes.h add a 6-bit encoding type for strings. 2007-05-05 01:15:42 +00:00
BitstreamReader.h minor bugfix 2007-05-05 07:20:34 +00:00
BitstreamWriter.h fix a bug I introduced when I merged some code together 2007-05-05 23:40:48 +00:00
LLVMBitCodes.h add a denser encoding for null terminated strings, add a 6-bit abbrev as 2007-05-06 00:53:07 +00:00
ReaderWriter.h Switch the bitcode reader interface to take a MemoryBuffer instead of knowing 2007-04-29 07:54:31 +00:00