This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
archived-llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked archived-llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2026-01-31 01:35:20 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
272d600454dfd2bbba8b98f3901dcb62bc86e1ea
archived-llvm-mirror
/
lib
/
Bitcode
/
Writer
History
Chris Lattner
fe54b2a495
allow partially materialized modules to be written out, which just strips out
...
the functions which haven't been read. llvm-svn: 36999
2007-05-11 23:51:59 +00:00
..
BitcodeWriter.cpp
allow partially materialized modules to be written out, which just strips out
2007-05-11 23:51:59 +00:00
BitcodeWriterPass.cpp
add a new CreateBitcodeWriterPass method, which creates a bitcode writer as
2007-05-06 02:30:12 +00:00
Makefile
Initial support for writing bitcode files. This currently only writes types,
2007-04-22 06:24:45 +00:00
ValueEnumerator.cpp
Fix a nasty problem where we would miss enumeration of some types. This fixes
2007-05-06 08:35:19 +00:00
ValueEnumerator.h
Fix a nasty problem where we would miss enumeration of some types. This fixes
2007-05-06 08:35:19 +00:00