Commits
User selector
Commit History
Commits on Jul 30, 2021
Add Pre/Post-Indexed Address Mode to Air for ARM64
Show description for e00649acommitted
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 1e4d114committed
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on Aug 2, 2019
B3 should support tuple types
Show description for 404a00acommitted
Commits on Sep 12, 2018
Add IGNORE_WARNING_.* macros
Show description for a1f0315committed
Commits on May 6, 2017
WebAssembly: Air::Inst::generate crashes on large binary on A64
Show description for 98655afcommitted
Commits on Apr 25, 2017
lowerStackArgs: check Arg::addr.isValidForm when falling back to SP offsets
Show description for 225dcf0committed
Commits on Apr 17, 2017
B3: don't allow unsigned offsets in Value
Show description for 7a86c51committed
Commits on Apr 12, 2017
B3 -O1 should not allocateStackByGraphColoring
Show description for 72e8344committed
Filip Pizlo
Commits on Mar 30, 2017
Air should support linear scan for optLevel<2
Show description for abe97c6committed
Filip Pizlo
Commits on Mar 17, 2017
Air should be powerful enough to support Tmp-splitting
Show description for 37efe47committed
Filip Pizlo
Commits on Mar 10, 2017
B3 should have comprehensive support for atomic operations
Show description for 662de29committed
Filip Pizlo
Commits on Feb 24, 2017
Move Arg::Type and Arg::Width out into the B3 namespace, since they are general concepts
Show description for 9d14335committed
Filip Pizlo
Commits on Aug 1, 2016
[B3] Fusing immediates into test instructions should work again
Show description for 4903556committed
Filip Pizlo
Commits on Jul 27, 2016
rollout r203666
Show description for b6c72b8committed
Commits on Jul 24, 2016
[B3] Fusing immediates into test instructions should work again
Show description for 0cf282acommitted
Filip Pizlo
Commits on Jun 8, 2016
Add result validation to JSAir
Show description for 664a2edcommitted
Filip Pizlo
Commits on Feb 18, 2016
[JSC] ARM64: Support the immediate format used for bit operations in Air
Show description for 255e871authored andcommitted
Commits on Jan 15, 2016
Air needs a Shuffle instruction
Show description for 0aeb6eacommitted
Filip PizloUnreviewed, rolling out r195084.
Show description for b9581efcommittedAir needs a Shuffle instruction
Show description for 8e5e45ccommitted
Filip Pizlo
Commits on Jan 11, 2016
[B3] Fix control reaches end of non-void function GCC warnings on Linux
Show description for 89940d1committed
Commits on Jan 4, 2016
B3 patchpoints should allow requesting scratch registers
Show description for f60232ccommitted
Filip Pizlo
Commits on Dec 21, 2015
B3->Air lowering incorrectly copy-propagates over ZExt32's
Show description for fbfbe17committed
Filip Pizlo
Commits on Dec 1, 2015
B3::ValueRep::Any should translate into a Arg::ColdUse role in Air
Show description for b2352c8committed
Filip Pizlo
Commits on Nov 17, 2015
CheckAdd/Mul should have commutativity optimizations in B3->Air lowering
Show description for a28f856committed
Filip Pizlo
Commits on Nov 5, 2015
B3->Air lowering should have a story for compare-branch fusion
Show description for 9597528committed
Filip Pizlo
Commits on Nov 3, 2015
Fix the ENABLE(B3_JIT) build on Linux
Show description for 3df8bd4committed
Commits on Oct 30, 2015
B3 should be able to compile a control flow diamond
Show description for 87cb831committed
Filip Pizlo
Commits on Oct 28, 2015
Create a super rough prototype of B3
Show description for a6816fccommitted
Filip Pizlo
Loading