Commits
User selector
Commit History
Commits on Oct 8, 2020
Add static pinned double constants
Show description for 2cfdfe2authored andcommitted
Commits on Sep 11, 2020
Add LLVM_NODISCARD to runtime error throwing functions.
Show description for 61dd028authored andcommitted
Commits on Aug 20, 2020
Rename copyUTF16String to appendUTF16String
Show description for e950206authored andcommitted
Commits on Aug 6, 2020
Add JSRegExp::initialize overload to avoid recompiling regex
Show description for faf9608authored andcommitted
Commits on Aug 5, 2020
Remove runtime flag validation
Show description for 9a958c4authored andcommitted
Commits on Jul 28, 2020
include the flags in the invalid flags msg
Show description for 8f59f35authored andcommittedsupply comments to regExpInitialize
Show description for c3c3273authored andcommitted
Commits on Jul 1, 2020
rename LLVM to LLVH
Show description for 4f15a2eauthored andcommitted
Commits on Jun 19, 2020
Take ArrayRef in regex constructor
Show description for 3e63d35authored andcommitted
Commits on Jun 16, 2020
Rename Compiler.h to Regex.h
Show description for 41aa1caauthored andcommittedRestore runtime flag validation and unbump bytecode version
Show description for e9c80a0authored andcommitted
Commits on Jun 15, 2020
Validate regex flags at compile time
Show description for db57e8cauthored andcommittedChange runtime error message for invalid RegExp
Show description for 872d6eaauthored andcommittedFactor out flag validation
Show description for ace955cauthored andcommitted
Commits on May 28, 2020
Remove calls to AllocationLocationTracker for native memory
Show description for 4c468bcauthored andcommitted
Commits on Mar 31, 2020
Add stack-trace data to Chrome heap snapshots
Show description for 7c7f915authored andcommitted
Commits on Feb 26, 2020
Return `PseudoHandle` from GCCell creation functions.
Show description for 8f71bceauthored andcommitted
Commits on Jan 14, 2020
Make direct property slots trailing and overlapping w/ C++ fields of subclasses
Show description for a93ce9fauthored andcommittedRevert D19318820: Make direct property slots trailing and overlapping w/ C++ fields of subclasses
Show description for 8d57632authored andcommitted
Revert D19318598: Refactor creation of JS objects
Show description for cc56574authored andcommitted
Refactor creation of JS objects
Show description for c4d8d8fauthored andcommittedMake direct property slots trailing and overlapping w/ C++ fields of subclasses
Show description for eca1f1cauthored andcommitted
Commits on Jan 6, 2020
Implement RegExp dotall flag.
Show description for 968a809authored andcommitted
Commits on Dec 31, 2019
Back out "Compute overlapping direct property slots and shift other properties accordingly"
Show description for d1415aaauthored andcommittedBack out "Make direct property slots trailing and overlapping w/ C++ fields of subclasses"
Show description for 974c2d1authored andcommitted
Commits on Dec 23, 2019
Make direct property slots trailing and overlapping w/ C++ fields of subclasses
Show description for 1e7bb00authored andcommittedCompute overlapping direct property slots and shift other properties accordingly
Show description for a80cbb7authored andcommitted
Commits on Dec 19, 2019
Add support for addLocations callback in GCCells
Show description for c8a59beauthored andcommitted
Commits on Dec 13, 2019
Cleanup some manual setup of DefinePropertyFlags
Show description for 6be64adauthored andcommitted
Commits on Dec 5, 2019
Refactor internal properties support
Show description for b80ad1eauthored andcommittedEliminate <NEEDED_PROPERTY_SLOTS> boilerplate
Show description for 5ac6a09authored andcommitted
Commits on Nov 18, 2019
Ensure that all native memory tracked by snapshots is cleaned up
Show description for d66b287authored andcommitted
Commits on Nov 6, 2019
Shrink JSRegExp
Show description for 014a0a9authored andcommitted
Commits on Oct 29, 2019
Avoid naked sizeof(C) for GCCell classes
Show description for 06147eeauthored andcommitted
Commits on Oct 22, 2019
external memory charge in a VTable callback
Show description for a3ce897authored andcommitted