2019-08-01 |
keith_miller@apple.com | Fix bug in testMulImm32SignExtend
|
commit | commitdiff | tree |
2019-07-24 |
keith_miller@apple.com | Add cheat sheet comment for HashMap/Set iterator/AddResult
|
commit | commitdiff | tree |
2019-07-17 |
keith_miller@apple.com | Force useLLInt to true on arm64_32
|
commit | commitdiff | tree |
2019-07-16 |
keith_miller@apple.com | Unreviewed, test262 gardening.
|
commit | commitdiff | tree |
2019-07-16 |
keith_miller@apple.com | JSGlobalObject type macros should support feature flags...
|
commit | commitdiff | tree |
2019-07-16 |
keith_miller@apple.com | A Possible Issue of Object.create method
|
commit | commitdiff | tree |
2019-07-16 |
keith_miller@apple.com | Update test262
|
commit | commitdiff | tree |
2019-07-13 |
keith_miller@apple.com | Increase JSValue cage size on iOS and reduce the max...
|
commit | commitdiff | tree |
2019-07-12 |
keith_miller@apple.com | Add API to get all the dependencies of a given JSScript
|
commit | commitdiff | tree |
2019-07-12 |
keith_miller@apple.com | getIndexQuickly should be const
|
commit | commitdiff | tree |
2019-07-09 |
keith_miller@apple.com | Enable Intl.PluralRules and Intl.NumberFormatToParts...
|
commit | commitdiff | tree |
2019-07-03 |
keith_miller@apple.com | PACCage should first cage leaving PAC bits intact then...
|
commit | commitdiff | tree |
2019-07-02 |
keith_miller@apple.com | Frozen Arrays length assignment should throw in strict...
|
commit | commitdiff | tree |
2019-07-02 |
keith_miller@apple.com | PACCage should first cage leaving PAC bits intact then...
|
commit | commitdiff | tree |
2019-06-26 |
keith_miller@apple.com | speciesConstruct needs to throw if the result is a...
|
commit | commitdiff | tree |
2019-06-26 |
keith_miller@apple.com | remove unneeded didBecomePrototype() calls
|
commit | commitdiff | tree |
2019-06-26 |
keith_miller@apple.com | CagedPtr doesn't merge PAC bits back into the resulting...
|
commit | commitdiff | tree |
2019-06-25 |
keith_miller@apple.com | Unreviewed, windows build fix.
|
commit | commitdiff | tree |
2019-06-25 |
keith_miller@apple.com | Add didBecomePrototype() calls to global context prototypes
|
commit | commitdiff | tree |
2019-06-25 |
keith_miller@apple.com | Structure::create should call didBecomePrototype()
|
commit | commitdiff | tree |
2019-06-18 |
keith_miller@apple.com | Unreviewed, fix signature of currentWeakRefVersion...
|
commit | commitdiff | tree |
2019-06-18 |
keith_miller@apple.com | webkit-patch should allow for a bugzilla url not just...
|
commit | commitdiff | tree |
2019-06-18 |
keith_miller@apple.com | Add support for WeakRef
|
commit | commitdiff | tree |
2019-06-18 |
keith_miller@apple.com | MaybeParseAsGeneratorForScope sometimes loses track...
|
commit | commitdiff | tree |
2019-06-14 |
keith_miller@apple.com | Restore PAC based cage.
|
commit | commitdiff | tree |
2019-06-10 |
keith_miller@apple.com | Make new Symbol/Promise API public
|
commit | commitdiff | tree |
2019-06-06 |
keith_miller@apple.com | Fix typo in cageWithoutUntagging
|
commit | commitdiff | tree |
2019-06-06 |
keith_miller@apple.com | Unrevied build fix for FTL without Gigacage.
|
commit | commitdiff | tree |
2019-06-06 |
keith_miller@apple.com | Reenable Gigacage on ARM64.
|
commit | commitdiff | tree |
2019-06-02 |
keith_miller@apple.com | Reenable Gigacage on ARM64.
|
commit | commitdiff | tree |
2019-05-30 |
keith_miller@apple.com | IsoHeaps don't notice uncommitted VA becoming the first...
|
commit | commitdiff | tree |
2019-05-21 |
keith_miller@apple.com | Unreviewed, add mistakenly ommited initializer.
|
commit | commitdiff | tree |
2019-05-21 |
keith_miller@apple.com | Unreviewed build fix add UNUSED_PARAM.
|
commit | commitdiff | tree |
2019-05-21 |
keith_miller@apple.com | Cleanup Yarr regexp code around paren contexts.
|
commit | commitdiff | tree |
2019-05-17 |
keith_miller@apple.com | Wasm should cage the memory base pointers in structs
|
commit | commitdiff | tree |
2019-05-14 |
keith_miller@apple.com | Fix issue with byteOffset on ARM64E
|
commit | commitdiff | tree |
2019-05-10 |
keith_miller@apple.com | Update test262 tests.
|
commit | commitdiff | tree |
2019-05-10 |
keith_miller@apple.com | Remove legacy test262 import script
|
commit | commitdiff | tree |
2019-05-10 |
keith_miller@apple.com | Fix crashes related to pointer authentication for primitive...
|
commit | commitdiff | tree |
2019-05-09 |
keith_miller@apple.com | Unreview, fix test to have a try-catch.
|
commit | commitdiff | tree |
2019-05-09 |
keith_miller@apple.com | parseStatementListItem needs a stack overflow check
|
commit | commitdiff | tree |
2019-05-09 |
keith_miller@apple.com | REGRESSION (r245064): ASSERTION FAILED: m_ptr seen...
|
commit | commitdiff | tree |
2019-05-08 |
keith_miller@apple.com | Remove Gigacage from arm64 and use PAC for arm64e instead
|
commit | commitdiff | tree |
2019-05-07 |
keith_miller@apple.com | JSWrapperMap should check if existing prototype properties...
|
commit | commitdiff | tree |
2019-04-30 |
keith_miller@apple.com | Fix failing ARM64E wasm tests
|
commit | commitdiff | tree |
2019-04-19 |
keith_miller@apple.com | Add script to merge run_benchmark jsons
|
commit | commitdiff | tree |
2019-03-25 |
keith_miller@apple.com | ASSERTION FAILED: m_op == CompareStrictEq in JSC::DFG...
|
commit | commitdiff | tree |
2019-03-25 |
keith_miller@apple.com | Unreviewed, forgot to refactor variable name for windows...
|
commit | commitdiff | tree |
2019-03-24 |
keith_miller@apple.com | Refactor clz/ctz and fix getLSBSet.
|
commit | commitdiff | tree |
2019-03-14 |
keith_miller@apple.com | DFG liveness can't skip tail caller inline frames
|
commit | commitdiff | tree |
2019-02-27 |
keith_miller@apple.com | Code quality cleanup in NeverDestroyed
|
commit | commitdiff | tree |
2019-02-23 |
keith_miller@apple.com | Add new mac target numbers
|
commit | commitdiff | tree |
2019-02-19 |
keith_miller@apple.com | Code quality cleanup in NeverDestroyed
|
commit | commitdiff | tree |
2019-02-09 |
keith_miller@apple.com | We should only make rope strings when concatenating...
|
commit | commitdiff | tree |
2019-02-08 |
keith_miller@apple.com | Better error messages for module loader SPI
|
commit | commitdiff | tree |
2019-02-05 |
keith_miller@apple.com | Change llint operand macros to inline functions
|
commit | commitdiff | tree |
2019-01-30 |
keith_miller@apple.com | mul32 should convert powers of 2 to an lshift
|
commit | commitdiff | tree |
2019-01-30 |
keith_miller@apple.com | Remove default constructor from LLIntPrototypeLoadAdaptiveSt...
|
commit | commitdiff | tree |
2019-01-25 |
keith_miller@apple.com | Remove usage of internal macro from private header
|
commit | commitdiff | tree |
2019-01-19 |
keith_miller@apple.com | JSScript API should only take ascii files.
|
commit | commitdiff | tree |
2019-01-19 |
keith_miller@apple.com | gigacage slide should randomize both start and end
|
commit | commitdiff | tree |
2019-01-18 |
keith_miller@apple.com | Gigacages should start allocations from a slide
|
commit | commitdiff | tree |
2019-01-18 |
keith_miller@apple.com | Gigacages should start allocations from a slide
|
commit | commitdiff | tree |
2019-01-16 |
keith_miller@apple.com | bmalloc should use JSC VM tag for gigacage
|
commit | commitdiff | tree |
2019-01-15 |
keith_miller@apple.com | Skip type-check-hoisting-phase-hoist... with no jit
|
commit | commitdiff | tree |
2019-01-14 |
keith_miller@apple.com | JSC should have a module loader API
|
commit | commitdiff | tree |
2019-01-09 |
keith_miller@apple.com | builtins should be able to use async/await
|
commit | commitdiff | tree |
2019-01-08 |
keith_miller@apple.com | Move JSValueMakeSymbol to private header
|
commit | commitdiff | tree |
2019-01-02 |
keith_miller@apple.com | SourceProviders should use an actual URL instead of...
|
commit | commitdiff | tree |
2018-12-20 |
keith_miller@apple.com | Add support for globalThis
|
commit | commitdiff | tree |
2018-12-20 |
keith_miller@apple.com | Update test262 configuration to not run tests dependent...
|
commit | commitdiff | tree |
2018-12-20 |
keith_miller@apple.com | Fix test262 expectations
|
commit | commitdiff | tree |
2018-12-20 |
keith_miller@apple.com | Update test262 tests.
|
commit | commitdiff | tree |
2018-12-15 |
keith_miller@apple.com | Gigacage runway should immediately follow the primitive...
|
commit | commitdiff | tree |
2018-12-14 |
keith_miller@apple.com | Callers of JSString::getIndex should check for OOM...
|
commit | commitdiff | tree |
2018-12-06 |
keith_miller@apple.com | stress/big-wasm-memory tests failing on 32-bit JSC bot
|
commit | commitdiff | tree |
2018-12-01 |
keith_miller@apple.com | Move URL from WebCore to WTF
|
commit | commitdiff | tree |
2018-11-09 |
keith_miller@apple.com | LLInt VectorSizeOffset should be based on offset extraction
|
commit | commitdiff | tree |
2018-11-09 |
keith_miller@apple.com | put_by_val opcodes need to add the number tag as a...
|
commit | commitdiff | tree |
2018-11-08 |
keith_miller@apple.com | jitEnabledByDefault() should be on useJIT not useBaselineJIT
|
commit | commitdiff | tree |
2018-11-05 |
keith_miller@apple.com | Make static_asserts in APICast into bitwise_cast
|
commit | commitdiff | tree |
2018-11-03 |
keith_miller@apple.com | Assert JSValues can fit into a pointer when API casting
|
commit | commitdiff | tree |
2018-11-02 |
keith_miller@apple.com | API should use wrapper object if address is 32-bit
|
commit | commitdiff | tree |
2018-11-02 |
keith_miller@apple.com | Unreviewed, JavaScriptCore should only guarantee to...
|
commit | commitdiff | tree |
2018-10-30 |
keith_miller@apple.com | JSC should explicitly list its modulemap file
|
commit | commitdiff | tree |
2018-10-26 |
keith_miller@apple.com | JSC xcconfig should set DEFINES_MODULE
|
commit | commitdiff | tree |
2018-10-26 |
keith_miller@apple.com | Some internal projects include wtf headers and build...
|
commit | commitdiff | tree |
2018-10-18 |
keith_miller@apple.com | JSTests:
|
commit | commitdiff | tree |
2018-10-17 |
keith_miller@apple.com | Remove debug logging from generate_offsets_extractor.rb
|
commit | commitdiff | tree |
2018-10-17 |
keith_miller@apple.com | Unreviewed, fix windows build.
|
commit | commitdiff | tree |
2018-10-17 |
keith_miller@apple.com | Unreviewed revert Fujii's revert in r237214 with new...
|
commit | commitdiff | tree |
2018-10-16 |
keith_miller@apple.com | isASTErroneous in offlineasm should de-macroify before...
|
commit | commitdiff | tree |
2018-10-16 |
keith_miller@apple.com | Unreviewed, forgot to add untracked files.
|
commit | commitdiff | tree |
2018-10-16 |
keith_miller@apple.com | Unreviewed, reland https://bugs.webkit.org/show_bug...
|
commit | commitdiff | tree |
2018-10-16 |
keith_miller@apple.com | Unreviewed, add missing include.
|
commit | commitdiff | tree |
2018-10-16 |
keith_miller@apple.com | Support arm64 CPUs with a 32-bit address space
|
commit | commitdiff | tree |
2018-10-15 |
keith_miller@apple.com | BytecodeDumper should print all switch labels
|
commit | commitdiff | tree |
2018-10-01 |
keith_miller@apple.com | Create a RELEASE_AND_RETURN macro for ExceptionScopes
|
commit | commitdiff | tree |
2018-09-26 |
keith_miller@apple.com | Move Symbol API to SPI
|
commit | commitdiff | tree |
2018-09-26 |
keith_miller@apple.com | We should zero unused property storage when rebalancing...
|
commit | commitdiff | tree |
next |