OLD | NEW |
| 1 2014-03-14: Version 3.25.12 |
| 2 |
| 3 PromiseCoerce should deal with an error during accessing "then" |
| 4 (Chromium issue 347095). |
| 5 |
| 6 Propagate updated offsets in BoundsCheckBbData (Chromium issue 350863). |
| 7 |
| 8 Add regression test for range analysis bug (issue 3204). |
| 9 |
| 10 Continued fix for 351257. Reusing the feedback vector is too complex |
| 11 (Chromium issue 351257). |
| 12 |
| 13 StopCpuProfiling should return non-const CpuProfile (issue 3213). |
| 14 |
| 15 Allow for compiling with xcode 5.1 (which doesn't have gcc anymore). |
| 16 |
| 17 Performance and stability improvements on all platforms. |
| 18 |
| 19 |
1 2014-03-14: Version 3.25.11 | 20 2014-03-14: Version 3.25.11 |
2 | 21 |
3 MIPS: Remove uses of CanBeNegative() in HMod (issue 3204). | 22 MIPS: Remove uses of CanBeNegative() in HMod (issue 3204). |
4 | 23 |
5 MIPS: Remove uses of RangeCanInclude() in flooring division by power of | 24 MIPS: Remove uses of RangeCanInclude() in flooring division by power of |
6 2 (issue 3204). | 25 2 (issue 3204). |
7 | 26 |
8 MIPS: Fix uses of range analysis results in HChange (issue 3204). | 27 MIPS: Fix uses of range analysis results in HChange (issue 3204). |
9 | 28 |
10 Make translation of modulus operation '--stress-opt'-proof (Chromium | 29 Make translation of modulus operation '--stress-opt'-proof (Chromium |
(...skipping 6897 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6908 setting break points in them. | 6927 setting break points in them. |
6909 | 6928 |
6910 | 6929 |
6911 2008-07-03: Version 0.1.0 | 6930 2008-07-03: Version 0.1.0 |
6912 | 6931 |
6913 Initial export. | 6932 Initial export. |
6914 | 6933 |
6915 # Local Variables: | 6934 # Local Variables: |
6916 # mode:text | 6935 # mode:text |
6917 # End: | 6936 # End: |
OLD | NEW |