FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Source/JavaScriptCore/b3/air/AirLowerStackArgs.cpp - 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
AirLowerStackArgs.cpp
on
main
User selector
Datepicker
Commit history
Commits on Aug 13, 2026
[JSC] Avoid unnecessary work in JIT code generation loop
Show description for 4af3bba
Constellation
committed
4af3bba
View commit details
Copy full SHA for 4af3bba
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 Jul 9, 2026
[JSC] Make sizeof(Air::Inst) 64
Show description for 71208eb
Constellation
committed
71208eb
View commit details
Copy full SHA for 71208eb
View code at this point
Browse repository at this point
Commits on Jul 8, 2026
[JSC] Make sizeof(Air::Arg) 16
Show description for d801f1e
Constellation
committed
d801f1e
View commit details
Copy full SHA for d801f1e
View code at this point
Browse repository at this point
Commits on Aug 9, 2025
[JSC] Fix lowerStackArgs handling of moves between spill slots and large frames
Show description for 98e442e
dhecht
authored and
robert-jenner
committed
98e442e
View commit details
Copy full SHA for 98e442e
View code at this point
Browse repository at this point
Commits on Feb 27, 2025
Unreviewed, reverting 291111@main.
Show description for 252fd45
webkit-commit-queue
authored and
Constellation
committed
252fd45
View commit details
Copy full SHA for 252fd45
View code at this point
Browse repository at this point
Commits on Feb 26, 2025
Handle wide Air::Arg offsets
Show description for 2dfc93f
aoikonomopoulos
committed
2dfc93f
View commit details
Copy full SHA for 2dfc93f
View code at this point
Browse repository at this point
Commits on Jun 13, 2024
[WASM] V128 should be throwable to match Chrome and the spec
Show description for eba05a5
ddegazio
committed
eba05a5
View commit details
Copy full SHA for eba05a5
View code at this point
Browse repository at this point
Commits on Apr 20, 2024
Reduce use of `const char*`
Show description for d4169aa
cdumez
committed
d4169aa
View commit details
Copy full SHA for d4169aa
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 Dec 23, 2022
Make MacroAssemblerARMv7 scratch regs available to Air
Show description for 67d43c3
aoikonomopoulos
authored and
Constellation
committed
67d43c3
View commit details
Copy full SHA for 67d43c3
View code at this point
Browse repository at this point
Commits on Dec 19, 2022
[JSC] Use ExtendedOffsetAddr if normal Addr with SP/FP failed for Patch
Show description for 87ae77e
Constellation
committed
87ae77e
View commit details
Copy full SHA for 87ae77e
View code at this point
Browse repository at this point
Commits on Dec 14, 2022
[SIMD] B3/OMG Support
Show description for 8a01826
Justin Michaud
committed
8a01826
View commit details
Copy full SHA for 8a01826
View code at this point
Browse repository at this point
Commits on Dec 13, 2022
[JSC] Port and enable Wasm BBQ JIT on ARMv7
Show description for 189dce5
jjgriego
authored and
Justin Michaud
committed
189dce5
View commit details
Copy full SHA for 189dce5
View code at this point
Browse repository at this point
Commits on Oct 24, 2022
Support v128 const load store and extract lane in bbq only with O0 register allocation
Show description for baab8dd
justinmichaud
authored and
Justin Michaud
committed
baab8dd
View commit details
Copy full SHA for baab8dd
View code at this point
Browse repository at this point
Commits on Oct 19, 2022
Refactor RegisterSet to support 128-bit widths
Show description for 912bf24
justinmichaud
authored and
Justin Michaud
committed
912bf24
View commit details
Copy full SHA for 912bf24
View code at this point
Browse repository at this point
Commits on Oct 15, 2022
Unreviewed, revert 255583@main because of build breakage
Show description for 6adb4a8
Constellation
committed
6adb4a8
View commit details
Copy full SHA for 6adb4a8
View code at this point
Browse repository at this point
Refactor RegisterSet to support 128-bit widths
Show description for a57d810
justinmichaud
authored and
Justin Michaud
committed
a57d810
View commit details
Copy full SHA for a57d810
View code at this point
Browse repository at this point
Commits on Aug 4, 2022
[ARM64] Use link register instead of pinning a register for materializing big load constants
Show description for fb402aa
hyjorc1
committed
fb402aa
View commit details
Copy full SHA for fb402aa
View code at this point
Browse repository at this point
Commits on Feb 8, 2022
Wasm crash on https://copy.sh/v86/?profile=dsl
Show description for 13a5225
saambarati
committed
13a5225
View commit details
Copy full SHA for 13a5225
View code at this point
Browse repository at this point
Commits on Jan 2, 2022
[RISCV64] Make DFG, FTL, B3, WASM buildable on CPU(RISCV64)
Show description for fb371ea
commit-queue@webkit.org
committed
fb371ea
View commit details
Copy full SHA for fb371ea
View code at this point
Browse repository at this point
Commits on Aug 4, 2021
Unreviewed, reverting r280609.
Show description for 1b9b286
webkit-commit-queue
committed
1b9b286
View commit details
Copy full SHA for 1b9b286
View code at this point
Browse repository at this point
Commits on Aug 3, 2021
[ARM64] Use link register instead of pinning a register for materializing big load constants
Show description for f685cb3
hyjorc1
committed
f685cb3
View commit details
Copy full SHA for f685cb3
View code at this point
Browse repository at this point
Commits on Jul 13, 2021
Add a new Air::Arg kind ZeroReg to let AIR recognise the new instructions/forms accepting zero register in ARM64
Show description for 1e4d114
hyjorc1
committed
1e4d114
View commit details
Copy full SHA for 1e4d114
View code at this point
Browse repository at this point
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01
rkirsling
committed
2e3ee01
View commit details
Copy full SHA for 2e3ee01
View code at this point
Browse repository at this point
Commits on Feb 15, 2019
lowerStackArgs should lower Lea32/64 on ARM64 to Add
Show description for 033e2f1
saambarati
committed
033e2f1
View commit details
Copy full SHA for 033e2f1
View code at this point
Browse repository at this point
Commits on May 8, 2017
WebAssembly: don't just emit extended offset adds for patch
Show description for 9bff952
jfbastien
committed
9bff952
View commit details
Copy full SHA for 9bff952
View code at this point
Browse repository at this point
Commits on May 6, 2017
WebAssembly: Air::Inst::generate crashes on large binary on A64
Show description for 98655af
jfbastien
committed
98655af
View commit details
Copy full SHA for 98655af
View code at this point
Browse repository at this point
Commits on Apr 17, 2017
B3: don't allow unsigned offsets in Value
Show description for 7a86c51
jfbastien
committed
7a86c51
View commit details
Copy full SHA for 7a86c51
View code at this point
Browse repository at this point
Commits on Apr 12, 2017
B3 -O1 should not allocateStackByGraphColoring
Show description for 72e8344
Filip Pizlo
committed
72e8344
View commit details
Copy full SHA for 72e8344
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL