Commits
User selector
Commit History
Commits on Sep 18, 2021
Use std::min/max
Show description for a0060b6authored andcommitted
Commits on Sep 15, 2021
Add a root node to profiler traces
Show description for 2b71f38authored andcommitted
Commits on Sep 14, 2021
Delete outlining code
Show description for 94d80aeauthored andcommittedStore ArgIterator in NativeArgs
Show description for bb00685authored andcommitted
Commits on Sep 11, 2021
Separate register stack start from allocation
Show description for 6b14e6dauthored andcommittedAdd ArgIterator
Show description for 8307097authored andcommittedRemove StackIncrement
Show description for 2903f4bauthored andcommitted
Commits on Aug 31, 2021
Replace StringCycleChecker with scope guard
Show description for 76be193authored andcommittedAllow dominator tree visitor to use const DominanceInfo
Show description for 295b4e1authored andcommitted
Commits on Aug 28, 2021
Remove custom VTable from TypedArray
Show description for d5874bfauthored andcommittedFactor metadata into 3 pieces
Show description for 194861dauthored andcommittedPass SmallHermesValue into putNamedThrowOnError
Show description for 7632a71authored andcommitted
Commits on Aug 27, 2021
Inline Hades write barrier fast paths
Show description for 761c637authored andcommittedAdd CompressedPointer overloads for segment checks
Show description for dce3f48authored andcommittedInline Hades alloc fast path
Show description for c77bd8aauthored andcommittedUse preprocessor to handle slot types
Show description for ceb7cdeauthored andcommittedPut metadata table in global array
Show description for d259fbbauthored andcommittedFix style of public members in Metadata
Show description for 41a9a34authored andcommittedStore offsets in contiguous array
Show description for 1933178authored andcommittedShrink ArrayData fields
Show description for 6546fbaauthored andcommitted
Commits on Aug 26, 2021
Remove lastValue_ in serialised literal parser
Show description for 54cca04authored andcommittedSeparate key and value processing for objects in buffer
Show description for e8cb2a1authored andcommitted
Commits on Aug 20, 2021
expose a C API
Show description for 87f90b7authored andcommittedimprove scanning of magic block comments
Show description for da7d75fauthored andcommittedBuffered errors don't need coordinates
Show description for b02f2a6authored andcommittedStreamline includes
Show description for f7ac40bauthored andcommittedInitialise FunctionHeader flags in generateBytecodeFunction
Show description for 4e6e5b1authored andcommitted
Commits on Aug 13, 2021
Rename UNICODE to UCODE in SyntaxFlags
Show description for 0d06317authored andcommitted
Commits on Aug 12, 2021
add NodeString, define NodeKind as 32-bit
Show description for 35559d1authored andcommitted
Commits on Aug 9, 2021
LiteralNumber should have int32 type if representable
Show description for fcdf8f1authored andcommitted
Commits on Aug 6, 2021
Eliminate use of CompressedPointer::getLoc
Show description for 994d873authored andcommittedRemove use of CompressedPointer::getLoc in WeakRoots
Show description for 81072adauthored andcommittedOnly consider StoreNewOwnPropertyInst in LowerAllocObject
Show description for 36f1496authored andcommittedRemove special case for numeric properties in StoreNewOwnPropertyInst
Show description for 11139b8authored andcommittedMake CallIntrinsicInst a regular instruction
Show description for 54fe592authored andcommitted