Commit Graph

6618 Commits

Author SHA1 Message Date
kalsprite
0dbd55168f hoist if stmt 2026-08-11 22:25:44 -07:00
Jeroen van Rijn
549bedcff9 Merge pull request #7291 from A1029384756/master
[llvm_backend] fix duplicated name for temporary `.ll` files
2026-08-12 01:08:48 +02:00
A1029384756
a08682bcd3 [llvm_backend] fix duplicated name for .ll files 2026-08-11 16:30:35 -04:00
gingerBill
94d188c75f Merge pull request #7269 from kalsprite/simd_fixes
remove dead simd_rem
2026-08-11 21:44:53 +02:00
Franz Hoeltermann
a311d8f6df Use enum value init expression instead of numeric value in doc format 2026-08-11 13:51:06 +02:00
Jeroen van Rijn
5f321d687c Merge pull request #7284 from kalsprite/i386_sret
i386: return aggregates through the hidden pointer on System V targets
2026-08-11 12:30:19 +02:00
Jeroen van Rijn
06cad2ece4 Merge pull request #7283 from kalsprite/i386_byval
i386: pass aggregate arguments by value on the stack
2026-08-11 12:02:54 +02:00
kalsprite
37e1c98b1f i386: return aggregates through the hidden pointer on System V targets 2026-08-10 22:08:15 -07:00
kalsprite
b3c254d629 i386: pass aggregate arguments by value on the stack 2026-08-10 21:48:10 -07:00
kalsprite
aec971197a riscv64: a pointer is not an integer in the FP calling convention 2026-08-10 21:34:08 -07:00
kalsprite
a50660b5bb apply the FP rules to over-aligned structs 2026-08-10 21:11:43 -07:00
kalsprite
2f39bd797d riscv abi bug 2026-08-10 20:57:47 -07:00
corley
87912a8b88 fixes range loop over array elements in soa containers 2026-08-11 03:20:13 +03:00
Jeroen van Rijn
3ac03e27b2 Merge pull request #7270 from corleypc/soa-array-elem-indexing-fix
Fixes chain indexing for array elements in soa containers
2026-08-09 21:55:47 +02:00
corley
e374541599 fixes chained indexing for soa containers with array element type 2026-08-09 22:23:32 +03:00
kalsprite
1a631b2f3f Fix constant string16 carrying UTF-8, and inverted slice indices reaching substring (#7268)
* str16 fix

* remove stale call
2026-08-09 21:22:13 +02:00
kalsprite
ffd7ef024c remove dead simd_rem 2026-08-09 12:04:08 -07:00
kalsprite
acb8806a96 fix rol typo 2026-08-09 11:00:03 -07:00
gingerBill
769184db41 Merge pull request #7259 from corleypc/soa-swizzle-fix
Fixes swizzles on array elements in soa containers
2026-08-09 12:05:07 +02:00
corley
7b45adf8e9 fixes swizzling for array elements in soa arrays/slices 2026-08-09 03:17:04 +03:00
Michael Tesař
f8a7071069 Check identical specialization 2026-08-09 00:06:30 +02:00
kalsprite
3756aae0f8 incorp specialized-vs-generic poly 2026-08-07 17:58:35 -07:00
kalsprite
b475525997 Merge branch 'master' into poly 2026-08-07 17:41:30 -07:00
Jeroen van Rijn
f34a8183e8 Merge pull request #7253 from kalsprite/s575
Make redeclaration diagnostics stable under threading
2026-08-08 01:57:32 +02:00
kalsprite
42bd26cb72 switch ordering 2026-08-07 16:14:12 -07:00
kalsprite
391a862e4f make tok stable under multi-thread 2026-08-07 15:58:25 -07:00
Jeroen van Rijn
6603cb3609 Merge pull request #7252 from kalsprite/s002
fix typo in enumerated array
2026-08-08 00:28:21 +02:00
kalsprite
df41b93c45 fix typo 2026-08-07 15:05:35 -07:00
kalsprite
5393a11ee1 untyped integral float index conversion to int 2026-08-07 14:49:25 -07:00
gingerBill
bc32696a5a Merge pull request #7239 from catermujo/push-oyzvqkzwnlzz
llvm: handle #soa fixed compound literals for vars
2026-08-07 19:58:11 +02:00
Jeroen van Rijn
97a425ab7b Merge pull request #7244 from kalsprite/constant_transmute
Fix constant `transmute` from unsigned to signed wrapping one value too many
2026-08-07 14:07:12 +02:00
Jeroen van Rijn
6b6b75ea37 Merge pull request #7243 from kalsprite/big_int_string
fix bigint negative prints
2026-08-07 14:05:11 +02:00
kalsprite
6276f6e12f src/check_expr.cpp 2026-08-06 21:51:03 -07:00
kalsprite
33636c8236 fix bigint negative prints 2026-08-06 21:40:32 -07:00
kalsprite
678a7273b7 switch assert to 'no file' 2026-08-06 21:30:23 -07:00
kalsprite
8b56b15ee2 make value poly score top 2026-08-06 21:05:54 -07:00
Michael Tesař
56c49287a6 Fix default linker timing label on non-Windows platforms 2026-08-06 22:08:28 +02:00
Isabella Basso
e94d3d4871 llvm: handle #soa fixed compound literals for vars 2026-08-06 16:43:52 -03:00
Mihail Moskov
dc022d53b9 fixes call site attribute->arg association when args are ignored 2026-08-06 17:42:13 +03:00
gingerBill
cce7159a55 Merge pull request #7208 from Taylbr/poly-proc-fix
Fix: Polymorphic procedures resolving to nil + further fixes
2026-08-05 16:56:34 +02:00
gingerBill
cd1e8293d7 Merge pull request #7185 from subotac/fix/variadic-tuple-arguments
fix: pack tuple results into variadic arguments
2026-08-05 16:56:24 +02:00
gingerBill
d059dafb09 Merge pull request #7210 from BigBoyBarney/vet-packages
Fix `-vet-packages` not working in certain cases
2026-08-05 14:33:12 +02:00
Sylphrena
5629c13aa0 Fix -vet-packages not working in certain cases 2026-08-05 14:06:13 +02:00
Jeroen van Rijn
9876fc3b9b Merge pull request #7226 from kalsprite/prefix
crash fix on poly
2026-08-05 12:44:31 +02:00
kalsprite
ab220ecee7 scoring experiment 2026-08-04 20:10:01 -07:00
kalsprite
91aec259c0 crash fix on poly 2026-08-04 19:15:24 -07:00
Jeroen van Rijn
e8e12a24b5 Merge pull request #7225 from kalsprite/field_list
minor typos
2026-08-05 04:06:05 +02:00
Jeroen van Rijn
83479b0a5c Merge pull request #7224 from kalsprite/matrix_col_err
fix matrix col err said rows
2026-08-05 03:49:46 +02:00
kalsprite
29c9c132b0 minor typos 2026-08-04 18:49:33 -07:00
kalsprite
9e7ccbb127 span caret on matrix on over max size 2026-08-04 18:39:43 -07:00