- 13e02b9 Refactored the interpreter and JIT so they don't dictate closure layout by ggaren@apple.com · 13 years ago
- 5e7efa3 [Qt] r129045 broke the ARM build https://bugs.webkit.org/show_bug.cgi?id=97195 by rgabor@webkit.org · 13 years ago
- 3d648d8 OSR exit sometimes neglects to create the arguments object by ggaren@apple.com · 13 years ago
- 607344f REGRESSION(r128802): It made some JS tests crash by fpizlo@apple.com · 13 years ago
- 97af576 DFG should not assume that a ByVal access is generic just because it was unprofiled by fpizlo@apple.com · 13 years ago
- 69e2784 DFG should not emit PutByVal hole case unless it has to by fpizlo@apple.com · 13 years ago
- 497c751 DFG should not call out to C++ every time that it tries to put to an object that doesn't yet have array storage by fpizlo@apple.com · 13 years ago
- 53090e4 Include PhantomArguments in DFGDisassembly by fpizlo@apple.com · 13 years ago
- beed79a REGRESSION(r128802): It made some JS tests crash by fpizlo@apple.com · 13 years ago
- 53d4064 Use WTF::HasTrivialDestructor instead of compiler-specific versions in JSC::NeedsDestructor by mhahnenberg@apple.com · 13 years ago
- c17054c DFGOperations doesn't use NativeCallFrameTracer in enough places by fpizlo@apple.com · 13 years ago
- 8e16c49c Not reviewed. Attempt at greening the WinCairo bot. Touching by mark.lam@apple.com · 13 years ago
- 3af1cf1 [Qt] REGRESSION(r128790): It broke the ARM build by kadam@inf.u-szeged.hu · 13 years ago
- 6355fa2 Fix for WinCairo builds. https://bugs.webkit.org/show_bug.cgi?id=96992. by mark.lam@apple.com · 13 years ago
- 5d985e0 Unreviewed, fix sloppy English in comment. by fpizlo@apple.com · 13 years ago
- 7c7e427 Unreviewed, rolling out r128826 and r128813. by ossy@webkit.org · 13 years ago
- af710d8 Refactored the arguments object so it doesn't dictate closure layout by ggaren@apple.com · 13 years ago
- e94d100 32-bit LLInt get_by_val does vector length checks incorrectly by fpizlo@apple.com · 13 years ago
- 769426f Versioning. by lforschler@apple.com · 13 years ago
- b9840ea We don't have a bad enough time if an object's prototype chain crosses global objects by fpizlo@apple.com · 13 years ago
- 117f502 Unreviewed, fix a broken assertion in offlineasm. by fpizlo@apple.com · 13 years ago
- 2308d78 Fixing broken JSC ChangeLog by mhahnenberg@apple.com · 13 years ago
- 013fd88 Delayed structure sweep can leak structures without bound by mhahnenberg@apple.com · 13 years ago
- 1c4a32c If a prototype has indexed setters and its instances have indexed storage, then all put_by_val's should have a bad time by fpizlo@apple.com · 13 years ago
- c7be5be0 Array profiling has convergence issues by fpizlo@apple.com · 13 years ago
- e167312 Not reviewed. Added svn:eol-style native to unbreak some build bots. by mark.lam@apple.com · 13 years ago
- 1a6f376 Added MSVC project changes to enable building the llint. by mark.lam@apple.com · 13 years ago
- 2e0fea1 JSObject.cpp and JSArray.cpp have inconsistent tests for the invalid array index case by fpizlo@apple.com · 13 years ago
- 6ee5c9d Following the Butterfly refactoring, the comment for lastArraySize was not updated by fpizlo@apple.com · 13 years ago
- 2840a27 Fixed JSLock to use the platform abstraction for Mutex instead of by mark.lam@apple.com · 13 years ago
- 6e0a9ed Structure check hoisting fails to consider the possibility of conflicting checks on the source of the first assignment to the hoisted variable by fpizlo@apple.com · 13 years ago
- 9cedb5d All of the things in SparseArrayValueMap should be out-of-line by fpizlo@apple.com · 13 years ago
- 7415e10 JSC should throw a more descriptive exception when blocking 'eval' via CSP. by commit-queue@webkit.org · 13 years ago
- c9f1612 bbc homepage crashes immediately by fpizlo@apple.com · 13 years ago
- 79bb5eb Remove webkitPostMessage https://bugs.webkit.org/show_bug.cgi?id=96577 by abarth@webkit.org · 13 years ago
- 8de23a3 [Qt] Make force_static_libs_as_shared work on Mac OS by vestbo@webkit.org · 13 years ago
- afc8437 Fix interpreter build https://bugs.webkit.org/show_bug.cgi?id=96617 by hausmann@webkit.org · 13 years ago
- 1799880 [BlackBerry] Switching from Slogger to Slogger2 requires changes in CMakeList of by commit-queue@webkit.org · 13 years ago
- 76e50b1 Remove the Zapped BlockState https://bugs.webkit.org/show_bug.cgi?id=96708 by mhahnenberg@apple.com · 13 years ago
- 5d3f645 Make compile with both OS(WINCE) and PLATFORM(QT) support by commit-queue@webkit.org · 13 years ago
- 81c360e Refactored the DFG to make fewer assumptions about variable capture by ggaren@apple.com · 13 years ago
- 5ea5978 Improve the SourceProvider hierarchy by benjamin@webkit.org · 13 years ago
- 00298b9 DFG: Dead GetButterfly's shouldn't be subject to CSE by fpizlo@apple.com · 13 years ago
- 62f4d0e Make global const initialisation explicit in the bytecode by oliver@apple.com · 13 years ago
- 4930320 Rename forEachCell to forEachLiveCell by mhahnenberg@apple.com · 13 years ago
- 4ef04bf [Qt][Win] REGRESSION(r128400): It broke the build by loislo@chromium.org · 13 years ago
- 6f88333 Testing whether indexing type is ArrayWithArrayStorage should not compare against ArrayWithArrayStorage by fpizlo@apple.com · 13 years ago
- d8dd053 JSC should have property butterflies by fpizlo@apple.com · 13 years ago
- 0206200 Refactor Opcodes to distinguish between core and extension opcodes. by commit-queue@webkit.org · 13 years ago
- 51bbe0a 2012-09-11 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 13 years ago
- c539794 2012-09-11 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 13 years ago
- 0030e13 Don't allocate a backing store just for a function's name by ggaren@apple.com · 13 years ago
- 86f589c IncrementalSweeper should not sweep/free Zapped blocks by mhahnenberg@apple.com · 13 years ago
- 06a8bb6 JSActivation should inline allocate its registers, and eliminate by ggaren@apple.com · 13 years ago
- 22896bd Fix build break with LLINT on 32bit machine after r128219 by ryuan.choi@samsung.com · 13 years ago
- 1fd8427 Build fixed for http://trac.webkit.org/changeset/128243 by msaboff@apple.com · 13 years ago
- b0ed152 Build fixed for http://trac.webkit.org/changeset/128243 by msaboff@apple.com · 13 years ago
- ac39e69 Update ICU header files to more recent version by msaboff@apple.com · 13 years ago
- 431ac37 OS X port should compile with newer versions of clang by mlilek@apple.com · 13 years ago
- 4cafdbd LLInt should optimize and profile array length accesses by fpizlo@apple.com · 13 years ago
- 7208060 [EFL] Rewrite the EFL-related Find modules by rakuco@webkit.org · 13 years ago
- 10e70b0 [EFL] Unreviewed build fix after r128065. by rakuco@webkit.org · 13 years ago
- bd52e3e Remove m_classInfo from JSCell https://bugs.webkit.org/show_bug.cgi?id=96311 by mhahnenberg@apple.com · 13 years ago
- 6159e5f Added large allocation support to MarkedSpace by ggaren@apple.com · 13 years ago
- 3dd01f5 Try to fix the Windows (32-bit) build. by ggaren@apple.com · 13 years ago
- 84a6102 DFG misses arguments tear-off for function.arguments if 'arguments' is used by ggaren@apple.com · 13 years ago
- 5e60588 offlineasm has some impossible to implement, and unused, instructions by fpizlo@apple.com · 13 years ago
- 63a291e Refactored op_tear_off* to support activations that don't allocate space for 'arguments' by ggaren@apple.com · 13 years ago
- 9d9745e [JSC] Use StringBuilder::appendNumber() instead of String::number() by paroga@webkit.org · 13 years ago
- a57e671 Combine MarkStack and SlotVisitor into single class by mhahnenberg@apple.com · 13 years ago
- c3f4dbd [EFL] JIT memory usage is not retrieved by commit-queue@webkit.org · 13 years ago
- 934f408 [CMake][EFL] Enable the LLInt https://bugs.webkit.org/show_bug.cgi?id=92682 by commit-queue@webkit.org · 13 years ago
- fce6c13 Unreviewed. Fix make distcheck. by carlosgc@webkit.org · 13 years ago
- 88e66d6 Source/JavaScriptCore: Fixed a few llint C++ interpreter bugs. by commit-queue@webkit.org · 13 years ago
- 4d25597 Add StringBuilder::appendNumber() and use it by paroga@webkit.org · 13 years ago
- 93e6a74 Make the String initialization on the function side of String::number() by paroga@webkit.org · 13 years ago
- e799660 Rolled out <http://trac.webkit.org/changeset/127939> because it broke by ggaren@apple.com · 13 years ago
- 7c849af LLInt buildfix for case sensitive filesystems by ossy@webkit.org · 13 years ago
- c9b7a20 Rename the ustring() accessor to string() by benjamin@webkit.org · 13 years ago
- 61e408f Versioning. by lforschler@apple.com · 13 years ago
- a5e3a16 CALLFRAME_OFFSET and EXCEPTION_OFFSET are same in ctiTrampoline on ARM Thumb2 by barraclough@apple.com · 13 years ago
- c9b3da7 Unreviewed, rolling out r127938. by commit-queue@webkit.org · 13 years ago
- 640e9be Refactored bytecode generator initialization to support moving captured vars around by ggaren@apple.com · 13 years ago
- b3fcc5a Source/JavaScriptCore: Fix a llint C++ interpreter bugs. by commit-queue@webkit.org · 13 years ago
- 885da32 Object.prototype.__define{G,S}etter__ with non-callable second parameter should throw TypeError instead of SyntaxError by barraclough@apple.com · 13 years ago
- 66b96f2 JSC should have a zombie mode https://bugs.webkit.org/show_bug.cgi?id=96047 by mhahnenberg@apple.com · 13 years ago
- f820008 Source/JavaScriptCore: Rolled back in <http://trac.webkit.org/changeset/127698> with a fix for by ggaren@apple.com · 13 years ago
- f25bc16 16 bit JSRopeString up converts an 8 bit fibers to 16 bits during resolution by msaboff@apple.com · 13 years ago
- 9bab516 JS test suite puts incorrect limitations on Function.toString() by barraclough@apple.com · 13 years ago
- 3785b2d Performance regressions on 32-bit platforms with revisions 125637 and 126387 by yuqiang.xian@intel.com · 13 years ago
- b692087 Rolled out <http://trac.webkit.org/changeset/127698> because it broke by ggaren@apple.com · 13 years ago
- 8a89a85 Renamed useYarrJIT() option to useRegExpJIT(). Also fixed regression in by commit-queue@webkit.org · 13 years ago
- 4da462c Build fix for Interpreter after r127698. by paroga@webkit.org · 13 years ago
- d9e9629 Named functions should not allocate scope objects for their names by ggaren@apple.com · 13 years ago
- 9b6b67b a = data[a]++; sets the wrong key in data by barraclough@apple.com · 13 years ago
- e3aa3f5 Bug, assignment within subscript of prefix/postfix increment of bracket access by barraclough@apple.com · 13 years ago
- ff7867a Merge prefix/postfix nodes https://bugs.webkit.org/show_bug.cgi?id=95898 by barraclough@apple.com · 13 years ago
- 229ad85 Remove use of JSCell::classInfoOffset() from tryCacheGetByID by mhahnenberg@apple.com · 13 years ago
- 6e30982 Throw exceptions when assigning to const in strict mode by ggaren@apple.com · 13 years ago
- 3413a01 Refactored callee access in the DFG to support it in the general case by ggaren@apple.com · 13 years ago