summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore
Commit message (Expand)AuthorAgeFilesLines
* Failure building with python3Laszlo Papp2013-08-273-12/+12
* 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
* Implement JIT for MinGW-w64 64-bitJonathan Liu2013-04-191-1/+70
* Add more assertions to the property storage use in arraysOliver Hunt2013-04-162-5/+20
* 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