summaryrefslogtreecommitdiffstats
path: root/Source/JavaScriptCore/dfg
Commit message (Expand)AuthorAgeFilesLines
* Import WebKit commit 3c9fc2fb47474909f5c30b518d372c854a3ec433Konstantin Tokarev2017-06-302-1/+59
* Import WebKit commit 3ca7a25a550e473d60bbbe321475c6c0ef114b31Konstantin Tokarev2017-06-025-9/+43
* Import WebKit commit 342c7c7c069db3ca1d09ae6c5f7d600f9b241778Konstantin Tokarev2017-04-071-1/+3
* Import WebKit commit 13ac532967b6ac2d18d6fc4ea72c4ca35eccff20Konstantin Tokarev2017-03-311-5/+7
* Imported WebKit commit eb954cdcf58f9b915b2fcb6f8e4cb3a60650a4f3Konstantin Tokarev2017-02-022-5/+16
* Imported QtWebKit TP3 (git b57bc6801f1876c3220d5a4bfea33d620d477443)Konstantin Tokarev2017-02-02328-26748/+61005
* 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
* | Fix lots of crashes because of 4th argument register trampling.Julien Brianceau2015-02-091-8/+5
|/
* 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
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-142-1/+30
|\|
| * compileMakeRope does not emit necessary bounds checksFilip Pizlo2014-09-262-1/+30
* | DFG 32Bit: Crash loading "Classic" site @ translate.google.comMichael Saboff2014-09-301-0/+4
* | 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
* | Take advantage of 3 parameters or32() callsJulien Brianceau2014-08-281-12/+6
* | [mips] Take advantage of integer divide instruction for ArithDiv and ArithMod.Julien Brianceau2014-08-234-1/+66
|/
* Crash during exception unwindingOliver Hunt2014-07-089-12/+28
* Fix SpeculateCellOperand ASSERT failure in DFG for 32-bit builds.Julien Brianceau2014-06-261-18/+27
* Prevent register clobbering to fix negative zero check in SoftModulo.Julien Brianceau2014-06-061-1/+7
* [arm] Inverted src and dest FP registers in DFG speculative JIT when using ha...Julien Brianceau2013-10-181-2/+4
* 32-bit code gen for TypeOf doesn't properly update the AbstractInterpreter stateMark Hahnenberg2013-10-161-1/+1
* Import Qt5x2 branch of QtWebkit for Qt 5.2Allan Sandfeld Jensen2013-09-19112-11761/+15963
* JavaScriptCore: Fix header guardTobias Hunger2013-09-031-1/+1
* MIPS DFG implementation.Balazs Kilvady2013-05-235-29/+221
* MIPS LLInt implementation.Balazs Kilvady2013-05-231-0/+69
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-04-051-2/+2
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-04-031-2/+2
| |\
| | * Crash at JSC::call when loading www.gap.com with JSVALUE32_64 EnabledMichael Saboff2013-03-271-2/+2
* | | Change set r140201 broke editing/selection/move-by-word-visually-multi-line.htmlMichael Saboff2013-04-041-2/+1
* | | Harden ArithDiv of integers fix-up by inserting Int32ToDouble node directlyMichael Saboff2013-04-041-2/+10
* | | Fix up of ArithDiv nodes for non-x86 CPUs is brokenMichael Saboff2013-04-041-1/+1
* | | Dont use a node reference after appending to the graph.Filip Pizlo2013-04-041-8/+9
* | | DFG X86: division in the used-as-int case doesn't correctly check for -2^31/-1Michael Saboff2013-04-041-2/+2
|/ /
* | DFG 32_64 backend doesn't check for hasArrayStorage() in NewArrayWithSizeFilip Pizlo2013-03-271-1/+1
* | DFG Phantom node should be honest about the fact that it can exitv5.1.0-alpha1Filip Pizlo2013-03-271-1/+1
* | DFG is too aggressive with eliding overflow checks in loopsFilip Pizlo2013-03-272-2/+8
* | DFG is too aggressive eliding overflow checks for additions involving large c...Filip Pizlo2013-03-262-11/+37
* | javascript integer overflowFilip Pizlo2013-03-261-0/+4
* | Named lookups on HTML documents produce inconsistent results in JavaScriptCor...Filip Pizlo2013-03-261-2/+2
* | Strange results calculating a square root in a loopFilip Pizlo2013-03-262-4/+9
|/
* Imported WebKit commit 6a4a1d32e1d779548c726c4826cba9d69eb87601 (http://svn.w...Simon Hausmann2012-11-306-46/+56
* Imported WebKit commit c60cfe0fc09efd257aa0111d7b133b02deb8a63e (http://svn.w...Simon Hausmann2012-11-2915-378/+426