Brian Hackett
|
972c7e4cf6
|
Bug 1057571 - Allow copy on write arrays in non-compileAndGo code, r=jandem.
|
2014-08-27 09:12:10 -07:00 |
Till Schneidereit
|
4ff03c0cde
|
Bug 1053944 - Change RegExp.$N getters to return '' instead of `undefined` for non-matched groups. r=waldo
|
2014-08-27 15:19:30 +02:00 |
Guptha Rajagopal
|
0f8ce911a5
|
Bug 1048384 - Getter/setter syntax should work with computed property names. r=jorendorff
|
2014-08-23 13:52:00 -04:00 |
Benjamin Bouvier
|
6a6a991c4f
|
Bug 1052514: Use AsmJSNumLit in AsmJSModule.h; r=luke
|
2014-08-27 12:21:42 +02:00 |
Branislav Rankov
|
450cbba4fd
|
Bug 969375 - Enable IonMonkey on MIPS. r=jandem,glandium
|
2014-08-26 17:11:54 +02:00 |
Branislav Rankov
|
425239e22d
|
Bug 1058685 - IonMonkey MIPS: Removed unneeded temp in LAsmJSLoadFuncPtr. r=bbouvier
|
2014-08-27 14:13:07 +02:00 |
Branislav Rankov
|
a043419691
|
Bug 1058685 - IonMonkey MIPS: Fix warnings and style in MIPS code. r=bbouvier
|
2014-08-27 13:42:59 +02:00 |
Branislav Rankov
|
3a35d72f69
|
Bug 1058582 - IonMonkey MIPS: Implemented visitClzI r=dougc
|
2014-08-26 15:36:39 +02:00 |
Benjamin Bouvier
|
3ee97f2beb
|
Backed out changeset d3f44966d998 (bug 1052514) for jit test failures on a CLOSED TREE
--HG--
extra : histedit_source : 40689854882f87883ce2d5018f0919c39273d137
|
2014-08-27 13:40:39 +02:00 |
Benjamin Bouvier
|
c508414898
|
Bug 1052514: Use AsmJSNumLit in AsmJSModule.h; r=luke
|
2014-08-27 12:21:42 +02:00 |
Benjamin Bouvier
|
0a9282bfec
|
Bug 1052514: Move AsmJSNumLit and use it in Globals; r=luke
|
2014-08-27 12:21:38 +02:00 |
Benjamin Bouvier
|
8fcce80ebf
|
Bug 1052325: AsmJS: make return coercion optional for standard math lib functions calls; r=luke
|
2014-08-27 12:20:14 +02:00 |
Benjamin Bouvier
|
adbfe2e9c2
|
Bug 1052325: Odin: Rename CheckCall into CheckCoercedCall; r=luke
|
2014-08-27 12:19:49 +02:00 |
Hannes Verschore
|
0f402bca7f
|
Bug 1056581 - Use fast getc on windows, r=jorendorff
|
2014-08-27 12:05:51 +02:00 |
David Major
|
41fb73f1a8
|
Bug 1001332 - Set subsystem version to 5.01 to make VS2013 builds run on XP. r=glandium
--HG--
extra : rebase_source : 30b0f750d6a094e16cc9815db697f6bd39ae5a97
|
2014-08-27 21:20:10 +12:00 |
Douglas Crosher
|
0ca46008dc
|
Bug 1058587 - OdinMonkey MIPS: bias the global-register to improve instruction encoding efficiency. r=dougc
|
2014-08-27 10:08:16 +10:00 |
Guptha Rajagopal
|
fb7cee98ff
|
Bug 1041128 - Allow duplicate properties in object literals r=jorendorff
* * *
Bug 1041128 - Duplicate property name in object literal is allowed in ES6 strict mode part 2 r=Waldo
|
2014-08-23 13:44:00 +02:00 |
Jan de Mooij
|
c1bf3a232d
|
Bug 1056529 - Remove old workarounds for MSVC PGO bugs. r=h4writer
|
2014-08-27 10:14:07 +02:00 |
Chris Peterson
|
57531e8394
|
Bug 1036781 - Part 8: Replace MOZ_ASSUME_UNREACHABLE with MOZ_CRASH in js/src/jit/*Allocator.* code. r=jandem
|
2014-08-26 22:55:24 -07:00 |
Douglas Crosher
|
556695a52b
|
Bug 1041079 - IonMonkey: guard against there being no TLS PerThreadData when flushing the icache. r=luke
|
2014-08-12 11:17:49 +10:00 |
Nicholas Nethercote
|
df1c26a45e
|
Bug 1057912 - Privatize most of PLDHashTable's fields. r=roc.
--HG--
extra : rebase_source : 0f55e70b63d9c191fbd9418cb1177ff534deeed9
|
2014-08-25 16:56:33 -07:00 |
Brian Hackett
|
b477b631eb
|
Bug 1057219 - Add write barrier for the owner of COW elements, r=billm.
|
2014-08-26 14:12:23 -07:00 |
Brian Hackett
|
6ace183a93
|
Bug 1058168 - Tolerate a null PerThreadData runtime in runtimeIfOnOwnerThread(), r=luke.
|
2014-08-26 13:49:45 -07:00 |
Brian Hackett
|
070b11f0bb
|
Bug 894596 - Bake constant valued object properties into jitcode when possible, r=jandem, patch mostly written by djvj.
|
2014-08-26 12:30:36 -07:00 |
Kannan Vijayan
|
7141c60325
|
Bug 1057082 - Part 1 - Add profilingActivation linked list and refactor ProfilingFrameIterator. r=luke
|
2014-08-26 14:03:04 -04:00 |
Jan de Mooij
|
f428e2395e
|
Bug 1058631 part 1 - Some minor GC performance improvements. r=terrence
|
2014-08-26 19:07:59 +02:00 |
Terrence Cole
|
dbf4c1f1ea
|
Bug 1057140 - Revert JS_realloc bustage from bug 1033442; r=sfink
|
2014-08-25 12:28:38 -07:00 |
Luke Wagner
|
7878ee7705
|
Bug 1053544 - issue link-time validation error when given proxy global/import objects (r=efaust)
--HG--
extra : rebase_source : bbbdac41e3bef432124471787e79b00d40e13133
|
2014-08-26 08:41:17 -05:00 |
Luke Wagner
|
e899fa540b
|
Bug 1053544 - OdinMonkey: issue link-time validation error when given value with under-defined coercion (r=Waldo)
--HG--
extra : rebase_source : 636b2fe0085e9deeded18889f0db1d7ace4c0ef9
|
2014-08-14 10:00:37 -05:00 |
Ryan VanderMeulen
|
fceed2512c
|
Backed out changeset b8a962a66a80 (bug 1044578) for ARM simulator orange.
|
2014-08-26 09:56:43 -04:00 |
Marty Rosenberg
|
2fd5c32bc6
|
Bug 1044578: Try to evict correctly-sized registers, failing that evict all necessary registers. (r=sunfish)
|
2014-08-26 08:14:05 -04:00 |
Branislav Rankov
|
2e2e55a8fc
|
Bug 1007156 - Port changes from bug 991153 to MIPS. Support for all float32 regs, part 2. r=mjrosenb
|
2014-08-14 14:39:38 +02:00 |
Branislav Rankov
|
9bba748a5b
|
Bug 1007156 - Port changes from bug 991153 to MIPS. Support for all float32 regs, part 1. r=mjrosenb
|
2014-08-22 11:37:06 +02:00 |
Branislav Rankov
|
f8a73224bc
|
Bug 1050713 - IonMonkey MIPS: Fix the branch check in branchTruncateDouble. r=nbp
|
2014-08-22 11:08:01 +02:00 |
Jan de Mooij
|
f980f5fb99
|
Bug 1057582 - Remove a bogus assert. r=bhackett
|
2014-08-26 10:14:06 +02:00 |
Jan de Mooij
|
38fd3fb707
|
Bug 1046585 part 9 - Move SSE detection code out of assembler/ and refactor it. r=sunfish
|
2014-08-26 10:09:42 +02:00 |
Luke Wagner
|
eba4bd6ead
|
Bug 1057248 . r=jandem
|
2014-08-25 23:10:05 -04:00 |
Dan Gohman
|
6341493e11
|
Bug 1058077 - IonMonkey: Eliminate the unused osrStart_ field form MIRGraph r=sstangl
|
2014-08-25 15:03:24 -07:00 |
Dan Gohman
|
72639cb52a
|
Bug 1058075 - IonMonkey: GVN: Fix MConstant's hash function to reduce collisions r=mjrosenb
|
2014-08-25 15:03:23 -07:00 |
Dan Gohman
|
da0faad7fe
|
Bug 1058084 - IonMonkey: Micro-optimize some InlineList routines r=jandem
|
2014-08-25 15:03:22 -07:00 |
Terrence Cole
|
e849322dc3
|
Backed out changeset 4f7c6bf2b8fe (Bug 1057393) for bustage on a CLOSED TREE
--HG--
extra : rebase_source : 9d12fbd474eaff04fe52bad48c1afda7bb9288b8
|
2014-08-25 14:14:29 -07:00 |
Andrew McCreight
|
b9712e47f0
|
Bug 1052626, part 2 - Report the total size of nsXPCWrappedJS. r=bholley,froydnj
|
2014-08-25 12:34:00 -07:00 |
Andrew McCreight
|
5d1b4639a7
|
Bug 1052626, part 1 - Outline and constify JSObject2WrappedJSMap::SizeOfIncludingThis. r=njn
|
2014-08-25 12:34:00 -07:00 |
Terrence Cole
|
9f431ff46c
|
Bug 1057393 - Fix a regression on octane-zlib; r=sfink
|
2014-08-25 09:29:51 -07:00 |
Birunthan Mohanathas
|
77bfad00a6
|
Bug 1045801 - Rename SafeCast to AssertedCast. r=Waldo
|
2014-08-25 12:17:32 -07:00 |
Douglas Crosher
|
4bee9bcff8
|
Bug 1051595 - OdinMonkey: Bias the global-register to improve instruction encoding efficiency. r=luke
|
2014-08-26 00:48:03 +10:00 |
Douglas Crosher
|
97d9edf21c
|
Bug 1050278 - IonMonkey ARM: Canonicalize the hwcap flags even when overridden, and add a flag for alignment faults. r=jandem
|
2014-08-20 20:17:37 +10:00 |
Ryan VanderMeulen
|
1bdb2bb627
|
Bug 1057803 - Skip bug-1055034.js if ParallelJS isn't supported. r=terrence
|
2014-08-25 13:22:44 -04:00 |
Ryan VanderMeulen
|
e29307ef98
|
Merge m-c to inbound. a=merge
CLOSED TREE
|
2014-08-25 12:51:20 -04:00 |
Ryan VanderMeulen
|
81342753e0
|
Merge inbound to m-c. a=merge
CLOSED TREE
|
2014-08-25 11:49:37 -04:00 |