summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fix the build with GCC 4.8 https://bugs.webkit.org/show_bug.cgi?id=113147Andras Becsi2013-04-051-2/+2
* | | WeakSet::removeAllocator leaks WeakBlocksMark Hahnenberg2013-04-041-1/+1
* | | JSC asserting with long parameter list functions in debug mode on ARM traditi...Gabor Rapcsanyi2013-04-041-1/+1
* | | 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
* | | r134080 causes heap problem on linux systems where PAGESIZE != 4096Balazs Kilvady2013-04-044-25/+14
* | | Yarr JIT isn't big endian compatibleTobias Netzel2013-04-041-0/+12
* | | If array allocation profiling causes a new_array to allocate double arrays, t...Filip Pizlo2013-04-041-0/+4
* | | 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
|/ /
* | Implement JIT on Windows 64 bitsJocelyn Turcotte2013-03-297-5/+177
* | 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
* | Don't assert that flags <= 0x3ff in JSTypeInfoFilip Pizlo2013-03-261-1/+0
* | Named lookups on HTML documents produce inconsistent results in JavaScriptCor...Filip Pizlo2013-03-264-7/+28
* | Strange results calculating a square root in a loopFilip Pizlo2013-03-262-4/+9
* | Incorrect inequality for checking whether a statement is within bounds of a h...Filip Pizlo2013-03-266-14/+50
* | jsc command line tool's support for typed arrays should be robust against arr...Filip Pizlo2013-03-261-1/+4
* | replaceWithJump should not decrease the offset by 1 on ARM traditional.Zoltan Herczeg2013-03-251-1/+1
* | revertBranchPtrWithPatch is incorrect on ARM traditionalZoltan Herczeg2013-03-252-12/+17
* | Children method in LLINT AST Not class should return [@child]Peter Gal2013-03-251-1/+1
* | LLInt CLoop backend misses Double2Ints() on 32bit architecturesGabor Rapcsanyi2013-03-252-1/+12
* | Invalid code is generated for storing constants with baseindex addressing mod...Zoltan Herczeg2013-03-251-4/+20
* | [QNX][ARM] REGRESSION(r135330): Various failures in OctaneCosmin Truta2013-03-252-4/+4
* | ARMv7 replaceWithJump ASSERT failure after r135330.Zoltan Herczeg2013-03-252-4/+48
* | [Qt] Fix the JSC build on MacJocelyn Turcotte2013-03-181-1/+1
* | [Qt] Implement GCActivityCallbackAllan Sandfeld Jensen2013-03-182-5/+32
* | [Qt] Implement IncrementalSweeper and HeapTimerAllan Sandfeld Jensen2013-03-184-5/+94
|/
* Fix massive parallel buildshausmann@webkit.org2013-03-012-2/+18
* Restrictions on oversize CopiedBlock allocations should be relaxedMark Hahnenberg2013-02-0610-27/+81
* Butterfly::growArrayRight shouldn't be called on null Butterfly objectsMark Hahnenberg2013-02-064-3/+33
* [MinGW-w64] Centralize workaround for pow() implementationhausmann@webkit.org2013-01-102-16/+13
* Fix undefined reference to JSC::JSCell::classInfo with MinGW-w64Jonathan Liu2012-12-172-37/+31
* Fix Math.pow implementation with MinGW-w64Jonathan Liu2012-12-172-0/+36
* delete dead include pathsOswald Buddenhagen2012-12-111-1/+0
* Add missing forward declaration for JSC::ArrayAllocationProfilecommit-queue2012-12-102-0/+15
* Add missing const qualifier to JSC::CodeBlock::getJITType()commit-queue2012-12-102-1/+14
* Re-enable LLInt on mac with the proper fixPierre Rossi2012-12-015-32/+36
* Disable LLInt on Mac as a temporary measure.Pierre Rossi2012-11-303-24/+32
* Crash in conversion of empty OpaqueJSString to IdentifierSimon Hausmann2012-11-302-2/+19
* Imported WebKit commit 6a4a1d32e1d779548c726c4826cba9d69eb87601 (http://svn.w...Simon Hausmann2012-11-3040-203/+1028
* Imported WebKit commit c60cfe0fc09efd257aa0111d7b133b02deb8a63e (http://svn.w...Simon Hausmann2012-11-2958-1007/+1816
* Imported WebKit commit 76dac539db7ece7079963adfcfe878d8e2f7d861 (http://svn.w...Simon Hausmann2012-11-2616-50/+152