luau/CodeGen/include/Luau
vegorov-rbx d98256bb80
Sync to upstream/release/590 (#1008)
* Better indentation in multi-line type mismatch error messages
* Error message clone can no longer cause a stack overflow (when
typechecking with retainFullTypeGraphs set to false); fixes
https://github.com/Roblox/luau/issues/975
* `string.format` with %s is now ~2x faster on strings smaller than 100
characters

Native code generation:
* All VM side exits will block return to the native execution of the
current function to preserve correctness
* Fixed executable page allocation on Apple platforms when using
hardened runtime
* Added statistics for code generation (no. of functions compiler,
memory used for different areas)
* Fixed issue with function entry type checks performed more that once
in some functions
2023-08-11 07:42:37 -07:00
..
AddressA64.h Sync to upstream/release/580 (#951) 2023-06-09 10:08:00 -07:00
AssemblyBuilderA64.h Sync to upstream/release/578 (#939) 2023-05-25 14:36:34 -07:00
AssemblyBuilderX64.h Sync to upstream/release/581 (#958) 2023-06-16 10:35:18 -07:00
CodeAllocator.h Sync to upstream/release/590 (#1008) 2023-08-11 07:42: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/590 (#1008) 2023-08-11 07:42:37 -07:00
ConditionA64.h Sync to upstream/release/573 (#903) 2023-04-21 15:14:26 -07:00
ConditionX64.h Sync to upstream/release/590 (#1008) 2023-08-11 07:42:37 -07:00
IrAnalysis.h Sync to upstream/release/580 (#951) 2023-06-09 10:08:00 -07:00
IrBuilder.h Sync to upstream/release/584 (#977) 2023-07-14 11:08:53 -07:00
IrCallWrapperX64.h Sync to upstream/release/572 (#899) 2023-04-14 11:06:22 -07:00
IrData.h Sync to upstream/release/590 (#1008) 2023-08-11 07:42:37 -07:00
IrDump.h Sync to upstream/release/581 (#958) 2023-06-16 10:35:18 -07:00
IrRegAllocX64.h Sync to upstream/release/583 (#974) 2023-07-07 13:10:48 -07:00
IrUtils.h Sync to upstream/release/589 (#1000) 2023-08-04 12:18:54 -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