Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index a900142c51053c346449f383c73c86a33ec2497b..41e2c27ae445a3082ec7b82a4f56f8a7b1d584e4 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,40 @@ |
+2013-10-31: Version 3.22.24 |
+ |
+ [Sheriff] Mark failing test for nacl port. |
Jakob Kummerow
2013/10/31 13:27:21
drop this
|
+ (issue 2978) |
+ (machenbach@chromium.org) |
+ |
+ [Sheriff] Mark flaky test. |
Jakob Kummerow
2013/10/31 13:27:21
drop this
|
+ (issue 2921) |
+ (machenbach@chromium.org) |
+ |
+ Avoid pre-aging when debugger is active |
Jakob Kummerow
2013/10/31 13:27:21
drop this
|
+ (Chromium issue None) |
+ (jkummerow@chromium.org) |
+ |
+ Fix uint32-to-smi conversion in Lithium |
+ (Chromium issue 309623) |
+ (jkummerow@chromium.org) |
Jakob Kummerow
2013/10/31 13:27:21
drop all CL authors
|
+ |
+ Add no-variants option to test runner. |
Jakob Kummerow
2013/10/31 13:27:21
drop this
|
+ (machenbach@chromium.org) |
+ |
+ Do not remove HAdd with zero if the other operand is a double. |
Jakob Kummerow
2013/10/31 13:27:21
drop this
|
+ (yangguo@chromium.org) |
+ |
+ ia32: Fix comparisons of two constant double operands when exactly one |
Jakob Kummerow
2013/10/31 13:27:21
drop this
|
+ of them is in new space. |
+ (jkummerow@chromium.org) |
+ |
+ Temporarily allow HistogramTimerScopes to be nested |
Jakob Kummerow
2013/10/31 13:27:21
drop this
|
+ (jkummerow@chromium.org) |
+ |
+ Function ElementsAreSafeToExamine was undefined in release heap verify. |
Jakob Kummerow
2013/10/31 13:27:21
drop this
|
+ (mvstanton@chromium.org) |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2013-10-28: Version 3.22.23 |
Renamed deprecated __attribute__((no_address_safety_analysis)) to |