summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore
Commit message (Expand)AuthorAgeFilesLines
* 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
* | [sh4] Introduce const pools in LLINT.commit-queue@webkit.org2013-10-182-67/+192
* | [sh4] Fix typo in subp implementation in LLINT.commit-queue@webkit.org2013-10-171-1/+1
* | [sh4] Handle subp opcode with 3 operands and bpbeq opcode in LLINT.commit-queue@webkit.org2013-10-171-4/+15
|/
* Fix linux-clang with clang 3.4Allan Sandfeld Jensen2013-10-041-0/+3
* [sh4] Missing instruction in nativeCallTrampoline LLINT function.Julien Brianceau2013-10-041-14/+1
* Revert "Un-crashify JSC tests on debug bots after Anders had his way with Str...v5.2.0-alpha1Allan Sandfeld Jensen2013-09-241-1/+1
* Fix build with MingWAllan Sandfeld Jensen2013-09-201-2/+2
* QtWebKit should not require SQLite version to 3.6.16.Allan Sandfeld Jensen2013-09-191-1/+1
* Import Qt5x2 branch of QtWebkit for Qt 5.2Allan Sandfeld Jensen2013-09-19851-45952/+86306
* Merge branch 'stable' into devSergio Ahumada2013-09-134-14/+14
|\
| * JSC ARM traditional failing on Octane NavierStokes testGabor Rapcsanyi2013-09-131-2/+2
| * Failure building with python3Laszlo Papp2013-08-273-12/+12
* | JavaScriptCore: Fix header guardTobias Hunger2013-09-031-1/+1
|/
* JSObject::getOwnNonIndexPropertyNames calculates numCacheableSlots incorrectl...Mark Hahnenberg2013-07-012-2/+17
* JSObject::getOwnNonIndexPropertyNames calculates numCacheableSlots incorrectlyMark Hahnenberg2013-07-011-3/+5
* get_by_pname can become confused when iterating over objects with static prop...Mark Hahnenberg2013-07-013-1/+10
* LLInt conditional branch compilation fault on MIPS.Balazs Kilvady2013-05-232-14/+20
* offlineasm BaseIndex handling is broken on ARM due to MIPS changesBalazs Kilvady2013-05-233-4/+46
* MIPS DFG implementation.Balazs Kilvady2013-05-2311-73/+873
* MIPS LLInt implementation.Balazs Kilvady2013-05-2311-18/+1047
* [Qt] Use GNU ar's thin archive format for intermediate static libsAndras Becsi2013-04-193-5/+5