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
..
2007-02-19 07:41:31 +00:00
2007-03-26 22:38:01 +00:00
2007-04-22 05:46:44 +00:00
2007-04-22 06:31:35 +00:00
2007-04-29 05:51:00 +00:00
2007-04-22 18:33:20 +00:00
2007-03-05 00:00:42 +00:00
2007-04-22 05:46:44 +00:00
2007-03-07 04:41:30 +00:00
2007-04-20 04:45:58 +00:00
2007-02-09 17:18:42 +00:00