This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
95fcefcb7ee2b34c7f872385a77052220e220d6d
clang-p2996
/
llvm
/
lib
/
Bytecode
/
Reader
History
Chris Lattner
95fcefcb7e
Wow, for some reason, when reading bytecode from stdin, we were only reading
...
4 bytes at a time. Change this to read blocks of 4k llvm-svn: 4265
2002-10-22 23:55:24 +00:00
..
ConstantReader.cpp
There is no way to guarantee that constants are not forward referenced.
2002-10-14 03:33:02 +00:00
InstructionReader.cpp
- Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to
2002-10-13 19:39:16 +00:00
Makefile
*** empty log message ***
2002-07-23 17:52:38 +00:00
Reader.cpp
Wow, for some reason, when reading bytecode from stdin, we were only reading
2002-10-22 23:55:24 +00:00
ReaderInternals.h
There is no way to guarantee that constants are not forward referenced.
2002-10-14 03:33:02 +00:00