- 6fcf282 DFGEdge's dump method should print "Untyped:" for untyped uses. by sbarati@apple.com · 9 years ago
- a398a56 Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, r171614, r171763 from ftlopt. by fpizlo@apple.com · 11 years ago
- beb0de4 Move back primary header includes next to config.h by ossy@webkit.org · 11 years ago
- 4c96a84 Hoist and combine array bounds checks by fpizlo@apple.com · 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
- 827d2cf fourthTier: DFG should have an SSA form for use by FTL by oliver@apple.com · 12 years ago
- 89b9c0b DFG CFA should leave behind information in Edge that says if the Edge's type check is proven to succeed 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
- 8ff092f DFG should not use a graph that is a vector, Nodes shouldn't move after allocation, and we should always refer to nodes by Node* by fpizlo@apple.com · 12 years ago