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-11 04:01:01 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Bytecode
/
Writer
History
Chris Lattner
0553612e11
Allow unresolved/opaque types to be read and written to bytecode files
...
llvm-svn: 959
2001-10-23 01:53:22 +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
Fix problem with a cast instruction that must be expanded to type 0
2001-10-21 00:14:44 +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