1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00
Commit graph

2007 commits

Author SHA1 Message Date
Brian Fiete
e71cb928a6 Fixed HandleCEAttributes with unspecialized variations 2023-04-17 13:31:29 -07:00
Brian Fiete
cb85c2b482 Comptime support for memmove 2023-04-17 12:42:49 -07:00
Brian Fiete
a1dbea2574
Merge pull request #1824 from MineGame159/simd_improvements
Simd improvements
2023-04-17 11:47:11 -07:00
Brian Fiete
0738fa8ce9 Missing 'this' local variable protection 2023-04-17 09:43:51 -07:00
MineGame159
bf36bf4b95 Add min and max vector intrinsics and codegen infrastructure 2023-04-02 15:07:15 +02:00
MineGame159
7dad948f20 Add Runtime.Features to detect SIMD instruction set 2023-04-02 15:03:46 +02:00
MineGame159
3644486b69 Fix codegen emitting wrong instructions for double vector types 2023-03-30 18:59:38 +02:00
Brian Fiete
27a00b64ba Fixed CeContext leak 2023-03-21 07:34:40 -07:00
Brian Fiete
ef9464900e Fixed int16 CheckedMul 2023-03-20 06:13:02 -07:00
Brian Fiete
596dd2401d Added support for indexer in initializer expression, reeval Add calls 2023-03-17 11:13:41 -07:00
Brian Fiete
7f695596b8 Added '?' capture, reworked '&' capture, allow 'this' capture 2023-03-17 08:38:45 -07:00
Brian Fiete
7ab6800f40 CompileReified after UpdateDependencyMap 2023-03-17 06:37:25 -07:00
Brian Fiete
5c6eec125c Fixed null check 2023-03-14 14:31:03 -07:00
Brian Fiete
5e0e399209 Fixed EmitNumericCast immediate issue 2023-03-14 14:23:45 -07:00
Brian Fiete
dd22fa056f Fixed comptime geps with non-ptrsize indices 2023-03-14 11:56:59 -07:00
Brian Fiete
68bc8976b8 Comptime crash fixed for failed func call (ie: GetExecutableFilePath) 2023-03-14 07:35:00 -07:00
Brian Fiete
b6219ce80f Added an error with a missing comma inside an initializer expr 2023-03-14 07:19:21 -07:00
Brian Fiete
723010fd9d Fixed type lookup for comptime emitted type refs in specialized generics 2023-03-14 07:01:44 -07:00
Brian Fiete
d34976864c Fixed autocomplete in type extension field initializers 2023-03-14 06:57:56 -07:00
Brian Fiete
b261615bd9 Fixed issue with comptime strings ending up in executable 2023-03-02 12:41:07 -05:00
Brian Fiete
200bb6453c Pointer subtraction using stride instead of size 2023-03-01 05:41:20 -05:00
Brian Fiete
40165bc33b Made append field check work with extensions 2023-02-27 06:02:27 -05:00
Brian Fiete
7a2fbdfc30 Fixed error for generic append field 2023-02-24 08:00:33 -05:00
Brian Fiete
a8b3a7cbf0 Null protection for autofields 2023-02-24 07:11:39 -05:00
Brian Fiete
63b053d7d7 Properly skip comptime attributes for non-matching extensions 2023-02-24 07:00:02 -05:00
Brian Fiete
4373381088 Warning for mismatching extension generic param anmes 2023-02-24 06:58:59 -05:00
Brian Fiete
1e560ae8fb Extra assert allowance for BfNonGenericMethodRef failure 2023-02-23 05:59:02 -05:00
Brian Fiete
afac703502 Extra SlotVirtualMethod robustness 2023-02-23 05:58:30 -05:00
MineGame159
fdc598b4a2 Add IsStatic and IsAbstract to System.Type 2023-02-17 16:00:34 +01:00
Brian Fiete
e8c763eb20 Improved support for boxed structs with emitted interfaces 2023-02-14 09:52:20 -05:00
Brian Fiete
e18bf57c87 Fixed DoCreateTypeRef BfMemberReferenceExpression null crash 2023-02-14 08:51:57 -05:00
Brian Fiete
d71fa3379a Removed debug code 2023-02-12 10:31:45 -05:00
Brian Fiete
cb177bc759 Fixed sized array size calculation with object elements during rebuild 2023-02-12 10:24:22 -05:00
Brian Fiete
1f6fcfd6b2 Fixed handling of deferred assignment of splats in case captures 2023-02-08 10:06:38 -05:00
Brian Fiete
06ac941471 Removed problematic temporary code 2023-01-26 10:54:34 -05:00
Brian Fiete
59f074ba83 Merge remote-tracking branch 'origin/master' 2023-01-23 06:57:06 -05:00
Brian Fiete
b9647d2a08 Defer fix for typed primitive/valueless target 2023-01-23 06:56:05 -05:00
disarray2077
33fc0be429
Fix new ObsoleteAttribute constructors 2023-01-13 18:39:29 -03:00
Brian Fiete
5b80116c8d Merge remote-tracking branch 'origin/master' 2023-01-13 07:02:06 -05:00
Brian Fiete
16de3a14a4 Property visibility fixes for default interface methods 2023-01-13 07:01:54 -05:00
disarray2077
488683a40c
Fix infinite loop in BfParser::NextToken 2022-12-19 22:19:45 -03:00
MineGame159
ce2a1a4657 Fixed BfParser::GetIndexAtLine 2022-12-02 17:49:26 +01:00
Brian Fiete
82e06c4582 Improved lambda param name autocomplete triggering 2022-11-16 13:59:14 -08:00
Brian Fiete
6045137bce Fixed autocomplete for lambda param names 2022-11-16 13:55:33 -08:00
Brian Fiete
8e191b074b SDL platform improvements 2022-11-10 06:37:55 -08:00
Brian Fiete
213aea8c82 Fix GetStringPoolIdx with non-const arg 2022-10-25 08:33:24 -04:00
Brian Fiete
3122839ea8 mCurMethodState null check for RestoreScoreState_LocalVariables 2022-10-18 12:52:21 -04:00
Brian Fiete
1a5af42338 Goto token name fix 2022-10-18 12:50:23 -04:00
Hunter Bridges
d30fafb702 Field resolution compiler crash fix 2022-09-21 11:58:51 -07:00
Brian Fiete
38d47fa254 PerformAssignment_CheckOp methodInst null check 2022-09-15 08:40:22 -07:00