- 8b73308 NewArray in FTLLowerDFGToB3 does not handle speculating on doubles when having a bad time by sbarati@apple.com · 8 years ago
- 678662c Unreviewed, rolling out r218512. https://bugs.webkit.org/show_bug.cgi?id=173981 by commit-queue@webkit.org · 8 years ago
- c670c53 VMTraps has some races https://bugs.webkit.org/show_bug.cgi?id=173941 by keith_miller@apple.com · 8 years ago
- 817d1432 WebAssembly: running out of executable memory should throw OoM by jfbastien@apple.com · 8 years ago
- b2e8853 Remove Reflect.enumerate https://bugs.webkit.org/show_bug.cgi?id=173806 by commit-queue@webkit.org · 8 years ago
- 45a5b53 test262: Completion values for control flow do not match the spec by commit-queue@webkit.org · 8 years ago
- e63ccf0 WebAssembly: We should only create wrappers for functions that can be exported by keith_miller@apple.com · 8 years ago
- c99bd1f arrayProtoPrivateFuncConcatMemcpy needs to be down with firstArray being undecided by fpizlo@apple.com · 8 years ago
- 83ea2fc WebAssembly: perform stack checks by sbarati@apple.com · 8 years ago
- 452ca0e Enable FTL JIT by default on AArch64 by zandobersek@gmail.com · 8 years ago
- 0dde174 How we build polymorphic cases is wrong when making a call from Wasm by sbarati@apple.com · 8 years ago
- 259b948 Add some more testing modes for Wasm tests now that we have tier up by sbarati@apple.com · 8 years ago
- 820d1a9 WebAssembly: add script which can import GCC torture tests by jfbastien@apple.com · 8 years ago
- 212a3fd B3 -O1 should not allocateStackByGraphColoring by fpizlo@apple.com · 8 years ago
- a1eb658 [JSC] Do not run FTL stress tests on MIPS by commit-queue@webkit.org · 8 years ago
- bc9e817 test262: module test progressions need updated expectations (@@iterator changes) by commit-queue@webkit.org · 8 years ago
- da7acd3 Remove run-jsc-stress-tests benign warning about otool '-S' switch by commit-queue@webkit.org · 8 years ago
- 533cc67 WebAssembly: Update spec tests https://bugs.webkit.org/show_bug.cgi?id=170361 by keith_miller@apple.com · 8 years ago
- 0c9128d Air should support linear scan for optLevel<2 by fpizlo@apple.com · 8 years ago
- 58d5ab8 [GTK][JSCOnly] Enable WebAssembly on Linux environment by utatane.tea@gmail.com · 8 years ago
- 2dcd388 Speculative fix for jsc timing out tests by sbarati@apple.com · 8 years ago
- 9a03a5e Add the Briggs optimistic allocator to run on ARM64 by sbarati@apple.com · 8 years ago
- c1ed3e7 The collector thread should only start when the mutator doesn't have heap access by fpizlo@apple.com · 8 years ago
- 437c420 Unreviewed, rolling out r212466. https://bugs.webkit.org/show_bug.cgi?id=168577 by commit-queue@webkit.org · 8 years ago
- cf80c6a The collector thread should only start when the mutator doesn't have heap access by fpizlo@apple.com · 8 years ago
- 35819c2 Annotate large string tests with largeHeap by utatane.tea@gmail.com · 8 years ago
- 3cfb52a Reverting run-jsc-stress-tests' $buildType to use string values. by mark.lam@apple.com · 8 years ago
- ed2b2c1 WebAssembly: Silence the output of the spec-tests by sbarati@apple.com · 8 years ago
- 0cb5865 WebAssembly: Import spec tests https://bugs.webkit.org/show_bug.cgi?id=166395 by sbarati@apple.com · 8 years ago
- 5c2e5cb Re-enable collectContinuously since it doesn't crash anymore by fpizlo@apple.com · 8 years ago
- 14885e5 Disable the collectContinuously mode until I investigate failures. by fpizlo@apple.com · 8 years ago
- 0ef4395 by fpizlo@apple.com · 8 years ago
- 598a773 Enhance run-jsc-stress-test script to allow optional test specific options to be added for all test run configurations. by mark.lam@apple.com · 8 years ago
- 214b8fd [GTK] JSC test wasm.yaml/wasm/js-api/test_basic_api.js.default-wasm and wasm.yaml/wasm/js-api/test_Module.js.default-wasm fail with Exception: ReferenceError: Can't find variable: WebAssembly by utatane.tea@gmail.com · 8 years ago
- d2c6b7a WebAssembly JS API: implement basic stub by jfbastien@apple.com · 8 years ago
- 4e4905e Basic WebAssembly testing by jfbastien@apple.com · 8 years ago
- 9635299 Make MarkedBlock state tracking support overlapped allocation and marking state by fpizlo@apple.com · 8 years ago
- c4d4816 js/stringimpl-to-jsstring-on-large-strings tests consume huge memory by ossy@webkit.org · 8 years ago
- bc16ddb Butterflies should be allocated in Auxiliary MarkedSpace instead of CopiedSpace and we should rewrite as much of the GC as needed to make this not a regression by fpizlo@apple.com · 9 years ago
- 6ce5b2c Import Chakra tests to JSC https://bugs.webkit.org/show_bug.cgi?id=154697 by msaboff@apple.com · 9 years ago
- 595eebd Unreviewed, roll out r204901, r204897, r204866, r204856, r204854. by fpizlo@apple.com · 9 years ago
- aa6cc56 Butterflies should be allocated in Auxiliary MarkedSpace instead of CopiedSpace and we should rewrite as much of the GC as needed to make this not a regression by fpizlo@apple.com · 9 years ago
- 0f3aa15 Parser<LexerType>::parseFunctionInfo() has the wrong info about captured vars when a function is not cached. by sbarati@apple.com · 9 years ago
- 293f5da Restore CodeBlock jettison code to jettison when a CodeBlock has been alive for a long time by sbarati@apple.com · 9 years ago
- 0684b79 REGRESSION(203616): no FTL testing was inadvertently removed by msaboff@apple.com · 9 years ago
- 2ceddb4 Don't run FTL related JSC stress tests on non-FTL platforms by msaboff@apple.com · 9 years ago
- 8f73aef Clarify testing mode names in run-jsc-stress-tests by ossy@webkit.org · 9 years ago
- 91ba244 Fix expectedFailErrorHandler in run-jsc-stress-tests by ossy@webkit.org · 9 years ago
- bbbb0e0 The default testing mode should not involve disabling the FTL JIT by fpizlo@apple.com · 9 years ago
- 8b1d0a6 [JSC] Enable test262 module tests https://bugs.webkit.org/show_bug.cgi?id=159854 by utatane.tea@gmail.com · 9 years ago
- 36849cc Unreviewed, rolling out r203318. by cdumez@apple.com · 9 years ago
- 6e196f0 [JSC] Change some parameters based on a random search by commit-queue@webkit.org · 9 years ago
- 51533a8 Change run-webkit-tests.py and run-jsc-stress-tests to use a smaller JS stack size for testing. by mark.lam@apple.com · 9 years ago
- f54044c TypeProfiler and TypeProfilerLog don't play nicely with the concurrent JIT by sbarati@apple.com · 9 years ago
- 46050f7 Baseline JIT should be concurrent https://bugs.webkit.org/show_bug.cgi?id=158755 by fpizlo@apple.com · 9 years ago
- 04db379 Unreviewed, rolling out r201836, r201845, and r201848. by cdumez@apple.com · 9 years ago
- 614fedc [JSC] Change some parameters based on a random search by commit-queue@webkit.org · 9 years ago
- f6f633c [iOS]: Some JSC stress tests fail running out of executable memory when the LLInt is disabled by msaboff@apple.com · 9 years ago
- 9daa2e8 Slow JSC stress tests times out in 32 bit debug mode by ossy@webkit.org · 9 years ago
- 6cd122a r199812 broke test262 https://bugs.webkit.org/show_bug.cgi?id=157595 by msaboff@apple.com · 9 years ago
- e0913eb Add test262 harness support code https://bugs.webkit.org/show_bug.cgi?id=157797 by keith_miller@apple.com · 9 years ago
- 5f368dd jsc-layout-tests.yaml/js/script-tests/regress-141098.js failing on Yosemite Debug after r198989 by sbarati@apple.com · 9 years ago
- 39303e0 JSC should use a shadow stack version of CHICKEN so that debuggers have the option of retrieving tail-deleted frames by fpizlo@apple.com · 9 years ago
- bbd8c0d Detect correct number of processors on windows by commit-queue@webkit.org · 9 years ago
- 53212dc Determine architecture for running jsc stress tests on windows by commit-queue@webkit.org · 9 years ago
- 95afa16 Remove more LLVM related cruft https://bugs.webkit.org/show_bug.cgi?id=154821 by ossy@webkit.org · 9 years ago
- 3ce6ab6 Remove remaining references to LLVM, and make sure comments refer to the backend as "B3" not "LLVM" by fpizlo@apple.com · 9 years ago
- 23831fb run-jsc-stress-tests should be better at telling you details about test failures by fpizlo@apple.com · 9 years ago
- 0cf8d74 Enable SamplingProfiler on POSIX environment by utatane.tea@gmail.com · 9 years ago
- 3966f7b [JSC] Add a help message when run-jsc-stress-tests fails by commit-queue@webkit.org · 9 years ago
- b4b78ca run-jsc-stress-tests should try to figure out a JSC path by sbarati@apple.com · 9 years ago
- a4ce86b Implement a sampling profiler https://bugs.webkit.org/show_bug.cgi?id=151713 by sbarati@apple.com · 9 years ago
- 5d8e7d4 Rename badly named JSC_timeout env var to JSCTEST_timeout. by mark.lam@apple.com · 9 years ago
- bf4320e Failures in PutStackSinkingPhase should be less severe by fpizlo@apple.com · 9 years ago
- ee3c410 Rename some JSC option names to be more uniform. by mark.lam@apple.com · 9 years ago
- ced4747 Fix run-javascriptcore-tests/run-jsc-stress-tests to work with rootless, add a --quick option and deprecate the Mozilla driver. by keith_miller@apple.com · 9 years ago
- 1283577 JSC should infer property types https://bugs.webkit.org/show_bug.cgi?id=148610 by fpizlo@apple.com · 9 years ago
- 422a99f There should be a defaultSpotCheck-like mode that doesn't run the MaximalFlushInsertionPhase in run-jsc-stress-tests by commit-queue@webkit.org · 10 years ago
- b26b524 There should be one stub hanging off an inline cache that contains code for all of the cases, rather than forming a linked list consisting of one stub per case by fpizlo@apple.com · 10 years ago
- 550c6c3 DFG should have a debugging option that runs a phase that flushes all locals by saambarati1@gmail.com · 10 years ago
- 627fb63 [ES6] Enable ES6 Module in JSC shell by default by utatane.tea@gmail.com · 10 years ago
- 961dc37 JavaScriptCore should have some ES6 conformance tests by ggaren@apple.com · 10 years ago
- 5ff7ef8 LICM should be sound even if the CFG has changed by fpizlo@apple.com · 10 years ago
- 37e0b4b Skip no-llint tests that fail due to running out of executable memory after r188969 by utatane.tea@gmail.com · 10 years ago
- 7f4fe1f Fixed VM pool allocation should have a reserve for allocations that cannot fail by fpizlo@apple.com · 10 years ago
- 59ddb4e Run CDjs as part of JSC stress testing by fpizlo@apple.com · 10 years ago
- 150bac8 Add option to run_jsc_stress_tests to disable JIT testing by msaboff@apple.com · 10 years ago
- 0dd3824 Fix run-javascriptcore-tests step on the WinCairo bot by peavo@outlook.com · 10 years ago
- 4f94abf Unreviewed, rolling out r184119. https://bugs.webkit.org/show_bug.cgi?id=144888 by commit-queue@webkit.org · 10 years ago
- d6e8763 Fix run-javascriptcore-tests step on the WinCairo bot by ossy@webkit.org · 10 years ago
- dea6d26 GC has trouble with pathologically large array allocations by fpizlo@apple.com · 10 years ago
- 0f7a473 run-jsc-stress-tests --remote should add libllvmForJSC.so to the bundle on Linux by ossy@webkit.org · 10 years ago
- 48332c6 FTL JIT tests should fail if LLVM library isn't available by ossy@webkit.org · 10 years ago
- 616e7b5 Use JITCompilationCanFail in more places, and make the fail path of JITCompilationMustSucceed a crash instead of attempting GC by fpizlo@apple.com · 10 years ago
- c101371 run-jsc-stress-tests should determine the architecture from ELF binaries by ossy@webkit.org · 10 years ago
- 496d35a CodeBlock crashes when dumping op_push_name_scope by benjamin@webkit.org · 10 years ago
- 6a030ce DFG JIT needs to check for stack overflow at the start of Program and Eval execution by msaboff@apple.com · 10 years ago
- 8ad8a4c run-jsc-stress-tests --remote should skip profiler tests by ossy@webkit.org · 10 years ago
- ce5b0f3 run-jsc-stress-tests --remote should be able add the necessary libraries to the bundle on Linux by ossy@webkit.org · 10 years ago
- 4708d385 run-jsc-stress-tests should accept remote host config from JSON file by ossy@webkit.org · 10 years ago