[llvm-commits] CVS: poolalloc/README

John Criswell criswell at cs.uiuc.edu
Tue Aug 12 14:47:02 PDT 2003


Changes in directory poolalloc:

README updated: 1.2 -> 1.3

---
Log message:

Added a note about how the poolalloc pass is now compiled into a shared object.
Added periods to the end of each change.



---
Diffs of the changes:

Index: poolalloc/README
diff -u poolalloc/README:1.2 poolalloc/README:1.3
--- poolalloc/README:1.2	Tue Aug 12 14:43:13 2003
+++ poolalloc/README	Tue Aug 12 14:46:14 2003
@@ -62,10 +62,13 @@
 ========
 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
+	- 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.
 





More information about the llvm-commits mailing list