llvm-6502/tools
Reid Spencer f70d677501 1. Handle errors around the ModuleProvider. This is necessary since it is
reading bytecode.
2. The interpreter can delete the ModuleProvider and replace it with
   another so don't depend on it being around after the EE is created.
3. Don't just run llvm_shutdown on exit but actually delete the EE as well.
   This cleans up a vast amount of memory (but not all) that EE retained
   through exit.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34888 91177308-0d34-0410-b5e6-96231b3b80d8
2007-03-03 18:21:44 +00:00
..
bugpoint remove use of deprecated apis 2007-02-19 07:41:31 +00:00
gccas Align make log output with the rest of llvm. 2007-02-10 15:14:00 +00:00
gccld Align make log output with the rest of llvm. 2007-02-10 15:14:00 +00:00
llc The new version of how to add passes to emit files. We explicitly call a 2007-02-08 01:41:07 +00:00
lli 1. Handle errors around the ModuleProvider. This is necessary since it is 2007-03-03 18:21:44 +00:00
llvm2cpp Make output for ConstantInt construction correct for any bitwidth. 2007-03-01 20:55:43 +00:00
llvm-ar make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. 2006-12-06 01:18:01 +00:00
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 make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. 2006-12-06 01:18:01 +00:00
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 Add possibility to set memory limit for binaries run via libSystem. This 2007-02-16 19:11:07 +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 make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. 2006-12-06 01:18:01 +00:00
llvm-stub Incorporate the contents of include/llvm/Config/unistd.h as this is the 2004-12-20 04:34:36 +00:00
llvm-upgrade remove use of deprecated api 2007-02-19 07:34:02 +00:00
llvmc Add possibility to set memory limit for binaries run via libSystem. This 2007-02-16 19:11:07 +00:00
lto Add possibility to set memory limit for binaries run via libSystem. This 2007-02-16 19:11:07 +00:00
opt push bytecode decompressor out through APIs. Now the bytecode reader 2007-02-07 21:41:02 +00:00
Makefile Get the use of \ right. 2007-02-09 17:18:42 +00:00