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
/
ARMv7Assembler.h
2016-09-01
sbarati@apple.com
JITMathIC was misusing maxJumpReplacementSize
blob
|
commitdiff
2016-06-19
sbarati@apple.com
We should be able to generate more types of ICs inline
blob
|
commitdiff
|
diff to current
2016-05-12
commit-queue@webki...
ARMv7Assembler: suppress a -Wnarrowing warning when...
blob
|
commitdiff
|
diff to current
2016-04-11
oliver@apple.com
Remove compile time define for SEPARATED_HEAP
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-09-18
msaboff@apple.com
[ES6] Tail call fast path should efficiently reuse...
blob
|
commitdiff
|
diff to current
2015-03-16
ossy@webkit.org
[ARM] Enable generating idiv instructions if it is...
blob
|
commitdiff
|
diff to current
2015-01-27
ossy@webkit.org
[ARM] Typo fix after r176083
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-15
benjamin@webkit.org
STRH can store values with the wrong offset
blob
|
commitdiff
|
diff to current
2014-11-13
benjamin@webkit.org
ARMv7(s) Assembler: LDRH with immediate offset is loadi...
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-09-25
ossy@webkit.org
Remove WinCE port from trunk
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-18
achristensen@apple.com
Remove duplicate code using sdiv.
blob
|
commitdiff
|
diff to current
2014-02-22
fpizlo@apple.com
Unreviewed, ARMv7 build fix.
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-02-20
rgabor@webkit.org
ASSERTION FAILED: isUInt16() on ARMv7 after r113253.
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
commit-queue@webki...
Fix armv7 and sh4 builds.
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-20
msaboff@apple.com
REGRESSION(158384) ARMv7 point checks too restrictive...
blob
|
commitdiff
|
diff to current
2013-11-07
msaboff@apple.com
Change CallFrameRegister to architected frame pointer...
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-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-23
mark.lam@apple.com
Fix a typo in MacroAssemblerARMv7.h.
blob
|
commitdiff
|
diff to current
2013-04-08
oliver@apple.com
Build fix.
blob
|
commitdiff
|
diff to current
2013-04-08
oliver@apple.com
Add bounds checking for WTF::Vector::operator[]
blob
|
commitdiff
|
diff to current
2013-04-01
benjamin@webkit.org
Remove an unused variable from the ARMv7 Assembler
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-12
rgabor@webkit.org
Making more sophisticated cache flush on ARM Linux...
blob
|
commitdiff
|
diff to current
2013-03-08
rgabor@webkit.org
Cache flush problem on ARMv7 JSC
blob
|
commitdiff
|
diff to current
2013-02-04
msaboff@apple.com
For ARMv7s use integer divide instruction for divide...
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-20
yoli@rim.com
[ARMv7] Neither linkCall() nor linkPointer() should...
blob
|
commitdiff
|
diff to current
2012-11-20
fpizlo@apple.com
Remove support for ARMv7 errata from the jump code
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-11
benjamin@webkit.org
Simplify the copying of JSC ARMv7's LinkRecord
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-04-26
fpizlo@apple.com
DFG ARMv7 backend should optimize Float32 arrays
blob
|
commitdiff
|
diff to current
2012-04-21
fpizlo@apple.com
DFG should optimize int8 and int16 arrays on ARMv7
blob
|
commitdiff
|
diff to current
2012-04-06
rwlbuis@webkit.org
Fix cast-align warnings in JSC
blob
|
commitdiff
|
diff to current
2012-04-04
msaboff@apple.com
Constant Blinding for add/sub immediate crashes in...
blob
|
commitdiff
|
diff to current
2012-02-28
barraclough@apple.com
Implement support for op_negate and op_bitnot in the...
blob
|
commitdiff
|
diff to current
2012-02-02
fpizlo@apple.com
Release build debugging should be easier
blob
|
commitdiff
|
diff to current
2012-01-31
msaboff@apple.com
ASSERT(m_jumpsToLink.isEmpty()) failing in ARMv7Assembl...
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-12-01
fpizlo@apple.com
ARMv7 only allows for one-shot patching of compact...
blob
|
commitdiff
|
diff to current
2011-11-21
fpizlo@apple.com
Inline caches that refer to otherwise dead objects...
blob
|
commitdiff
|
diff to current
2011-11-10
barraclough@apple.com
Renovate ARMv7 assembler/macro-assembler
blob
|
commitdiff
|
diff to current
2011-09-12
msaboff@apple.com
Update RegExp and related classes to use 8 bit strings...
blob
|
commitdiff
|
diff to current
2011-07-07
oliver@apple.com
Encode jump and link sizes into the appropriate enums
blob
|
commitdiff
|
diff to current
2011-07-06
oliver@apple.com
2011-07-05 Oliver Hunt <oliver@apple.com>
blob
|
commitdiff
|
diff to current
2011-06-25
msaboff@apple.com
2011-06-24 Michael Saboff <msaboff@apple.com>
blob
|
commitdiff
|
diff to current
2011-06-23
oliver@apple.com
2011-06-23 Oliver Hunt <oliver@apple.com>
blob
|
commitdiff
|
diff to current
2011-05-20
oliver@apple.com
2011-05-20 Oliver Hunt <oliver@apple.com>
blob
|
commitdiff
|
diff to current
2011-05-20
oliver@apple.com
2011-05-19 Oliver Hunt <oliver@apple.com>
blob
|
commitdiff
|
diff to current
2011-05-17
oliver@apple.com
2011-05-16 Oliver Hunt <oliver@apple.com>
blob
|
commitdiff
|
diff to current
2011-05-02
oliver@apple.com
2011-05-02 Oliver Hunt <oliver@apple.com>
blob
|
commitdiff
|
diff to current
2011-05-02
barraclough@apple.com
https://bugs.webkit.org/show_bug.cgi?id=59903
blob
|
commitdiff
|
diff to current
2011-05-01
barraclough@apple.com
https://bugs.webkit.org/show_bug.cgi?id=59896
blob
|
commitdiff
|
diff to current
2011-04-30
barraclough@apple.com
Bug 59869 - AssemblerBuffer cleanup - disambiguate...
blob
|
commitdiff
|
diff to current
2011-04-15
barraclough@apple.com
Bug 58600 - DFG JIT bugs in ValueToInt, PutByVal
blob
|
commitdiff
|
diff to current
2011-02-19
commit-queue@webki...
2011-02-19 Yong Li <yoli@rim.com>
blob
|
commitdiff
|
diff to current
2011-02-16
barraclough@apple.com
Bug 54524 - Allow JSObject to fully utilize cell's...
blob
|
commitdiff
|
diff to current
2011-02-15
xan@webkit.org
2011-02-15 Xan Lopez <xlopez@igalia.com>
blob
|
commitdiff
|
diff to current
2011-01-07
barraclough@apple.com
Bug 52021 - zeroDouble broken on ARMv7
blob
|
commitdiff
|
diff to current
2011-01-02
abarth@webkit.org
Move JavaScriptCore to Source
blob
|
commitdiff
|
diff to current