changeset 2635:fd1f181911cc

Remove CACAO changes which only appear on the loop branch. 2013-05-22 Andrew John Hughes <gnu.andrew@member.fsf.org> * NEWS: Remove CACAO changes which only appear on the loop branch.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Wed, 22 May 2013 20:59:34 +0100
parents bf48618cb792
children 02bbff3d71ff
files ChangeLog NEWS
diffstat 2 files changed, 5 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed May 22 18:36:25 2013 +0100
+++ b/ChangeLog	Wed May 22 20:59:34 2013 +0100
@@ -1,3 +1,8 @@
+2013-05-22  Andrew John Hughes  <gnu.andrew@member.fsf.org>
+
+	* NEWS: Remove CACAO changes which only appear
+	on the loop branch.
+
 2013-05-22  Andrew John Hughes  <gnu.andrew@member.fsf.org>
 
 	* NEWS: Add latest release notes.
--- a/NEWS	Wed May 22 18:36:25 2013 +0100
+++ b/NEWS	Wed May 22 20:59:34 2013 +0100
@@ -690,18 +690,6 @@
   - arm: Thumb interworking should work on armv5
   - Fixed using typename declarations for clang
   - src/native/vm/openjdk/sun_misc_Perf.cpp: Implement high resolution timer.
-  - Loop analysis completed.
-  - Finding variable assignments between block and idom(block).
-  - fully redundant ABC removal
-  - finding counter variables
-  - more efficient version of Interval, Scalar and NumericInstruction.
-  - simple loop duplication
-  - loop duplication: nested loops
-  - loop duplication: non-negative increments
-  - loop duplication: decreasing index
-  - ABC grouping implemented, NullPointerException now thrown at correct position after loop duplication
-  - NullPointerException now thrown at the correct position after ABC grouping.
-  - IntervalMap improved.
   - CA166: make check-langtools failure: MineField.sh
   - CA167: intern strings in get_StackTraceElement
   - src/native/vm/openjdk/jvm.cpp: Recreate JVM_Available.