summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore
Commit message (Expand)AuthorAgeFilesLines
* Imported WebKit commit 30997fb33975697a4af9cc6eef69967313d0ec9aKonstantin Tokarev2017-02-021-14/+0
* Imported WebKit commit 12fbea815480c3b3fad139cd8dfb82e8c954bc9aKonstantin Tokarev2017-02-026-6/+10
* Imported WebKit commit 490f716dd2dd07fb0d6652795c62586e2e28ae27Konstantin Tokarev2017-02-025-20/+29
* Imported WebKit commit 2730223e8fe1776419fae168986b9e77f55d02d3Konstantin Tokarev2017-02-023-0/+13
* Imported WebKit commit eb954cdcf58f9b915b2fcb6f8e4cb3a60650a4f3Konstantin Tokarev2017-02-028-12/+61
* Imported QtWebKit TP3 (git b57bc6801f1876c3220d5a4bfea33d620d477443)Konstantin Tokarev2017-02-023555-561527/+359313
* Update the detection of MSVC versions to be forward-compatibleThiago Macieira2016-07-081-1/+1
* Fix build for QNXAllan Sandfeld Jensen2015-10-151-2/+4
* offlineasm: "touch" output file if nothing has changed.Konstantin Tokarev2015-09-291-0/+2
* Make sure #include'ing a Qt header doesn't make you link to itThiago Macieira2015-08-061-0/+1
* Fix build against installed QtBaseSimon Hausmann2015-07-241-0/+6
* Merge remote-tracking branch 'origin/5.4' into 5.5Allan Sandfeld Jensen2015-05-291-1/+1
|\
| * Support MSVC 2015Allan Sandfeld Jensen2015-05-291-1/+1
* | Merge remote-tracking branch 'origin/5.4' into 5.5v5.5.0-beta1Liang Qi2015-04-152-7/+12
|\ \ | |/
| * DFG optimizes out strict mode arguments tear offFilip Pizlo2015-04-101-6/+11
| * Fix crash in JIT::DFG::prepareOSREntryJulien Brianceau2015-04-011-1/+1
* | 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