- 0dd3898 [Win] Fix AppleWin build https://bugs.webkit.org/show_bug.cgi?id=206299 by pvollan@apple.com · 5 years ago
- 2c313fe [Win] Fix internal build https://bugs.webkit.org/show_bug.cgi?id=200519 by pvollan@apple.com · 5 years ago
- 7fff7df Switch windows build to Visual Studio 2017 by commit-queue@webkit.org · 7 years ago
- c7c7df5 [Win] Cannot find script to generate unified sources. by pvollan@apple.com · 7 years ago
- fd2ebff [Win] Copy build results to AAS 'Program Files' folder. by pvollan@apple.com · 8 years ago
- 8cd6b92 [Win] CMake build type is not set. by pvollan@apple.com · 8 years ago
- a43d585 Fix WebInspectorUI in internal Windows build by achristensen@apple.com · 8 years ago
- 823b24d Clean up JavaScriptCore.vcxproj directory after switching to CMake. by achristensen@apple.com · 9 years ago
- 08209b0 [Win] Remove Windows XP Compatibility Requirements by peavo@outlook.com · 9 years ago
- d6b7980 [Win] [64-bit] Remove MSVC 2013 FMA3 Bug Workaround by peavo@outlook.com · 9 years ago
- b796640 Remove vcxproj build system https://bugs.webkit.org/show_bug.cgi?id=154388 by achristensen@apple.com · 9 years ago
- d38d068 Add ability to generate a Heap Snapshot by commit-queue@webkit.org · 9 years ago
- 268ff5b Unreviewed, rolling out r197226 and r197256. by commit-queue@webkit.org · 9 years ago
- 5e9b065 [ES6] Add support for Unicode regular expressions by msaboff@apple.com · 9 years ago
- 299186b Reduce size of internal windows build output by commit-queue@webkit.org · 9 years ago
- e51b9bb Make it cheap to #include "JITOperations.h" by fpizlo@apple.com · 9 years ago
- ef07908 Remove the on demand executable allocator by oliver@apple.com · 9 years ago
- bb474be Remove more LLVM related dead code after r196729 by ossy@webkit.org · 9 years ago
- 7b5cdf0 Unreviewed, fix VS build. I didn't know we still did that, but apparently there's a bot by fpizlo@apple.com · 9 years ago
- 3011bf1 Fix internal Windows build by achristensen@apple.com · 9 years ago
- 003a0b8 Fix internal Windows build by achristensen@apple.com · 9 years ago
- 9ee6c72 Remove references to CallFrameInlines.h by aakash_jain@apple.com · 9 years ago
- 0a5cd4e Native Bindings Descriptors are Incomplete by cdumez@apple.com · 9 years ago
- d3d0c00 JSC Sampling Profiler: Come up with a (program counter => CodeOrigin) mapping by sbarati@apple.com · 9 years ago
- a4ce86b Implement a sampling profiler https://bugs.webkit.org/show_bug.cgi?id=151713 by sbarati@apple.com · 9 years ago
- ea3046b [JSC] Iterating over a Set/Map is too slow by utatane.tea@gmail.com · 9 years ago
- a16c9f0 [ES6] Arrow function syntax. Get rid of JSArrowFunction and use standard JSFunction class by commit-queue@webkit.org · 9 years ago
- 552595b [ES6][ES7] Drop Constructability of generator function by utatane.tea@gmail.com · 9 years ago
- 6f5a902 Snippefy op_negate for the baseline JIT. by mark.lam@apple.com · 9 years ago
- bad59ea Replace SpecialFastCase profiles with ResultProfiles. by mark.lam@apple.com · 9 years ago
- 15efa4d Fix internal Windows build by achristensen@apple.com · 9 years ago
- f345b4e Refactoring to reduce potential cut-paste errors with the FTL ICs. by mark.lam@apple.com · 9 years ago
- c53f8e8 Snippefy shift operators for the baseline JIT. by mark.lam@apple.com · 9 years ago
- d75c5b5 Rename JITBitwiseBinaryOpGenerator to JITBitBinaryOpGenerator. by mark.lam@apple.com · 9 years ago
- 8e04589 Snippefy bitwise operators for the baseline JIT. by mark.lam@apple.com · 9 years ago
- fdd9bf4 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature by utatane.tea@gmail.com · 9 years ago
- 44c6282 Unreviewed, rolling out r192914. https://bugs.webkit.org/show_bug.cgi?id=151734 by commit-queue@webkit.org · 9 years ago
- d688eaf [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature by utatane.tea@gmail.com · 9 years ago
- a8ebc76 Refactor FTL sub snippet code to support general binary op snippets. by mark.lam@apple.com · 9 years ago
- d0ace2c Snippefy op_div for the baseline JIT. by mark.lam@apple.com · 9 years ago
- 94db3ba Snippefy op_mul for the baseline JIT. by mark.lam@apple.com · 9 years ago
- b69a958 The BinarySnippetRegisterContext needs to copy the result back from the scratch register. by mark.lam@apple.com · 9 years ago
- 3682e7e Create an FTLExceptionHandlerManager abstraction by sbarati@apple.com · 9 years ago
- c13003f Rename FTL's ExitArgumentList to something more indicative of what it is by sbarati@apple.com · 9 years ago
- e1246e5 Web Inspector: $0 stops working after navigating to a different domain by commit-queue@webkit.org · 9 years ago
- cb5d6e1 Snippefy op_add for the baseline JIT. by mark.lam@apple.com · 9 years ago
- 319f91e JITSubGenerator::generateFastPath() does not need to be inlined. by mark.lam@apple.com · 9 years ago
- bb698fe [Win] Fix the Windows builds. https://bugs.webkit.org/show_bug.cgi?id=150300 by commit-queue@webkit.org · 9 years ago
- 2d216af [Win] Fix the Windows build. https://bugs.webkit.org/show_bug.cgi?id=150278 by commit-queue@webkit.org · 9 years ago
- 4ce3a18 Fix Windows build. by andersca@apple.com · 9 years ago
- 998958b Move all the probe trampolines into their respective MacroAssembler files. by mark.lam@apple.com · 9 years ago
- acc993c [Win] Enforce launcher/library naming scheme by bfulgham@apple.com · 9 years ago
- 8dde06b GC should have a Baker barrier for concurrent copying by fpizlo@apple.com · 9 years ago
- 6e69796 FTL should generate code to call slow paths lazily by fpizlo@apple.com · 9 years ago
- cef88ec Remove unused RecursiveAllocationScope by commit-queue@webkit.org · 9 years ago
- 0441e38 Add an LLVM IR generator for WebAssembly by sukolsak@gmail.com · 9 years ago
- 3cb36ea Allow an object's marking state to track The Three Colors by fpizlo@apple.com · 9 years ago
- 4dd7f2e [ES6] Add TypedArray.prototype functionality. by keith_miller@apple.com · 9 years ago
- b2e1afc Unreviewed, rolling out r190367 and r190373. by commit-queue@webkit.org · 9 years ago
- cdd479b Source/JavaScriptCore: Relanding r190289 with the following two fixes: by msaboff@apple.com · 9 years ago
- a4b4a2b [ES6] Add TypedArray.prototype functionality. by keith_miller@apple.com · 9 years ago
- 49ec21d Unreviewed, rolling out r190289. https://bugs.webkit.org/show_bug.cgi?id=149647 by commit-queue@webkit.org · 9 years ago
- 68627fc6 [ES6] Implement tail calls in the FTL by msaboff@apple.com · 9 years ago
- 5f86606 VMs should share GC threads by fpizlo@apple.com · 9 years ago
- 9ddfc96 [Win] Switch to CMake https://bugs.webkit.org/show_bug.cgi?id=148111 by achristensen@apple.com · 9 years ago
- 42e88d0 GCThreadSharedData is just a bad way of saying Heap by fpizlo@apple.com · 9 years ago
- 1283577 JSC should infer property types https://bugs.webkit.org/show_bug.cgi?id=148610 by fpizlo@apple.com · 9 years ago
- 4cd77e6 [ES6] Tail call fast path should efficiently reuse the frame's stack space by msaboff@apple.com · 9 years ago
- 36c1340 Implement try/catch in the DFG. https://bugs.webkit.org/show_bug.cgi?id=147374 by sbarati@apple.com · 9 years ago
- 21bd737 Remove register preservation and restoration stub code by msaboff@apple.com · 9 years ago
- 6abed91 Unreviewed, rolling out r189938, r189952, and r189956. by commit-queue@webkit.org · 9 years ago
- 17a4494 Implement try/catch in the DFG. https://bugs.webkit.org/show_bug.cgi?id=147374 by sbarati@apple.com · 9 years ago
- c15ae7e [ES6] Implement tail calls in the LLInt and Baseline JIT by msaboff@apple.com · 9 years ago
- 8359789 Rollout r189774 and 189818. by msaboff@apple.com · 9 years ago
- b863675 [ES6] Implement tail calls in the LLInt and Baseline JIT by msaboff@apple.com · 9 years ago
- e7ec7fb LLInt get/put inline caches shouldn't use tons of opcodes by fpizlo@apple.com · 9 years ago
- 1b8c758 Unreviewed, rolling out r189751, r189752, and r189754. by commit-queue@webkit.org · 9 years ago
- 6324086 LLInt get/put inline caches shouldn't use tons of opcodes by fpizlo@apple.com · 9 years ago
- b26b524 There should be one stub hanging off an inline cache that contains code for all of the cases, rather than forming a linked list consisting of one stub per case by fpizlo@apple.com · 9 years ago
- 0208546 Add support for Callee-Saves registers by msaboff@apple.com · 9 years ago
- 550c6c3 DFG should have a debugging option that runs a phase that flushes all locals by saambarati1@gmail.com · 9 years ago
- 516b0c0 Gardening: fix broken Windows build after r189454. by mark.lam@apple.com · 9 years ago
- 049aa9a [ES6] Implement ModuleNamespaceObject by utatane.tea@gmail.com · 9 years ago
- 3ced776 Web Inspector: InspectorController should support multiple frontend channels by bburg@apple.com · 9 years ago
- 3ed5a3a Get rid of FTLValueFormat https://bugs.webkit.org/show_bug.cgi?id=148448 by basile_clement@apple.com · 9 years ago
- 2bbff5d Introduce RegisterMap<T> https://bugs.webkit.org/show_bug.cgi?id=148335 by basile_clement@apple.com · 9 years ago
- aeb295b Unreviewed, rolling out r189338. https://bugs.webkit.org/show_bug.cgi?id=148785 by cdumez@apple.com · 9 years ago
- 6c38958 [ES6] Instantiate Module Environment bindings and execute module by utatane.tea@gmail.com · 9 years ago
- e1d8987 Web Inspector: InspectorController should support multiple frontend channels by bburg@apple.com · 9 years ago
- 7a79726 Get rid of RepatchBuffer and replace it with static functions by fpizlo@apple.com · 9 years ago
- 96bd443 Initial implementation of WebAssembly function compiler by commit-queue@webkit.org · 9 years ago
- 060e751 Block scoped variables should be visible across scripts by saambarati1@gmail.com · 9 years ago
- b195d02 [JSC] Get rid of DFG's MergeMode https://bugs.webkit.org/show_bug.cgi?id=148245 by benjamin@webkit.org · 9 years ago
- a33834a Refactor the JIT printer out of the AbstractMacroAssembler into MacroAssemblerPrinter. by mark.lam@apple.com · 9 years ago
- 4218f53 Move std::function from JSFunction into NativeStdFunctionCell to correctly destroy the heap allocated std::function by utatane.tea@gmail.com · 9 years ago
- 9d5341c Unreviewed Windows buildfix. by ossy@webkit.org · 9 years ago
- dfbece3 Unreviewed Windows buildfix. by ossy@webkit.org · 9 years ago
- 3d2f5ec [Win] Unreviewed build fix after r189064. by bfulgham@apple.com · 9 years ago
- d5da9dd [Win] Unreviewed build fix after r189064. by bfulgham@apple.com · 9 years ago
- 127015c watchdog m_didFire state erroneously retained. by mark.lam@apple.com · 9 years ago