Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index 304e9138db6dccc3e1d858aee96ea0df97d086fe..fd1705caf87bb13c2fb30d2ba141e9394f2cb610 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,14 @@ |
+2013-10-22: Version 3.22.18 |
+ |
+ Add tool to visualize machine code/lithium. |
Michael Starzinger
2013/10/22 07:59:24
s/Add/Added/
|
+ |
+ Handle misaligned loads and stores in load elimination. Do not track |
+ misaligned loads and be conservative about invalidating misaligned |
+ stores. (issue 2934) |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2013-10-21: Version 3.22.17 |
Harmony: Implement Math.trunc and Math.sign. (issue 2938) |