2012-03-02 |
fpizlo@apple.com | When getting the line number of a call into a call...
|
commit | commitdiff | tree |
2012-03-02 |
fpizlo@apple.com | Unreviewed build fix for platforms that have DFG_JIT...
|
commit | commitdiff | tree |
2012-03-02 |
fpizlo@apple.com | DFGCodeBlocks should not trace CodeBlocks that are...
|
commit | commitdiff | tree |
2012-03-01 |
fpizlo@apple.com | The JIT should not crash the entire process just because...
|
commit | commitdiff | tree |
2012-03-01 |
fpizlo@apple.com | The JIT should not crash the entire process just because...
|
commit | commitdiff | tree |
2012-02-29 |
fpizlo@apple.com | RefCounted::deprecatedTurnOffVerifier() should not...
|
commit | commitdiff | tree |
2012-02-29 |
fpizlo@apple.com | Some run-javascriptcore-tests broken for 32-bit debug
|
commit | commitdiff | tree |
2012-02-28 |
fpizlo@apple.com | Old JIT's style of JSVALUE64 strict equality is subtly...
|
commit | commitdiff | tree |
2012-02-27 |
fpizlo@apple.com | LayoutTests/fast/xpath/xpath-functional-test.html is...
|
commit | commitdiff | tree |
2012-02-27 |
fpizlo@apple.com | DFG should support activations and nested functions
|
commit | commitdiff | tree |
2012-02-27 |
fpizlo@apple.com | Unreviewed, update expectation files due to slight...
|
commit | commitdiff | tree |
2012-02-27 |
fpizlo@apple.com | Build fix for SL.
|
commit | commitdiff | tree |
2012-02-27 |
fpizlo@apple.com | Getting the instruction stream for a code block should...
|
commit | commitdiff | tree |
2012-02-26 |
fpizlo@apple.com | LLInt assembly file should be split into 32-bit and...
|
commit | commitdiff | tree |
2012-02-25 |
fpizlo@apple.com | Offlineasm should support X86_64
|
commit | commitdiff | tree |
2012-02-25 |
fpizlo@apple.com | DFG should support activations and nested functions
|
commit | commitdiff | tree |
2012-02-25 |
fpizlo@apple.com | Unreviewed, fix build for DFG disabled and LLInt enabled.
|
commit | commitdiff | tree |
2012-02-25 |
fpizlo@apple.com | DFG support for op_new_regexp should be enabled
|
commit | commitdiff | tree |
2012-02-24 |
fpizlo@apple.com | Unreviewed, build fix for builds where the DFG is disabled...
|
commit | commitdiff | tree |
2012-02-24 |
fpizlo@apple.com | DFG should be able to handle variables getting captured
|
commit | commitdiff | tree |
2012-02-23 |
fpizlo@apple.com | Make fast/js/script-tests/dfg-inline-function-dot-caller...
|
commit | commitdiff | tree |
2012-02-23 |
fpizlo@apple.com | DFG OSR exit value profiling should have graceful handling...
|
commit | commitdiff | tree |
2012-02-23 |
fpizlo@apple.com | Build fix.
|
commit | commitdiff | tree |
2012-02-23 |
fpizlo@apple.com | DFG's logic for emitting a Flush is too convoluted...
|
commit | commitdiff | tree |
2012-02-22 |
fpizlo@apple.com | Build fix for systems with case sensitive disks.
|
commit | commitdiff | tree |
2012-02-22 |
fpizlo@apple.com | JSC should be a triple-tier VM
|
commit | commitdiff | tree |
2012-02-21 |
fpizlo@apple.com | Fix massive crashes in all tests introduced by previous...
|
commit | commitdiff | tree |
2012-02-21 |
fpizlo@apple.com | Attempted build fix for ELF platforms.
|
commit | commitdiff | tree |
2012-02-21 |
fpizlo@apple.com | JSC should be a triple-tier VM
|
commit | commitdiff | tree |
2012-02-21 |
fpizlo@apple.com | Unreviewed, rolling out http://trac.webkit.org/changeset...
|
commit | commitdiff | tree |
2012-02-19 |
fpizlo@apple.com | Attempt to fix Windows build.
|
commit | commitdiff | tree |
2012-02-18 |
fpizlo@apple.com | DFGPropagator.cpp has too many things
|
commit | commitdiff | tree |
2012-02-18 |
fpizlo@apple.com | DFG::Graph should have references to JSGlobalData,...
|
commit | commitdiff | tree |
2012-02-17 |
fpizlo@apple.com | ENABLE_INTERPRETER should be ENABLE_CLASSIC_INTERPRETER
|
commit | commitdiff | tree |
2012-02-16 |
fpizlo@apple.com | DFG should not check the types of arguments that are...
|
commit | commitdiff | tree |
2012-02-14 |
fpizlo@apple.com | Unreviewed, build fix for non-DFG platforms.
|
commit | commitdiff | tree |
2012-02-14 |
fpizlo@apple.com | Unreviewed, fix build and configuration goof.
|
commit | commitdiff | tree |
2012-02-14 |
fpizlo@apple.com | DFG should be able to emit code on control flow edges
|
commit | commitdiff | tree |
2012-02-14 |
fpizlo@apple.com | Assertion failure under JSC::DFG::AbstractState::execute...
|
commit | commitdiff | tree |
2012-02-12 |
fpizlo@apple.com | DFG::SpeculativeJIT calls fprintf() instead of dataLog...
|
commit | commitdiff | tree |
2012-02-12 |
fpizlo@apple.com | Old JIT put_by_id profiling counts every put_by_id_transitio...
|
commit | commitdiff | tree |
2012-02-12 |
fpizlo@apple.com | Build fix for Qt.
|
commit | commitdiff | tree |
2012-02-12 |
fpizlo@apple.com | It should be possible to send all JSC debug logging...
|
commit | commitdiff | tree |
2012-02-12 |
fpizlo@apple.com | DFG CFA assumes that a WeakJSConstant's structure is...
|
commit | commitdiff | tree |
2012-02-12 |
fpizlo@apple.com | Old 32_64 JIT should assert that its use of map() is...
|
commit | commitdiff | tree |
2012-02-12 |
fpizlo@apple.com | [DFG] Misuse of WeakJSConstants in silentFillGPR code.
|
commit | commitdiff | tree |
2012-02-11 |
fpizlo@apple.com | DFG should have polymorphic put_by_id caching
|
commit | commitdiff | tree |
2012-02-07 |
fpizlo@apple.com | ValueToNumber and ValueToDouble nodes don't do anything...
|
commit | commitdiff | tree |
2012-02-06 |
fpizlo@apple.com | DFG's child references from one node to another should...
|
commit | commitdiff | tree |
2012-02-02 |
fpizlo@apple.com | retrieveCallerFromVMCode should call trueCallerFrame
|
commit | commitdiff | tree |
2012-02-02 |
fpizlo@apple.com | Throwing away bytecode and then reparsing during DFG...
|
commit | commitdiff | tree |
2012-02-02 |
fpizlo@apple.com | Release build debugging should be easier
|
commit | commitdiff | tree |
2012-02-01 |
fpizlo@apple.com | DFG should fold double-to-int conversions
|
commit | commitdiff | tree |
2012-02-01 |
fpizlo@apple.com | DFG graph dump for GetScopedVar should show the correct...
|
commit | commitdiff | tree |
2012-01-30 |
fpizlo@apple.com | REGRESSION (r105576-r105582): Web Inspector Crash in...
|
commit | commitdiff | tree |
2012-01-30 |
fpizlo@apple.com | Build fix for Mac non-x64 platforms.
|
commit | commitdiff | tree |
2012-01-28 |
fpizlo@apple.com | GC invoked while doing an old JIT property storage...
|
commit | commitdiff | tree |
2012-01-28 |
fpizlo@apple.com | Build fix for interpreter platforms.
|
commit | commitdiff | tree |
2012-01-27 |
fpizlo@apple.com | Tools/Scripts/commit-log-editor is broken due to $_...
|
commit | commitdiff | tree |
2012-01-27 |
fpizlo@apple.com | fast/js/dfg-byte-array-put.html should assert the array...
|
commit | commitdiff | tree |
2012-01-27 |
fpizlo@apple.com | All DFG helpers that may call out to arbitrary JS code...
|
commit | commitdiff | tree |
2012-01-25 |
fpizlo@apple.com | Inlining breaks call frame walking when the walking...
|
commit | commitdiff | tree |
2012-01-22 |
fpizlo@apple.com | Build fix for non-DFG platforms that error out on warn...
|
commit | commitdiff | tree |
2012-01-22 |
fpizlo@apple.com | Build fix for non-DFG platforms.
|
commit | commitdiff | tree |
2012-01-22 |
fpizlo@apple.com | DFG should not have code that directly decodes the...
|
commit | commitdiff | tree |
2012-01-22 |
fpizlo@apple.com | JIT compilation should not require ExecState
|
commit | commitdiff | tree |
2012-01-20 |
fpizlo@apple.com | Build fix for no-DFG configuration.
|
commit | commitdiff | tree |
2012-01-20 |
fpizlo@apple.com | Bytecode instructions that may have value profiling...
|
commit | commitdiff | tree |
2012-01-17 |
fpizlo@apple.com | DFG should be able to do JS and custom getter caching
|
commit | commitdiff | tree |
2012-01-17 |
fpizlo@apple.com | DFG should be able to do JS and custom getter caching
|
commit | commitdiff | tree |
2012-01-16 |
fpizlo@apple.com | The C calling convention logic in DFG::SpeculativeJIT...
|
commit | commitdiff | tree |
2012-01-12 |
fpizlo@apple.com | CodeBlock::m_executeCounter should be renamed to CodeBlock...
|
commit | commitdiff | tree |
2012-01-12 |
fpizlo@apple.com | Code duplication for invoking the JIT and DFG should...
|
commit | commitdiff | tree |
2012-01-11 |
fpizlo@apple.com | DFG inlining block linking compares BlockIndex against...
|
commit | commitdiff | tree |
2012-01-11 |
fpizlo@apple.com | CodeBlock.h declares too many things
|
commit | commitdiff | tree |
2012-01-10 |
fpizlo@apple.com | CodeBlock::m_numParameters should be encapsulated
|
commit | commitdiff | tree |
2012-01-08 |
fpizlo@apple.com | The JIT's protocol for exception handling should be...
|
commit | commitdiff | tree |
2012-01-06 |
fpizlo@apple.com | JIT stub slow paths that would be identical to that...
|
commit | commitdiff | tree |
2012-01-06 |
fpizlo@apple.com | Fix build.
|
commit | commitdiff | tree |
2012-01-05 |
fpizlo@apple.com | Unreviewed, accidentally turned off the JIT in previous...
|
commit | commitdiff | tree |
2012-01-05 |
fpizlo@apple.com | Changed "return" to "break" in some macrology I introduced in
|
commit | commitdiff | tree |
2012-01-04 |
fpizlo@apple.com | Incorrect use of DFG node reference counts when mutating...
|
commit | commitdiff | tree |
2012-01-04 |
fpizlo@apple.com | DFG: The assertion that a double-voted variable cannot...
|
commit | commitdiff | tree |
2012-01-04 |
fpizlo@apple.com | REGRESSION (r98196-98236): Incorrect layout of iGoogle...
|
commit | commitdiff | tree |
2012-01-02 |
fpizlo@apple.com | Call instructions should leave room for linking information
|
commit | commitdiff | tree |
2011-12-26 |
fpizlo@apple.com | Unreviewed build fix for ARMv7.
|
commit | commitdiff | tree |
2011-12-26 |
fpizlo@apple.com | The ArgumentCount field in the CallFrame should have...
|
commit | commitdiff | tree |
2011-12-23 |
fpizlo@apple.com | DFG loads from signed 8-bit and 16-bit typed arrays...
|
commit | commitdiff | tree |
2011-12-23 |
fpizlo@apple.com | DFG does double-to-int conversion incorrectly when...
|
commit | commitdiff | tree |
2011-12-23 |
fpizlo@apple.com | DFG should not speculate array even when predictions...
|
commit | commitdiff | tree |
2011-12-23 |
fpizlo@apple.com | DFG CFA sometimes generates an incorrect proof that...
|
commit | commitdiff | tree |
2011-12-22 |
fpizlo@apple.com | DFG JIT does exactly the wrong thing when doing strict...
|
commit | commitdiff | tree |
2011-12-22 |
fpizlo@apple.com | Unreviewed, updating expectations file for fast/js...
|
commit | commitdiff | tree |
2011-12-22 |
fpizlo@apple.com | Source/JavaScriptCore: DFG ConvertThis optimizations...
|
commit | commitdiff | tree |
2011-12-21 |
fpizlo@apple.com | 32_64 baseline JIT should attempt to convert division...
|
commit | commitdiff | tree |
2011-12-21 |
fpizlo@apple.com | JavaScriptCore should be consistent about how it reads...
|
commit | commitdiff | tree |
2011-12-21 |
fpizlo@apple.com | Value Profiles for arguments should be more easily...
|
commit | commitdiff | tree |
2011-12-20 |
fpizlo@apple.com | If we detect that we can use the JIT, don't use computed...
|
commit | commitdiff | tree |
2011-12-20 |
fpizlo@apple.com | It should be possible to change the value of an Options...
|
commit | commitdiff | tree |
2011-12-19 |
fpizlo@apple.com | DFG is too sloppy with register allocation
|
commit | commitdiff | tree |
next |