gingerBill
|
9246e89c4a
|
Fix #1328
|
2021-11-23 11:43:32 +00:00 |
|
gingerBill
|
daebaa8b50
|
Fix #1319
|
2021-11-19 15:43:13 +00:00 |
|
gingerBill
|
a674e842d0
|
Improve matrix indices to offset logic
|
2021-11-08 12:15:57 +00:00 |
|
gingerBill
|
23f0fbc376
|
Improve matrix->matrix casting implementation
|
2021-11-08 11:40:41 +00:00 |
|
gingerBill
|
c20230509f
|
Correct index to offset calculation for matrix compound literals
|
2021-11-02 23:56:19 +00:00 |
|
gingerBill
|
306bdf8869
|
Update alignment rules for matrix types as a compromise to keep zero padding
|
2021-10-25 00:46:50 +01:00 |
|
gingerBill
|
48d277a3c4
|
Allow conversions between matrices of the same element count
|
2021-10-21 01:34:39 +01:00 |
|
gingerBill
|
9b7a25d4a9
|
Remove padding in stride of matrix types
|
2021-10-20 17:03:54 +01:00 |
|
gingerBill
|
e6f725dc2c
|
Minor fix for parapoly matrix types
|
2021-10-20 17:00:14 +01:00 |
|
gingerBill
|
cee45c1b15
|
Add hadamard_product
|
2021-10-20 02:18:30 +01:00 |
|
gingerBill
|
3f1930b76e
|
Clean up stride logic
|
2021-10-20 01:26:33 +01:00 |
|
gingerBill
|
afac1a2cc1
|
Unify matrix stride calculation
|
2021-10-20 01:17:10 +01:00 |
|
gingerBill
|
82b6772ea4
|
Support matrix literals
|
2021-10-20 00:40:03 +01:00 |
|
gingerBill
|
662cbaf425
|
Support indexing matrices
|
2021-10-19 12:13:19 +01:00 |
|
gingerBill
|
1556fad65a
|
Change syntax for matrices to matrix[R, C]T
|
2021-10-19 11:31:11 +01:00 |
|
gingerBill
|
243e2e2b8a
|
Basic support for matrix*vector, vector*matrix operations
|
2021-10-19 11:24:26 +01:00 |
|
gingerBill
|
ba331024af
|
Very basic matrix support in backend
|
2021-10-18 18:16:52 +01:00 |
|
gingerBill
|
4c655865e5
|
Begin work on matrix type
|
2021-10-18 16:52:19 +01:00 |
|
gingerBill
|
d386563344
|
Correct issue with the generated map type internals; Simplify map rehash logic to utilize resize
|
2021-10-07 21:23:37 +01:00 |
|
gingerBill
|
171a5d6476
|
Clean up struct_fields_index_by_increasing_offset
|
2021-10-02 17:43:48 +01:00 |
|
gingerBill
|
00671a59a0
|
Minor code cleanup for backend; add struct_fields_index_by_increasing_offset for future use
|
2021-10-02 17:22:56 +01:00 |
|
gingerBill
|
fa0d58f96e
|
Correct f64 -> u128/i128 generation
|
2021-09-25 15:38:56 +01:00 |
|
gingerBill
|
71f2289c20
|
Fix #1174
|
2021-09-18 15:10:29 +01:00 |
|
gingerBill
|
526a42c6ca
|
Remove custom alignment limit
|
2021-09-13 16:44:01 +01:00 |
|
gingerBill
|
be68bf9f26
|
Only store field_index remove field_src_index (for the time being)
|
2021-09-13 11:29:46 +01:00 |
|
gingerBill
|
2d7aea79b9
|
Make TypeStructl.tags a pointer from a slice (reduce memory usage)
|
2021-09-13 01:23:37 +01:00 |
|
gingerBill
|
71bffd46dc
|
Reduce size of Type
|
2021-09-13 01:14:17 +01:00 |
|
gingerBill
|
f5bc95eb34
|
More culling
|
2021-09-13 01:07:24 +01:00 |
|
gingerBill
|
fb8fa5217d
|
Begin minimize Type size by replacing Array with Slice etc
|
2021-09-13 00:58:39 +01:00 |
|
gingerBill
|
6a77fc4cdd
|
Add multi-pointer types [^]T
|
2021-08-21 23:10:21 +01:00 |
|
gingerBill
|
7845769d4b
|
Remove unused code
|
2021-08-19 15:03:10 +01:00 |
|
gingerBill
|
0051cd12e2
|
Make flags atomic for Entity and Type
|
2021-08-16 16:30:49 +01:00 |
|
gingerBill
|
40822be595
|
Reorganize llvm_backend.cpp into separate files for easier maintenance
|
2021-08-07 12:01:48 +01:00 |
|
gingerBill
|
a5d6fda433
|
Define which mutexes are blocking and recursive explicitly
|
2021-07-27 23:14:01 +01:00 |
|
gingerBill
|
d9e6ade030
|
Add experimental support for a threaded semantic checker to -threaded-checker
|
2021-07-10 23:51:37 +01:00 |
|
gingerBill
|
8d31ba492d
|
Fix #1042
|
2021-06-28 11:32:23 +01:00 |
|
gingerBill
|
abe728dbbb
|
Add intrinsics.type_is_endian_platform
|
2021-06-17 20:39:00 +01:00 |
|
gingerBill
|
f19bb0f4d4
|
Make default calling convention code more correct to read
|
2021-06-08 14:33:49 +01:00 |
|
gingerBill
|
89890d7900
|
Correct union tag size for large alignments
|
2021-06-06 16:34:51 +01:00 |
|
gingerBill
|
599d18f26f
|
Experimental support for inline swizzling for array types of len <= 4 e.g. v.xyz, v.argb, v.xxx
|
2021-06-05 17:22:39 +01:00 |
|
gingerBill
|
7b7081d607
|
Remove old dead code
|
2021-05-15 18:59:54 +01:00 |
|
gingerBill
|
e4286d0ff9
|
Force zero_init in lb_add_local in certain cases
|
2021-05-03 15:57:35 +01:00 |
|
gingerBill
|
1a3784c4df
|
Allow unions which are comparable to also be valid map keys (i.e. hashable)
|
2021-05-03 13:38:15 +01:00 |
|
gingerBill
|
518ecaf9c9
|
Allow unions to be comparable if all their variants are comparable
|
2021-05-03 13:17:16 +01:00 |
|
gingerBill
|
24fce21d90
|
Add "naked" calling convention (removes prologue and epilogue)
|
2021-04-28 10:49:30 +01:00 |
|
gingerBill
|
6383714bff
|
Remove old procedure ABI code
|
2021-04-25 19:56:46 +01:00 |
|
gingerBill
|
b68b090f13
|
Add intrinsics: overflow_add, overflow_sub, overflow_mul; Change byte swap behaviour in -llvm-api to be the same as the intrinsic
|
2021-04-22 11:33:46 +01:00 |
|
gingerBill
|
0a66f8c9a3
|
Remove intrinsics.x86_mmx type
|
2021-04-22 10:39:20 +01:00 |
|
gingerBill
|
47c7dc6a9b
|
Add new intrinsics: debug_trap, trap, read_cycle_counter, expect
|
2021-04-22 10:35:17 +01:00 |
|
gingerBill
|
2f1c896290
|
Add -doc-format command for the new .odin-doc file format (to be used to generate documentation tools)
|
2021-04-18 18:33:15 +01:00 |
|