[llvm-commits] CVS: llvm-poolalloc/README
Chris Lattner
lattner at cs.uiuc.edu
Thu Mar 10 10:57:02 PST 2005
Changes in directory llvm-poolalloc:
README updated: 1.3 -> 1.4
---
Log message:
update this.
---
Diffs of the changes: (+0 -14)
README | 14 --------------
1 files changed, 14 deletions(-)
Index: llvm-poolalloc/README
diff -u llvm-poolalloc/README:1.3 llvm-poolalloc/README:1.4
--- llvm-poolalloc/README:1.3 Tue Aug 12 14:46:14 2003
+++ llvm-poolalloc/README Thu Mar 10 12:56:46 2005
@@ -58,20 +58,6 @@
This will generate a bytecode file that can be executed.
-CHANGES:
-========
-This pre-release has the following changes:
-
- - Pool Allocator Optimization pass is now separate from LLVM and
- compiled into a shared object. The LLVM utilities do not need to be
- recompiled when the pool allocator code is changed.
- - 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:
=====
Please see our website for information on how to report bugs
More information about the llvm-commits
mailing list