2013-02-18 |
fpizlo@apple.com | Fix indentation of StructureStubInfo.h
|
commit | commitdiff | tree |
2013-02-18 |
fpizlo@apple.com | Fix indentation of JSGlobalObject.h and JSGlobalObjectFuncti...
|
commit | commitdiff | tree |
2013-02-18 |
fpizlo@apple.com | Fix indention of Operations.h
|
commit | commitdiff | tree |
2013-02-18 |
fpizlo@apple.com | Remove DFG::SpeculativeJIT::isKnownNumeric(), since...
|
commit | commitdiff | tree |
2013-02-18 |
fpizlo@apple.com | Remove DFG::SpeculativeJIT::isStrictInt32(), since...
|
commit | commitdiff | tree |
2013-02-18 |
fpizlo@apple.com | Remove dead code for ValueToNumber from the DFG.
|
commit | commitdiff | tree |
2013-02-18 |
fpizlo@apple.com | Move all Structure out-of-line inline methods to StructureIn...
|
commit | commitdiff | tree |
2013-02-17 |
fpizlo@apple.com | Remove support for bytecode comments, since it doesn...
|
commit | commitdiff | tree |
2013-02-16 |
fpizlo@apple.com | Fix indentation of Structure.h
|
commit | commitdiff | tree |
2013-02-16 |
fpizlo@apple.com | Structure should be more methodical about the relationship...
|
commit | commitdiff | tree |
2013-02-15 |
fpizlo@apple.com | DFG SpeculativeJIT64 should be more precise about when...
|
commit | commitdiff | tree |
2013-02-15 |
fpizlo@apple.com | DFG AbstractState should filter operands to NewArray...
|
commit | commitdiff | tree |
2013-02-13 |
fpizlo@apple.com | Change another use of (SpecCell & ~SpecString) to SpecObject.
|
commit | commitdiff | tree |
2013-02-13 |
fpizlo@apple.com | ForwardInt32ToDouble is not in DFG::MinifiedNode's...
|
commit | commitdiff | tree |
2013-02-13 |
fpizlo@apple.com | ForwardInt32ToDouble is not in DFG::MinifiedNode's...
|
commit | commitdiff | tree |
2013-02-13 |
fpizlo@apple.com | DFG LogicalNot/Branch peephole removal and inversion...
|
commit | commitdiff | tree |
2013-02-13 |
fpizlo@apple.com | Eradicate fast/js/dfg-poison-fuzz.html
|
commit | commitdiff | tree |
2013-02-13 |
fpizlo@apple.com | Renamed SpecObjectMask to SpecObject.
|
commit | commitdiff | tree |
2013-02-12 |
fpizlo@apple.com | DFG CFA doesn't filter precisely enough for CompareStrictEq
|
commit | commitdiff | tree |
2013-02-12 |
fpizlo@apple.com | DFG CompareEq optimization should be retuned
|
commit | commitdiff | tree |
2013-02-12 |
fpizlo@apple.com | Unreviewed, adding a FIXME to remind ourselves of a...
|
commit | commitdiff | tree |
2013-02-12 |
fpizlo@apple.com | Strange bug in DFG OSR in JSC
|
commit | commitdiff | tree |
2013-02-11 |
fpizlo@apple.com | NonStringCell and Object are practically the same thing...
|
commit | commitdiff | tree |
2013-02-11 |
fpizlo@apple.com | DFG CompareEq(a, null) and CompareStrictEq(a, const...
|
commit | commitdiff | tree |
2013-02-11 |
fpizlo@apple.com | DFG TypeOf implementation should have its backend code...
|
commit | commitdiff | tree |
2013-02-11 |
fpizlo@apple.com | DFG CompareEq(a, null) and CompareStrictEq(a, const...
|
commit | commitdiff | tree |
2013-02-09 |
fpizlo@apple.com | DFG should allow phases to break Phi's and then have...
|
commit | commitdiff | tree |
2013-02-07 |
fpizlo@apple.com | DFG::ByteCodeParser should do surgical constant folding...
|
commit | commitdiff | tree |
2013-02-05 |
fpizlo@apple.com | DFG should have a precise view of jump targets
|
commit | commitdiff | tree |
2013-02-02 |
fpizlo@apple.com | Eliminate dead blocks sooner in the DFG::ByteCodeParser...
|
commit | commitdiff | tree |
2013-02-01 |
fpizlo@apple.com | DFG::CFGSimplificationPhase::keepOperandAlive() conflates...
|
commit | commitdiff | tree |
2013-01-31 |
fpizlo@apple.com | DFG bytecode parser should have more assertions about...
|
commit | commitdiff | tree |
2013-01-30 |
fpizlo@apple.com | REGRESSION(140504): pure CSE no longer matches things...
|
commit | commitdiff | tree |
2013-01-30 |
fpizlo@apple.com | offlineasm BaseIndex handling is broken on ARM due...
|
commit | commitdiff | tree |
2013-01-30 |
fpizlo@apple.com | cloop.rb shouldn't use a method called 'dump' for code...
|
commit | commitdiff | tree |
2013-01-30 |
fpizlo@apple.com | Remove redundant AST dump method from cloop.rb, since...
|
commit | commitdiff | tree |
2013-01-29 |
fpizlo@apple.com | DFG should not use a graph that is a vector, Nodes...
|
commit | commitdiff | tree |
2013-01-26 |
fpizlo@apple.com | DFG variable event stream shouldn't use NodeIndex
|
commit | commitdiff | tree |
2013-01-24 |
fpizlo@apple.com | DFG::JITCompiler::getSpeculation() methods are badly...
|
commit | commitdiff | tree |
2013-01-24 |
fpizlo@apple.com | Constant folding an access to an uncaptured variable...
|
commit | commitdiff | tree |
2013-01-23 |
fpizlo@apple.com | Convert CSE phase to not rely too much on NodeIndex
|
commit | commitdiff | tree |
2013-01-20 |
fpizlo@apple.com | Add more JavaScript tests.
|
commit | commitdiff | tree |
2013-01-20 |
fpizlo@apple.com | Inserting a node into the DFG graph should not require...
|
commit | commitdiff | tree |
2013-01-17 |
fpizlo@apple.com | ScriptDebugServer::didExecuteProgram should not try...
|
commit | commitdiff | tree |
2013-01-17 |
fpizlo@apple.com | DFG Node::ref() and Node::deref() should not return...
|
commit | commitdiff | tree |
2013-01-17 |
fpizlo@apple.com | DFG 32_64 backend doesn't check for hasArrayStorage...
|
commit | commitdiff | tree |
2013-01-15 |
fpizlo@apple.com | DFG should not forget that it had proved something...
|
commit | commitdiff | tree |
2013-01-15 |
fpizlo@apple.com | Python implementation reports "MemoryError" instead...
|
commit | commitdiff | tree |
2013-01-14 |
fpizlo@apple.com | DFG phases that store per-node information should store...
|
commit | commitdiff | tree |
2013-01-12 |
fpizlo@apple.com | Unreviewed, speculative build fix.
|
commit | commitdiff | tree |
2013-01-12 |
fpizlo@apple.com | Fix changelogs that got messed up in revision 139541
|
commit | commitdiff | tree |
2013-01-12 |
fpizlo@apple.com | The JITThunks class should be in its own file, and...
|
commit | commitdiff | tree |
2013-01-12 |
fpizlo@apple.com | If you use Phantom to force something to be live across...
|
commit | commitdiff | tree |
2013-01-12 |
fpizlo@apple.com | Phantom(GetLocal) should be treated as relevant to OSR
|
commit | commitdiff | tree |
2013-01-11 |
fpizlo@apple.com | Add a run-time option to print bytecode at DFG compile...
|
commit | commitdiff | tree |
2013-01-11 |
fpizlo@apple.com | It should be possible to enable verbose printing of...
|
commit | commitdiff | tree |
2013-01-11 |
fpizlo@apple.com | Add WTF_EXPORT_PRIVATE to printInternal() methods of...
|
commit | commitdiff | tree |
2013-01-10 |
fpizlo@apple.com | Unreviewed, fix build after http://trac.webkit.org...
|
commit | commitdiff | tree |
2013-01-10 |
fpizlo@apple.com | Dont use a node reference after appending to the graph.
|
commit | commitdiff | tree |
2013-01-09 |
fpizlo@apple.com | DFG shouldn't treat the 'this' argument as being captured...
|
commit | commitdiff | tree |
2013-01-08 |
fpizlo@apple.com | REGRESSION (r138921): Crash in JSC::Arguments::create
|
commit | commitdiff | tree |
2013-01-08 |
fpizlo@apple.com | DFG initrinsic handling should ensure that we backwards...
|
commit | commitdiff | tree |
2013-01-08 |
fpizlo@apple.com | If array allocation profiling causes a new_array to...
|
commit | commitdiff | tree |
2013-01-08 |
fpizlo@apple.com | DFG should backwards-propagate NodeUsedAsValue for...
|
commit | commitdiff | tree |
2013-01-08 |
fpizlo@apple.com | Rationalize closure call heuristics and profiling
|
commit | commitdiff | tree |
2013-01-07 |
fpizlo@apple.com | Unreviewed, it should be possible to build JSC on ARM.
|
commit | commitdiff | tree |
2013-01-07 |
fpizlo@apple.com | Simplify slow case profiling
|
commit | commitdiff | tree |
2013-01-07 |
fpizlo@apple.com | DFG should inline closure calls
|
commit | commitdiff | tree |
2013-01-06 |
fpizlo@apple.com | Data flow paths that carry non-numbers, non-undefined...
|
commit | commitdiff | tree |
2013-01-05 |
fpizlo@apple.com | DFG should trust array profiling over value profiling
|
commit | commitdiff | tree |
2013-01-05 |
fpizlo@apple.com | Rationalize exit site profiling for calls
|
commit | commitdiff | tree |
2013-01-04 |
fpizlo@apple.com | DFG should not elide CheckStructure if it's needed...
|
commit | commitdiff | tree |
2013-01-04 |
fpizlo@apple.com | DFG::ByteCodeCache serves little or no purpose ever...
|
commit | commitdiff | tree |
2013-01-03 |
fpizlo@apple.com | Unreviewed, fix build for DFG JIT disabled.
|
commit | commitdiff | tree |
2013-01-03 |
fpizlo@apple.com | CallLinkStatus should be aware of closure calls, and...
|
commit | commitdiff | tree |
2013-01-02 |
fpizlo@apple.com | DFG inlining machinery should be robust against the...
|
commit | commitdiff | tree |
2013-01-02 |
fpizlo@apple.com | DFG should not use the InlineCallFrame's callee when...
|
commit | commitdiff | tree |
2013-01-02 |
fpizlo@apple.com | DFG inliner should not use the callee's bytecode variable...
|
commit | commitdiff | tree |
2013-01-02 |
fpizlo@apple.com | Baseline JIT should have closure call caching
|
commit | commitdiff | tree |
2012-12-27 |
fpizlo@apple.com | All JIT stubs should go through the getCTIStub API
|
commit | commitdiff | tree |
2012-12-25 |
fpizlo@apple.com | JITThunks should be in its own file
|
commit | commitdiff | tree |
2012-12-21 |
fpizlo@apple.com | DFG Arrayify slow path should be out-of-line
|
commit | commitdiff | tree |
2012-12-21 |
fpizlo@apple.com | Create a variable name for a RAII scope so it doesn...
|
commit | commitdiff | tree |
2012-12-20 |
fpizlo@apple.com | DFG shouldn't emit CheckStructure on array accesses...
|
commit | commitdiff | tree |
2012-12-20 |
fpizlo@apple.com | DFG speculation checks that take JumpList should consolidate...
|
commit | commitdiff | tree |
2012-12-20 |
fpizlo@apple.com | JSObject::ensure<IndexingType> should gracefully handle...
|
commit | commitdiff | tree |
2012-12-19 |
fpizlo@apple.com | Proxies should set InterceptsGetOwnPropertySlotByIndexEvenWh...
|
commit | commitdiff | tree |
2012-12-19 |
fpizlo@apple.com | Unreviewed, fix expected file to have the right test...
|
commit | commitdiff | tree |
2012-12-19 |
fpizlo@apple.com | Fix the test description.
|
commit | commitdiff | tree |
2012-12-19 |
fpizlo@apple.com | DFG::SpeculativeJIT::jumpSlowForUnwantedArrayMode incorrectl...
|
commit | commitdiff | tree |
2012-12-18 |
fpizlo@apple.com | SunSpider/date-format-tofte shouldn't compile each...
|
commit | commitdiff | tree |
2012-12-18 |
fpizlo@apple.com | Convert indexingTypeToString to IndexingTypeDump
|
commit | commitdiff | tree |
2012-12-18 |
fpizlo@apple.com | DFG is too aggressive eliding overflow checks for additions...
|
commit | commitdiff | tree |
2012-12-18 |
fpizlo@apple.com | DFG is too aggressive with eliding overflow checks...
|
commit | commitdiff | tree |
2012-12-17 |
fpizlo@apple.com | javascript integer overflow
|
commit | commitdiff | tree |
2012-12-17 |
fpizlo@apple.com | Rationalize array profiling for out-of-bounds and hole...
|
commit | commitdiff | tree |
2012-12-17 |
fpizlo@apple.com | Bytecode dumping should show rare case profiles
|
commit | commitdiff | tree |
2012-12-14 |
fpizlo@apple.com | Attempt to rationalize and simplify WTF::binarySearch
|
commit | commitdiff | tree |
2012-12-14 |
fpizlo@apple.com | MediaPlayerPrivateAVFoundation::m_inbandTrackConfigurationPe...
|
commit | commitdiff | tree |
2012-12-14 |
fpizlo@apple.com | Don't assert that flags <= 0x3ff in JSTypeInfo
|
commit | commitdiff | tree |
next |