gingerBill
|
740995df3d
|
Remove attribute parameter for pthread_mutex_init
|
2021-08-18 21:07:06 +01:00 |
|
gingerBill
|
aa5c3da414
|
Make BlockingMutex non-recursive on *nix systems
|
2021-08-18 20:57:03 +01:00 |
|
gingerBill
|
d419d81841
|
Remove unused code
|
2021-08-18 20:48:26 +01:00 |
|
gingerBill
|
08942714a2
|
Make Arena allocate virtual memory directory; make it use a BlockingMutex
|
2021-08-18 20:46:10 +01:00 |
|
gingerBill
|
3c443babb2
|
Extra sanity check around static
|
2021-08-18 20:32:54 +01:00 |
|
gingerBill
|
79e98b71d3
|
Remove dead code, and add an extra mutex
|
2021-08-18 20:31:34 +01:00 |
|
gingerBill
|
a01c946c20
|
Add mutex to Scope lookups and insertions
|
2021-08-18 11:17:14 +01:00 |
|
gingerBill
|
cdb3a5205c
|
Add mutex for add_type_and_value
|
2021-08-17 19:54:09 +01:00 |
|
gingerBill
|
9ab94650c8
|
Allow + in import paths
|
2021-08-16 18:21:58 +01:00 |
|
gingerBill
|
fce86ff3d5
|
Correct struct tag bug
|
2021-08-16 18:17:26 +01:00 |
|
gingerBill
|
0051cd12e2
|
Make flags atomic for Entity and Type
|
2021-08-16 16:30:49 +01:00 |
|
gingerBill
|
94d298755a
|
Fix race condition when adding a dependency
|
2021-08-16 15:33:26 +01:00 |
|
gingerBill
|
e3fef2dade
|
Improve parsing for or_return; allow #force_inline foo() or_return;
|
2021-08-16 11:58:50 +01:00 |
|
gingerBill
|
4c306a6f99
|
Correct or_return logic for debug printing and expression is not used checking
|
2021-08-16 11:08:37 +01:00 |
|
gingerBill
|
b2097604d5
|
Add clone_ast for or_else and or_return
|
2021-08-15 23:10:52 +01:00 |
|
gingerBill
|
b8661e0ae0
|
Update semi-colon insertion rules for or_return
|
2021-08-15 17:16:37 +01:00 |
|
gingerBill
|
21cbac755e
|
Make or_else and or_return operators (binary and suffix respectively)
|
2021-08-15 17:14:35 +01:00 |
|
gingerBill
|
a3a20f09e2
|
or_return built-in procedure
|
2021-08-15 16:55:30 +01:00 |
|
gingerBill
|
d62f189d72
|
Remove some dead code
|
2021-08-15 15:09:47 +01:00 |
|
gingerBill
|
84713b58e0
|
Improve error handling for field list prefixes
|
2021-08-15 13:29:44 +01:00 |
|
gingerBill
|
294c8426e6
|
Minor clean up of parse_field_prefixes
|
2021-08-15 13:18:06 +01:00 |
|
gingerBill
|
7bbc9a4634
|
Add #any_int directive to replace auto_cast uses on parameters.
|
2021-08-15 12:56:59 +01:00 |
|
gingerBill
|
19aefa6a40
|
Add assignment statement to #no_bounds_check etc rules. Correct os_linux.odin usage.
|
2021-08-15 11:14:34 +01:00 |
|
gingerBill
|
d5e3f72a0b
|
Define where #bounds_check/#no_bounds_check can be applied
|
2021-08-15 11:09:41 +01:00 |
|
gingerBill
|
0e84e06756
|
Fix lower and upper values for a bit_set[Enum] type.
|
2021-08-13 14:17:27 +01:00 |
|
gingerBill
|
e6b2df4b2b
|
Add extra error message check to lb_big_int_to_llvm
|
2021-08-13 14:16:53 +01:00 |
|
gingerBill
|
ad402726f1
|
Fix #1026
|
2021-08-13 12:21:14 +01:00 |
|
gingerBill
|
8ff9f2e44f
|
Fix #1077
|
2021-08-13 11:49:52 +01:00 |
|
gingerBill
|
799a56bbcb
|
Fix column in tokenizer (due to removed line)
|
2021-08-13 10:50:05 +01:00 |
|
gingerBill
|
367bf0c7ae
|
Fix #1076
|
2021-08-13 10:45:29 +01:00 |
|
gingerBill
|
c465171b45
|
Fix #1061
|
2021-08-09 21:41:19 +01:00 |
|
gingerBill
|
02f22a0b3f
|
Correct DllMain behaviour
|
2021-08-09 21:23:24 +01:00 |
|
gingerBill
|
193fd0eecb
|
Correct and improve type inference for swizzling expressions
|
2021-08-09 20:13:58 +01:00 |
|
gingerBill
|
01f431b01f
|
Unify semantics of the built-in swizzle procedure with the selector expression semantics e.g. .xyz
|
2021-08-09 19:37:58 +01:00 |
|
gingerBill
|
aebfa4b28e
|
Allow len and cap to return a uint if a type hint is uint to aid people wanting to use unsigned integers
|
2021-08-09 17:39:38 +01:00 |
|
gingerBill
|
e793f92e67
|
Improve parsing handling for the { return } cases
|
2021-08-09 13:01:47 +01:00 |
|
gingerBill
|
042f376626
|
Minor code changes to Map/StringMap
|
2021-08-09 13:01:26 +01:00 |
|
gingerBill
|
a5605e94b1
|
Simplify Map and StringMap in the compiler to reuse the hashes' array data if possible.
|
2021-08-08 13:56:40 +01:00 |
|
gingerBill
|
9cfe20cfb4
|
Correct error message for add_import_dependency_node
|
2021-08-08 13:13:31 +01:00 |
|
gingerBill
|
5fd64f48ee
|
Minor procedure rename
|
2021-08-08 12:48:44 +01:00 |
|
gingerBill
|
a3b7126875
|
Simplify init_tokenizer_with_data
|
2021-08-08 12:47:45 +01:00 |
|
gingerBill
|
000bda8419
|
Reduce superfluous error messages for return statements expecting not-1 return values
|
2021-08-07 16:29:00 +01:00 |
|
gingerBill
|
423b842347
|
Fix typo
|
2021-08-07 15:07:29 +01:00 |
|
gingerBill
|
16eeae36d7
|
Inline heap_allocator resize logic on *nix platforms
|
2021-08-07 15:05:46 +01:00 |
|
gingerBill
|
5453e92bcb
|
Minor test on array_set_capacity
|
2021-08-07 14:44:48 +01:00 |
|
gingerBill
|
662c7b1e71
|
Minor clean-up
|
2021-08-07 14:39:26 +01:00 |
|
gingerBill
|
571170fd30
|
Improve and simplify the memory layout of MPMCQueue
|
2021-08-07 14:25:48 +01:00 |
|
gingerBill
|
911c428dac
|
Remove dead code in queue.cpp; clean up initialization code
|
2021-08-07 13:54:08 +01:00 |
|
gingerBill
|
40822be595
|
Reorganize llvm_backend.cpp into separate files for easier maintenance
|
2021-08-07 12:01:48 +01:00 |
|
gingerBill
|
f5e51a29b5
|
Fix #1070
|
2021-08-07 11:23:40 +01:00 |
|