OLD | NEW |
| 1 2014-03-14: Version 3.25.10 |
| 2 |
| 3 MIPS: Remove uses of CanBeNegative() in HMod (issue 3204). |
| 4 |
| 5 MIPS: Remove uses of RangeCanInclude() in flooring division by power of |
| 6 2 (issue 3204). |
| 7 |
| 8 MIPS: Fix uses of range analysis results in HChange (issue 3204). |
| 9 |
| 10 Make translation of modulus operation '--stress-opt'-proof (Chromium |
| 11 issue 352059). |
| 12 |
| 13 Remove uses of CanBeNegative() in HMod (issue 3204). |
| 14 |
| 15 Remove uses of RangeCanInclude() in flooring division by power of 2 |
| 16 (issue 3204). |
| 17 |
| 18 Fix uses of range analysis results in HChange (issue 3204). |
| 19 |
| 20 Performance and stability improvements on all platforms. |
| 21 |
| 22 |
1 2014-03-13: Version 3.25.9 | 23 2014-03-13: Version 3.25.9 |
2 | 24 |
3 Reland "Enable Object.observe by default" again (issue 2409). | 25 Reland "Enable Object.observe by default" again (issue 2409). |
4 | 26 |
5 Use intrinsics for builtin ArrayBuffer property accesses (Chromium issue | 27 Use intrinsics for builtin ArrayBuffer property accesses (Chromium issue |
6 351787). | 28 351787). |
7 | 29 |
8 Performance and stability improvements on all platforms. | 30 Performance and stability improvements on all platforms. |
9 | 31 |
10 | 32 |
(...skipping 6853 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6864 setting break points in them. | 6886 setting break points in them. |
6865 | 6887 |
6866 | 6888 |
6867 2008-07-03: Version 0.1.0 | 6889 2008-07-03: Version 0.1.0 |
6868 | 6890 |
6869 Initial export. | 6891 Initial export. |
6870 | 6892 |
6871 # Local Variables: | 6893 # Local Variables: |
6872 # mode:text | 6894 # mode:text |
6873 # End: | 6895 # End: |
OLD | NEW |