summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore
Commit message (Expand)AuthorAgeFilesLines
* Fix undefined reference linker errors with MinGWKai Koehne2013-10-167-0/+8
* 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
* 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