Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Side by Side Diff: ChangeLog

Issue 196353020: Prepare push to trunk. Now working on version 3.25.13. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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:
OLDNEW
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698