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
daebd7508d5dfc42b144cf044f9869f9db753923
clang-p2996
/
llvm
/
lib
/
Bytecode
/
Writer
History
Chris Lattner
b5498aba50
Fixed a LONG standing, SCARY problem with bytecode encoding. It turns out to be an endian problem that only shows up with type 0 instructions in LARGE programs.
...
llvm-svn: 961
2001-10-23 03:21:10 +00:00
..
ConstantWriter.cpp
Allow unresolved/opaque types to be read and written to bytecode files
2001-10-23 01:53:22 +00:00
InstructionWriter.cpp
Fixed a LONG standing, SCARY problem with bytecode encoding. It turns out to be an endian problem that only shows up with type 0 instructions in LARGE programs.
2001-10-23 03:21:10 +00:00
Makefile
Initial revision
2001-06-06 20:29:01 +00:00
Writer.cpp
Dang, we were losing the Constant bit on globals. Fix this
2001-10-18 06:11:23 +00:00
WriterInternals.h
* Emit bytecode using a deque instead of a vector to be faster
2001-09-07 16:39:41 +00:00