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

Side by Side Diff: ChangeLog

Issue 1207693004: [android] Migrate more configs to gyp. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Delete mips_arch_variant Created 5 years, 6 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 | Makefile.android » ('j') | Makefile.android » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2015-05-17: Sentinel 1 2015-06-25: Version 4.5.79
2 2
3 The ChangeLog file is no longer maintained on bleeding_edge. This 3 Performance and stability improvements on all platforms.
4 sentinel should stay on top of this list. 4
5 5
6 2015-06-25: Version 4.5.78
7
8 Serializer: clear next link in weak cells (Chromium issue 503552).
9
10 Performance and stability improvements on all platforms.
11
12
13 2015-06-24: Version 4.5.77
14
15 Performance and stability improvements on all platforms.
16
17
18 2015-06-24: Version 4.5.76
19
20 Performance and stability improvements on all platforms.
21
22
23 2015-06-24: Version 4.5.75
24
25 Date() should not depend on Date.prototype.toString (issue 4225).
26
27 Performance and stability improvements on all platforms.
28
29
30 2015-06-23: Version 4.5.74
31
32 Expose Map/Set methods through the API (issue 3340).
33
34 [turbofan] NaN is never truish (issue 4207).
35
36 Performance and stability improvements on all platforms.
37
38
39 2015-06-23: Version 4.5.73
40
41 Re-ship Harmony Array/TypedArray methods (issue 3578).
42
43 Performance and stability improvements on all platforms.
44
45
46 2015-06-23: Version 4.5.72
47
48 Performance and stability improvements on all platforms.
49
50
51 2015-06-23: Version 4.5.71
52
53 Performance and stability improvements on all platforms.
54
55
56 2015-06-20: Version 4.5.70
57
58 Ship Harmony Array/TypedArray methods (issue 3578).
59
60 Performance and stability improvements on all platforms.
61
62
63 2015-06-20: Version 4.5.69
64
65 Ship arrow functions (issue 2700).
66
67 Performance and stability improvements on all platforms.
68
69
70 2015-06-19: Version 4.5.68
71
72 Performance and stability improvements on all platforms.
73
74
75 2015-06-19: Version 4.5.67
76
77 Performance and stability improvements on all platforms.
78
79
80 2015-06-19: Version 4.5.66
81
82 Ship arrow functions (issue 2700).
83
84 Performance and stability improvements on all platforms.
85
86
87 2015-06-18: Version 4.5.65
88
89 Performance and stability improvements on all platforms.
90
91
92 2015-06-18: Version 4.5.64
93
94 Performance and stability improvements on all platforms.
95
96
97 2015-06-18: Version 4.5.63
98
99 Performance and stability improvements on all platforms.
100
101
102 2015-06-17: Version 4.5.62
103
104 Hydrogen object literals: always initialize in-object properties
105 (Chromium issue 500497).
106
107 Performance and stability improvements on all platforms.
108
109
110 2015-06-17: Version 4.5.61
111
112 Add %TypedArray% to proto chain (issue 4085).
113
114 Performance and stability improvements on all platforms.
115
116
117 2015-06-17: Version 4.5.60
118
119 Performance and stability improvements on all platforms.
120
121
122 2015-06-17: Version 4.5.59
123
124 [crankshaft] Fix wrong bailout points in for-in loop body (Chromium
125 issue 500435).
126
127 Performance and stability improvements on all platforms.
128
129
130 2015-06-16: Version 4.5.58
131
132 Performance and stability improvements on all platforms.
133
134
135 2015-06-16: Version 4.5.57
136
137 Inline code generation for %_IsTypedArray (issue 4085).
138
139 Allow TypedArrays to be initialized with iterables (issue 4090).
140
141 Performance and stability improvements on all platforms.
142
143
144 2015-06-15: Version 4.5.56
145
146 Performance and stability improvements on all platforms.
147
148
149 2015-06-15: Version 4.5.55
150
151 Performance and stability improvements on all platforms.
152
153
154 2015-06-14: Version 4.5.54
155
156 Performance and stability improvements on all platforms.
157
158
159 2015-06-13: Version 4.5.53
160
161 Performance and stability improvements on all platforms.
162
163
164 2015-06-12: Version 4.5.52
165
166 Map::TryUpdate() must be in sync with Map::Update() (issue 4173).
167
168 Add ToObject call in Array.prototype.sort (issue 4125).
169
170 In Array.of and Array.from, fall back to DefineOwnProperty (issue 4168).
171
172 Performance and stability improvements on all platforms.
173
174
175 2015-06-12: Version 4.5.51
176
177 Performance and stability improvements on all platforms.
178
179
180 2015-06-11: Version 4.5.50
181
182 Performance and stability improvements on all platforms.
183
184
185 2015-06-11: Version 4.5.49
186
187 Performance and stability improvements on all platforms.
188
189
190 2015-06-11: Version 4.5.48
191
192 Support rest parameters in arrow functions (issue 2700).
193
194 Performance and stability improvements on all platforms.
195
196
197 2015-06-10: Version 4.5.47
198
199 Implement %TypedArray%.prototype.slice (issue 3578).
200
201 Performance and stability improvements on all platforms.
202
203
204 2015-06-09: Version 4.5.46
205
206 Stage ES6 arrow functions (issue 2700).
207
208 Performance and stability improvements on all platforms.
209
210
211 2015-06-09: Version 4.5.45
212
213 Performance and stability improvements on all platforms.
214
215
216 2015-06-09: Version 4.5.44
217
218 Performance and stability improvements on all platforms.
219
220
221 2015-06-08: Version 4.5.43
222
223 [for-in] Make ForInNext and ForInFilter deal properly with exceptions
224 (Chromium issue 496331).
225
226 Performance and stability improvements on all platforms.
227
228
229 2015-06-08: Version 4.5.42
230
231 Performance and stability improvements on all platforms.
232
233
234 2015-06-06: Version 4.5.41
235
236 Performance and stability improvements on all platforms.
237
238
239 2015-06-05: Version 4.5.40
240
241 Performance and stability improvements on all platforms.
242
243
244 2015-06-05: Version 4.5.39
245
246 Stage ES6 Array and TypedArray methods (issue 3578).
247
248 Performance and stability improvements on all platforms.
249
250
251 2015-06-05: Version 4.5.38
252
253 Implement %TypedArray%.prototype.{reduce,reduceRight} (issue 3578).
254
255 Add support for Embedded Constant Pools for PPC and Arm (Chromium issue
256 478811).
257
258 Performance and stability improvements on all platforms.
259
260
261 2015-06-04: Version 4.5.37
262
263 Performance and stability improvements on all platforms.
264
265
266 2015-06-04: Version 4.5.36
267
268 Performance and stability improvements on all platforms.
269
270
271 2015-06-04: Version 4.5.35
272
273 Flatten the Arrays returned and consumed by the v8::Map API (Chromium
274 issue 478263).
275
276 Performance and stability improvements on all platforms.
277
278
279 2015-06-03: Version 4.5.34
280
281 Also allocate small typed arrays on heap when initialized from an array-
282 like (issue 3996).
283
284 Implement %TypedArray%.prototype.{reduce,reduceRight} (issue 3578).
285
286 Performance and stability improvements on all platforms.
287
288
289 2015-06-03: Version 4.5.33
290
291 Add support for Embedded Constant Pools for PPC and Arm (Chromium issue
292 478811).
293
294 Implement %TypedArray%.prototype.{toString,toLocaleString,join} (issue
295 3578).
296
297 Performance and stability improvements on all platforms.
298
299
300 2015-06-03: Version 4.5.32
301
302 Performance and stability improvements on all platforms.
303
304
305 2015-06-02: Version 4.5.31
306
307 Performance and stability improvements on all platforms.
308
309
310 2015-06-02: Version 4.5.30
311
312 Performance and stability improvements on all platforms.
313
314
315 2015-06-01: Version 4.5.29
316
317 Reland "Re-enable on-heap typed array allocation" (issue 3996).
318
319 Performance and stability improvements on all platforms.
320
321
322 2015-06-01: Version 4.5.28
323
324 Re-enable on-heap typed array allocation (issue 3996).
325
326 Also expose DefineOwnProperty (Chromium issue 475206).
327
328 Performance and stability improvements on all platforms.
329
330
331 2015-06-01: Version 4.5.27
332
333 Performance and stability improvements on all platforms.
334
335
336 2015-05-31: Version 4.5.26
337
338 Performance and stability improvements on all platforms.
339
340
341 2015-05-30: Version 4.5.25
342
343 Performance and stability improvements on all platforms.
344
345
346 2015-05-29: Version 4.5.24
347
348 Debugger: consider try-finally scopes not catching wrt debug events
349 (Chromium issue 492522).
350
351 Performance and stability improvements on all platforms.
352
353
354 2015-05-29: Version 4.5.23
355
356 Performance and stability improvements on all platforms.
357
358
359 2015-05-29: Version 4.5.22
360
361 Do not eagerly convert exception to string when creating a message
362 object (Chromium issue 490680).
363
364 Performance and stability improvements on all platforms.
365
366
367 2015-05-28: Version 4.5.21
368
369 Performance and stability improvements on all platforms.
370
371
372 2015-05-28: Version 4.5.20
373
374 Introduce v8::Object::CreateDataProperty (Chromium issue 475206).
375
376 Performance and stability improvements on all platforms.
377
378
379 2015-05-27: Version 4.5.19
380
381 Performance and stability improvements on all platforms.
382
383
384 2015-05-27: Version 4.5.18
385
386 Add {Map,Set}::FromArray to the API (issue 3340).
387
388 Add {Map,Set}::AsArray to the API (issue 3340).
389
390 Add basic API support for Map & Set (issue 3340).
391
392 Performance and stability improvements on all platforms.
393
394
395 2015-05-26: Version 4.5.17
396
397 Correctly hook up materialized receiver into the evaluation context
398 chain (Chromium issue 491943).
399
400 Implement bookmarks for ExternalStreamingStream (Chromium issue 470930).
401
402 Performance and stability improvements on all platforms.
403
404
405 2015-05-26: Version 4.5.16
406
407 Performance and stability improvements on all platforms.
408
409
410 2015-05-26: Version 4.5.15
411
412 Performance and stability improvements on all platforms.
413
414
415 2015-05-23: Version 4.5.14
416
417 Performance and stability improvements on all platforms.
418
419
420 2015-05-22: Version 4.5.13
421
422 Remove v8::Private.
423
424 Performance and stability improvements on all platforms.
425
426
427 2015-05-22: Version 4.5.12
428
429 Performance and stability improvements on all platforms.
430
431
432 2015-05-22: Version 4.5.11
433
434 Performance and stability improvements on all platforms.
435
436
437 2015-05-21: Version 4.5.10
438
439 Re-land %TypedArray%.prototype.{map,filter,some} (issue 3578).
440
441 Performance and stability improvements on all platforms.
442
443
444 2015-05-21: Version 4.5.9
445
446 Performance and stability improvements on all platforms.
447
448
449 2015-05-20: Version 4.5.8
450
451 Performance and stability improvements on all platforms.
452
453
454 2015-05-20: Version 4.5.7
455
456 Implement %TypedArray%.{lastI,i}ndexOf (issue 3578).
457
458 Implement %TypedArray%.prototype.sort (issue 3578).
459
460 Implement %TypedArray%.reverse (issue 3578).
461
462 Implement %TypedArray%.prototype.{map,filter,some,reduce,reduceRight}
463 (issue 3578).
464
465 Fix has_pending_exception logic in API's Array::CloneElementAt (issue
466 4103).
467
468 Adding api to get last gc object statistics for chrome://tracing
469 (Chromium issue 476013).
470
471 Fix harmless HGraph verification failure after hoisting inlined bounds
472 checks (Chromium issue 487608).
473
474 Performance and stability improvements on all platforms.
475
476
477 2015-05-20: Version 4.5.6
478
479 Add TypedArray.from method (issue 3578).
480
481 Performance and stability improvements on all platforms.
482
483
484 2015-05-19: Version 4.5.5
485
486 ARM64: Propagate notification about aborted compilation from
487 RegExpEngine to MacroAssembler (Chromium issue 489290).
488
489 Performance and stability improvements on all platforms.
490
491
492 2015-05-18: Version 4.5.4
493
494 Performance and stability improvements on all platforms.
495
496
497 2015-05-18: Version 4.5.3
498
499 Performance and stability improvements on all platforms.
500
6 501
7 2015-05-17: Version 4.5.2 502 2015-05-17: Version 4.5.2
8 503
9 Performance and stability improvements on all platforms. 504 Performance and stability improvements on all platforms.
10 505
11 506
12 2015-05-16: Version 4.5.1 507 2015-05-16: Version 4.5.1
13 508
14 Test that TypedArray methods don't read length (issue 3578). 509 Test that TypedArray methods don't read length (issue 3578).
15 510
(...skipping 10650 matching lines...) Expand 10 before | Expand all | Expand 10 after
10666 setting break points in them. 11161 setting break points in them.
10667 11162
10668 11163
10669 2008-07-03: Version 0.1.0 11164 2008-07-03: Version 0.1.0
10670 11165
10671 Initial export. 11166 Initial export.
10672 11167
10673 # Local Variables: 11168 # Local Variables:
10674 # mode:text 11169 # mode:text
10675 # End: 11170 # End:
OLDNEW
« no previous file with comments | « no previous file | Makefile.android » ('j') | Makefile.android » ('J')

Powered by Google App Engine
This is Rietveld 408576698