luau/CodeGen/src
vegorov-rbx a6b5051edc
Sync to upstream/release/551 (#727)
* https://github.com/Roblox/luau/pull/719
* Improved `Failed to unify type packs` error message to be reported as
`Type pack 'X' could not be converted into 'Y'`
* https://github.com/Roblox/luau/pull/722
* 1% reduction in executed instruction count by removing a check in fast
call dispatch
* Additional fixes to reported error location of OOM errors in VM
* Improve `math.sqrt`, `math.floor` and `math.ceil` performance on
additional compilers and platforms (1-2% geomean improvement including
8-9% on math-cordic)
* All thrown exceptions by Luau analysis are derived from
`Luau::InternalCompilerError`
* When a call site has fewer arguments than required, error now reports
the location of the function name instead of the argument to the
function
* https://github.com/Roblox/luau/pull/724
* Fixed https://github.com/Roblox/luau/issues/725

Co-authored-by: Arseny Kapoulkine <arseny.kapoulkine@gmail.com>
Co-authored-by: Andy Friesen <afriesen@roblox.com>
2022-10-28 03:37:29 -07:00
..
AssemblyBuilderX64.cpp Sync to upstream/release/550 (#723) 2022-10-21 10:54:01 -07:00
ByteUtils.h Sync to upstream/release/550 (#723) 2022-10-21 10:54:01 -07:00
CodeAllocator.cpp Sync to upstream/release/550 (#723) 2022-10-21 10:54:01 -07:00
CodeBlockUnwind.cpp Sync to upstream/release/550 (#723) 2022-10-21 10:54:01 -07:00
CodeGen.cpp Sync to upstream/release/551 (#727) 2022-10-28 03:37:29 -07:00
CodeGenUtils.cpp Sync to upstream/release/551 (#727) 2022-10-28 03:37:29 -07:00
CodeGenUtils.h Sync to upstream/release/551 (#727) 2022-10-28 03:37:29 -07:00
CodeGenX64.cpp Sync to upstream/release/550 (#723) 2022-10-21 10:54:01 -07:00
CodeGenX64.h Sync to upstream/release/549 (#707) 2022-10-14 12:48:41 -07:00
CustomExecUtils.h Sync to upstream/release/550 (#723) 2022-10-21 10:54:01 -07:00
EmitBuiltinsX64.cpp Sync to upstream/release/549 (#707) 2022-10-14 12:48:41 -07:00
EmitBuiltinsX64.h Sync to upstream/release/549 (#707) 2022-10-14 12:48:41 -07:00
EmitCommonX64.cpp Sync to upstream/release/550 (#723) 2022-10-21 10:54:01 -07:00
EmitCommonX64.h Sync to upstream/release/551 (#727) 2022-10-28 03:37:29 -07:00
EmitInstructionX64.cpp Sync to upstream/release/551 (#727) 2022-10-28 03:37:29 -07:00
EmitInstructionX64.h Sync to upstream/release/551 (#727) 2022-10-28 03:37:29 -07:00
Fallbacks.cpp Sync to upstream/release/549 (#707) 2022-10-14 12:48:41 -07:00
Fallbacks.h Sync to upstream/release/549 (#707) 2022-10-14 12:48:41 -07:00
FallbacksProlog.h Sync to upstream/release/546 (#681) 2022-09-23 12:17:25 -07:00
NativeState.cpp Sync to upstream/release/551 (#727) 2022-10-28 03:37:29 -07:00
NativeState.h Sync to upstream/release/551 (#727) 2022-10-28 03:37:29 -07:00
UnwindBuilderDwarf2.cpp Sync to upstream/release/548 (#699) 2022-10-06 17:23:29 -07:00
UnwindBuilderWin.cpp Sync to upstream/release/548 (#699) 2022-10-06 17:23:29 -07:00