2017-03-29 |
sbarati@apple.com | AssemblyHelpers should not have a VM field |
blob | commitdiff |
2017-03-16 |
fpizlo@apple.com | FTL should support global and eval code |
blob | commitdiff | diff to current |
2017-03-01 |
sbarati@apple.com | Implement a mega-disassembler that'll be used in the FTL |
blob | commitdiff | diff to current |
2017-02-21 |
sbarati@apple.com | Air should have a disassembly mode that dumps IR and... |
blob | commitdiff | diff to current |
2016-11-02 |
fpizlo@apple.com | The GC should be in a thread |
blob | commitdiff | diff to current |
2016-10-21 |
fpizlo@apple.com | The tracking of the coarse-grain Heap state (allocating... |
blob | commitdiff | diff to current |
2016-09-06 |
fpizlo@apple.com | Butterflies should be allocated in Auxiliary MarkedSpac... |
blob | commitdiff | diff to current |
2016-08-24 |
fpizlo@apple.com | Unreviewed, roll out r204901, r204897, r204866, r204856... |
blob | commitdiff | diff to current |
2016-08-23 |
fpizlo@apple.com | Butterflies should be allocated in Auxiliary MarkedSpac... |
blob | commitdiff | diff to current |
2016-07-18 |
fpizlo@apple.com | DFG and FTL should support op_call_eval |
blob | commitdiff | diff to current |
2016-05-14 |
sbarati@apple.com | DFG/FTL have a few bugs in their reasoning about the... |
blob | commitdiff | diff to current |
2016-05-13 |
mark.lam@apple.com | We should have one calleeSaveRegistersBuffer per VMEntr... |
blob | commitdiff | diff to current |
2016-03-23 |
commit-queue@webki... | Unreviewed, rolling out r198582. |
blob | commitdiff | diff to current |
2016-03-23 |
sbarati@apple.com | We should not disable inlining when the debugger is... |
blob | commitdiff | diff to current |
2016-02-18 |
fpizlo@apple.com | Rename FTLB3Blah to FTLBlah |
blob | commitdiff | diff to current |
2016-02-18 |
fpizlo@apple.com | Remove LLVM dependencies from WebKit |
blob | commitdiff |
2016-01-29 |
sbarati@apple.com | Exits from exceptions shouldn't jettison code |
blob | commitdiff | diff to current |
2016-01-18 |
sbarati@apple.com | FTL doesn't do proper spilling for exception handling... |
blob | commitdiff | diff to current |
2016-01-09 |
mark.lam@apple.com | The FTL allocated spill slots for BinaryOps is sometime... |
blob | commitdiff | diff to current |
2016-01-02 |
aestes@apple.com | Replace WTF::move with WTFMove |
blob | commitdiff | diff to current |
2015-12-11 |
mark.lam@apple.com | Refactoring to reduce potential cut-paste errors with... |
blob | commitdiff | diff to current |
2015-12-05 |
sbarati@apple.com | OSR exits that are exception handlers should emit less... |
blob | commitdiff | diff to current |
2015-12-03 |
sbarati@apple.com | FTL::OSRExitDescriptor should use less memory by having... |
blob | commitdiff | diff to current |
2015-12-03 |
fpizlo@apple.com | FTL B3 should support OSR exit |
blob | commitdiff | diff to current |
2015-12-03 |
mark.lam@apple.com | Polymorphic operand types for DFG and FTL mul. |
blob | commitdiff | diff to current |
2015-12-02 |
mark.lam@apple.com | Use the JITAddGenerator snippet in the FTL. |
blob | commitdiff | diff to current |
2015-12-01 |
mark.lam@apple.com | Refactor FTL sub snippet code to support general binary... |
blob | commitdiff | diff to current |
2015-12-01 |
sbarati@apple.com | FTL OSR Exits that are exception handlers should not... |
blob | commitdiff | diff to current |
2015-12-01 |
mark.lam@apple.com | Refactor the op_add, op_sub, and op_mul snippets to... |
blob | commitdiff | diff to current |
2015-11-19 |
mark.lam@apple.com | Remove some unnecessary jumps in snippet code. |
blob | commitdiff | diff to current |
2015-11-18 |
fpizlo@apple.com | Implement the B3 equivalent of FTLCompile |
blob | commitdiff | diff to current |
2015-11-17 |
sbarati@apple.com | FTLLazySlowPaths should be able to handle being passed... |
blob | commitdiff | diff to current |
2015-11-13 |
sbarati@apple.com | sub IC does not properly handle exception handling... |
blob | commitdiff | diff to current |
2015-11-12 |
mark.lam@apple.com | The BinarySnippetRegisterContext needs to copy the... |
blob | commitdiff | diff to current |
2015-11-12 |
mark.lam@apple.com | Add ability to insert probes in LLVM IR that we generate. |
blob | commitdiff | diff to current |
2015-11-10 |
sbarati@apple.com | Create an FTLExceptionHandlerManager abstraction |
blob | commitdiff | diff to current |
2015-11-10 |
sbarati@apple.com | Implement try/catch in the FTL |
blob | commitdiff | diff to current |
2015-10-29 |
sbarati@apple.com | we're incorrectly adjusting a stack location with respe... |
blob | commitdiff | diff to current |
2015-10-29 |
mark.lam@apple.com | JITSubGenerator::generateFastPath() does not need to... |
blob | commitdiff | diff to current |
2015-10-28 |
mark.lam@apple.com | Update FTL to support UntypedUse operands for op_sub. |
blob | commitdiff | diff to current |
2015-10-26 |
mark.lam@apple.com | Add logging to warn about under-estimated FTL inline... |
blob | commitdiff | diff to current |
2015-10-21 |
sbarati@apple.com | The FTL should place the CallSiteIndex on the call... |
blob | commitdiff | diff to current |
2015-10-19 |
sbarati@apple.com | FTL should generate a unique OSR exit for each duplicat... |
blob | commitdiff | diff to current |
2015-10-16 |
mark.lam@apple.com | Move all the probe trampolines into their respective... |
blob | commitdiff | diff to current |
2015-10-14 |
mark.lam@apple.com | Rename some JSC option names to be more uniform. |
blob | commitdiff | diff to current |
2015-10-12 |
sbarati@apple.com | Each *ById inline cache in the FTL must have its own... |
blob | commitdiff | diff to current |
2015-10-12 |
fpizlo@apple.com | FTL should generate code to call slow paths lazily |
blob | commitdiff | diff to current |
2015-10-08 |
sbarati@apple.com | We should be able to inline getter/setter calls inside... |
blob | commitdiff | diff to current |
2015-09-30 |
msaboff@apple.com | Source/JavaScriptCore: |
blob | commitdiff | diff to current |
2015-09-29 |
commit-queue@webki... | Unreviewed, rolling out r190289. |
blob | commitdiff | diff to current |
2015-09-28 |
msaboff@apple.com | [ES6] Implement tail calls in the FTL |
blob | commitdiff | diff to current |
2015-09-10 |
fpizlo@apple.com | There should be one stub hanging off an inline cache... |
blob | commitdiff | diff to current |
2015-09-10 |
msaboff@apple.com | Add support for Callee-Saves registers |
blob | commitdiff | diff to current |
2015-09-04 |
basile_clement@app... | JavaScript functions should restore the stack pointer... |
blob | commitdiff | diff to current |
2015-09-03 |
fpizlo@apple.com | Get rid of RepatchBuffer and replace it with static... |
blob | commitdiff | diff to current |
2015-08-25 |
saambarati1@gmail.com | Lets rename codeOriginIndex to callSiteIndex and get... |
blob | commitdiff | diff to current |
2015-06-19 |
msaboff@apple.com | Crash in com.apple.WebKit.WebContent at com.apple.JavaS... |
blob | commitdiff | diff to current |
2015-05-23 |
utatane.tea@gmail.com | Introduce UniquedStringImpl and SymbolImpl to separate... |
blob | commitdiff | diff to current |
2015-05-07 |
basile_clement@app... | Dumping OSR ExitValue should expand materializations... |
blob | commitdiff | diff to current |
2015-04-07 |
fpizlo@apple.com | Make it possible to enable LLVM FastISel |
blob | commitdiff | diff to current |
2015-03-31 |
mark.lam@apple.com | REGRESSION (r181993): inspector-protocol/debugger/setBr... |
blob | commitdiff | diff to current |
2015-03-26 |
fpizlo@apple.com | Unreviewed, fixes to silly things. While landing fixes... |
blob | commitdiff | diff to current |
2015-03-26 |
fpizlo@apple.com | Heap variables shouldn't end up in the stack frame |
blob | commitdiff | diff to current |
2015-03-26 |
fpizlo@apple.com | Use JITCompilationCanFail in more places, and make... |
blob | commitdiff | diff to current |
2015-03-24 |
fpizlo@apple.com | JSC should have a low-cost asynchronous disassembler |
blob | commitdiff | diff to current |
2015-03-02 |
fpizlo@apple.com | FTL should correctly document where it puts the argumen... |
blob | commitdiff | diff to current |
2015-02-18 |
fpizlo@apple.com | DFG should really support varargs |
blob | commitdiff | diff to current |
2014-12-19 |
akling@apple.com | Plug leak below LLVMCopyStringRepOfTargetData(). |
blob | commitdiff | diff to current |
2014-12-15 |
dbatyai.u-szeged... | [EFL] FTL JIT not working on ARM64 |
blob | commitdiff | diff to current |
2014-12-12 |
gyuyoung.kim@samsu... | Final clean up OwnPtr in JSC - runtime, ftl, and tool... |
blob | commitdiff | diff to current |
2014-12-06 |
commit-queue@webki... | [JSC][FTL] Add the data layout to the module and fix... |
blob | commitdiff | diff to current |
2014-11-29 |
gyuyoung.kim@samsu... | Use std::unique_ptr<>|make_unique<> in ftl, bytecode... |
blob | commitdiff | diff to current |
2014-09-11 |
llango.u-szeged... | [JavaScriptCore] Fix FTL on platform EFL. |
blob | commitdiff | diff to current |
2014-09-03 |
fpizlo@apple.com | FTL In implementation sets callReturnLocation incorrect... |
blob | commitdiff | diff to current |
2014-08-22 |
msaboff@apple.com | REGRESSION(r163179): Sporadic crash in js/dom/line... |
blob | commitdiff | diff to current |
2014-08-06 |
fpizlo@apple.com | Merge r170564, r170571, r170604, r170628, r170672,... |
blob | commitdiff | diff to current |
2014-07-23 |
fpizlo@apple.com | Merge r169628 from ftlopt. |
blob | commitdiff | diff to current |
2014-07-08 |
benjamin@webkit.org | LinkBuffer should not keep a reference to the MacroAsse... |
blob | commitdiff | diff to current |
2014-06-16 |
commit-queue@webki... | Change the order of the alias analysis passes to align... |
blob | commitdiff | diff to current |
2014-04-28 |
fpizlo@apple.com | GC should be able to remove things from the DFG worklis... |
blob | commitdiff | diff to current |
2014-04-16 |
fpizlo@apple.com | Allocate the data section on the heap again for FTL... |
blob | commitdiff | diff to current |
2014-04-12 |
fpizlo@apple.com | FTL should use stackmap register liveness |
blob | commitdiff | diff to current |
2014-03-30 |
fpizlo@apple.com | Land the stackmap register liveness glue with the uses... |
blob | commitdiff | diff to current |
2014-03-26 |
fpizlo@apple.com | Reasoning about DWARF register numbers should be moved... |
blob | commitdiff | diff to current |
2014-03-23 |
fpizlo@apple.com | Call linking slow paths should be passed a CallLinkInfo... |
blob | commitdiff | diff to current |
2014-03-18 |
fpizlo@apple.com | More FTL enabling. |
blob | commitdiff | diff to current |
2014-03-06 |
oliver@apple.com | Support caching of custom setters |
blob | commitdiff | diff to current |
2014-03-06 |
commit-queue@webki... | Unreviewed, rolling out r165141, r165157, and r165158. |
blob | commitdiff | diff to current |
2014-03-06 |
rniwa@webkit.org | Another build fix attempt after r165141. |
blob | commitdiff | diff to current |
2014-03-06 |
rniwa@webkit.org | FTL build fix attempt after r165141. |
blob | commitdiff | diff to current |
2014-03-05 |
fpizlo@apple.com | More FTL ARM fixes |
blob | commitdiff | diff to current |
2014-02-21 |
fpizlo@apple.com | FTL may not see a compact_unwind section if there weren... |
blob | commitdiff | diff to current |
2014-02-19 |
fpizlo@apple.com | FTL should allow LLVM to allocate data sections with... |
blob | commitdiff | diff to current |
2014-02-18 |
fpizlo@apple.com | More ARM FTL glue |
blob | commitdiff | diff to current |
2014-02-17 |
fpizlo@apple.com | FTL should inline polymorphic heap accesses |
blob | commitdiff | diff to current |
2014-02-13 |
msaboff@apple.com | Change FTL stack check to use VM's stackLimit |
blob | commitdiff | diff to current |
2014-02-13 |
fpizlo@apple.com | FTL should be OK with __compact_unwind in a data section |
blob | commitdiff | diff to current |
2014-02-12 |
fpizlo@apple.com | Use LLVM's dead store elimination |
blob | commitdiff | diff to current |
2014-02-11 |
fpizlo@apple.com | Rename getRecordMap to computeRecordMap. |
blob | commitdiff | diff to current |
2014-02-10 |
fpizlo@apple.com | GC blocks on FTL and then badness |
blob | commitdiff | diff to current |
next |