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

Side by Side Diff: ChangeLog

Issue 873583006: Fix version and changelog. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@candidates
Patch Set: Created 5 years, 11 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
« 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 2015-01-23: Version 4.2.24 1 2015-01-23: Version 4.2.24
2 2
3 Performance and stability improvements on all platforms. 3 Performance and stability improvements on all platforms.
4 4
5 5
6 2014-11-10: Sentinel 6 2015-01-23: Version 4.2.23
7 7
8 The ChangeLog file is no longer maintained on bleeding_edge. This 8 [x86] Blacklist AVX for Windows versions before 6.1 (Windows 7) (issue
9 sentinel should stay on top of this list. 9 3846).
10
11 Performance and stability improvements on all platforms.
12
13
14 2015-01-23: Version 4.2.22
15
16 Fix run-time ARMv6 detection (issue 3844).
17
18 Support concatenating with zero-size arrays with DICTIONARY_ELEMENTS in
19 Runtime_ArrayConcat (Chromium issue 450895).
20
21 Performance and stability improvements on all platforms.
22
23
24 2015-01-22: Version 4.2.21
25
26 Performance and stability improvements on all platforms.
27
28
29 2015-01-22: Version 4.2.20
30
31 Add a pretty printer to improve the error message non-function calls
32 (Chromium issue 259443).
33
34 Remove implicit uint8_t to char cast in string replace (Chromium issue
35 446196).
36
37 Performance and stability improvements on all platforms.
38
39
40 2015-01-21: Version 4.2.19
41
42 Performance and stability improvements on all platforms.
43
44
45 2015-01-20: Version 4.2.18
46
47 Fix issue with __proto__ when using ES6 object literals (issue 3818).
48
49 Performance and stability improvements on all platforms.
50
51
52 2015-01-20: Version 4.2.17
53
54 Performance and stability improvements on all platforms.
55
56
57 2015-01-20: Version 4.2.16
58
59 Performance and stability improvements on all platforms.
60
61
62 2015-01-19: Version 4.2.15
63
64 Unobscurified OFStream (Chromium issue 448102).
65
66 Performance and stability improvements on all platforms.
67
68
69 2015-01-19: Version 4.2.14
70
71 Performance and stability improvements on all platforms.
72
73
74 2015-01-18: Version 4.2.13
75
76 Performance and stability improvements on all platforms.
77
78
79 2015-01-18: Version 4.2.12
80
81 Performance and stability improvements on all platforms.
82
83
84 2015-01-17: Version 4.2.11
85
86 Performance and stability improvements on all platforms.
87
88
89 2015-01-16: Version 4.2.10
90
91 Performance and stability improvements on all platforms.
92
93
94 2015-01-16: Version 4.2.9
95
96 MIPS: ES6 computed property names (issue 3754).
97
98 ES6 computed property names (issue 3754).
99
100 Performance and stability improvements on all platforms.
101
102
103 2015-01-15: Version 4.2.8
104
105 Performance and stability improvements on all platforms.
106
107
108 2015-01-15: Version 4.2.7
109
110 Performance and stability improvements on all platforms.
111
112
113 2015-01-15: Version 4.2.6
114
115 Performance and stability improvements on all platforms.
116
117
118 2015-01-15: Version 4.2.5
119
120 Performance and stability improvements on all platforms.
121
122
123 2015-01-14: Version 4.2.4
124
125 Auto-generate v8 version based on tags (Chromium issue 446166).
126
127 Remove support for signatures with arguments.
128
129 Add proper support for proxies to HType (Chromium issue 448730).
130
131 [turbofan] Fix truncation/representation sloppiness wrt. bool/bit (issue
132 3812).
133
134 Performance and stability improvements on all platforms.
135
136
137 2015-01-14: Version 4.2.3
138
139 Performance and stability improvements on all platforms.
140
141
142 2015-01-14: Version 4.2.2
143
144 Performance and stability improvements on all platforms.
145
146
147 2015-01-14: Version 4.2.1
148
149 Map -0 to integer 0 for typed array constructors (Chromium issue
150 447756).
151
152 Introduce a gyp variable to control whether or not slow dchecks are on.
153
154 Correctly setup the freelist of the coderange on Win64 (Chromium issue
155 447555).
156
157 Fast forward V8 to version 4.2.
158
159 Remove "extra checks".
160
161 Performance and stability improvements on all platforms.
162
163
164 2015-01-08: Version 3.32.7
165
166 Correctly parse line ends for debugging (issue 2825).
167
168 Fixed printing during DCE (issue 3679).
169
170 Performance and stability improvements on all platforms.
171
172
173 2015-01-08: Version 3.32.6
174
175 Performance and stability improvements on all platforms.
176
177
178 2015-01-08: Version 3.32.5
179
180 Correct handling of exceptions occured during getting of exception stack
181 trace (Chromium issue 444805).
182
183 Fix bug in Runtime_CompileOptimized resulting from stack overflow
184 (Chromium issue 446774).
185
186 Turn on job-based recompilation (issue 3608).
187
188 Performance and stability improvements on all platforms.
189
190
191 2015-01-07: Version 3.32.4
192
193 Performance and stability improvements on all platforms.
194
195
196 2015-01-07: Version 3.32.3
197
198 Performance and stability improvements on all platforms.
199
200
201 2015-01-07: Version 3.32.2
202
203 Performance and stability improvements on all platforms.
204
205
206 2015-01-07: Version 3.32.1
207
208 [turbofan] Don't crash when typing load from a Uint8ClampedArray
209 (Chromium issue 446156).
210
211 [turbofan] Truncation of Bit/Word8/16 to Word32 is a no-op (Chromium
212 issue 445859).
213
214 [x64] Rearrange code for OOB integer loads (Chromium issue 445858).
215
216 Fix %NeverOptimizeFunction() intrinsic (Chromium issue 445732).
217
218 [turbofan] Fix invalid bounds check with overflowing offset (Chromium
219 issue 445267).
220
221 [turbofan] Raise max virtual registers and call parameter limit (issue
222 3786).
223
224 Performance and stability improvements on all platforms.
225
226
227 2014-12-23: Version 3.31.74
228
229 [turbofan] Turn DCHECK for fixed slot index into a CHECK (Chromium issue
230 444681).
231
232 Performance and stability improvements on all platforms.
233
234
235 2014-12-23: Version 3.31.73
236
237 [turbofan] Fix missing ChangeUint32ToUint64 in lowering of LoadBuffer
238 (Chromium issue 444695).
239
240 Enable the embedder to specify what kind of context was disposed.
241
242 Performance and stability improvements on all platforms.
243
244
245 2014-12-22: Version 3.31.72
246
247 [turbofan] Correctify lowering of Uint8ClampedArray buffer access
248 (Chromium issue 444508).
249
250 Performance and stability improvements on all platforms.
251
252
253 2014-12-20: Version 3.31.71
254
255 Performance and stability improvements on all platforms.
256
257
258 2014-12-20: Version 3.31.70
259
260 Performance and stability improvements on all platforms.
261
262
263 2014-12-20: Version 3.31.69
264
265 Performance and stability improvements on all platforms.
266
267
268 2014-12-19: Version 3.31.68
269
270 [turbofan] Fix unsafe out-of-bounds check for checked loads/stores
271 (Chromium issue 443744).
272
273 Performance and stability improvements on all platforms.
274
275
276 2014-12-19: Version 3.31.67
277
278 Performance and stability improvements on all platforms.
279
280
281 2014-12-19: Version 3.31.66
282
283 Ship ES6 template literals (issue 3230).
284
285 Performance and stability improvements on all platforms.
286
287
288 2014-12-18: Version 3.31.65
289
290 ES6 template literals should not use legacy octal strings (issue 3736).
291
292 Performance and stability improvements on all platforms.
293
294
295 2014-12-18: Version 3.31.64
296
297 Fixed -fsanitize=float-cast-overflow problems (issue 3773).
298
299 Performance and stability improvements on all platforms.
300
301
302 2014-12-18: Version 3.31.63
303
304 ES6 computed property names (issue 3754).
305
306 Performance and stability improvements on all platforms.
307
308
309 2014-12-17: Version 3.31.62
310
311 Performance and stability improvements on all platforms.
312
313
314 2014-12-17: Version 3.31.61
315
316 ES6: Update unscopables to match spec (issue 3632).
317
318 ES6 computed property names (issue 3754).
319
320 More -fsanitize=vptr fixes (Chromium issue 441099).
321
322 [turbofan] Cache conversions inserted during typed lowering (issue
323 3763).
324
325 Performance and stability improvements on all platforms.
326
327
328 2014-12-16: Version 3.31.60
329
330 Performance and stability improvements on all platforms.
331
332
333 2014-12-16: Version 3.31.59
334
335 Performance and stability improvements on all platforms.
336
337
338 2014-12-16: Version 3.31.58
339
340 Ship ES6 classes (issue 3330).
341
342 ES6 computed property names (issue 3754).
343
344 Performance and stability improvements on all platforms.
345
346
347 2014-12-12: Version 3.31.57
348
349 Consistently use only one of virtual/OVERRIDE/FINAL (issue 3753).
350
351 Performance and stability improvements on all platforms.
352
353
354 2014-12-12: Version 3.31.56
355
356 Performance and stability improvements on all platforms.
357
358
359 2014-12-12: Version 3.31.55
360
361 Performance and stability improvements on all platforms.
362
363
364 2014-12-11: Version 3.31.54
365
366 Implement Array.from() (issue 3336).
367
368 move v8_use_external_startup_data to standalone.gypi (Chromium issue
369 421063).
370
371 Performance and stability improvements on all platforms.
372
373
374 2014-12-11: Version 3.31.53
375
376 Performance and stability improvements on all platforms.
377
378
379 2014-12-11: Version 3.31.52
380
381 Ship ES6 block scoping (issue 2198).
382
383 Optimize Object.seal and Object.preventExtensions (issue 3662, Chromium
384 issue 115960).
385
386 Add Array.prototype.includes (issue 3575).
387
388 Performance and stability improvements on all platforms.
389
390
391 2014-12-10: Version 3.31.51
392
393 [x64] Fix optimization for certain checked load/stores (Chromium issue
394 439743).
395
396 Performance and stability improvements on all platforms.
397
398
399 2014-12-09: Version 3.31.50
400
401 Temporarily restore make dependencies.
402
403 Performance and stability improvements on all platforms.
404
405
406 2014-12-09: Version 3.31.49
407
408 Performance and stability improvements on all platforms.
409
410
411 2014-12-09: Version 3.31.48
412
413 Performance and stability improvements on all platforms.
414
415
416 2014-12-09: Version 3.31.47
417
418 Temporarily restore make dependencies.
419
420 Performance and stability improvements on all platforms.
421
422
423 2014-12-08: Version 3.31.46
424
425 Performance and stability improvements on all platforms.
426
427
428 2014-12-08: Version 3.31.45
429
430 Update all DEPS to match chromium's DEPS at edb488e.
431
432 Turn on DCHECKs and other debugging code if dcheck_always_on is 1 (issue
433 3731).
434
435 Optimize GetPrototype.
436
437 Performance and stability improvements on all platforms.
438
439
440 2014-12-05: Version 3.31.44
441
442 Performance and stability improvements on all platforms.
443
444
445 2014-12-04: Version 3.31.43
446
447 ES6 template literals: Fix issue with template after rbrace (issue
448 3734).
449
450 Stage ES6 template literals (issue 3230).
451
452 Performance and stability improvements on all platforms.
453
454
455 2014-12-04: Version 3.31.42
456
457 Performance and stability improvements on all platforms.
458
459
460 2014-12-04: Version 3.31.41
461
462 Simplify template literal raw string creation (issue 3710).
463
464 Performance and stability improvements on all platforms.
465
466
467 2014-12-03: Version 3.31.40
468
469 Performance and stability improvements on all platforms.
470
471
472 2014-12-03: Version 3.31.39
473
474 Performance and stability improvements on all platforms.
475
476
477 2014-12-03: Version 3.31.38
478
479 Stage ES6 classes and object literal extensions (issue 3330).
480
481 Fixed environment handling for LFlooringDivI on ARM (Chromium issue
482 437765).
483
484 Add GetIdentityHash to v8::Name object API (Chromium issue 437416).
485
486 Set V8_CC_GNU or V8_CC_MSVC for clang in gcc / cl mode (Chromium issue
487 82385).
488
489 Performance and stability improvements on all platforms.
490
491
492 2014-12-02: Version 3.31.37
493
494 Performance and stability improvements on all platforms.
495
496
497 2014-12-02: Version 3.31.36
498
499 Set V8_CC_GNU or V8_CC_MSVC for clang in gcc / cl mode (Chromium issue
500 82385).
501
502 Performance and stability improvements on all platforms.
503
504
505 2014-12-02: Version 3.31.35
506
507 Performance and stability improvements on all platforms.
508
509
510 2014-12-01: Version 3.31.34
511
512 Performance and stability improvements on all platforms.
513
514
515 2014-12-01: Version 3.31.33
516
517 Performance and stability improvements on all platforms.
518
519
520 2014-12-01: Version 3.31.32
521
522 Performance and stability improvements on all platforms.
523
524
525 2014-12-01: Version 3.31.31
526
527 Performance and stability improvements on all platforms.
528
529
530 2014-11-29: Version 3.31.30
531
532 Performance and stability improvements on all platforms.
533
534
535 2014-11-28: Version 3.31.29
536
537 Stage @@toStringTag (--harmony-tostring).
538
539 Performance and stability improvements on all platforms.
540
541
542 2014-11-28: Version 3.31.28
543
544 Performance and stability improvements on all platforms.
545
546
547 2014-11-28: Version 3.31.27
548
549 Ship harmony-strings.
550
551 Performance and stability improvements on all platforms.
552
553
554 2014-11-28: Version 3.31.26
555
556 Abort optimization in corner case (Chromium issue 436893).
557
558 Performance and stability improvements on all platforms.
559
560
561 2014-11-26: Version 3.31.25
562
563 Stage ES6 block scoping (issue 2198).
564
565 Introduce legacy const slots in correct context (Chromium issue 410030).
566
567 Performance and stability improvements on all platforms.
568
569
570 2014-11-26: Version 3.31.24
571
572 Performance and stability improvements on all platforms.
573
574
575 2014-11-25: Version 3.31.23
576
577 Performance and stability improvements on all platforms.
578
579
580 2014-11-25: Version 3.31.22
581
582 Performance and stability improvements on all platforms.
583
584
585 2014-11-24: Version 3.31.21
586
587 Performance and stability improvements on all platforms.
588
589
590 2014-11-24: Version 3.31.20
591
592 Performance and stability improvements on all platforms.
593
594
595 2014-11-22: Version 3.31.19
596
597 Performance and stability improvements on all platforms.
598
599
600 2014-11-21: Version 3.31.18
601
602 Performance and stability improvements on all platforms.
603
604
605 2014-11-21: Version 3.31.17
606
607 Performance and stability improvements on all platforms.
608
609
610 2014-11-21: Version 3.31.16
611
612 Cache template literal callSiteObj (issue 3230).
613
614 Rename String.prototype.contains to 'includes'.
615
616 Reserve code range block for evacuation (Chromium issue 430118).
617
618 Performance and stability improvements on all platforms.
619
620
621 2014-11-20: Version 3.31.15
622
623 Rename String.prototype.contains to 'includes'.
624
625 Performance and stability improvements on all platforms.
626
627
628 2014-11-19: Version 3.31.14
629
630 Remove Weak{Map,Set}.prototype.clear.
631
632 Performance and stability improvements on all platforms.
633
634
635 2014-11-19: Version 3.31.13
636
637 Performance and stability improvements on all platforms.
638
639
640 2014-11-19: Version 3.31.12
641
642 Classes: Expand test to cover strict runtime behavior (issue 3330).
643
644 v8::String::Concat must not throw (Chromium issue 420240).
645
646 Fix disabling all break points from within the debug event callback
647 (Chromium issue 432493).
648
649 Performance and stability improvements on all platforms.
650
651
652 2014-11-18: Version 3.31.11
653
654 Performance and stability improvements on all platforms.
655
656
657 2014-11-17: Version 3.31.10
658
659 Performance and stability improvements on all platforms.
660
661
662 2014-11-17: Version 3.31.9
663
664 Expose internal properties of map/set iterators via mirrors.
665
666 Performance and stability improvements on all platforms.
667
668
669 2014-11-17: Version 3.31.8
670
671 Performance and stability improvements on all platforms.
672
673
674 2014-11-15: Version 3.31.7
675
676 Classes: Add support for stepping through default constructors (issue
677 3674).
678
679 Performance and stability improvements on all platforms.
680
681
682 2014-11-14: Version 3.31.6
683
684 Fix desugaring of let bindings in for loops to handle continue properly
685 (issue 3683).
686
687 Performance and stability improvements on all platforms.
688
689
690 2014-11-14: Version 3.31.5
691
692 Classes: Implement correct name binding (issue 3330).
693
694 Performance and stability improvements on all platforms.
695
696
697 2014-11-14: Version 3.31.4
698
699 Performance and stability improvements on all platforms.
700
701
702 2014-11-14: Version 3.31.3
703
704 Classes: Cleanup default constructor flag.
705
706 Soft fail for invalid cache data.
707
708 Implement .of() on typed arrays (issue 3578).
709
710 Performance and stability improvements on all platforms.
711
712
713 2014-11-13: Version 3.31.2
714
715 MIPS: Leaving a generator via an exception causes it to close (issue
716 3096).
717
718 MIPS: ES6: Add support for super in object literals (issue 3571).
719
720 Increase the target new space size to the max new space size (issue
721 3626).
722
723 Leaving a generator via an exception causes it to close (issue 3096).
724
725 Correctly compute line numbers in functions from the function
726 constructor (Chromium issue 109362).
727
728 Rename v8::Exception::GetMessage to CreateMessage.
729
730 Classes: Add support for arguments in default constructor (issue 3672).
731
732 ES6: Add support for super in object literals (issue 3571).
733
734 Performance and stability improvements on all platforms.
735
736
737 2014-11-12: Version 3.31.1
738
739 Fix has_constant_parameter_count() confusion in LReturn (Chromium issue
740 431602).
741
742 Performance and stability improvements on all platforms.
10 743
11 744
12 2014-11-05: Version 3.30.33 745 2014-11-05: Version 3.30.33
13 746
14 `1..isPrototypeOf.call(null)` should return false, not throw TypeError 747 `1..isPrototypeOf.call(null)` should return false, not throw TypeError
15 (issue 3483). 748 (issue 3483).
16 749
17 Refactor ObjectGetOwnPropertyKeys to accept bitmask rather than boolean 750 Refactor ObjectGetOwnPropertyKeys to accept bitmask rather than boolean
18 (issue 3549). 751 (issue 3549).
19 752
(...skipping 8611 matching lines...) Expand 10 before | Expand all | Expand 10 after
8631 setting break points in them. 9364 setting break points in them.
8632 9365
8633 9366
8634 2008-07-03: Version 0.1.0 9367 2008-07-03: Version 0.1.0
8635 9368
8636 Initial export. 9369 Initial export.
8637 9370
8638 # Local Variables: 9371 # Local Variables:
8639 # mode:text 9372 # mode:text
8640 # End: 9373 # 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