Commits
User selector
Commit History
Commits on Apr 8, 2021
Use Hasher more, remove IntegerHasher, fix hashing-related mistakes
Show description for f92fb8ecommitted
Commits on May 30, 2020
We need to properly model heap ranges of Delete in DFG/B3
Show description for fc0287fcommitted
Commits on Apr 12, 2020
Fix a few mispellings of descendant and propagation
Show description for 4b1142ccommitted
Commits on Dec 14, 2017
JSObjects should have a mask for loading indexed properties
Show description for 0260639committed
Commits on Sep 28, 2016
The write barrier should be down with TSO
Show description for 2d5ac5ecommitted
Filip PizloUnreviewed, 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 Feb 28, 2016
FTL should lower its abstract heaps to B3 heap ranges
Show description for 35047a1committed
Filip Pizlo
Commits on Feb 18, 2016
Remove remaining references to LLVM, and make sure comments refer to the backend as "B3" not "LLVM"
Show description for 5cf15facommitted
Filip PizloRemove LLVM dependencies from WebKit
Show description for bbc738dcommitted
Filip Pizlo
Commits on Nov 20, 2015
B3 should have a Select opcode
Show description for 4f923dccommitted
Filip Pizlo
Commits on Nov 18, 2015
[JSC] Make LBasicBlock into an alias for B3::BasicBlock. #ifdef anything that does not compile
Show description for c8ffc84authored andcommitted
[JSC] Untangle the dependencies on FTLAbbreviations a bit
Show description for a774e68authored andcommitted
Commits on Mar 26, 2015
Heap variables shouldn't end up in the stack frame
Show description for 329af67committed
Filip Pizlo
Commits on Dec 12, 2014
Final clean up OwnPtr in JSC - runtime, ftl, and tool directories
Show description for 7b1b393committed
Gyuyoung Kim
Commits on Sep 22, 2014
FTL should store the four bytes of the cell header using a 32-bit store rather than four 8-bit stores
Show description for ea0d4cbcommitted
Filip Pizlo
Commits on Feb 20, 2014
Get rid of redundant Platform.h includes
Show description for d946cd4committed
Commits on Jan 29, 2014
Merge the jsCStack branch
Show description for a3ac51dcommitted
Commits on Dec 10, 2013
Replace use of WTF::FixedArray with std::array
Show description for 15fc8f5committed
Sam Weinig
Commits on Sep 26, 2013
Change a couple of HashMap value types from OwnPtr to std::unique_ptr
Show description for bf5323fcommitted
Anders Carlsson
Commits on Sep 7, 2013
Get rid of FastAllocBase.h
Show description for a1118e6committed
Anders Carlsson
Commits on Jul 25, 2013
fourthTier: FTL shouldn't use the LLVM global context, and should instead create its own context for each compilation
Show description for 26fabdacommittedfourthTier: Landing the initial FTL logic in a single commit to avoid spurious
Show description for 760b8f1committed
Loading