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
69ce8674b5edeb6a1c8290cb7eefcd44ab28f3a2
clang-p2996
/
llvm
/
lib
/
Bytecode
/
Reader
History
Chris Lattner
69ce8674b5
- Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to
...
reflect the fact that it's a range being defined. llvm-svn: 4147
2002-10-13 19:39:16 +00:00
..
ConstantReader.cpp
Fix bug: test/Regression/Assembler/2002-08-19-BytecodeReader.llx
2002-08-19 16:48:21 +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
Changed uchar to unsigned char in function ParseBytecodeBuffer, because seemingly it affects opt in uncertain ways :)
2002-09-20 20:57:54 +00:00
ReaderInternals.h
Emit an obnoxious warning message for bytecode that includes load/store
2002-08-21 22:55:27 +00:00