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

Side by Side Diff: ChangeLog

Issue 199413005: Prepare push to trunk. Now working on version 3.25.12. (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.11
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-14: Version 3.25.10 23 2014-03-14: Version 3.25.10
2 24
3 MIPS: Remove uses of CanBeNegative() in HMod (issue 3204). 25 MIPS: Remove uses of CanBeNegative() in HMod (issue 3204).
4 26
5 MIPS: Remove uses of RangeCanInclude() in flooring division by power of 27 MIPS: Remove uses of RangeCanInclude() in flooring division by power of
6 2 (issue 3204). 28 2 (issue 3204).
7 29
8 MIPS: Fix uses of range analysis results in HChange (issue 3204). 30 MIPS: Fix uses of range analysis results in HChange (issue 3204).
9 31
10 Make translation of modulus operation '--stress-opt'-proof (Chromium 32 Make translation of modulus operation '--stress-opt'-proof (Chromium
(...skipping 6875 matching lines...) Expand 10 before | Expand all | Expand 10 after
6886 setting break points in them. 6908 setting break points in them.
6887 6909
6888 6910
6889 2008-07-03: Version 0.1.0 6911 2008-07-03: Version 0.1.0
6890 6912
6891 Initial export. 6913 Initial export.
6892 6914
6893 # Local Variables: 6915 # Local Variables:
6894 # mode:text 6916 # mode:text
6895 # End: 6917 # 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