FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Source/JavaScriptCore/b3/air/AirOpcode.opcodes - WebKit/WebKit · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
WebKit
/
WebKit
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10.1k
Code
Pull requests
2.6k
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
WebKit
Source
JavaScriptCore
b3
air
AirOpcode.opcodes
on
main
User selector
Datepicker
Commit history
Commits on Aug 6, 2026
[JSC] Add "Padding" Air opcode
Show description for 74091f9
Constellation
committed
74091f9
View commit details
Copy full SHA for 74091f9
View code at this point
Browse repository at this point
Commits on Aug 4, 2026
[JSC] Follow-up cleanups after ARMv7 JIT removal
Show description for 6010a9e
sosukesuzuki
committed
6010a9e
View commit details
Copy full SHA for 6010a9e
View code at this point
Browse repository at this point
Commits on Aug 1, 2026
[armv7] Remove ARMv7 JIT support
Show description for 857bd43
justinmichaud
committed
857bd43
View commit details
Copy full SHA for 857bd43
View code at this point
Browse repository at this point
Commits on Jul 1, 2026
[JSC] Remove Air::lowerMacros
Show description for 0f2107b
Constellation
committed
0f2107b
View commit details
Copy full SHA for 0f2107b
View code at this point
Browse repository at this point
Commits on May 3, 2026
[JSC] Add multiply-accumulate instruction selection
Show description for 1367f47
Constellation
committed
1367f47
View commit details
Copy full SHA for 1367f47
View code at this point
Browse repository at this point
Commits on Apr 21, 2026
[JSC] Implement relaxed Wasm SIMD
Show description for 85da494
Constellation
committed
85da494
View commit details
Copy full SHA for 85da494
View code at this point
Browse repository at this point
Commits on Apr 6, 2026
[JSC] Support ZeroReg for the result in Select
Show description for 6ec908a
Constellation
committed
6ec908a
View commit details
Copy full SHA for 6ec908a
View code at this point
Browse repository at this point
Commits on Mar 19, 2026
[JSC] Use wasm SIMD optimizations in x64 too
Show description for 8528eda
Constellation
committed
8528eda
View commit details
Copy full SHA for 8528eda
View code at this point
Browse repository at this point
Commits on Mar 16, 2026
[JSC] Add more SIMD lowering
Show description for dbf8cb7
Constellation
committed
dbf8cb7
View commit details
Copy full SHA for dbf8cb7
View code at this point
Browse repository at this point
Commits on Mar 15, 2026
[JSC] Use simple ARM64 shl, ushr, sshr
Show description for b349f35
Constellation
committed
b349f35
View commit details
Copy full SHA for b349f35
View code at this point
Browse repository at this point
Commits on Mar 14, 2026
[JSC] Implement SIMD Shuffle reduction
Show description for 8eb745f
Constellation
committed
8eb745f
View commit details
Copy full SHA for 8eb745f
View code at this point
Browse repository at this point
Commits on Feb 17, 2026
[JSC] Air Greedy Register Allocator should handle FP constants
Show description for 40a9116
Constellation
committed
40a9116
View commit details
Copy full SHA for 40a9116
View code at this point
Browse repository at this point
Commits on Jan 29, 2026
[JSC] Add constant materialization JIT code for x64
Show description for aa596dd
Constellation
committed
aa596dd
View commit details
Copy full SHA for aa596dd
View code at this point
Browse repository at this point
Commits on Jan 14, 2026
[JSC] Extend Float16, Float, Double, V128 constant materialization
Show description for 0521cc7
Constellation
committed
0521cc7
View commit details
Copy full SHA for 0521cc7
View code at this point
Browse repository at this point
Commits on Jan 13, 2026
[JSC] Implement ccmp / ccmn chain
Show description for 2cd6a73
Constellation
committed
2cd6a73
View commit details
Copy full SHA for 2cd6a73
View code at this point
Browse repository at this point
Commits on Jun 5, 2025
[JSC] Add VectorMulHigh / VectorMulLow
Show description for 3434971
Constellation
committed
3434971
View commit details
Copy full SHA for 3434971
View code at this point
Browse repository at this point
Commits on Apr 26, 2025
[JSC] Sign extension and sign extended load clears high bits
Show description for 4cd0a02
Constellation
committed
4cd0a02
View commit details
Copy full SHA for 4cd0a02
View code at this point
Browse repository at this point
Commits on Apr 23, 2025
[JSC] Add coalescing for spilled SIMD vectors
Show description for 6751e8f
dhecht
committed
6751e8f
View commit details
Copy full SHA for 6751e8f
View code at this point
Browse repository at this point
Commits on Apr 2, 2025
[JSC] Add convertUInt32ToDouble / convertUInt32ToFloat
Show description for 382880c
Constellation
committed
382880c
View commit details
Copy full SHA for 382880c
View code at this point
Browse repository at this point
Commits on Mar 21, 2025
Unreviewed, fix ZD definition for MulHigh32
Show description for 8760ab6
Constellation
committed
8760ab6
View commit details
Copy full SHA for 8760ab6
View code at this point
Browse repository at this point
[JSC] Add MulHigh
Show description for a4cc57d
Constellation
committed
a4cc57d
View commit details
Copy full SHA for a4cc57d
View code at this point
Browse repository at this point
Commits on Feb 5, 2025
[JSC] Further precise impure NaN modeling in DFG / FTL
Show description for 974bb61
Constellation
committed
974bb61
View commit details
Copy full SHA for 974bb61
View code at this point
Browse repository at this point
Commits on Feb 1, 2025
[JSC] Add Air MultiplyNegDouble / MultiplyNegFloat
Show description for b314521
Constellation
committed
b314521
View commit details
Copy full SHA for b314521
View code at this point
Browse repository at this point
Commits on Dec 2, 2024
ARMv7: Lower Depend/Opaque
Show description for ffc74cc
aoikonomopoulos
authored and
justinmichaud
committed
ffc74cc
View commit details
Copy full SHA for ffc74cc
View code at this point
Browse repository at this point
Commits on Nov 4, 2024
[JSC][armv7] Support for lowering B3 atomics to Air for armv7
Show description for fb0137c
eugeneia
committed
fb0137c
View commit details
Copy full SHA for fb0137c
View code at this point
Browse repository at this point
Commits on Sep 20, 2024
[JSC] Support BranchSub32/64 3 operands
Show description for 1bef55f
Constellation
committed
1bef55f
View commit details
Copy full SHA for 1bef55f
View code at this point
Browse repository at this point
Commits on Sep 18, 2024
[JSC] Add 3 operands BranchAdd / BranchSub in ARM64
Show description for f2facf9
Constellation
committed
f2facf9
View commit details
Copy full SHA for f2facf9
View code at this point
Browse repository at this point
Commits on Sep 13, 2024
[JSC] Make double constant materialization better
Show description for d73923d
Constellation
committed
d73923d
View commit details
Copy full SHA for d73923d
View code at this point
Browse repository at this point
Commits on Sep 7, 2024
[ARMv7] Remove TmpPair
Show description for 6c002ef
justinmichaud
committed
6c002ef
View commit details
Copy full SHA for 6c002ef
View code at this point
Browse repository at this point
Commits on Jul 18, 2024
Support Air conditional moves on ARMv7
Show description for d61ae69
aoikonomopoulos
committed
d61ae69
View commit details
Copy full SHA for d61ae69
View code at this point
Browse repository at this point
Commits on Jul 9, 2024
Add a LowerInt64 B3 pass
Show description for e4b1106
aoikonomopoulos
committed
e4b1106
View commit details
Copy full SHA for e4b1106
View code at this point
Browse repository at this point
Commits on Mar 29, 2024
Signed loads should not zero-def their destination.
Show description for 5838997
justinmichaud
authored and
Mark Lam
committed
5838997
View commit details
Copy full SHA for 5838997
View code at this point
Browse repository at this point
Commits on Dec 14, 2023
Add namespace qualifiers to a bunch of jsc types
Show description for 861cce4
Justin Michaud
committed
861cce4
View commit details
Copy full SHA for 861cce4
View code at this point
Browse repository at this point
Commits on Jun 28, 2023
[JSC] Add Air OptimizePairedLoadStore phase
Show description for 3632268
Constellation
committed
3632268
View commit details
Copy full SHA for 3632268
View code at this point
Browse repository at this point
Commits on Jun 20, 2023
Implement relaxed SIMD madd and nmadd instructions
Show description for 5236c95
danlliu
authored and
Justin Michaud
committed
5236c95
View commit details
Copy full SHA for 5236c95
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL