llvm-6502/lib/Bitcode/Writer
2010-02-12 20:49:41 +00:00
..
BitcodeWriter.cpp Add support for a union type in LLVM IR. Patch by Talin! 2010-02-12 20:49:41 +00:00
BitcodeWriterPass.cpp
BitWriter.cpp
CMakeLists.txt Remove derelict serialization code. 2009-12-31 23:40:17 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
ValueEnumerator.cpp Function-local metadata whose operands had been optimized to no longer refer to function-local IR were not getting written by BitcodeWriter; solution is for these metadata to be enumerated just like global metadata. 2010-02-06 01:21:09 +00:00
ValueEnumerator.h Remove MetadataBase class because it is not adding significant value. 2010-01-22 22:52:10 +00:00