FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Source/JavaScriptCore/b3/B3Const32Value.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
B3Const32Value.cpp
on
main
User selector
Datepicker
Commit history
Commits on Mar 21, 2025
[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 Nov 19, 2024
Replace WTF::bitwise_cast with std::bit_cast
Show description for 6ef08d1
cdumez
committed
6ef08d1
View commit details
Copy full SHA for 6ef08d1
View code at this point
Browse repository at this point
Commits on Sep 20, 2024
[JSC] Optimize Compare + SShr
Show description for 4d69e97
Constellation
committed
4d69e97
View commit details
Copy full SHA for 4d69e97
View code at this point
Browse repository at this point
Commits on Jun 1, 2024
Use "= default" for constructor and destructor in JSC code
Show description for f61dcc3
Ahmad Saleem
committed
f61dcc3
View commit details
Copy full SHA for f61dcc3
View code at this point
Browse repository at this point
Commits on Oct 6, 2022
Revert clang-tidy change since it broke 32bit and watchOS
Show description for aabfacb
Constellation
committed
aabfacb
View commit details
Copy full SHA for aabfacb
View code at this point
Browse repository at this point
Commits on Sep 18, 2022
Ran clang-tidy on JSC, WTF and bmalloc
Show description for 700ac83
mikhailramalho
committed
700ac83
View commit details
Copy full SHA for 700ac83
View code at this point
Browse repository at this point
Commits on Jun 2, 2021
Rename Checked::unsafeGet() to Checked::value()
Show description for 2283824
cdumez
committed
2283824
View commit details
Copy full SHA for 2283824
View code at this point
Browse repository at this point
Commits on Mar 17, 2021
Fixed undefined behavior bug in Const32Value::checkNegConstant().
Show description for 7b56d05
Mark Lam
committed
7b56d05
View commit details
Copy full SHA for 7b56d05
View code at this point
Browse repository at this point
Commits on May 1, 2020
TriState should be an enum class and use "Indeterminate" instead of "Mixed"
Show description for fe970f5
rkirsling
committed
fe970f5
View commit details
Copy full SHA for fe970f5
View code at this point
Browse repository at this point
Commits on Apr 15, 2019
B3::Value should have different kinds of adjacency lists
Show description for 402606b
Robin Morisset
committed
402606b
View commit details
Copy full SHA for 402606b
View code at this point
Browse repository at this point
Commits on Mar 11, 2018
[B3] Above/Below should be strength-reduced for comparison with 0
Show description for ea98cb6
Constellation
committed
ea98cb6
View commit details
Copy full SHA for ea98cb6
View code at this point
Browse repository at this point
Commits on Nov 17, 2016
Add support for rotate in B3 and the relevant assemblers
Show description for 76fbaf8
kmiller68
committed
76fbaf8
View commit details
Copy full SHA for 76fbaf8
View code at this point
Browse repository at this point
Commits on Nov 16, 2016
B3 should support UDiv/UMod
Show description for c9f0154
kmiller68
committed
c9f0154
View commit details
Copy full SHA for c9f0154
View code at this point
Browse repository at this point
Commits on May 20, 2016
[JSC] Improve int->float conversion in FTL
Show description for eb1c5ed
Benjamin Poulain
authored and
webkit-commit-queue
committed
eb1c5ed
View commit details
Copy full SHA for eb1c5ed
View code at this point
Browse repository at this point
Commits on Jan 21, 2016
B3 should have basic path specialization
Show description for 34fdfd6
Filip Pizlo
committed
34fdfd6
View commit details
Copy full SHA for 34fdfd6
View code at this point
Browse repository at this point
Commits on Dec 11, 2015
[JSC] Add a Modulo operator to B3, and a chill variant
Show description for 7e73276
Benjamin Poulain
authored and
webkit-commit-queue
committed
7e73276
View commit details
Copy full SHA for 7e73276
View code at this point
Browse repository at this point
Commits on Dec 8, 2015
[JSC] Add Float support to B3
Show description for f1238f0
Benjamin Poulain
authored and
BenjaminPoulain
committed
f1238f0
View commit details
Copy full SHA for f1238f0
View code at this point
Browse repository at this point
Commits on Nov 17, 2015
CheckAdd/Mul should have commutativity optimizations in B3->Air lowering
Show description for a28f856
Filip Pizlo
committed
a28f856
View commit details
Copy full SHA for a28f856
View code at this point
Browse repository at this point
Commits on Nov 13, 2015
B3 should be able to compile programs with CheckAdd, CheckSub, and CheckMul
Show description for 8ae14de
Filip Pizlo
committed
8ae14de
View commit details
Copy full SHA for 8ae14de
View code at this point
Browse repository at this point
Commits on Nov 11, 2015
B3 should be able to compile and canonicalize Mul
Show description for dd26769
Filip Pizlo
committed
dd26769
View commit details
Copy full SHA for dd26769
View code at this point
Browse repository at this point
B3 should be able to compile a program with ChillDiv
Show description for 744ac6d
Filip Pizlo
committed
744ac6d
View commit details
Copy full SHA for 744ac6d
View code at this point
Browse repository at this point
Commits on Nov 5, 2015
B3->Air lowering should have a story for compare-branch fusion
Show description for 9597528
Filip Pizlo
committed
9597528
View commit details
Copy full SHA for 9597528
View code at this point
Browse repository at this point
[JSC] Add B3-to-Air lowering for the shift opcodes
Show description for 7232776
Benjamin Poulain
authored and
BenjaminPoulain
committed
7232776
View commit details
Copy full SHA for 7232776
View code at this point
Browse repository at this point
Commits on Nov 4, 2015
[JSC] Add B3-to-Air lowering for BitXor
Show description for 3d73150
Benjamin Poulain
authored and
BenjaminPoulain
committed
3d73150
View commit details
Copy full SHA for 3d73150
View code at this point
Browse repository at this point
B3::Stackmap should be a superclass of B3::PatchpointValue and B3::CheckValue rather than being one of their members
Show description for fd688e8
Filip Pizlo
committed
fd688e8
View commit details
Copy full SHA for fd688e8
View code at this point
Browse repository at this point
Commits on Nov 3, 2015
[JSC] Add Air lowering for BitOr and impove BitAnd
Show description for 359c965
Benjamin Poulain
authored and
BenjaminPoulain
committed
359c965
View commit details
Copy full SHA for 359c965
View code at this point
Browse repository at this point
Commits on Oct 30, 2015
B3 should be able to compile a control flow diamond
Show description for 87cb831
Filip Pizlo
committed
87cb831
View commit details
Copy full SHA for 87cb831
View code at this point
Browse repository at this point
Commits on Oct 28, 2015
Create a super rough prototype of B3
Show description for a6816fc
Filip Pizlo
committed
a6816fc
View commit details
Copy full SHA for a6816fc
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL