summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build: LLIntAssembly.h is in a subdir of generated/Thiago Macieira2014-03-171-1/+2
* Use qmake optimize_fullAllan Sandfeld Jensen2014-03-101-4/+1
* Compile fix for Win64 with jit disabled.achristensen@apple.com2014-03-071-1/+1
* JSObject::putDirectIndexBeyondVectorLengthWithArrayStorage does a check on th...Mark Hahnenberg2014-03-071-2/+2
* Setting a large numeric property on an object causes it to allocate a huge ba...Mark Hahnenberg2014-03-072-5/+16
* Use moveDoubleToInts in SpecializedThunkJIT::returnDouble for non-X86 JSVALUE...Julien Brianceau2014-03-031-0/+5
* Fix build on x32v5.3.0-alpha1Allan Sandfeld Jensen2014-02-251-1/+1
* Fix Qt WebKit build on architectures without JIT supportAllan Sandfeld Jensen2014-02-211-0/+4
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-122-52/+115
|\
| * [mips] Wrong register usage in LLInt.old/5.2Balazs Kilvady2014-02-102-52/+115
* | Replace win32-g++ with mingw scopeKai Koehne2014-01-271-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-231-1/+0
|\ \ | |/
| * Do not completely erase LIBS variableJürgen Hunold2013-12-171-1/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-293-112/+73
|\ \ | |/
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-261-3/+3
| |\
| | * Fix compilation on ARMSamuli Piippo2013-11-181-3/+3
| * | [sh4] Fix revertJumpReplacementToBranchPtrWithPatch in MacroAssembler.commit-queue@webkit.org2013-11-202-11/+25
| * | [sh4] Protect repatchCompact from flushConstantPool.commit-queue@webkit.org2013-11-201-2/+9
| * | [sh4] Fix load32WithUnalignedHalfWords function in baseline JIT.commit-queue@webkit.org2013-11-201-3/+3
| * | [sh4] Refactor jumps in baseline JIT to return label after the jump.commit-queue@webkit.org2013-11-202-93/+33
| |/
* | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-11-0814-28/+35
|\ \ | |/
| * Only use 64bit atomics when supportedAllan Sandfeld Jensen2013-10-281-9/+0
| * Fix build for boot2qt eAndroidAllan Sandfeld Jensen2013-10-212-5/+17
| * [sh4] Jump over maxJumpReplacementSize in revertJumpToMove.Julien Brianceau2013-10-211-10/+4
| * [arm] Inverted src and dest FP registers in DFG speculative JIT when using ha...Julien Brianceau2013-10-181-2/+4
| * Revert r152209Allan Sandfeld Jensen2013-10-171-1/+1
| * 32-bit code gen for TypeOf doesn't properly update the AbstractInterpreter stateMark Hahnenberg2013-10-161-1/+1
| * Fix undefined reference linker errors with MinGWKai Koehne2013-10-167-0/+8