2013-11-04 |
fpizlo@apple.com | Source/JavaScriptCore: Unreviewed, it is no longer...
|
commit | commitdiff | tree |
2013-11-03 |
fpizlo@apple.com | FTL should use LLVM intrinsics for OSR exit, watchpoints...
|
commit | commitdiff | tree |
2013-11-03 |
fpizlo@apple.com | Disable LLVM's pretty stack traces, which involve intercepti...
|
commit | commitdiff | tree |
2013-11-03 |
fpizlo@apple.com | LLVM assertion failures should funnel into WTF's crash...
|
commit | commitdiff | tree |
2013-11-03 |
fpizlo@apple.com | Unreviewed, update binary drops.
|
commit | commitdiff | tree |
2013-11-03 |
fpizlo@apple.com | CodeBlock::jettison() shouldn't call baselineVersion()
|
commit | commitdiff | tree |
2013-11-03 |
fpizlo@apple.com | LLVM asserts in internal-js-tests.yaml/Octane/stress...
|
commit | commitdiff | tree |
2013-11-02 |
fpizlo@apple.com | FTL should use a simple optimization pipeline by default
|
commit | commitdiff | tree |
2013-11-01 |
fpizlo@apple.com | OSR exit profiling should be robust against all code...
|
commit | commitdiff | tree |
2013-11-01 |
fpizlo@apple.com | FTL Int32ToDouble should handle the forward type check...
|
commit | commitdiff | tree |
2013-10-31 |
fpizlo@apple.com | FTL should implement InvalidationPoint in terms of...
|
commit | commitdiff | tree |
2013-10-31 |
fpizlo@apple.com | FTL::Location::restoreInto() doesn't handle stack-related...
|
commit | commitdiff | tree |
2013-10-31 |
fpizlo@apple.com | Unreviewed, really remove CachedTranscendentalFunction.h.
|
commit | commitdiff | tree |
2013-10-31 |
fpizlo@apple.com | Remove CachedTranscendentalFunction because caching...
|
commit | commitdiff | tree |
2013-10-31 |
fpizlo@apple.com | Assertion failure in js/dom/global-constructors-attributes...
|
commit | commitdiff | tree |
2013-10-30 |
fpizlo@apple.com | Unreviewed, fix FTL build.
|
commit | commitdiff | tree |
2013-10-30 |
fpizlo@apple.com | Unreviewed, fix Mac.
|
commit | commitdiff | tree |
2013-10-30 |
fpizlo@apple.com | Unreviewed, fix Windows.
|
commit | commitdiff | tree |
2013-10-30 |
fpizlo@apple.com | Unreviewed, fix Windows.
|
commit | commitdiff | tree |
2013-10-30 |
fpizlo@apple.com | Remove unnecessary touch
|
commit | commitdiff | tree |
2013-10-30 |
fpizlo@apple.com | Add InvalidationPoints to the DFG and use them for...
|
commit | commitdiff | tree |
2013-10-30 |
fpizlo@apple.com | run-jsc-stress-tests should handle ".." in paths and...
|
commit | commitdiff | tree |
2013-10-30 |
fpizlo@apple.com | It should be possible to specify extra tests to run...
|
commit | commitdiff | tree |
2013-10-28 |
fpizlo@apple.com | OSRExit::m_watchpointIndex should be in OSRExitCompilationInfo
|
commit | commitdiff | tree |
2013-10-28 |
fpizlo@apple.com | Get rid of InlineStart so that I don't have to implement...
|
commit | commitdiff | tree |
2013-10-28 |
fpizlo@apple.com | The GetById->GetByOffset AI-based optimization should...
|
commit | commitdiff | tree |
2013-10-23 |
fpizlo@apple.com | Have a way of dealing with slow tests in run-jsc-stress...
|
commit | commitdiff | tree |
2013-10-23 |
fpizlo@apple.com | Put all uses of LLVM intrinsics behind a single Option
|
commit | commitdiff | tree |
2013-10-23 |
fpizlo@apple.com | FTL should be able to do some simple inline caches...
|
commit | commitdiff | tree |
2013-10-23 |
fpizlo@apple.com | jitCompileAndSetHeuristics should DeferGCForAWhile
|
commit | commitdiff | tree |
2013-10-21 |
fpizlo@apple.com | Unreviewed, cleanup a FIXME comment.
|
commit | commitdiff | tree |
2013-10-21 |
fpizlo@apple.com | StructureStubInfo's usedRegisters set should be able...
|
commit | commitdiff | tree |
2013-10-20 |
fpizlo@apple.com | Simplify TempRegisterSet - it no longer needs to be...
|
commit | commitdiff | tree |
2013-10-20 |
fpizlo@apple.com | Rename RegisterSet to TempRegisterSet
|
commit | commitdiff | tree |
2013-10-20 |
fpizlo@apple.com | Restructure LinkBuffer to allow for alternate allocation...
|
commit | commitdiff | tree |
2013-10-19 |
fpizlo@apple.com | Baseline JIT and DFG IC code generation should be unified...
|
commit | commitdiff | tree |
2013-10-19 |
fpizlo@apple.com | FTL::Location should treat the offset as an addend...
|
commit | commitdiff | tree |
2013-10-19 |
fpizlo@apple.com | libWebCoreTestSupport should have explicit exports
|
commit | commitdiff | tree |
2013-10-19 |
fpizlo@apple.com | Unreviewed, fix FTL build.
|
commit | commitdiff | tree |
2013-10-19 |
fpizlo@apple.com | A CodeBlock's StructureStubInfos shouldn't be in a...
|
commit | commitdiff | tree |
2013-10-18 |
fpizlo@apple.com | Frequent RELEASE_ASSERT crashes in Structure::checkOffsetCon...
|
commit | commitdiff | tree |
2013-10-18 |
fpizlo@apple.com | Unreviewed, another ARM64 build fix.
|
commit | commitdiff | tree |
2013-10-18 |
fpizlo@apple.com | Unreviewed, speculative ARM64 build fix.
|
commit | commitdiff | tree |
2013-10-18 |
fpizlo@apple.com | Unreviewed, speculative ARM build fix.
|
commit | commitdiff | tree |
2013-10-17 |
fpizlo@apple.com | Source/JavaScriptCore: Remove JITStackFrame references...
|
commit | commitdiff | tree |
2013-10-17 |
fpizlo@apple.com | libllvmForJSC shouldn't call exit(1) on report_fatal_error()
|
commit | commitdiff | tree |
2013-10-17 |
fpizlo@apple.com | We need test coverage for just the Baseline JIT
|
commit | commitdiff | tree |
2013-10-17 |
fpizlo@apple.com | Prototype chain repatching in the polymorphic case...
|
commit | commitdiff | tree |
2013-10-17 |
fpizlo@apple.com | JIT::appendCall() needs to killLastResultRegister(...
|
commit | commitdiff | tree |
2013-10-17 |
fpizlo@apple.com | Add a useLLInt option to jsc
|
commit | commitdiff | tree |
2013-10-16 |
fpizlo@apple.com | r157411 fails run-javascriptcore-tests when run with...
|
commit | commitdiff | tree |
2013-10-16 |
fpizlo@apple.com | Get rid of the StructureStubInfo::patch union
|
commit | commitdiff | tree |
2013-10-16 |
fpizlo@apple.com | Get rid of the UNINTERRUPTED_SEQUENCE thing
|
commit | commitdiff | tree |
2013-10-16 |
fpizlo@apple.com | Baseline JIT should use the DFG GetById IC
|
commit | commitdiff | tree |
2013-10-15 |
fpizlo@apple.com | DFG PutById IC should use the ConcurrentJITLocker since...
|
commit | commitdiff | tree |
2013-10-14 |
fpizlo@apple.com | Unreviewed, fix the paths so that the test passes.
|
commit | commitdiff | tree |
2013-10-14 |
fpizlo@apple.com | Baseline JIT should use the DFG's PutById IC
|
commit | commitdiff | tree |
2013-10-14 |
fpizlo@apple.com | FTL should have an inefficient but correct implementation...
|
commit | commitdiff | tree |
2013-10-13 |
fpizlo@apple.com | FTL OSR exit should perform zero extension on values...
|
commit | commitdiff | tree |
2013-10-12 |
fpizlo@apple.com | sunspider-1.0/math-spectral-norm.js.dfg-eager occasionally...
|
commit | commitdiff | tree |
2013-10-12 |
fpizlo@apple.com | Fix handling of indirect stackmap locations in FTL...
|
commit | commitdiff | tree |
2013-10-11 |
fpizlo@apple.com | Fix 64-bit build on everything but Windows.
|
commit | commitdiff | tree |
2013-10-11 |
fpizlo@apple.com | FTL shouldn't pass i1's into llvm.webkit.stackmap's
|
commit | commitdiff | tree |
2013-10-10 |
fpizlo@apple.com | OSR exit using llvm.webkit.stackmap should pass more...
|
commit | commitdiff | tree |
2013-10-10 |
fpizlo@apple.com | Tools: Make sure that DataTypes.h is in the binary...
|
commit | commitdiff | tree |
2013-10-10 |
fpizlo@apple.com | FTL: Soft-link LLVM as a workaround for LLVM's static...
|
commit | commitdiff | tree |
2013-10-10 |
fpizlo@apple.com | Fix changelog entry order.
|
commit | commitdiff | tree |
2013-10-10 |
fpizlo@apple.com | CallbackData unnecessarily caches the JSValue for currentThis
|
commit | commitdiff | tree |
2013-10-10 |
fpizlo@apple.com | Unreviewed, roll out r157193. It broke some builds.
|
commit | commitdiff | tree |
2013-10-10 |
fpizlo@apple.com | FTL should be able to do simple OSR exits using llvm...
|
commit | commitdiff | tree |
2013-10-10 |
fpizlo@apple.com | FTL should be able to do simple OSR exits using llvm...
|
commit | commitdiff | tree |
2013-10-09 |
fpizlo@apple.com | Minor clean-ups in the JSC Xcode project.
|
commit | commitdiff | tree |
2013-10-08 |
fpizlo@apple.com | run-jsc-stress-tests progress meter should update more...
|
commit | commitdiff | tree |
2013-10-07 |
fpizlo@apple.com | FTL memory allocator should be able to allocate data...
|
commit | commitdiff | tree |
2013-10-07 |
fpizlo@apple.com | ASSERTION FAILED: isUInt32() in jsc-layout-tests.yaml...
|
commit | commitdiff | tree |
2013-10-07 |
fpizlo@apple.com | Trap 5 (most likely int $3) in jsc-layout-tests.yaml...
|
commit | commitdiff | tree |
2013-10-07 |
fpizlo@apple.com | run-jsc-stress-tests shouldn't print its goofy progress...
|
commit | commitdiff | tree |
2013-10-07 |
fpizlo@apple.com | ASSERTION FAILED: bitwise_cast<WriteBarrier<Unknown...
|
commit | commitdiff | tree |
2013-10-07 |
fpizlo@apple.com | jsc-layout-tests.yaml/js/script-tests/dfg-arguments...
|
commit | commitdiff | tree |
2013-10-07 |
fpizlo@apple.com | Unreviewed, fix build on old Rubies.
|
commit | commitdiff | tree |
2013-10-07 |
fpizlo@apple.com | Unified test infrastructure via the jsc shell
|
commit | commitdiff | tree |
2013-10-06 |
fpizlo@apple.com | Compress DFG stack layout
|
commit | commitdiff | tree |
2013-10-06 |
fpizlo@apple.com | run-jsc-stress-tests should be less verbose
|
commit | commitdiff | tree |
2013-10-05 |
fpizlo@apple.com | Allow skipping of run-jsc-stress-tests that are configured...
|
commit | commitdiff | tree |
2013-10-05 |
fpizlo@apple.com | Unreviewed, fix tests on older Rubies.
|
commit | commitdiff | tree |
2013-10-05 |
fpizlo@apple.com | Have run-javascriptcore-tests run JS LayoutTests using...
|
commit | commitdiff | tree |
2013-10-05 |
fpizlo@apple.com | It should be even easier to run and debug a failing...
|
commit | commitdiff | tree |
2013-10-03 |
fpizlo@apple.com | The DFG should use always DFG::Graph methods for determining...
|
commit | commitdiff | tree |
2013-10-02 |
fpizlo@apple.com | FTL should use the new version of LLVM MCJIT memory...
|
commit | commitdiff | tree |
2013-10-02 |
fpizlo@apple.com | REGRESSION(156464): 50% regression on SunSpider/string...
|
commit | commitdiff | tree |
2013-10-01 |
fpizlo@apple.com | Variable event stream (for DFG OSR exit) should be...
|
commit | commitdiff | tree |
2013-10-01 |
fpizlo@apple.com | SpeculativeJIT::m_arguments/m_variables are vestiges...
|
commit | commitdiff | tree |
2013-09-30 |
fpizlo@apple.com | Get rid of the AlreadyInJSStack recoveries since they...
|
commit | commitdiff | tree |
2013-09-28 |
fpizlo@apple.com | Get rid of SetMyScope/SetCallee; use normal variables...
|
commit | commitdiff | tree |
2013-09-27 |
fpizlo@apple.com | Deoptimize 32-bit deoptimization
|
commit | commitdiff | tree |
2013-09-24 |
fpizlo@apple.com | Crashing under JSC::DFG::SpeculativeJIT::spill visiting...
|
commit | commitdiff | tree |
2013-09-23 |
fpizlo@apple.com | Never use ReturnPC for exception handling and quit...
|
commit | commitdiff | tree |
2013-09-22 |
fpizlo@apple.com | Get rid of CodeBlock::RareData::callReturnIndexVector...
|
commit | commitdiff | tree |
2013-09-22 |
fpizlo@apple.com | Interpreter::unwind() has no need for the bytecodeOffset
|
commit | commitdiff | tree |
2013-09-22 |
fpizlo@apple.com | Remove the notion that a CallFrame can have a pointer...
|
commit | commitdiff | tree |
next |