summaryrefslogtreecommitdiffstats
path: root/Source/JavaScriptCore
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-171-4/+2
|\
| * Incorrect type speculation reported by ToPrimitiveOliver Hunt2015-03-111-4/+2
* | Merge remote-tracking branch 'origin/5.4' into 5.5v5.5.0-alpha1Allan Sandfeld Jensen2015-03-102-1/+9
|\|
| * Fix g++ 5.0 buildAllan Sandfeld Jensen2015-03-061-0/+5
| * Initialize label vector lazilyAllan Sandfeld Jensen2015-02-251-1/+4
* | Fix two gcc 5.0 warningsAllan Sandfeld Jensen2015-03-061-3/+3
* | Update copyright headersJani Heikkinen2015-02-164-4/+4
* | Fix lots of crashes because of 4th argument register trampling.Julien Brianceau2015-02-095-30/+11
|/
* Fix build failure with python3Samuel Martin2014-11-261-1/+1
* Use fixed executable allocator on x64Allan Sandfeld Jensen2014-11-071-9/+1
* Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-10-311-0/+1
|\
| * Fix assert after makerope boundary check5.3Lucas Forschler2014-10-311-0/+1
* | Do not use unaligned access when disabledAllan Sandfeld Jensen2014-10-302-2/+2
* | Use INLINE_ARM_FUNCTION in OFFLINE_ASM_GLOBAL_LABELAllan Sandfeld Jensen2014-10-241-9/+1
* | Do not use floating point instructions in float-abi=softAllan Sandfeld Jensen2014-10-231-0/+4
* | Pop pack pragma on x86 QNXAllan Sandfeld Jensen2014-10-211-3/+3
* | Fix LLInt vector offsets on Windows 64Allan Sandfeld Jensen2014-10-153-1/+13
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-1410-23/+100
|\|
| * Add missing branchAdd32 implementations to fix sh4 and mips buildsJulien Brianceau2014-09-302-0/+29
| * [ARM] Unreviewed build fix after r167336.Csaba Osztrogonác2014-09-261-0/+5
| * Unreviewed, ARMv7 build fix after r167336.Filip Pizlo2014-09-261-0/+6
| * compileMakeRope does not emit necessary bounds checksFilip Pizlo2014-09-266-23/+60
* | Fix CLoop on big-endian machinesAllan Sandfeld Jensen2014-10-132-11/+16
* | Fix uninitialized accessAllan Sandfeld Jensen2014-10-101-0/+8
* | Fix valgrind warning about uninitialized accessAllan Sandfeld Jensen2014-10-061-3/+3
* | (un)shiftCountWithAnyIndexingType will start over in the middle of copying if...Mark Hahnenberg2014-09-301-23/+37
* | DFG 32Bit: Crash loading "Classic" site @ translate.google.comMichael Saboff2014-09-301-0/+4
* | <https://webkit.org/b/120079> Flattening a dictionary can cause CopiedSpace c...Mark Hahnenberg2014-09-254-18/+32
* | REGRESSION: `if (false === (true && undefined)) console.log("wrong!");` logs ...Geoffrey Garen2014-09-252-2/+15
* | REGRESSION: Crash when opening Facebook.comOliver Hunt2014-09-252-4/+4
* | Incorrect behavior on emscripten-compiled cube2hashFilip Pizlo2014-09-241-4/+8
* | Aligned argument signatures of setupArgumentsWithExecState are missing on MIPS.commit-queue@webkit.org2014-09-191-0/+10
* | ARM EABI hardfp buildfix after r155675ossy@webkit.org2014-09-181-2/+3
* | Fixed crash in V8 benchmark suite in ARM,softp,EABI environment.commit-queue@webkit.org2014-09-182-13/+51
* | Fix building QtWebKit for QNXAllan Sandfeld Jensen2014-09-091-1/+1
* | [mips] Fix unaligned access in Low Level Interpreter (LLINT).Julien Brianceau2014-09-051-1/+6
* | [mips] Handle properly halfword load in JavaScriptCore.Julien Brianceau2014-09-031-1/+47
* | Correct GC length unit and prevent division by 0 in showObjectStatistics.Julien Brianceau2014-08-281-13/+14
* | Take advantage of 3 parameters or32() callsJulien Brianceau2014-08-281-12/+6
* | [mips] Use shorter j <address> jump in MacroAssembler::replaceWithJumpBalazs Kilvady2014-08-253-45/+20
* | [mips] Take advantage of integer divide instruction for ArithDiv and ArithMod.Julien Brianceau2014-08-235-1/+75
|/
* Crash during exception unwindingOliver Hunt2014-07-089-12/+28
* Fix android build error about already defined struct.Sergio Martins2014-06-271-8/+0
* Fix SpeculateCellOperand ASSERT failure in DFG for 32-bit builds.Julien Brianceau2014-06-261-18/+27
* [mips] Add floating point absolute support in JavaScriptCore.Julien Brianceau2014-06-102-3/+16
* Prevent register clobbering to fix negative zero check in SoftModulo.Julien Brianceau2014-06-061-1/+7
* [mips] Fix branchTruncateDoubleToUint32 implementation in macro assembler.Julien Brianceau2014-06-051-1/+1
* Fix problems with divot and lineStart mismatches.Mark Lam2014-05-0613-589/+529
* [mips] Fix or32 implementation in macro assembler.Julien Brianceau2014-04-081-1/+3
* Fix compiler warnings when building Qt WebKitAllan Sandfeld Jensen2014-03-181-4/+4