Commits
User selector
Commit History
Commits on Jun 18, 2021
Define MacroAssemblerARM64E::numberOfPACBits based on OS_CONSTANT(EFFECTIVE_ADDRESS_WIDTH).
Show description for 2a47bc2committed
Mark Lam
Commits on Jul 17, 2020
[WTF] Remove the unnecessary inner class DefaultHash<T>::Hash
Show description for 247ce69committed
Commits on Jan 21, 2020
Platform.h is out of control Part 8: Macros are used inconsistently
Show description for 850aa2dcommitted
Sam Weinig
Commits on Jan 17, 2020
Reland bytecode checkpoints since bugs have been fixed
Show description for 198b075committed
Commits on Jan 15, 2020
Revert bytecode checkpoints since it breaks watch
Show description for 356c0f3committed
Commits on Dec 24, 2019
DFG/FTL should be able to exit to the middle of a bytecode
Show description for c131525committed
Commits on Oct 25, 2019
REGRESSION(r251468): Build, test failures in 32-bit JSC after BytecodeIndex refactoring
Show description for f13b1e5committed
Commits on Oct 23, 2019
BytecodeIndex should be a proper C++ class
Show description for ee2d3efcommitted
Commits on Sep 18, 2019
Use constexpr instead of const in symbol definitions that are obviously constexpr.
Show description for 4875082committed
Mark Lam
Commits on May 12, 2019
[JSC] Compress Watchpoint size by using enum type and Packed<> data structure
Show description for e9fac8fcommitted
Commits on Mar 22, 2019
[JSC] Fix build after r243232 on unsupported 64bit architectures
Show description for 86c67f1committed
Commits on Mar 20, 2019
Compress CodeOrigin into a single word in the common case
Show description for 7d0bd26committed
Robin Morisset
Commits on Jul 22, 2018
We should support CreateThis in the FTL
Show description for d96818bcommitted
Filip Pizlo
Commits on Jun 25, 2017
Remove excessive headers from JavaScriptCore
Show description for 10859d7committed
Commits on Sep 28, 2016
Unreviewed, rolling out r206522.
Show description for 80675e4committedUnreviewed, rolling out r206506.
Show description for 16139c4committedAdopt #pragma once in JavaScriptCore
Show description for 359b077authored andcommitted
Commits on Sep 22, 2016
Remove a bunch of unnecessary includes
Show description for 0e25412committed
Commits on Aug 15, 2016
Remove unused includes of wtf headers
Show description for 128d8bbauthored andcommitted
Commits on Jul 2, 2016
Scopes that are not under TDZ should still push their variables onto the TDZ stack so that lifting TDZ doesn't bypass that scope
Show description for 59a7a2dcommitted
Filip Pizlo
Commits on Jan 30, 2016
JSC Sampling Profiler: Come up with a (program counter => CodeOrigin) mapping
Show description for d707ceecommitted
Commits on Oct 12, 2015
FTL should generate code to call slow paths lazily
Show description for ba756a9committed
Filip Pizlo
Commits on Oct 9, 2015
2015-10-09 Geoffrey Garen <ggaren@apple.com>
Show description for 20fd129committed2015-10-09 Geoffrey Garen <ggaren@apple.com>
Show description for d2b0369committed
Commits on Oct 7, 2015
Unreviewed, rolling back in r190450
Show description for 3a2f206committed
Commits on Oct 6, 2015
Unreviewed, rolling out r190589.
Show description for ee01594committed
Commits on Oct 5, 2015
Unreviewed, rolling back in r190450
Show description for 4760604committed
Commits on Oct 4, 2015
Unreviewed, rolling out r190522.
Show description for 3f6b1e9committed
Commits on Oct 2, 2015
Unreviewed, rolling back in r190450
Show description for 0ec3ce0committed
Commits on Sep 24, 2015
[ES6] Implement tail calls in the DFG
Show description for 458f182committed
Commits on Sep 21, 2015
WebCore shouldn't have to include DFG headers
Show description for ccd7e66committed
Filip Pizlo
Commits on Aug 18, 2015
Split InlineCallFrame into its own file
Show description for 732f38ccommitted
Commits on Apr 13, 2015
JSC should detect singleton functions
Show description for c94683fcommitted
Filip Pizlo
Commits on Mar 26, 2015
Heap variables shouldn't end up in the stack frame
Show description for 329af67committed
Filip Pizlo
Commits on Feb 18, 2015
DFG should really support varargs
Show description for b90c23dcommitted
Filip Pizlo