This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-04-16 22:50:01 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
include
/
llvm
/
Bitcode
History
Chris Lattner
34b256e1a6
implement the 'string constant' optimization. This shrinks kc.bit from
...
2878544 to 2815788 llvm-svn: 36818
2007-05-06 00:35:24 +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
implement the 'string constant' optimization. This shrinks kc.bit from
2007-05-06 00:35:24 +00:00
ReaderWriter.h
Switch the bitcode reader interface to take a MemoryBuffer instead of knowing
2007-04-29 07:54:31 +00:00