Changes in directory llvm/tools/llvm-extract:
llvm-extract.cpp updated: 1.39 -> 1.40
---
Log message:
use the new MemoryBuffer interfaces to simplify error reporting in clients.
---
Diffs of the changes: (+1 -2)
llvm-extract.cpp |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Changes in directory llvm/tools/llvm-extract:
llvm-extract.cpp updated: 1.36 -> 1.37
---
Log message:
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 r
Changes in directory llvm/tools/llvm-extract:
llvm-extract.cpp updated: 1.35 -> 1.36
---
Log message:
For PR411: http://llvm.org/PR411 :
Change getNamedFunction -> getFunction
Make llvm-extract run the StripDeadPrototypes pass.
---
Diffs of the changes: (+2 -1)
llvm-extract.cpp |3 ++-
Changes in directory llvm/tools/llvm-extract:
llvm-extract.cpp updated: 1.34 -> 1.35
---
Log message:
For PR411: http://llvm.org/PR411 :
This patch replaces the SymbolTable class with ValueSymbolTable which does
not support types planes. This means that all symbol names in LLVM must now
be uniq
Changes in directory llvm/tools/llvm-extract:
llvm-extract.cpp updated: 1.33 -> 1.34
---
Log message:
Propagate changes from my local tree. This patch includes:
1. New parameter attribute called 'inreg'. It has meaning "place this
parameter in registers, if possible". This is some generalizati
Changes in directory llvm/tools/llvm-extract:
llvm-extract.cpp updated: 1.32 -> 1.33
---
Log message:
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
now cerr, cout, and NullStream resp.
---
Diffs of the changes: (+9 -9)
llvm-extract.cpp | 18 +---
Changes in directory llvm/tools/llvm-extract:
llvm-extract.cpp updated: 1.31 -> 1.32
---
Log message:
make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.
With this change, I can now move -stats to print when llvm_shutdown is called.
---
Diffs of the changes: (+2 -0
Changes in directory llvm/tools/llvm-extract:
llvm-extract.cpp updated: 1.30 -> 1.31
---
Log message:
Replacing std::iostreams with llvm iostreams. Some of these changes involve
adding a temporary wrapper around the ostream to make it friendly to
functions expecting an LLVM stream. This should
Changes in directory llvm/tools/llvm-extract:
llvm-extract.cpp updated: 1.29 -> 1.30
---
Log message:
Don't pass target name into TargetData anymore, it is never used or needed.
---
Diffs of the changes: (+1 -1)
llvm-extract.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)