[llvm-commits] CVS: poolalloc/README
John Criswell
criswell at cs.uiuc.edu
Tue Aug 12 14:44:01 PDT 2003
Changes in directory poolalloc:
README updated: 1.1 -> 1.2
---
Log message:
Added a list of changes from the previous release.
---
Diffs of the changes:
Index: poolalloc/README
diff -u poolalloc/README:1.1 poolalloc/README:1.2
--- poolalloc/README:1.1 Tue Aug 12 10:59:36 2003
+++ poolalloc/README Tue Aug 12 14:43:13 2003
@@ -38,7 +38,6 @@
USING THE POOL ALLOCATOR:
=========================
-
To use the Automatic Pool Allocator optimization pass, you will need to
explicitly load it into the opt program:
@@ -58,6 +57,17 @@
...where llvmgcc is an alias to the GCC C front end.
This will generate a bytecode file that can be executed.
+
+CHANGES:
+========
+This pre-release has the following changes:
+
+ - Correctly handles indirect calls
+ - Correctly handles globals
+ - Accepts partially pool allocatable programs
+ - Fixed a large number of bugs
+ - Tested on a number of benchmarks including Olden, Ptrdist, and a few
+ SPEC codes.
BUGS:
=====
More information about the llvm-commits
mailing list