FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Source/JavaScriptCore/b3/air/AirGenerate.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
AirGenerate.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 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 Jul 30, 2026
[JSC] Remove the B3 Air graph coloring register allocator
Show description for bfb1b11
dhecht
committed
bfb1b11
View commit details
Copy full SHA for bfb1b11
View code at this point
Browse repository at this point
Commits on Jul 6, 2026
[JSC] Skip LowerEntrySwitch and SimplifyCFG if possible
Show description for 7b3dbc1
Constellation
committed
7b3dbc1
View commit details
Copy full SHA for 7b3dbc1
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 Jun 23, 2026
Unreviewed, reverting 315615@main (67b7e3db09e4)
Show description for 688d8c4
Constellation
committed
688d8c4
View commit details
Copy full SHA for 688d8c4
View code at this point
Browse repository at this point
Commits on Jun 22, 2026
[JSC] Skip Air::reportUsedRegisters when needsUsedRegisters is false
Show description for 67b7e3d
Constellation
committed
67b7e3d
View commit details
Copy full SHA for 67b7e3d
View code at this point
Browse repository at this point
Commits on Apr 21, 2026
[JSC] Run lowerAfterRegAlloc before fixObviousSpills
Show description for 020b68a
dhecht
committed
020b68a
View commit details
Copy full SHA for 020b68a
View code at this point
Browse repository at this point
Commits on Jan 22, 2026
[JSC] Remove the B3 Air linear scan register allocator
Show description for a8f7486
dhecht
committed
a8f7486
View commit details
Copy full SHA for a8f7486
View code at this point
Browse repository at this point
Commits on Jan 3, 2026
[JSC] Add dumpIonGraph option
Show description for c6bec67
Constellation
committed
c6bec67
View commit details
Copy full SHA for c6bec67
View code at this point
Browse repository at this point
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72f
cdumez
committed
f52b72f
View commit details
Copy full SHA for f52b72f
View code at this point
Browse repository at this point
Commits on Sep 21, 2025
[JSC] OMG exception throwing thunk should be called instead of jumped
Show description for 276a147
Constellation
committed
276a147
View commit details
Copy full SHA for 276a147
View code at this point
Browse repository at this point
Commits on Sep 16, 2025
[JSC] B3/Air is wrongly attributing the last instruction in Basic Block
Show description for d2c7627
Constellation
committed
d2c7627
View commit details
Copy full SHA for d2c7627
View code at this point
Browse repository at this point
Commits on Apr 21, 2025
[JSC][GreedyRegAlloc] Add support for SIMD to greedy register allocator
Show description for 171b7a8
dhecht
committed
171b7a8
View commit details
Copy full SHA for 171b7a8
View code at this point
Browse repository at this point
Commits on Mar 11, 2025
Allocate Air types using SequesteredArenaAllocator
Show description for a39a1f7
Achierius
committed
a39a1f7
View commit details
Copy full SHA for a39a1f7
View code at this point
Browse repository at this point
Commits on Feb 19, 2025
[JSC] Introduce the "Greedy" Register Allocator for B3 Air
Show description for f74305d
dhecht
committed
f74305d
View commit details
Copy full SHA for f74305d
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 Jan 11, 2023
Allow using callee-save registers when WASM SIMD is enabled
Show description for 63b6c42
justinmichaud
authored and
Justin Michaud
committed
63b6c42
View commit details
Copy full SHA for 63b6c42
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 Feb 22, 2022
[JSC] Format the output of --reportTotalPhaseTimes=1 more nicely
Show description for 9441aa2
Robin Morisset
committed
9441aa2
View commit details
Copy full SHA for 9441aa2
View code at this point
Browse repository at this point
Commits on Dec 9, 2021
Add an option to dump the B3 IR for an allowlist of Wasm function indices
Show description for 55da5b9
saambarati
committed
55da5b9
View commit details
Copy full SHA for 55da5b9
View code at this point
Browse repository at this point
Commits on Jun 12, 2021
We should drop B3 values while running Air
Show description for 7e0ab48
Robin Morisset
committed
7e0ab48
View commit details
Copy full SHA for 7e0ab48
View code at this point
Browse repository at this point
Commits on Jun 8, 2021
Unreviewed, reverting r278371 and r278463.
Show description for 8be6104
webkit-commit-queue
committed
8be6104
View commit details
Copy full SHA for 8be6104
View code at this point
Browse repository at this point
Commits on Jun 2, 2021
We should drop B3 values while running Air
Show description for 899a26a
Robin Morisset
committed
899a26a
View commit details
Copy full SHA for 899a26a
View code at this point
Browse repository at this point
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12
darinadler
committed
e98ff12
View commit details
Copy full SHA for e98ff12
View code at this point
Browse repository at this point
Commits on Oct 23, 2020
Using WASM function size as the cap for choosing a register allocator causes performance regressions.
Show description for 061db52
kmiller68
committed
061db52
View commit details
Copy full SHA for 061db52
View code at this point
Browse repository at this point
Commits on Jul 8, 2020
Add a way to return early from detected infinite loops to aid the fuzzer
Show description for 6385302
saambarati
committed
6385302
View commit details
Copy full SHA for 6385302
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 Jan 31, 2020
Some improvements to DFG and FTL dumps to improve readability and searchability.
Show description for a919076
Mark Lam
committed
a919076
View commit details
Copy full SHA for a919076
View code at this point
Browse repository at this point
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cb
Constellation
committed
8a462cb
View commit details
Copy full SHA for 8a462cb
View code at this point
Browse repository at this point
Commits on Feb 15, 2019
[WebAssembly] Write a new register allocator for Air O0 and make BBQ use it
Show description for af6d167
saambarati
committed
af6d167
View commit details
Copy full SHA for af6d167
View code at this point
Browse repository at this point
Commits on Dec 20, 2018
wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from
Show description for 462a669
cdumez
committed
462a669
View commit details
Copy full SHA for 462a669
View code at this point
Browse repository at this point
Commits on Sep 6, 2017
Air should have a Vector of prologue generators instead of a HashMap representing an optional prologue generator
Show description for 4ca7806
saambarati
committed
4ca7806
View commit details
Copy full SHA for 4ca7806
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL