2018-05-04 |
keith_miller@apple.com | isCacheableArrayLength should return true for undecided...
|
commit | commitdiff | tree |
2018-05-03 |
keith_miller@apple.com | Unreviewed, fix 32-bit profile offset for change in...
|
commit | commitdiff | tree |
2018-05-03 |
keith_miller@apple.com | Remove the prototype caching for get_by_id in the LLInt
|
commit | commitdiff | tree |
2018-04-30 |
keith_miller@apple.com | Move the MayBePrototype JSCell header bit to InlineTypeFlags
|
commit | commitdiff | tree |
2018-04-30 |
keith_miller@apple.com | Remove unneeded exception check from String.fromCharCode
|
commit | commitdiff | tree |
2018-04-30 |
keith_miller@apple.com | Move StructureIsImmortal to out of line flags.
|
commit | commitdiff | tree |
2018-04-25 |
keith_miller@apple.com | getUnlinkedGlobalFunctionExecutable should only save...
|
commit | commitdiff | tree |
2018-04-25 |
keith_miller@apple.com | Add missing scope release to functionProtoFuncToString
|
commit | commitdiff | tree |
2018-04-25 |
keith_miller@apple.com | fromCharCode is missing some exception checks
|
commit | commitdiff | tree |
2018-04-24 |
keith_miller@apple.com | Update API docs with information on which run loop...
|
commit | commitdiff | tree |
2018-03-29 |
keith_miller@apple.com | ArrayMode should not try to get the DFG to think it...
|
commit | commitdiff | tree |
2018-03-21 |
keith_miller@apple.com | btjs should print the bytecode offset in the stack...
|
commit | commitdiff | tree |
2018-03-14 |
keith_miller@apple.com | Move jsc CLI breakpoint function to $vm
|
commit | commitdiff | tree |
2018-03-08 |
keith_miller@apple.com | Unreviewed, another attempt at fixing the Windows build.
|
commit | commitdiff | tree |
2018-03-08 |
keith_miller@apple.com | Unreviewed, one last try at fixing the windows build...
|
commit | commitdiff | tree |
2018-03-08 |
keith_miller@apple.com | Disable JIT on Cocoa 32-bit ARM.
|
commit | commitdiff | tree |
2018-03-08 |
keith_miller@apple.com | Use asm instead of __asm__ in WTFBreakpointTrap so...
|
commit | commitdiff | tree |
2018-03-08 |
keith_miller@apple.com | Unreviewed, fix 32-bit build.
|
commit | commitdiff | tree |
2018-03-08 |
keith_miller@apple.com | Meta-program setupArguments and callOperation
|
commit | commitdiff | tree |
2018-02-28 |
keith_miller@apple.com | Replace TrustedImmPtr(0) with TrustedImmPtr(nullptr)
|
commit | commitdiff | tree |
2018-02-16 |
keith_miller@apple.com | Remove unused line from Platform.h
|
commit | commitdiff | tree |
2018-02-15 |
keith_miller@apple.com | We should be able to jsDynamicCast from JSType when...
|
commit | commitdiff | tree |
2018-02-06 |
keith_miller@apple.com | put_to_scope/get_from_scope should not cache lexical...
|
commit | commitdiff | tree |
2018-02-02 |
keith_miller@apple.com | Fix crashes due to mishandling custom sections.
|
commit | commitdiff | tree |
2018-01-31 |
keith_miller@apple.com | Canonicalize aquiring the JSCell lock.
|
commit | commitdiff | tree |
2018-01-19 |
keith_miller@apple.com | HaveInternalSDK includes should be "#include?"
|
commit | commitdiff | tree |
2018-01-12 |
keith_miller@apple.com | Rename ENABLE_ASYNC_ITERATION to ENABLE_JS_ASYNC_ITERATION
|
commit | commitdiff | tree |
2018-01-10 |
keith_miller@apple.com | and32 with an Address source on ARM64 did not invalidate...
|
commit | commitdiff | tree |
2018-01-05 |
keith_miller@apple.com | TypedArrays and Wasm should use index masking.
|
commit | commitdiff | tree |
2018-01-04 |
keith_miller@apple.com | Array Storage operations sometimes did not update the...
|
commit | commitdiff | tree |
2017-12-16 |
keith_miller@apple.com | Indexing should only be computed when the new structure...
|
commit | commitdiff | tree |
2017-12-15 |
keith_miller@apple.com | Unreviewed, forgot to add { }
|
commit | commitdiff | tree |
2017-12-14 |
keith_miller@apple.com | Fix assertion in JSObject's structure setting methods
|
commit | commitdiff | tree |
2017-12-14 |
keith_miller@apple.com | JSObjects should have a mask for loading indexed properties
|
commit | commitdiff | tree |
2017-11-15 |
keith_miller@apple.com | Unreviewed, sort async iteration feature.
|
commit | commitdiff | tree |
2017-11-15 |
keith_miller@apple.com | REGRESSION(r224787): [Linux] Introduced 144 GTK/WPE...
|
commit | commitdiff | tree |
2017-11-13 |
keith_miller@apple.com | Async iteration should only fetch the next method once...
|
commit | commitdiff | tree |
2017-11-13 |
keith_miller@apple.com | Uninitialized variable in sort-Xcode-project-file
|
commit | commitdiff | tree |
2017-11-08 |
keith_miller@apple.com | Add super sampler begin and end bytecodes.
|
commit | commitdiff | tree |
2017-11-03 |
keith_miller@apple.com | Add test for ic with side effects
|
commit | commitdiff | tree |
2017-11-03 |
keith_miller@apple.com | PutProperytSlot should inform the IC about the property...
|
commit | commitdiff | tree |
2017-10-31 |
keith_miller@apple.com | Unreviewed, windows build fix.
|
commit | commitdiff | tree |
2017-10-31 |
keith_miller@apple.com | Make all register enums be backed by uint8_t.
|
commit | commitdiff | tree |
2017-10-31 |
keith_miller@apple.com | StructureStubInfo should have GPRReg members not int8_ts
|
commit | commitdiff | tree |
2017-10-27 |
keith_miller@apple.com | Add unified source list files and build scripts to...
|
commit | commitdiff | tree |
2017-10-27 |
keith_miller@apple.com | Move iOS specific sources to unified sources
|
commit | commitdiff | tree |
2017-10-26 |
keith_miller@apple.com | Unreviewed, cleanup changelogs.
|
commit | commitdiff | tree |
2017-10-26 |
keith_miller@apple.com | [Payment Request] Restrict API use to secure, same...
|
commit | commitdiff | tree |
2017-10-26 |
keith_miller@apple.com | Unreviewed, iOS build fix.
|
commit | commitdiff | tree |
2017-10-26 |
keith_miller@apple.com | Move Mac specific files to unified sources
|
commit | commitdiff | tree |
2017-10-26 |
keith_miller@apple.com | Move ApplePay to unified sources
|
commit | commitdiff | tree |
2017-10-26 |
keith_miller@apple.com | Move platform Cocoa sources to unified sources
|
commit | commitdiff | tree |
2017-10-26 |
keith_miller@apple.com | Start moving Cocoa specific unified sources
|
commit | commitdiff | tree |
2017-10-26 |
keith_miller@apple.com | Move remaining platform independent sources to unified...
|
commit | commitdiff | tree |
2017-10-26 |
keith_miller@apple.com | Move plugins and rendering to unified sources
|
commit | commitdiff | tree |
2017-10-26 |
keith_miller@apple.com | Unreviewed, add FEMorphology.cpp back to the regular...
|
commit | commitdiff | tree |
2017-10-26 |
keith_miller@apple.com | Unreviewed, Windows build fix.
|
commit | commitdiff | tree |
2017-10-26 |
keith_miller@apple.com | Move Platform to unified sources.
|
commit | commitdiff | tree |
2017-10-25 |
keith_miller@apple.com | Move html to unified sources
|
commit | commitdiff | tree |
2017-10-25 |
keith_miller@apple.com | Move mathml and page to unified souces
|
commit | commitdiff | tree |
2017-10-25 |
keith_miller@apple.com | Fix implicit cast of enum, which seems to break the...
|
commit | commitdiff | tree |
2017-10-25 |
keith_miller@apple.com | Move inspector and loader to unified sources.
|
commit | commitdiff | tree |
2017-10-24 |
keith_miller@apple.com | Unreviewed, fix internal iOS build.
|
commit | commitdiff | tree |
2017-10-24 |
keith_miller@apple.com | Unreviewed, restore unneeded all in ones.
|
commit | commitdiff | tree |
2017-10-24 |
keith_miller@apple.com | Unreviewed, reland r223866
|
commit | commitdiff | tree |
2017-10-24 |
keith_miller@apple.com | Unrievwed, fix windows build.
|
commit | commitdiff | tree |
2017-10-24 |
keith_miller@apple.com | Add html, inspector, loader to unified sources
|
commit | commitdiff | tree |
2017-10-24 |
keith_miller@apple.com | Add dom, editing, fileapi, and history to unified sources
|
commit | commitdiff | tree |
2017-10-24 |
keith_miller@apple.com | Move bridge, contentextensions, crypto, and css to...
|
commit | commitdiff | tree |
2017-10-23 |
keith_miller@apple.com | Unreviewed, fix windows build.
|
commit | commitdiff | tree |
2017-10-23 |
keith_miller@apple.com | Move shared accessibility and animiations files to...
|
commit | commitdiff | tree |
2017-10-23 |
keith_miller@apple.com | Add Shared Modules files to the unified source build.
|
commit | commitdiff | tree |
2017-10-20 |
keith_miller@apple.com | Unreviewed, fix windows build.
|
commit | commitdiff | tree |
2017-10-20 |
keith_miller@apple.com | Move common bindings files to unified sources
|
commit | commitdiff | tree |
2017-10-19 |
keith_miller@apple.com | REGRESSION (r223476): WebCore exports symbols with...
|
commit | commitdiff | tree |
2017-10-18 |
keith_miller@apple.com | Setup WebCore build to start using unified sources.
|
commit | commitdiff | tree |
2017-10-17 |
keith_miller@apple.com | Change WebCore sources to work with unified source...
|
commit | commitdiff | tree |
2017-10-09 |
keith_miller@apple.com | Unreviewed, sort unified sources again now that they...
|
commit | commitdiff | tree |
2017-10-06 |
keith_miller@apple.com | JSC generate unified sources doesn't need to run during...
|
commit | commitdiff | tree |
2017-10-06 |
keith_miller@apple.com | Unreviewed, tapi builds without optimization so we...
|
commit | commitdiff | tree |
2017-10-02 |
keith_miller@apple.com | VMTraps shouldn't crash if it sees an exception it...
|
commit | commitdiff | tree |
2017-09-26 |
keith_miller@apple.com | CMake should reconfigure if the Sources.txt files are...
|
commit | commitdiff | tree |
2017-09-26 |
keith_miller@apple.com | JSC build should use unified sources for derived sources
|
commit | commitdiff | tree |
2017-09-24 |
keith_miller@apple.com | Fix infinite looping test262 test
|
commit | commitdiff | tree |
2017-09-23 |
keith_miller@apple.com | Speculatively change iteration protocall to use the...
|
commit | commitdiff | tree |
2017-09-21 |
keith_miller@apple.com | JSC should use unified sources for platform specific...
|
commit | commitdiff | tree |
2017-09-21 |
keith_miller@apple.com | Rename source list file to Sources.txt
|
commit | commitdiff | tree |
2017-09-21 |
keith_miller@apple.com | Unreviewed, fix string capitalization
|
commit | commitdiff | tree |
2017-09-20 |
keith_miller@apple.com | JSC Xcode build should use unified sources for platform...
|
commit | commitdiff | tree |
2017-09-15 |
keith_miller@apple.com | generate-unified-source-bundles.rb shouldn't write...
|
commit | commitdiff | tree |
2017-09-13 |
keith_miller@apple.com | Rename JavaScriptCore CMake unifiable sources list
|
commit | commitdiff | tree |
2017-09-13 |
keith_miller@apple.com | Do unified source builds for JSC
|
commit | commitdiff | tree |
2017-08-31 |
keith_miller@apple.com | Add a filter argument to WSL test suite.
|
commit | commitdiff | tree |
2017-08-25 |
keith_miller@apple.com | Explore increasing max JSString::m_length to UINT_MAX.
|
commit | commitdiff | tree |
2017-08-24 |
keith_miller@apple.com | Fix Titzer bench on iOS.
|
commit | commitdiff | tree |
2017-08-22 |
keith_miller@apple.com | Unriviewed, fix windows build... for realz.
|
commit | commitdiff | tree |
2017-08-22 |
keith_miller@apple.com | Unreviewed, fix windows build... maybe.
|
commit | commitdiff | tree |
2017-08-22 |
keith_miller@apple.com | Unreviewed, fix cloop build.
|
commit | commitdiff | tree |
2017-08-22 |
keith_miller@apple.com | Make generate_offset_extractor.rb architectures argument...
|
commit | commitdiff | tree |
2017-08-22 |
keith_miller@apple.com | Only generate offline asm for the ARCHS (xcodebuild...
|
commit | commitdiff | tree |
next |