luau/CodeGen/include/Luau
vegorov-rbx 271c509046
Sync to upstream/release/578 (#939)
* Fixed gcc warning about uninitialized `std::optional`
* Fixed inlining of functions when they are used to compute their own
arguments

In the new type solver:
* Type families that are not part of a function signature cannot be
resolved at instantiation time and will now produce an error. This will
be relaxed in the future when we get constraint clauses on function
signatures (internally)
* `never` type is now comparable
* Improved typechecking of `for..in` statements
* Fixed checks for number type in `Add` type family
* Performance was improved, with particularly large gains on large
projects

And in native code generation (jit):
* We eliminated the call instruction overhead when native code support
is enabled in the VM
* Small optimizations to arm64 lowering
* Reworked LOP_GETIMPORT handling to reduce assembly code size
* Fixed non-deterministic binary output
* Fixed bad code generation caused by incorrect SSA to VM register links
invalidation

---------

Co-authored-by: Arseny Kapoulkine <arseny.kapoulkine@gmail.com>
Co-authored-by: Andy Friesen <afriesen@roblox.com>
2023-05-25 14:36:34 -07:00
..
AddressA64.h Sync to upstream/release/572 (#899) 2023-04-14 11:06:22 -07:00
AssemblyBuilderA64.h Sync to upstream/release/578 (#939) 2023-05-25 14:36:34 -07:00
AssemblyBuilderX64.h Sync to upstream/release/578 (#939) 2023-05-25 14:36:34 -07:00
CodeAllocator.h Sync to upstream/release/568 (#865) 2023-03-17 12:20:37 -07:00
CodeBlockUnwind.h Sync to upstream/release/576 (#928) 2023-05-12 10:50:47 -07:00
CodeGen.h Sync to upstream/release/576 (#928) 2023-05-12 10:50:47 -07:00
ConditionA64.h Sync to upstream/release/573 (#903) 2023-04-21 15:14:26 -07:00
ConditionX64.h Sync to upstream/release/552 (#735) 2022-11-04 10:33:22 -07:00
IrAnalysis.h Sync to upstream/release/575 (#919) 2023-05-05 14:52:49 -07:00
IrBuilder.h Sync to upstream/release/578 (#939) 2023-05-25 14:36:34 -07:00
IrCallWrapperX64.h Sync to upstream/release/572 (#899) 2023-04-14 11:06:22 -07:00
IrData.h Sync to upstream/release/578 (#939) 2023-05-25 14:36:34 -07:00
IrDump.h Sync to upstream/release/575 (#919) 2023-05-05 14:52:49 -07:00
IrRegAllocX64.h Sync to upstream/release/572 (#899) 2023-04-14 11:06:22 -07:00
IrUtils.h Sync to upstream/release/575 (#919) 2023-05-05 14:52:49 -07:00
Label.h Sync to upstream/release/529 (#505) 2022-05-26 15:08:16 -07:00
OperandX64.h Sync to upstream/release/566 (#853) 2023-03-03 12:21:14 -08:00
OptimizeConstProp.h Sync to upstream/release/574 (#910) 2023-04-28 12:55:13 -07:00
OptimizeFinalX64.h Sync to upstream/release/563 (#833) 2023-02-10 11:40:38 -08:00
RegisterA64.h Sync to upstream/release/574 (#910) 2023-04-28 12:55:13 -07:00
RegisterX64.h Sync to upstream/release/572 (#899) 2023-04-14 11:06:22 -07:00
UnwindBuilder.h Sync to upstream/release/575 (#919) 2023-05-05 14:52:49 -07:00
UnwindBuilderDwarf2.h Sync to upstream/release/575 (#919) 2023-05-05 14:52:49 -07:00
UnwindBuilderWin.h Sync to upstream/release/575 (#919) 2023-05-05 14:52:49 -07:00