Christoffer Lerno
61246d713d
Print linking in CI and fix win linking.
2024-08-25 21:10:24 +02:00
Christoffer Lerno
40455f5260
Print linking in CI
2024-08-25 20:30:21 +02:00
Christoffer Lerno
78ce03bd62
Prefer \ to concat windows paths.
2024-08-25 20:14:36 +02:00
Christoffer Lerno
61645d14fa
Only output -pie to the linker for executables. Fix issue assembling paths using concat_file_arg
2024-08-25 19:54:38 +02:00
Christoffer Lerno
d465ba5356
--test will now provide the full filename and the column.
2024-08-25 18:26:44 +02:00
Christoffer Lerno
8fde7cd6f5
--path is now properly respected.
2024-08-25 18:15:33 +02:00
Itzerr
734e0f350a
Fixed gencontext_begin_module using wrong reloc_model. ( #1384 )
...
Fixed gencontext_begin_module using wrong reloc_model.
2024-08-25 18:08:33 +02:00
Chuck Benedict
e1bbab3831
RISCV: Correct auipc imm; clarify signed imm error; add imm negative t… ( #1378 )
...
RISCV: Correct auipc imm; claify signed imm error; add imm negative tests. Allow fitted int asm imm const in uints; add rv regs
2024-08-25 11:19:30 +02:00
Christoffer Lerno
a870881fff
Allow "project.json5" to be used.
2024-08-25 00:19:08 +02:00
Christoffer Lerno
1ed3eab010
Assigning a const zero to an aliased distinct caused an error.
2024-08-24 14:37:27 +02:00
theunixer
dd16ecf63a
Essential dependency to build(llvm17-devel) on void linux was not mentioned.
2024-08-24 11:10:59 +02:00
Christoffer Lerno
d1a0ec5a35
Compiler didn't detect when a module name was used both as a generic and regular module.
2024-08-23 19:31:49 +02:00
Nikita Pivkin
cb790b4672
Remove unused parameters from check_col and check_row
...
Signed-off-by: Nikita Pivkin <nikita.pivkin@smartforce.io >
2024-08-23 19:03:03 +02:00
Christian Buttner
19d37ef641
Add types::is_signed, is_unsigned and inner_type. ( #1365 )
...
Add `types::is_signed`, `is_unsigned` and `inner_type`.
2024-08-23 19:01:05 +02:00
Christoffer Lerno
0722011385
Fix of compile arguments.
2024-08-23 16:47:19 +02:00
Christian Buttner
59ed118e66
Address/memory/thread sanitizer.
2024-08-23 16:06:22 +02:00
Christoffer Lerno
d54468d7ed
Simplify some asm code and update releasenotes for RISCV
2024-08-23 10:23:17 +02:00
Christoffer Lerno
218f1a6ead
Add support for vendor specific extensions in project.json and manifest.json.
2024-08-22 12:49:14 +02:00
Christoffer Lerno
abbd94e89b
Add iOS and Android targets.
2024-08-22 00:31:03 +02:00
Christoffer Lerno
b46463563e
Add path test windows and escape in double quote.
2024-08-21 10:37:50 +02:00
Christoffer Lerno
33ce8e8a75
Add path test windows.
2024-08-21 10:15:45 +02:00
Chuck Benedict
05ab0707fc
Add RISC-V block asm support
2024-08-20 22:42:38 +02:00
Christoffer Lerno
d32861193b
DynamicArenaAllocator would not correctly free.
2024-08-20 22:42:01 +02:00
Christoffer Lerno
fb4a231703
Add $member.get(value) to replace value.$eval($member.nameof)
2024-08-20 14:24:12 +02:00
Christoffer Lerno
0963ab4cc0
Update readme.
2024-08-19 23:52:39 +02:00
Christoffer Lerno
a248511d7b
Added ElasticArray
2024-08-19 23:20:14 +02:00
Christoffer Lerno
79a1639f8a
Fix aligned alloc for Win32 targets.
2024-08-19 15:25:00 +02:00
Christoffer Lerno
476a6424ee
insert_at incorrectly prevented inserts at the end of a list.
2024-08-19 11:44:06 +02:00
Christoffer Lerno
6de17b9ae9
Fix use of deprecated function. Fix bug when compile time subtracting a distinct type. Fix test/benchmark debug info use.
2024-08-19 09:36:45 +02:00
Christoffer Lerno
cb7116f08b
New linker options handling
2024-08-19 01:28:57 +02:00
Christoffer Lerno
15a4e23b22
Benchmark / test no longer suppresses debug info. #1364
2024-08-18 22:29:41 +02:00
Christoffer Lerno
2b0857baf9
Add connection reset error.
2024-08-18 20:01:54 +02:00
Christoffer Lerno
20b0bf43ad
Fix of dstring.
2024-08-18 09:50:54 +02:00
Christoffer Lerno
17d6f03bae
New hashmap type, Map
2024-08-18 00:37:24 +02:00
Owen Shepherd
4edaf603c9
fix: Guard against uninitialized hashmap in key removal
...
Removing non-present keys is a supported operation on HashMaps,
and most other operations are well-defined on uninitialized
HashMaps.
Currently, removing any key on an uninitialized HashMap will
result in an 'Array index out of bounds' error.
This change guards against such a case.
2024-08-17 02:35:04 +02:00
Christoffer Lerno
74b8da1e15
Avoid any constants that have the "untyped list" type but isn't a CONST_UNTYPED_LIST.
2024-08-16 21:49:21 +02:00
Christoffer Lerno
16cb756d3f
Bug converting untyped list #1360
2024-08-16 18:33:30 +02:00
Christoffer Lerno
f1efdf3d98
Incorrect zero analysis on foo["test"] = {} #1360
2024-08-16 16:50:58 +02:00
Christoffer Lerno
edfea639cf
- Introduce $vaarg[...] syntax and deprecate the old $vaarg(...).
...
- Similar change to `$vasplat`: `$vasplat` and `$vasplat[1..]`.
2024-08-16 09:28:28 +02:00
Christoffer Lerno
9fd9280132
Fix incorrect parsing of $exec.
2024-08-16 00:07:09 +02:00
Christoffer Lerno
d0bb69516a
Missing check on optional left hand side for s.x. #1360
2024-08-15 21:15:59 +02:00
Christoffer Lerno
dc44254ba1
Debug info with recursive canonical type usage could cause segfault.
2024-08-15 20:22:56 +02:00
Christian Buttner
85c682f7e6
Escape arguments to platform linker/compiler. ( #1358 )
...
* Escape arguments to platform linker/compiler.
2024-08-15 15:01:53 +02:00
Christoffer Lerno
2a69f93605
Issues with wincrt linking.
2024-08-15 13:33:08 +02:00
Christoffer Lerno
ad4950130c
Remove use of tappend in rmtree on windows.
2024-08-15 00:40:01 +02:00
Christoffer Lerno
3ccb4b9ec3
$exec may now provide a stdin parameter. Deprecated path.append, path.tappend, getcwd, tgetcwd, path.absolute, ls. Deprecated env::get_config_dir, replaced by env::new_get_config_dir. Added path.has_extension, path.new_append, path.temp_append, new_cwd, temp_cwd, path.new_absolute, new_ls, temp_ls. Added dstring.replace Updated win escapes for exec.
2024-08-15 00:31:47 +02:00
Christoffer Lerno
6bc486400c
Add globals to -P output.
latest
2024-08-13 22:50:45 +02:00
Christoffer Lerno
9228dbb8b8
Fix ordering issues with $include / $exec by adding a pass #1302 .
2024-08-13 22:19:53 +02:00
Christoffer Lerno
e68b453218
Do not bundle output with docker.
2024-08-13 15:23:56 +02:00
Christoffer Lerno
1dd2b0ec19
Add a few newlines to maybe keep some compilers happy.
2024-08-13 14:33:33 +02:00