- b41e682 Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, r170017, r170060, r170064 from ftlopt. by fpizlo@apple.com · 11 years ago
- 96509b7 Latest emscripten life benchmark is 4x slower because the DFG doesn't realize that arithmetic on booleans is a thing by fpizlo@apple.com · 11 years ago
- 40badfc Take block execution count estimates into account when voting double by fpizlo@apple.com · 11 years ago
- 7b33e0c DFG IR should keep the data flow of doubles and int52's separate from the data flow of JSValue's by fpizlo@apple.com · 11 years ago
- 56026af Crash beneath operationTearOffActivation running this JS compression demo by fpizlo@apple.com · 11 years ago
- beb0de4 Move back primary header includes next to config.h by ossy@webkit.org · 11 years ago
- fb7eff2 Rename Operations.h to JSCInlines.h by fpizlo@apple.com · 11 years ago
- b426f86 Never include *Inlines.h files in interface headers, and never include *Inlines.h when you could include Operations.h instead by fpizlo@apple.com · 11 years ago
- 9589433 Merge the jsCStack branch https://bugs.webkit.org/show_bug.cgi?id=127763 by msaboff@apple.com · 11 years ago
- 9df7fef Get rid of DFG forward exiting https://bugs.webkit.org/show_bug.cgi?id=125531 by fpizlo@apple.com · 11 years ago
- a62d482 Compress DFG stack layout https://bugs.webkit.org/show_bug.cgi?id=122024 by fpizlo@apple.com · 12 years ago
- dc36e83 Be explicit about backwards propagation properties that care about escaping to bytecode, as opposed to just escaping within DFG code. by fpizlo@apple.com · 12 years ago
- 827d2cf fourthTier: DFG should have an SSA form for use by FTL by oliver@apple.com · 12 years ago
- 9682043 DFG overflow check elimination is too smart for its own good by fpizlo@apple.com · 12 years ago
- e8aaf5a0 Unreviewed, rolling out r145299. by commit-queue@webkit.org · 12 years ago
- 4695cd9 DFG overflow check elimination is too smart for its own good by fpizlo@apple.com · 12 years ago
- 955073c It should be easy to determine if a DFG node exits forward or backward when doing type checks by fpizlo@apple.com · 12 years ago
- 7a1964c DFG should not change its mind about what type speculations a node does, by encoding the checks in the NodeType, UseKind, and ArrayMode by fpizlo@apple.com · 12 years ago
- 5598c18 Replace ASSERT_NOT_REACHED with RELEASE_ASSERT_NOT_REACHED in JSC by oliver@apple.com · 12 years ago
- 94e84e9 DFG should optimize out the NaN check on loads from double arrays if the array prototype chain is having a great time by fpizlo@apple.com · 12 years ago
- 3d51767 DFG should be able to print disassembly interleaved with the IR by fpizlo@apple.com · 13 years ago
- 91b2c68 DFG CFA should record if a node can OSR exit by fpizlo@apple.com · 13 years ago
- deecc64 DFG double voting may be overzealous in the case of variables that end up by fpizlo@apple.com · 13 years ago
- 2e1d8f1 DFG NodeFlags has some duplicate code and naming issues by fpizlo@apple.com · 13 years ago
- e5abbae DFG NodeUse should be called Edge and NodeReferenceBlob should be called AdjacencyList by fpizlo@apple.com · 13 years ago
- d7897b1 Node::op and Node::flags should be private by fpizlo@apple.com · 13 years ago[Renamed (96%) from Source/JavaScriptCore/dfg/DFGNode.cpp]
- c35b8f7 All DFG nodes should have a mutable set of flags by fpizlo@apple.com · 13 years ago