2018-03-14 |
mark.lam@apple.com | Enhance the MacroAssembler and LinkBuffer to support... |
blob | commitdiff |
2018-02-28 |
keith_miller@apple.com | Replace TrustedImmPtr(0) with TrustedImmPtr(nullptr) |
blob | commitdiff | diff to current |
2018-02-22 |
mark.lam@apple.com | Refactor MacroAssembler code to improve reuse and exten... |
blob | commitdiff | diff to current |
2017-11-30 |
utatane.tea@gmail.com | [JSC] Use getEffectiveAddress more in JSC |
blob | commitdiff | diff to current |
2017-11-29 |
utatane.tea@gmail.com | [JSC] Add MacroAssembler::getEffectiveAddress in all... |
blob | commitdiff | diff to current |
2017-08-21 |
mark.lam@apple.com | Enhance MacroAssembler::probe() to allow the probe... |
blob | commitdiff | diff to current |
2017-08-18 |
mark.lam@apple.com | Rename ProbeContext and ProbeFunction to Probe::State... |
blob | commitdiff | diff to current |
2017-08-11 |
mark.lam@apple.com | Make the MASM_PROBE mechanism mandatory for DFG and... |
blob | commitdiff | diff to current |
2017-07-13 |
mark.lam@apple.com | Gardening: build fix after r219434. |
blob | commitdiff | diff to current |
2017-07-12 |
mark.lam@apple.com | Move Probe code from AbstractMacroAssembler to MacroAss... |
blob | commitdiff | diff to current |
2017-06-24 |
keith_miller@apple.com | Switch VMTraps to use halt instructions rather than... |
blob | commitdiff | diff to current |
2017-06-02 |
fpizlo@apple.com | GC should use scrambled free-lists |
blob | commitdiff | diff to current |
2017-04-20 |
mark.lam@apple.com | Update the MASM probe to only take 1 arg instead of... |
blob | commitdiff | diff to current |
2017-03-09 |
mark.lam@apple.com | Make the VM Traps mechanism non-polling for the DFG... |
blob | commitdiff | diff to current |
2017-03-03 |
mark.lam@apple.com | Add MacroAssembler::isBreakpoint() query function. |
blob | commitdiff | diff to current |
2016-12-06 |
ossy@webkit.org | Add storeFence support for ARMv7 |
blob | commitdiff | diff to current |
2016-11-15 |
fpizlo@apple.com | The GC should be optionally concurrent and disabled... |
blob | commitdiff | diff to current |
2016-11-09 |
utatane.tea@gmail.com | [JSC] The implementation of 8 bit operation in MacroAss... |
blob | commitdiff | diff to current |
2016-09-28 |
ryanhaddad@apple.com | Unreviewed, rolling out r206522. |
blob | commitdiff | diff to current |
2016-09-28 |
commit-queue@webki... | Unreviewed, rolling out r206506. |
blob | commitdiff | diff to current |
2016-09-28 |
commit-queue@webki... | Adopt #pragma once in JavaScriptCore |
blob | commitdiff | diff to current |
2016-09-08 |
mark.lam@apple.com | Add support for a ternary sub32 emitter for ARM64 and... |
blob | commitdiff | diff to current |
2016-09-01 |
sbarati@apple.com | JITMathIC was misusing maxJumpReplacementSize |
blob | commitdiff | diff to current |
2016-07-18 |
fpizlo@apple.com | RegisterSet should use a Bitmap instead of a BitVector... |
blob | commitdiff | diff to current |
2016-07-17 |
utatane.tea@gmail.com | [JSC] Mask TrustedImm32 to 8bit in MacroAssembler for... |
blob | commitdiff | diff to current |
2016-07-07 |
ossy@webkit.org | [ARMv7] REGRESSION(r197655): ASSERTION FAILED: (cond... |
blob | commitdiff | diff to current |
2016-06-19 |
sbarati@apple.com | We should be able to generate more types of ICs inline |
blob | commitdiff | diff to current |
2016-04-22 |
commit-queue@webki... | [JSC] Integer Multiply of a number by itself does not... |
blob | commitdiff | diff to current |
2016-04-11 |
oliver@apple.com | Remove compile time define for SEPARATED_HEAP |
blob | commitdiff | diff to current |
2016-04-03 |
utatane.tea@gmail.com | [JSC] Add truncate operation (rounding to zero) |
blob | commitdiff | diff to current |
2016-03-07 |
commit-queue@webki... | [JSC] Improve how DFG zero Floating Point registers |
blob | commitdiff | diff to current |
2016-03-07 |
benjamin@webkit.org | [JSC] Use 3 operands Add in more places |
blob | commitdiff | diff to current |
2016-03-07 |
commit-queue@webki... | [JSC] Improve codegen of Compare and Test |
blob | commitdiff | diff to current |
2016-03-01 |
utatane.tea@gmail.com | [DFG][FTL][B3] Support floor and ceil |
blob | commitdiff | diff to current |
2016-02-15 |
mark.lam@apple.com | [ARMv7] stress/op_rshift.js and stress/op_urshift.js... |
blob | commitdiff | diff to current |
2016-02-04 |
fpizlo@apple.com | REGRESSION(192409): Cannot rely on add32() to zero... |
blob | commitdiff | diff to current |
2016-01-07 |
mark.lam@apple.com | ARMv7 or32(TrustedImm32, AbsoluteAddress) may have... |
blob | commitdiff | diff to current |
2016-01-05 |
mark.lam@apple.com | Profiling should detect when multiplication overflows... |
blob | commitdiff | diff to current |
2015-12-14 |
commit-queue@webki... | [JSC] Add ceil() support for x86 and expose it to B3 |
blob | commitdiff | diff to current |
2015-11-17 |
mark.lam@apple.com | Refactoring: move branchMul32's imm arg to the 3rd... |
blob | commitdiff | diff to current |
2015-11-13 |
commit-queue@webki... | [JSC] Do not generate an Add when adding a zero immedia... |
blob | commitdiff | diff to current |
2015-10-28 |
mark.lam@apple.com | Rename MacroAssembler::callProbe() to probe(). |
blob | commitdiff | diff to current |
2015-10-08 |
commit-queue@webki... | Remove references to removed class RepatchBuffer |
blob | commitdiff | diff to current |
2015-09-16 |
msaboff@apple.com | [ES6] Implement tail calls in the LLInt and Baseline JIT |
blob | commitdiff | diff to current |
2015-09-16 |
msaboff@apple.com | Rollout r189774 and 189818. |
blob | commitdiff | diff to current |
2015-09-15 |
msaboff@apple.com | [ES6] Implement tail calls in the LLInt and Baseline JIT |
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-29 |
commit-queue@webki... | Unreviewed, rolling out r189136. |
blob | commitdiff | diff to current |
2015-08-29 |
benjamin@webkit.org | [JSC][x86] Improve the compare functions when comparing... |
blob | commitdiff | diff to current |
2015-08-28 |
mark.lam@apple.com | Refactor the JIT printer out of the AbstractMacroAssemb... |
blob | commitdiff | diff to current |
2015-03-28 |
msaboff@apple.com | load8Signed() and load16Signed() should be renamed... |
blob | commitdiff | diff to current |
2014-11-17 |
mark.lam@apple.com | Add printing functionality in JITted code for debugging... |
blob | commitdiff | diff to current |
2014-11-14 |
mark.lam@apple.com | Reduce amount of cut-and-paste needed for probe mechani... |
blob | commitdiff | diff to current |
2014-11-12 |
mark.lam@apple.com | Rename USE(MASM_PROBE) to ENABLE(MASM_PROBE). |
blob | commitdiff | diff to current |
2014-07-15 |
benjamin@webkit.org | Reduce the overhead of updating the AssemblerBuffer |
blob | commitdiff | diff to current |
2014-07-10 |
benjamin@webkit.org | Use 16bits instructions for push/pop on ARMv7 when... |
blob | commitdiff | diff to current |
2014-07-09 |
benjamin@webkit.org | Restore the assertion changed with 170839 |
blob | commitdiff | diff to current |
2014-07-07 |
benjamin@webkit.org | [ARMv7] Use 16 bits instructions for push/pop when... |
blob | commitdiff | diff to current |
2014-06-13 |
commit-queue@webki... | Make css jit compile for armv7. |
blob | commitdiff | diff to current |
2014-06-13 |
fpizlo@apple.com | Unreviewed, fix ARMv7. |
blob | commitdiff | diff to current |
2014-06-13 |
fpizlo@apple.com | Even better diagnostics from DFG traps |
blob | commitdiff | diff to current |
2014-05-14 |
fpizlo@apple.com | JIT breakpoints should be more informative |
blob | commitdiff | diff to current |
2014-05-13 |
commit-queue@webki... | [Win] Enum type with value zero is compatible with... |
blob | commitdiff | diff to current |
2014-05-12 |
commit-queue@webki... | Unreviewed, rolling out r168642. |
blob | commitdiff | diff to current |
2014-05-12 |
commit-queue@webki... | [Win] Enum type with value zero is compatible with... |
blob | commitdiff | diff to current |
2014-04-16 |
fpizlo@apple.com | Unreviewed, ARMv7 build fix after r167336. |
blob | commitdiff | diff to current |
2014-04-03 |
mark.lam@apple.com | ARMv7 compare32() should not use TST to do CMP's job. |
blob | commitdiff | diff to current |
2014-02-27 |
mhahnenberg@apple.com | Make JSCells have 32-bit Structure pointers |
blob | commitdiff | diff to current |
2014-02-22 |
fpizlo@apple.com | It should be possible for a LinkBuffer to outlive the... |
blob | commitdiff | diff to current |
2014-01-29 |
msaboff@apple.com | Merge the jsCStack branch |
blob | commitdiff | diff to current |
2014-01-11 |
benjamin@webkit.org | Remove the BlackBerry port from trunk |
blob | commitdiff | diff to current |
2013-12-17 |
mhahnenberg@apple.com | Add some missing functions to MacroAssembler |
blob | commitdiff | diff to current |
2013-12-06 |
fpizlo@apple.com | FTL should use cvttsd2si directly for double-to-int32... |
blob | commitdiff | diff to current |
2013-11-20 |
commit-queue@webki... | [armv7][arm64] Speculative build fix after r159545. |
blob | commitdiff | diff to current |
2013-11-20 |
fpizlo@apple.com | Infer constant global variables |
blob | commitdiff | diff to current |
2013-11-19 |
msaboff@apple.com | REGRESSION (r159395): Error compiling for ARMv7 |
blob | commitdiff | diff to current |
2013-11-18 |
fpizlo@apple.com | Simplify WatchpointSet state tracking |
blob | commitdiff | diff to current |
2013-10-29 |
commit-queue@webki... | [arm] Fix lots of crashes because of 4th argument regis... |
blob | commitdiff | diff to current |
2013-10-18 |
fpizlo@apple.com | Unreviewed, speculative ARM build fix. |
blob | commitdiff | diff to current |
2013-10-17 |
mark.lam@apple.com | Remove JITStackFrame references in JIT probes. |
blob | commitdiff | diff to current |
2013-10-15 |
dbates@webkit.org | [iOS] Upstream JavaScriptCore support for ARM64 |
blob | commitdiff | diff to current |
2013-10-10 |
fpizlo@apple.com | OSR exit using llvm.webkit.stackmap should pass more... |
blob | commitdiff | diff to current |
2013-10-02 |
andersca@apple.com | Get rid of Qt code from JavaScriptCore |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: Misc JIT probe enhacements. |
blob | commitdiff | diff to current |
2013-04-30 |
rniwa@webkit.org | Unreviewed, rolling out r149349 and r149354. |
blob | commitdiff | diff to current |
2013-04-30 |
commit-queue@webki... | [ARM] Expand the use of integer division |
blob | commitdiff | diff to current |
2013-04-25 |
commit-queue@webki... | Source/JavaScriptCore: Fix problems with processing... |
blob | commitdiff | diff to current |
2013-04-23 |
mark.lam@apple.com | Fix a typo in MacroAssemblerARMv7.h. |
blob | commitdiff | diff to current |
2013-04-22 |
mark.lam@apple.com | Change baseline JIT watchdog timer check to use the... |
blob | commitdiff | diff to current |
2013-04-08 |
oliver@apple.com | Add bounds checking for WTF::Vector::operator[] |
blob | commitdiff | diff to current |
2013-03-21 |
commit-queue@webki... | [QNX][ARM] REGRESSION(r135330): Various failures in... |
blob | commitdiff | diff to current |
2013-03-20 |
zherczeg@webkit.org | ARMv7 replaceWithJump ASSERT failure after r135330. |
blob | commitdiff | diff to current |
2013-03-19 |
rgabor@webkit.org | Implement and32 on ARMv7 and ARM traditional platforms |
blob | commitdiff | diff to current |
2012-11-21 |
fpizlo@apple.com | DFG should be able to cache closure calls (part 1/2) |
blob | commitdiff | diff to current |
2012-11-13 |
fpizlo@apple.com | Unreviewed, fix ARMv7 build. |
blob | commitdiff | diff to current |
2012-11-13 |
fpizlo@apple.com | Patching of jumps to stubs should use jump replacement... |
blob | commitdiff | diff to current |
2012-10-14 |
fpizlo@apple.com | IndexingType should not have a bit for each type |
blob | commitdiff | diff to current |
2012-10-12 |
fpizlo@apple.com | Unreviewed. It should be possible to build JSC on ARMv7. |
blob | commitdiff | diff to current |
2012-10-10 |
fpizlo@apple.com | Typed arrays should not be 20x slower in the baseline... |
blob | commitdiff | diff to current |
2012-10-09 |
fpizlo@apple.com | JSC should infer when indexed storage is contiguous... |
blob | commitdiff | diff to current |
next |