llvm-6502/lib/Bitcode/Writer
Chris Lattner a9bb713130 Make a preemptive bitcode format change to support PR1146. This lets us do
pr1146 in llvm 2.1 without ugly code to emulate old behavior.  This should
be merged into the 2.0 release branch.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36928 91177308-0d34-0410-b5e6-96231b3b80d8
2007-05-08 05:38:01 +00:00
..
BitcodeWriter.cpp Make a preemptive bitcode format change to support PR1146. This lets us do 2007-05-08 05:38:01 +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