git://git.webkit.org
/
WebKit-https.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
JITMathIC was misusing maxJumpReplacementSize
[WebKit-https.git]
/
Source
/
JavaScriptCore
/
assembler
/
X86Assembler.h
2016-09-01
sbarati@apple.com
JITMathIC was misusing maxJumpReplacementSize
blob
|
commitdiff
2016-07-19
fpizlo@apple.com
Implement table-based switches in B3/Air
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-05-20
commit-queue@webki...
[JSC] Improve int->float conversion in FTL
blob
|
commitdiff
|
diff to current
2016-04-01
commit-queue@webki...
[JSC][x86] Add the 3 operands form of floating point...
blob
|
commitdiff
|
diff to current
2016-03-31
benjamin@webkit.org
[JSC][x86] Add the indexed forms of floating point...
blob
|
commitdiff
|
diff to current
2016-03-31
benjamin@webkit.org
[JSC][x86] Add the 3 operands forms of floating point...
blob
|
commitdiff
|
diff to current
2016-03-26
commit-queue@webki...
[JSC] Put the x86 Assembler on a binary diet
blob
|
commitdiff
|
diff to current
2016-02-12
benjamin@webkit.org
[JSC] On x86, improve the selection of which value...
blob
|
commitdiff
|
diff to current
2016-01-25
fpizlo@apple.com
mandreel should run just as fast in FTL B3 as FTL LLVM
blob
|
commitdiff
|
diff to current
2016-01-15
fpizlo@apple.com
Air needs a Shuffle instruction
blob
|
commitdiff
|
diff to current
2016-01-15
commit-queue@webki...
Unreviewed, rolling out r195084.
blob
|
commitdiff
|
diff to current
2016-01-15
fpizlo@apple.com
Air needs a Shuffle instruction
blob
|
commitdiff
|
diff to current
2016-01-06
commit-queue@webki...
[JSC] Get more of testb3 to pass on ARM64
blob
|
commitdiff
|
diff to current
2015-12-21
fpizlo@apple.com
B3 should be able to compile Store16
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-12-14
fpizlo@apple.com
B3->Air compare-branch fusion should fuse even if the...
blob
|
commitdiff
|
diff to current
2015-12-12
commit-queue@webki...
[JSC] Add Floating Point Abs() to B3
blob
|
commitdiff
|
diff to current
2015-12-09
commit-queue@webki...
[JSC] Improve how B3 lowers Add() and Sub() on x86
blob
|
commitdiff
|
diff to current
2015-12-08
benjamin@webkit.org
[JSC] Add Float support to B3
blob
|
commitdiff
|
diff to current
2015-12-03
commit-queue@webki...
[JSC] Add CLZ support to B3
blob
|
commitdiff
|
diff to current
2015-12-02
commit-queue@webki...
[JSC] Handle x86 partial register stalls in Air
blob
|
commitdiff
|
diff to current
2015-12-01
benjamin@webkit.org
[JSC] Add Sqrt to B3
blob
|
commitdiff
|
diff to current
2015-11-20
fpizlo@apple.com
B3 should have a Select opcode
blob
|
commitdiff
|
diff to current
2015-11-20
benjamin@webkit.org
[JSC] Add Air lowering to BitNot() for Xor(value, -1)
blob
|
commitdiff
|
diff to current
2015-11-12
benjamin@webkit.org
[JSC] Add a comment explaining the opcode suffixes...
blob
|
commitdiff
|
diff to current
2015-11-11
fpizlo@apple.com
B3 should be able to compile a program with ChillDiv
blob
|
commitdiff
|
diff to current
2015-11-10
msaboff@apple.com
X86_64 support for compareDouble(DoubleCondition, FPReg...
blob
|
commitdiff
|
diff to current
2015-11-07
msaboff@apple.com
Add conditional moves to the MacroAssembler
blob
|
commitdiff
|
diff to current
2015-11-05
benjamin@webkit.org
[JSC] Add B3-to-Air lowering for the shift opcodes
blob
|
commitdiff
|
diff to current
2015-11-03
benjamin@webkit.org
[JSC] Add Air lowering for BitOr and impove BitAnd
blob
|
commitdiff
|
diff to current
2015-11-01
fpizlo@apple.com
B3::reduceStrength's DCE should be more agro and less...
blob
|
commitdiff
|
diff to current
2015-09-17
commit-queue@webki...
Calling a float function on x86 in WebAssembly incorrec...
blob
|
commitdiff
|
diff to current
2015-09-05
commit-queue@webki...
Implement the division and modulo instructions in WebAs...
blob
|
commitdiff
|
diff to current
2015-09-04
basile_clement@app...
Make a bunch of MacroAssembler operations constexpr
blob
|
commitdiff
|
diff to current
2015-05-08
benjamin@webkit.org
Fix the x86 32bits build
blob
|
commitdiff
|
diff to current
2015-05-08
benjamin@webkit.org
[JSC] Add basic DFG/FTL support for Math.round
blob
|
commitdiff
|
diff to current
2015-04-26
benjamin@webkit.org
[JSC] Implement Math.clz32(), remove Number.clz()
blob
|
commitdiff
|
diff to current
2015-02-18
fpizlo@apple.com
DFG should really support varargs
blob
|
commitdiff
|
diff to current
2015-02-13
benjamin@webkit.org
Generate incq instead of addq when the immediate value...
blob
|
commitdiff
|
diff to current
2014-11-13
mark.lam@apple.com
Change X86/64 JIT probes to save/restore xmm regs as...
blob
|
commitdiff
|
diff to current
2014-11-13
mark.lam@apple.com
Change X86/64 JIT probes to save/restore xmm regs as...
blob
|
commitdiff
|
diff to current
2014-11-13
mark.lam@apple.com
Create canonical lists of registers used by both the...
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-05-08
commit-queue@webki...
Unreviewed, rolling out r168451.
blob
|
commitdiff
|
diff to current
2014-05-07
akling@apple.com
[X86] Emit BT instruction for single-bit tests.
blob
|
commitdiff
|
diff to current
2014-04-14
commit-queue@webki...
Fixed potential integer truncation.
blob
|
commitdiff
|
diff to current
2014-04-11
commit-queue@webki...
Compile fix for Win64.
blob
|
commitdiff
|
diff to current
2014-04-10
commit-queue@webki...
[FTL] Emit multibyte NOPs on X86-64
blob
|
commitdiff
|
diff to current
2014-03-10
akling@apple.com
[X86_64] Smaller code for testb_i8r when register is...
blob
|
commitdiff
|
diff to current
2014-03-10
akling@apple.com
[X86_64] Smaller code for sub_ir when register is accum...
blob
|
commitdiff
|
diff to current
2014-03-10
akling@apple.com
[X86_64] Smaller code for add_ir when register is accum...
blob
|
commitdiff
|
diff to current
2014-03-10
akling@apple.com
[X86_64] Smaller code for xor_ir when register is accum...
blob
|
commitdiff
|
diff to current
2014-03-10
akling@apple.com
[X86_64] Smaller code for or_ir when register is accumu...
blob
|
commitdiff
|
diff to current
2014-03-10
akling@apple.com
[X86_64] Smaller code for test_ir when register is...
blob
|
commitdiff
|
diff to current
2014-03-10
akling@apple.com
[X86_64] Smaller code for cmp_ir when register is accum...
blob
|
commitdiff
|
diff to current
2014-03-10
akling@apple.com
[X86_64] Smaller code for xchg_rr when one register...
blob
|
commitdiff
|
diff to current
2014-02-27
mhahnenberg@apple.com
Make JSCells have 32-bit Structure pointers
blob
|
commitdiff
|
diff to current
2013-12-23
benjamin@webkit.org
Add class matching to the Selector Code Generator
blob
|
commitdiff
|
diff to current
2013-12-17
mhahnenberg@apple.com
Add some missing functions to MacroAssembler
blob
|
commitdiff
|
diff to current
2013-11-30
fpizlo@apple.com
FTL IC should nop-fill to make up the difference betwee...
blob
|
commitdiff
|
diff to current
2013-11-20
fpizlo@apple.com
Infer constant global variables
blob
|
commitdiff
|
diff to current
2013-10-20
fpizlo@apple.com
Restructure LinkBuffer to allow for alternate allocatio...
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-10
fpizlo@apple.com
FTL should be able to do simple OSR exits using llvm...
blob
|
commitdiff
|
diff to current
2013-09-18
fpizlo@apple.com
DFG should support Int52 for local variables
blob
|
commitdiff
|
diff to current
2013-09-18
commit-queue@webki...
Unreviewed, rolling out r156019 and r156020.
blob
|
commitdiff
|
diff to current
2013-09-18
fpizlo@apple.com
DFG should support Int52 for local variables
blob
|
commitdiff
|
diff to current
2013-09-13
msaboff@apple.com
fourthTier: Change JSStack to grow from high to low...
blob
|
commitdiff
|
diff to current
2013-08-16
benjamin@webkit.org
Fix x86 32bits build after r154158
blob
|
commitdiff
|
diff to current
2013-08-16
benjamin@webkit.org
[JSC] x86: Use inc and dec when possible
blob
|
commitdiff
|
diff to current
2013-07-25
oliver@apple.com
fourthTier: Misc JIT probe enhacements.
blob
|
commitdiff
|
diff to current
2013-07-25
oliver@apple.com
fourthTier: Implement a probe mechanism for JIT generat...
blob
|
commitdiff
|
diff to current
2013-04-18
ggaren@apple.com
Renamed JSGlobalData to VM
blob
|
commitdiff
|
diff to current
2013-01-23
oliver@apple.com
Replace ASSERT_NOT_REACHED with RELEASE_ASSERT_NOT_REAC...
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
Patching of jumps to stubs should use jump replacement...
blob
|
commitdiff
|
diff to current
2012-11-08
fpizlo@apple.com
JSC should infer when indexed storage contains only...
blob
|
commitdiff
|
diff to current
2012-09-19
fpizlo@apple.com
DFG should not emit PutByVal hole case unless it has to
blob
|
commitdiff
|
diff to current
2012-09-17
fpizlo@apple.com
Array profiling has convergence issues
blob
|
commitdiff
|
diff to current
2012-07-24
fpizlo@apple.com
Property storage should grow in reverse address directi...
blob
|
commitdiff
|
diff to current
2012-07-20
fpizlo@apple.com
DFG cell checks should be hoisted
blob
|
commitdiff
|
diff to current
2012-07-15
fpizlo@apple.com
Rationalize and optimize storage allocation
blob
|
commitdiff
|
diff to current
2012-07-05
fpizlo@apple.com
Inline property storage should not be wasted when it...
blob
|
commitdiff
|
diff to current
2012-06-20
fpizlo@apple.com
DFG should be able to print disassembly interleaved...
blob
|
commitdiff
|
diff to current
2012-06-13
fpizlo@apple.com
DFG should be able to set watchpoints on global variables
blob
|
commitdiff
|
diff to current
2012-06-13
zandobersek@gmail.com
Unreviewed, rolling out r120172.
blob
|
commitdiff
|
diff to current
2012-06-13
fpizlo@apple.com
DFG should be able to set watchpoints on global variables
blob
|
commitdiff
|
diff to current
2012-05-24
barraclough@apple.com
Move cacheFlush from ExecutableAllocator to Assembler...
blob
|
commitdiff
|
diff to current
2012-03-08
oliver@apple.com
Further harden 64-bit JIT
blob
|
commitdiff
|
diff to current
2012-03-01
fpizlo@apple.com
The JIT should not crash the entire process just becaus...
blob
|
commitdiff
|
diff to current
2012-02-02
fpizlo@apple.com
Release build debugging should be easier
blob
|
commitdiff
|
diff to current
2012-01-23
barraclough@apple.com
Implement a JIT-code aware sampling profiler for JSC
blob
|
commitdiff
|
diff to current
2011-12-23
fpizlo@apple.com
DFG loads from signed 8-bit and 16-bit typed arrays...
blob
|
commitdiff
|
diff to current
2011-12-03
oliver@apple.com
Improve float array support in the DFG JIT
blob
|
commitdiff
|
diff to current
2011-12-02
oliver@apple.com
Support integer typed arrays in the DFG JIT
blob
|
commitdiff
|
diff to current
2011-11-10
fpizlo@apple.com
DFG OSR exit code should be lazily generated
blob
|
commitdiff
|
diff to current
2011-11-09
ossy@webkit.org
Unreviewed, rolling out r99647.
blob
|
commitdiff
|
diff to current
2011-11-09
barraclough@apple.com
Better abstract 'abs' operation through the MacroAssembler.
blob
|
commitdiff
|
diff to current
2011-11-09
barraclough@apple.com
Move code to handle 8bit regs from X86Assembler to...
blob
|
commitdiff
|
diff to current
next