Christoffer Lerno
|
a22ebbb0ef
|
Improved support for freestanding.
|
2023-01-25 11:10:37 +01:00 |
|
Christoffer Lerno
|
f37f779e5a
|
Fix in utf8to16 conversion.
|
2023-01-24 14:20:37 +01:00 |
|
Christoffer Lerno
|
b508a43f8f
|
Add lambdas.
|
2023-01-24 10:15:23 +01:00 |
|
Christoffer Lerno
|
c9e1e2d763
|
Replace $$shufflevector with $$swizzle and $$swizzle2. Add builtin swizzle accessors.
|
2023-01-22 01:12:55 +01:00 |
|
Christoffer Lerno
|
1e18e576c7
|
Fix int[] -> void* casts.
|
2023-01-21 20:17:48 +01:00 |
|
Christoffer Lerno
|
5151586450
|
Updated complex / matrix. Added quaternion math, vectors. Possible to add and mult scalar with vector. Fix where negating a float vector would be lowered incorrectly. Fix where $typeof(x) { ... } would not be valid compound literal. Fix where var would not be recognized as starting a declaration (e.g. in if (var x = ...)
|
2023-01-21 00:59:33 +01:00 |
|
Christoffer Lerno
|
e09628b664
|
Added easings. Move of math to own folder.
|
2023-01-19 22:49:30 +01:00 |
|
Christoffer Lerno
|
92507ee388
|
More work on TB
|
2023-01-19 20:32:19 +01:00 |
|
Christoffer Lerno
|
1ab304dc64
|
Fix of overalignment on deref.
|
2023-01-19 12:29:17 +01:00 |
|
Christoffer Lerno
|
e284d49dd9
|
Initial add of tilde backend.
|
2023-01-19 00:08:31 +01:00 |
|
Christoffer Lerno
|
6da6288ad8
|
Support roundevenf/roundeven
|
2023-01-14 15:24:49 +01:00 |
|
Dmitry Atamanov
|
925e4e6e46
|
Added native option to --x86vec help.
|
2023-01-14 15:09:22 +01:00 |
|
Christoffer Lerno
|
bd12ef0a53
|
Add version bump.
|
2023-01-13 01:10:02 +01:00 |
|
Christoffer Lerno
|
2123e81e8e
|
Make more of the builtins do promotion from int to double for convenience.
|
2023-01-13 01:09:27 +01:00 |
|
Dmitry Atamanov
|
50b0958fb6
|
Add Loong arch deps for LLD >= 16
|
2023-01-12 18:43:05 +01:00 |
|
Christoffer Lerno
|
026861051a
|
Make LLVM 15 compile in CI again. (#699)
* Fixes to LLVM 15 CI
|
2023-01-12 18:41:51 +01:00 |
|
Christoffer Lerno
|
dc16f65c8e
|
Change printfln to printfn. Make LLVM 15 tests default.
|
2023-01-11 18:00:08 +01:00 |
|
Christoffer Lerno
|
3298ff2e15
|
Fix of typo.
|
2023-01-11 00:53:57 +01:00 |
|
Christoffer Lerno
|
aded1cb736
|
Use 15.0.6 on windows. Exclude 14 on linux. Update docker build.
|
2023-01-11 00:52:43 +01:00 |
|
Christoffer Lerno
|
da65de2d01
|
Add compare_exchange. Rudimentary threads (subject to change)
|
2023-01-10 20:46:39 +01:00 |
|
Christoffer Lerno
|
c9e40cfa37
|
Cast cleanup, removing structural casts.
|
2023-01-09 00:08:29 +01:00 |
|
Christoffer Lerno
|
43dc2d650c
|
Use "String" consistently for "char[]" (#694)
Use "String" consistently for "char[]". Fix win32 return value.
|
2023-01-07 22:50:33 +01:00 |
|
Christoffer Lerno
|
5b2b4e900f
|
Add download links.
|
2023-01-07 15:12:05 +01:00 |
|
Christoffer Lerno
|
6c9de52de7
|
Revert.
|
2023-01-07 15:02:52 +01:00 |
|
Christoffer Lerno
|
98f3decc1a
|
Set release to real and not prerelease.
|
2023-01-07 14:59:57 +01:00 |
|
Christoffer Lerno
|
c485a89940
|
Updated README
|
2023-01-07 02:39:26 +01:00 |
|
Christoffer Lerno
|
73000680e5
|
Update readme
|
2023-01-07 02:18:03 +01:00 |
|
Christoffer Lerno
|
009bbeb48f
|
Using C files now correctly places object files in build folder.
|
2023-01-07 01:38:44 +01:00 |
|
Christoffer Lerno
|
38be3d57dd
|
Vendor fetch.
|
2023-01-06 16:49:45 +01:00 |
|
Christoffer Lerno
|
ad48770977
|
Updated errno. Socket constants and some functions added. Fix error when a macro returns a void! and that macro is in turn set to a return. Removed too permissive casts to subarrays.
|
2023-01-06 12:46:58 +01:00 |
|
Dmitry Atamanov
|
8390655d79
|
Fixes $$get_rounding_mode() for LLVM > 15.
|
2023-01-05 12:56:18 +01:00 |
|
Christoffer Lerno
|
4330740cf8
|
Support printing of object files. Issue #687
|
2023-01-04 23:16:47 +01:00 |
|
Christoffer Lerno
|
4a99190f96
|
C3L zip support. Version bump.
|
2023-01-03 22:40:35 +01:00 |
|
Christoffer Lerno
|
f8a505754d
|
Added arcfour crypto.
|
2022-12-30 16:34:31 +01:00 |
|
Christoffer Lerno
|
23a78a9ae5
|
Updated nbodies. Fixed sum/product on floats.
|
2022-12-30 02:41:17 +01:00 |
|
Christoffer Lerno
|
bf222557fb
|
Handle missing tests.
|
2022-12-29 21:13:58 +01:00 |
|
Christoffer Lerno
|
aa33536ab1
|
Remove test global when not in testing mode.
|
2022-12-29 20:40:23 +01:00 |
|
Christoffer Lerno
|
7b1fc87566
|
Bump to 0.4.0
|
2022-12-29 19:51:00 +01:00 |
|
Christoffer Lerno
|
a6f2eb22a9
|
Add "native" for AVX features.
|
2022-12-29 18:40:38 +01:00 |
|
Christoffer Lerno
|
ef7365224f
|
Added $include.
|
2022-12-29 16:12:03 +01:00 |
|
Christoffer Lerno
|
f122d290f1
|
Add macos sdk / min version to pass to the linker.
|
2022-12-29 01:06:35 +01:00 |
|
Christoffer Lerno
|
90f5c24d4c
|
Fix parsing @_foo
|
2022-12-28 16:36:41 +01:00 |
|
Christoffer Lerno
|
bcbcc3100f
|
Fix of accidentally added typo.
|
2022-12-28 00:39:21 +01:00 |
|
Christoffer Lerno
|
f6e798c283
|
Friendlier int parsing and promotion.
|
2022-12-28 00:37:52 +01:00 |
|
Christoffer Lerno
|
f622b3bd4c
|
Cleanup of naming change to optional. Fix of builtin optional handling.
|
2022-12-27 23:55:23 +01:00 |
|
Christoffer Lerno
|
fe54b84aed
|
Version bump
|
2022-12-27 14:30:43 +01:00 |
|
Christoffer Lerno
|
f46697bc54
|
Updated casts (#684)
Cast code rework. Remove llvm_set_bool and friends.
|
2022-12-27 14:16:47 +01:00 |
|
Christoffer Lerno
|
e2b4a19c81
|
Add python overwrite.
|
2022-12-23 17:03:38 +01:00 |
|
Christoffer Lerno
|
9e77fe7787
|
Add python-tk
|
2022-12-23 16:56:26 +01:00 |
|
Christoffer Lerno
|
7223435df6
|
Update build for mac.
|
2022-12-23 14:20:09 +01:00 |
|