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

3884 commits

Author SHA1 Message Date
Brian Fiete
717d6aa4cf Changed ResolveSelfType to not require a type instance 2022-04-30 08:10:57 -07:00
Brian Fiete
1bacf5eee2 Don't set mHasBeenInstantiated from comptime module 2022-04-30 07:34:47 -07:00
Brian Fiete
0208c74839 Do reifications forced by virtuals or interfaces for resolve-only 2022-04-30 07:34:14 -07:00
Brian Fiete
0918c702c6 Added AutoStopwatchPerf 2022-04-30 07:33:23 -07:00
Brian Fiete
23b777c6f8 Fixed nested generic const value types 2022-04-29 08:19:24 -07:00
Brian Fiete
ae6287a466 Improved RAX/RDX preservation in IDIV section 2022-04-29 07:01:07 -07:00
Brian Fiete
9860ef1cb3 Fixed dictionary move constructor 2022-04-28 15:01:59 -07:00
Brian Fiete
fdb4d7bbb5 Fixed "defer will immediately execute" warning in Compiler.Emit 2022-04-28 11:58:47 -07:00
Brian Fiete
7c11274e1e Fix for const expr in method generic arg 2022-04-28 11:52:58 -07:00
Brian Fiete
5f0fd070ad SetResultStringType type context fix 2022-04-28 11:28:33 -07:00
Brian Fiete
39cf43102e Bounds check fix 2022-04-28 11:21:01 -07:00
Brian Fiete
3bc57b174e Failover to unspecialized type name in GetGenericTypeInstances 2022-04-28 11:09:58 -07:00
Brian Fiete
0b020c2cb0 Sanitized deleted deps from mid-compile rebuild-deleted on-demand types 2022-04-27 14:41:50 -07:00
Brian Fiete
e852ba49bb Improved emit marker when specialized type has no emission 2022-04-27 08:00:21 -07:00
Brian Fiete
5083f5d64e Linux fix 2022-04-26 11:56:08 -07:00
Brian Fiete
f54980400e Fixed array alloca with non-aligned structs 2022-04-26 11:41:34 -07:00
Brian Fiete
259f50d612 Fixed autoprop backing field access 2022-04-26 07:36:33 -07:00
Brian Fiete
2bbe66cecc Circular dependency checking between generic constraints 2022-04-25 17:53:54 -07:00
Brian Fiete
e307448363 Fixed IR type population issue with phi from const structs 2022-04-25 15:03:12 -07:00
Brian Fiete
f7abec2283 Allow 'var' params indirectly specified (ie: from comptime) 2022-04-25 14:57:23 -07:00
Brian Fiete
100181b062 Fixed Go To Definition cases in generated code 2022-04-25 14:41:03 -07:00
Brian Fiete
4e5327e8b8 Allow user access of autoprop fields 2022-04-25 14:40:32 -07:00
Brian Fiete
7ddec857f6 Fixed Emit marker in generic types where unspecialized has no emission 2022-04-25 13:45:18 -07:00
Brian Fiete
1abccdedf8 Soft error on some malformed PDB cases 2022-04-22 19:19:43 -07:00
Brian Fiete
cf6ade5e45 Fixed UTF16/32 encoding issues regarding null termination 2022-04-22 18:34:17 -07:00
Brian Fiete
5fd9552331 Multi-$ string interpolation 2022-04-19 17:49:28 -07:00
Brian Fiete
3ef627e3e2 No error on return type mismatch on NoReturn expression-bodied calls 2022-04-19 08:26:52 -07:00
Brian Fiete
2de490fd59 Lowering fix when lowered types are larger than source types 2022-04-19 07:48:03 -07:00
Brian Fiete
2652203597 Wasm platform detection from target triple 2022-04-18 12:47:27 -07:00
Brian Fiete
42e837301b Improved undef handling of unspecialized const generic arg 2022-04-18 11:04:45 -07:00
Brian Fiete
a30e539d29 Allow Compiler.Emit during lambda capture phase 2022-04-18 10:42:08 -07:00
Brian Fiete
1a93660416 Better handling of undef const expressions 2022-04-18 07:57:15 -07:00
Brian Fiete
071dfa8e09 Restrict const expression usage to generic arguments 2022-04-18 07:16:45 -07:00
Hunter Bridges
e7a894f901 Remove ToVAListPtr workaround 2022-04-17 18:31:19 -07:00
Brian Fiete
2b9443744b Const generic arg fixes 2022-04-17 17:46:35 -07:00
Brian Fiete
b9a9a4bfac Improved emit embeds for method entry/exit 2022-04-17 12:44:31 -07:00
Brian Fiete
6a8bbd1240 Added GetGenericArgType to MethodInfo 2022-04-17 12:43:49 -07:00
Brian Fiete
7e59c7fb93 Added static search lookup for mixins 2022-04-17 10:34:42 -07:00
Brian Fiete
501491d875 Fixed inlining of stack restore instruction 2022-04-17 10:18:51 -07:00
Brian Fiete
0de3a62e8b Fixed infinite emit refresh loop with non-deterministic emits 2022-04-17 09:56:52 -07:00
Brian Fiete
f3f2f4c6ec File-scoped namespaces 2022-04-17 08:40:25 -07:00
Brian Fiete
2d808ec649 Slight change to Emit tag drawing 2022-04-17 08:01:49 -07:00
Brian Fiete
ea637c5684 mEmitSourceMap hash fix 2022-04-17 07:35:53 -07:00
Brian Fiete
9687e7dccc FieldDef null check 2022-04-17 06:34:34 -07:00
Brian Fiete
44ecb92315 Auto ctor fixes 2022-04-16 16:43:21 -07:00
Brian Fiete
87f3aa0335 Parse fix with misplaced custom attributes 2022-04-16 14:29:43 -07:00
Brian Fiete
166ff4d5e3 Handle spaces in path to wasm rt lib 2022-04-16 13:55:35 -07:00
Brian Fiete
0ee3259eb1 Safe mode fixes 2022-04-16 13:44:04 -07:00
Brian Fiete
69fbaf670d Fixed fallthrough inside 'if' or another break scope 2022-04-16 13:40:30 -07:00
Brian Fiete
a3cae3d674 BF_MACHINE defines 2022-04-16 13:23:53 -07:00