luau/CodeGen/include/Luau
Andy Friesen 1fa8311a18
Sync to upstream/release/567 (#860)
* Fix #817 
* Fix #850 
* Optimize math.floor/ceil/round with SSE4.1
    * Results in a ~7-9% speedup on the math-cordic benchmark.
* Optimized table.sort.
* table.sort is now ~4.1x faster (when not using a predicate) and ~2.1x
faster when using a simple predicate. Performance may improve further in
the future.
* Reorganize the memory ownership of builtin type definitions.
* This is a small initial step toward affording parallel typechecking.

The new type solver is coming along nicely. We are working on fixing
crashes and bugs.

A few major changes to native codegen landed this week:
* Fixed lowering of Luau IR mod instruction when first argument is a
constant
* Added VM register data-flow/capture analysis
* Fixed issues with optimizations in unreachable blocks

---------

Co-authored-by: Arseny Kapoulkine <arseny.kapoulkine@gmail.com>
Co-authored-by: Vyacheslav Egorov <vegorov@roblox.com>
2023-03-10 12:21:07 -08:00
..
AddressA64.h Sync to upstream/release/566 (#853) 2023-03-03 12:21:14 -08:00
AssemblyBuilderA64.h Sync to upstream/release/566 (#853) 2023-03-03 12:21:14 -08:00
AssemblyBuilderX64.h Sync to upstream/release/566 (#853) 2023-03-03 12:21:14 -08:00
CodeAllocator.h Sync to upstream/release/550 (#723) 2022-10-21 10:54:01 -07:00
CodeBlockUnwind.h Sync to upstream/release/548 (#699) 2022-10-06 17:23:29 -07:00
CodeGen.h Sync to upstream/release/561 (#820) 2023-01-27 14:28:31 -08:00
ConditionA64.h Sync to upstream/release/566 (#853) 2023-03-03 12:21:14 -08:00
ConditionX64.h Sync to upstream/release/552 (#735) 2022-11-04 10:33:22 -07:00
IrAnalysis.h Sync to upstream/release/567 (#860) 2023-03-10 12:21:07 -08:00
IrBuilder.h Sync to upstream/release/566 (#853) 2023-03-03 12:21:14 -08:00
IrData.h Sync to upstream/release/567 (#860) 2023-03-10 12:21:07 -08:00
IrDump.h Sync to upstream/release/567 (#860) 2023-03-10 12:21:07 -08:00
IrUtils.h Sync to upstream/release/567 (#860) 2023-03-10 12:21:07 -08: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/565 (#845) 2023-02-24 13:49:38 -08:00
OptimizeFinalX64.h Sync to upstream/release/563 (#833) 2023-02-10 11:40:38 -08:00
RegisterA64.h Sync to upstream/release/566 (#853) 2023-03-03 12:21:14 -08:00
RegisterX64.h Sync to upstream/release/566 (#853) 2023-03-03 12:21:14 -08:00
UnwindBuilder.h Sync to upstream/release/566 (#853) 2023-03-03 12:21:14 -08:00
UnwindBuilderDwarf2.h Sync to upstream/release/566 (#853) 2023-03-03 12:21:14 -08:00
UnwindBuilderWin.h Sync to upstream/release/566 (#853) 2023-03-03 12:21:14 -08:00