llvm-6502/include/llvm/Bitcode
Chris Lattner c453f76e2b Switch the bitcode reader interface to take a MemoryBuffer instead of knowing
anything about disk I/O itself.  This greatly simplifies its interface -
eliminating the need for the ReaderWrappers.cpp file.

This adds a new option to llvm-dis (-bitcode) which instructs it to read
the input file as bitcode.  Until/unless the bytecode reader is taught to
read from MemoryBuffer, there is no way to handle stdin reading without it.

I don't plan to switch the bytecode reader over, I'd rather delete it :),
so the option will stay around temporarily.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36554 91177308-0d34-0410-b5e6-96231b3b80d8
2007-04-29 07:54:31 +00:00
..
BitCodes.h first part of implementation of abbrevs. The writer isn't fully there yet and the 2007-04-23 16:04:05 +00:00
BitstreamReader.h implement reading of abbrevs 2007-04-23 18:57:58 +00:00
BitstreamWriter.h Fix a bug in bitstream writer handling abbrevs, add value symtab 2007-04-23 20:34:46 +00:00
LLVMBitCodes.h start defining codes for instructions 2007-04-26 05:53:04 +00:00
ReaderWriter.h Switch the bitcode reader interface to take a MemoryBuffer instead of knowing 2007-04-29 07:54:31 +00:00