llvm-6502/tools
Chris Lattner f2e292ce58 push bytecode decompressor out through APIs. Now the bytecode reader
api's look like this:

ModuleProvider *getBytecodeModuleProvider(
  const std::string &Filename,  ///< Name of file to be read
  BCDecompressor_t *BCDC = Compressor::decompressToNewBuffer,
  std::string* ErrMsg = 0,      ///< Optional error message holder
  BytecodeHandler* H = 0        ///< Optional handler for reader events
);

This is ugly, but allows a client to say:

  getBytecodeModuleProvider("foo", 0);

If they do this, there is no dependency on the compression libraries, saving
codesize.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34012 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-07 21:41:02 +00:00
..
bugpoint push bytecode decompressor out through APIs. Now the bytecode reader 2007-02-07 21:41:02 +00:00
gccas Make sure the gccas script is executable. 2007-02-04 00:23:51 +00:00
gccld For PR411: 2007-02-05 20:47:22 +00:00
llc push bytecode decompressor out through APIs. Now the bytecode reader 2007-02-07 21:41:02 +00:00
lli push bytecode decompressor out through APIs. Now the bytecode reader 2007-02-07 21:41:02 +00:00
llvm2cpp push bytecode decompressor out through APIs. Now the bytecode reader 2007-02-07 21:41:02 +00:00
llvm-ar
llvm-as default to emiting an uncompressed .bc file 2007-01-21 06:34:18 +00:00
llvm-bcanalyzer push bytecode decompressor out through APIs. Now the bytecode reader 2007-02-07 21:41:02 +00:00
llvm-config Fix grammaro in output message. 2007-02-04 22:08:16 +00:00
llvm-db
llvm-dis push bytecode decompressor out through APIs. Now the bytecode reader 2007-02-07 21:41:02 +00:00
llvm-extract push bytecode decompressor out through APIs. Now the bytecode reader 2007-02-07 21:41:02 +00:00
llvm-ld For PR411: 2007-02-05 20:47:22 +00:00
llvm-link push bytecode decompressor out through APIs. Now the bytecode reader 2007-02-07 21:41:02 +00:00
llvm-nm push bytecode decompressor out through APIs. Now the bytecode reader 2007-02-07 21:41:02 +00:00
llvm-prof push bytecode decompressor out through APIs. Now the bytecode reader 2007-02-07 21:41:02 +00:00
llvm-ranlib
llvm-stub
llvm-upgrade For PR411: 2007-02-05 21:19:13 +00:00
llvmc push bytecode decompressor out through APIs. Now the bytecode reader 2007-02-07 21:41:02 +00:00
lto For PR411: 2007-02-05 20:47:22 +00:00
opt push bytecode decompressor out through APIs. Now the bytecode reader 2007-02-07 21:41:02 +00:00
Makefile Build libLLVMlto on non-Darwin architectures. Resolves PR1055: http://llvm.org/PR1055 2007-01-08 06:25:29 +00:00