Shu-yu Guo
|
126a660afe
|
Bug 1148388 - Handle lost accesses in missing Debugger scopes for block objects. (r=jimb)
|
2015-04-08 20:36:20 -07:00 |
|
Shu-yu Guo
|
5d19a76ed2
|
Bug 1151679 - Stream the property name of getprop and setprop optimization sites. (r=djvj)
|
2015-04-08 20:36:20 -07:00 |
|
Shu-yu Guo
|
391b6a4e68
|
Bug 1150654 - Add CantInlineNoSpecialization to distinguish natives for which there is no Ion specialization. (r=jandem)
|
2015-04-08 20:36:20 -07:00 |
|
Shu-yu Guo
|
adadb125e6
|
Bug 1151606 - Stream atoms instead of raw pointers for native functions in tracked optimizations. (r=djvj)
|
2015-04-08 20:36:20 -07:00 |
|
Shu-yu Guo
|
aa4ae54732
|
Bug 1151634 - Patch a valid return address for debug mode OSR from exception handler when profiling is enabled. (r=jandem)
|
2015-04-08 20:36:20 -07:00 |
|
Wes Kocher
|
8c6cd0aa7c
|
Backed out changeset 876c8ee6b132 (bug 1141862) for spidermonkey bustage
|
2015-04-08 19:05:41 -07:00 |
|
Eric Faust
|
9e222bb196
|
Bug 1141862 - Part 6: Implement ES6 SuperProperty and SuperMember. (r=jorendorff)
|
2015-04-08 17:41:01 -07:00 |
|
Dan Gohman
|
1590437728
|
Bug 1152415 - OdinMonkey: Zero out struct padding to avoid valgrind warnings r=luke
|
2015-04-08 11:41:09 -07:00 |
|
Elbart
|
7f987ad9a5
|
Bug 1069979 - Don't throw away timezone-strings with dots in Date() r=evilpie
|
2015-04-08 19:37:24 +02:00 |
|
Jon Coppeard
|
eecc025dc0
|
Bug 1149526 - Check HeapPtrs have GC lifetime r=terrence
|
2015-04-08 10:27:51 +01:00 |
|
Brian Hackett
|
ae1b811403
|
Bug 1147608 - Fixes for unboxed object creation stub compilation on x86 and ARM, r=jandem.
|
2015-04-08 11:10:56 -06:00 |
|
Jon Coppeard
|
6f23bb34fb
|
Backed out changeset 2652e5cbc37f for static analysis bustage (bug 1149526) on a CLOSED TREE
|
2015-04-08 11:23:37 +01:00 |
|
Jon Coppeard
|
44f4c8f38e
|
Bug 1149526 - Check HeapPtrs have GC lifetime r=terrence
|
2015-04-08 10:27:51 +01:00 |
|
Chris Peterson
|
05db17c1a8
|
Back out changeset 253bcbb38a7c for breaking Linux PGO build (bug 1001975)
|
2015-04-07 20:43:43 -07:00 |
|
Jason Orendorff
|
7256e5f453
|
Bug 1150906 - Fix "Assertion failure: !has(SHADOWABLE)" and subsequent GC crashes introduced in rev 034027f41aaf. r=Waldo.
|
2015-04-07 15:44:09 -05:00 |
|
Chris Peterson
|
3baed19903
|
Bug 1001975 - Enable -Wuninitialized warnings as errors. r=glandium
|
2015-04-01 00:50:58 -07:00 |
|
Shu-yu Guo
|
0351453420
|
Bug 996982 - Fix Debugger script delazification logic to account for relazified clones. (r=bz)
|
2015-04-07 16:40:34 -07:00 |
|
Bobby Holley
|
ded41d7f5e
|
Bug 1150771 - Let ArrayBuffer through object Xrays. r=gabor
|
2015-04-07 15:10:00 -07:00 |
|
Trevor Saunders
|
7608b31a8c
|
no bug - fix windows includes for case sensitive file systems
|
2015-04-07 17:15:49 -04:00 |
|
Steve Fink
|
88c3d6d36f
|
Bug 963738 - Annotate XPCNativeMember, r=terrence
|
2015-04-06 15:56:40 -07:00 |
|
Steve Fink
|
ec5a84ede1
|
Bug 963738 - Assume(ptr) is not a hazard; Assume(*ptr) is, r=bhackett
|
2015-03-30 14:01:58 -07:00 |
|
Steve Fink
|
c8613db993
|
Bug 963738 - Handle Arrays in the analysis, r=terrence
|
2014-02-03 23:12:39 -08:00 |
|
Steve Fink
|
bd069c7537
|
No bug. Refactor GC type annotations, re=terrence
|
2015-03-18 10:59:17 -07:00 |
|
Sean Stangl
|
34fa78a696
|
Bug 1147629 - Use getStackPointer() and helper functions. r=jandem
|
2015-03-24 14:44:06 -07:00 |
|
Ryan VanderMeulen
|
5afbd2927c
|
Backed out changeset 6bbe2e6958a9 (bug 1127801) for intermittent (?!?!) Mulet mochitest bustage.
CLOSED TREE
|
2015-04-07 13:47:54 -04:00 |
|
naru-san
|
356222839d
|
Bug 1127801 - Capture path to milestone.txt from the OS automatically using MozbuildObject from mozbuild.base. r=ted
CLOSED TREE
|
2015-04-07 12:43:40 -04:00 |
|
Ryan VanderMeulen
|
466e57892d
|
Backed out changeset a67a0be7325e (bug 1127801) for test bustage.
|
2015-04-07 11:50:10 -04:00 |
|
Benjamin Bouvier
|
7a1bbb70b1
|
Bug 1151333: Reserve enough stack space for SIMD shuffles; r=sunfish
|
2015-04-07 16:23:04 +02:00 |
|
Jon Coppeard
|
820d2d7035
|
Bug 1150011 - Fix GC hash table checks to work in release builds r=nbp
|
2015-04-07 15:58:09 +01:00 |
|
Jon Coppeard
|
f78db2aaa8
|
Bug 1148383 - Add testcase for previously fixed object metadata issue r=terrence
|
2015-04-07 15:58:09 +01:00 |
|
Luke Wagner
|
5de3ca1c96
|
Bug 1148963 - OdinMonkey: add CompileOptions::lazyParsingDisabled and testing function setDiscardSource (r=bz)
|
2015-04-07 10:01:56 -05:00 |
|
Luke Wagner
|
d41be0d9e9
|
Bug 1148963 - OdinMonkey: throw if link-time failure and discardSource = true (r=bbouvier)
|
2015-04-07 09:59:11 -05:00 |
|
naru-san
|
ffdceb8d28
|
Bug 1127801 - Capture path to milestone.txt from the OS automatically using MozbuildObject from mozbuild.base. r=ted
|
2015-04-06 16:54:00 -04:00 |
|
Steve Singer
|
7d2abd771c
|
Bug 1151382 - Fix Alignment mismatch for none jit. r=luke
|
2015-04-05 20:45:00 +02:00 |
|
Nick Fitzgerald
|
9a5ec867ad
|
Bug 1149495 - SavedFrame objects should handle all uint32 values. r=shu
|
2015-04-04 14:55:00 +02:00 |
|
Brian Hackett
|
5c28632032
|
Bug 1148921 - Check correctness of hash table modifications later on during minor GCs, r=jonco.
|
2015-04-07 06:04:15 -06:00 |
|
Brian Hackett
|
d7ecbc1e25
|
Bug 1148916 - Remove MaybeSingletonObject NewObjectKind, r=terrence.
|
2015-04-07 05:50:00 -06:00 |
|
Brian Hackett
|
dc3832041b
|
Bug 1148661 - Optimize accesses to unboxed expandos in Ion, r=jandem.
|
2015-04-07 05:42:44 -06:00 |
|
Tooru Fujisawa
|
69ecc3a966
|
Bug 1077318 - Part 2: Fix the order of include in AsmJSModule.cpp. r=evilpie
|
2015-04-07 18:58:17 +09:00 |
|
Tooru Fujisawa
|
6764d48de7
|
Bug 1151182 - Fix type for JSOP_THROWMSG documentation comment. r=efaust
|
2015-04-07 18:19:28 +09:00 |
|
Tooru Fujisawa
|
fec656d170
|
Bug 1151149 - Throw if either the target or handler is a revoked proxy in Proxy constructor. r=efaust
|
2015-04-07 18:19:26 +09:00 |
|
Lars T Hansen
|
cd96a4a906
|
Bug 1077318 - call out to C++ for ARMv6 sub-word atomics. r=luke
|
2015-04-07 11:10:18 +02:00 |
|
Lars T Hansen
|
d71c2deb75
|
Bug 1147916 - add more assembler cases. r=sunfish
|
2015-04-07 10:47:10 +02:00 |
|
Shu-yu Guo
|
0c27ca18cc
|
Bug 1150714 - Mark and sweep JitcodeGlobalMap IC entries. (r=djvj)
|
2015-04-06 18:38:31 -07:00 |
|
Shu-yu Guo
|
67f785d3f2
|
Bug 1150714 - Fix streaming tracked optimizations for functions that don't have a displayAtom. (r=djvj)
|
2015-04-06 18:38:31 -07:00 |
|
Bill McCloskey
|
96efa0fce1
|
Bug 1151583 - Don't set JS shell exit code for random exceptions (r=sfink)
|
2015-04-06 18:24:52 -07:00 |
|
Brian Hackett
|
dfc2cc2182
|
Bug 1148922 - Handle insertion of new initial shapes via the metadata callback, r=luke.
|
2015-04-06 12:54:53 -06:00 |
|
Terrence Cole
|
75feab8792
|
Bug 1150639 - Use a stricter off-thread check in triggerZoneGC; r=bhackett
|
2015-04-02 11:48:56 -07:00 |
|
Johannes Schulte
|
7134d6f3a2
|
Bug 1094491 - Add assertion in UpdateExistingGetPropCallStubs that should hold now. r=efaust
|
2014-12-01 18:50:26 +01:00 |
|
Johannes Schulte
|
4b29243b9e
|
Bug 1094491 - Generate baseline getGName ICs for accessor properties before calling the getter. r=efaust
|
2014-12-01 18:50:23 +01:00 |
|