luau/Compiler/src
rblanckaert 61766a692c
Sync to upstream/release/529 (#505)
* Adds a currently unused x86-64 assembler as a prerequisite for possible future JIT compilation
* Fix a bug in table iteration (closes Possible table iteration bug #504)
* Improved warning method when function is used as a type
* Fix a bug with unsandboxed iteration with pairs()
* Type of coroutine.status() is now a union of value types
* Bytecode output for tests/debugging now has labels
* Improvements to loop unrolling cost estimation
* Report errors when the key obviously doesn't exist in the table
2022-05-26 15:08:16 -07:00
..
Builtins.cpp Sync to upstream/release/519 (#422) 2022-03-17 17:46:04 -07:00
Builtins.h Sync to upstream/release/510 (#313) 2022-01-14 08:20:09 -08:00
BytecodeBuilder.cpp Sync to upstream/release/529 (#505) 2022-05-26 15:08:16 -07:00
Compiler.cpp Sync to upstream/release/529 (#505) 2022-05-26 15:08:16 -07:00
ConstantFolding.cpp Sync to upstream/release/527 (#491) 2022-05-19 17:02:24 -07:00
ConstantFolding.h Sync to upstream/release/524 (#462) 2022-04-21 14:44:27 -07:00
CostModel.cpp Sync to upstream/release/529 (#505) 2022-05-26 15:08:16 -07:00
CostModel.h Sync to upstream/release/529 (#505) 2022-05-26 15:08:16 -07:00
lcode.cpp Sync to upstream/release/505 (#216) 2021-11-19 08:10:07 -08:00
TableShape.cpp Sync to upstream/release/513 (#340) 2022-02-04 08:45:57 -08:00
TableShape.h Sync to upstream/release/510 (#313) 2022-01-14 08:20:09 -08:00
ValueTracking.cpp Sync to upstream/release/510 (#313) 2022-01-14 08:20:09 -08:00
ValueTracking.h Sync to upstream/release/510 (#313) 2022-01-14 08:20:09 -08:00