gingerBill
|
15033eab28
|
Fix comparison of two nil unions against each other
|
2023-08-16 11:52:40 +01:00 |
|
gingerBill
|
8b4c530062
|
Disable HAS_VALGRIND logic for BlockingMutex (fixes #2703)
|
2023-08-16 11:02:09 +01:00 |
|
gingerBill
|
9ff9587b7b
|
Remove unused code in gb.h; Minimize use of heap_allocator() in parser
|
2023-08-16 00:41:49 +01:00 |
|
gingerBill
|
d8acbda548
|
Update to llvm@13 for Mac
Brew has broke llvm@11
|
2023-08-15 21:25:14 +01:00 |
|
gingerBill
|
d9a2d29d00
|
Update demo.odin to #align(N) style
|
2023-08-15 15:59:38 +01:00 |
|
gingerBill
|
27931249ce
|
Scale by 3/2 rather than 5/4
|
2023-08-15 15:45:12 +01:00 |
|
gingerBill
|
52318d0e0e
|
Improve heuristic for committing memory with virtual.alloc_from_memory_block
|
2023-08-15 15:42:28 +01:00 |
|
gingerBill
|
8d673789be
|
Align committed to a page size
|
2023-08-15 15:20:23 +01:00 |
|
gingerBill
|
646c4c7458
|
alloc_from_memory_block to commit amounts equal to multiples of the DEFAULT_PAGE_SIZE
|
2023-08-15 15:12:12 +01:00 |
|
gingerBill
|
2cc22d118d
|
Require parentheses for #align(N)
|
2023-08-15 14:55:02 +01:00 |
|
gingerBill
|
6c50e6ef34
|
Use or_return on resize/reserve
|
2023-08-15 11:13:43 +01:00 |
|
gingerBill
|
67f48aca96
|
Fix _random_u64
|
2023-08-15 11:06:12 +01:00 |
|
gingerBill
|
fc64e787a3
|
Change to LLVM@13 for ci.yml on Mac
|
2023-08-15 10:55:37 +01:00 |
|
gingerBill
|
d13bed9a0a
|
Change algorithm to work on 64-bit integers rather than 32-bit integers internally
|
2023-08-15 10:53:59 +01:00 |
|
gingerBill
|
904c48b11a
|
Fix range comment from (0, n] to [0, n)
|
2023-08-15 10:36:00 +01:00 |
|
gingerBill
|
589820639c
|
Correct lb_run_function_pass_manager behaviour
|
2023-08-10 14:35:09 +01:00 |
|
gingerBill
|
89c50bbd82
|
Adhere to -vet-style
|
2023-08-08 16:01:22 +01:00 |
|
gingerBill
|
2b3f3e11d3
|
Make trailing commas followed by a closing token on the same an error with -vet-style
|
2023-08-08 16:01:08 +01:00 |
|
gingerBill
|
4100cfec86
|
Fix typo
|
2023-08-08 15:31:17 +01:00 |
|
gingerBill
|
cad3a50e4e
|
Add ODIN_PLATFORM_SUBTARGET
|
2023-08-08 15:28:21 +01:00 |
|
gingerBill
|
4d9ee55468
|
Fix add_constant_switch_case
|
2023-08-08 15:23:01 +01:00 |
|
gingerBill
|
b72f009d87
|
Disallow aliasing of any and typeid
|
2023-08-08 15:10:57 +01:00 |
|
gingerBill
|
2181e0fc27
|
Make for init; ; {} an error without an explicit cond or post
|
2023-08-08 15:07:00 +01:00 |
|
gingerBill
|
cd74cdfdaf
|
Remove switch in in favour of switch _ in
|
2023-08-08 14:57:25 +01:00 |
|
gingerBill
|
49ab935ae9
|
Disallow for in in favour of for _ in
|
2023-08-08 14:56:12 +01:00 |
|
gingerBill
|
939bf4bb5d
|
Add experimental -subtarget:ios
|
2023-08-08 11:35:51 +01:00 |
|
gingerBill
|
7861dfd667
|
Fix tilde extension when trying to build as assembly (unsupported currently)
|
2023-08-08 11:16:14 +01:00 |
|
gingerBill
|
9736402dfd
|
Fix docs typo
|
2023-08-07 15:34:28 +01:00 |
|
gingerBill
|
0600054ad4
|
Remove temporary assert
|
2023-08-07 15:21:18 +01:00 |
|
gingerBill
|
b782fca75b
|
Fix using bug
|
2023-08-07 15:18:45 +01:00 |
|
gingerBill
|
0230b88078
|
Tilde: #soa pointers
|
2023-08-07 15:11:15 +01:00 |
|
gingerBill
|
55c9fb7c5c
|
Tilde: Begin work on #soa
|
2023-08-07 15:04:03 +01:00 |
|
gingerBill
|
8201a9ce6e
|
Tilde: for in for enum types
|
2023-08-07 14:53:31 +01:00 |
|
gingerBill
|
561a94cc50
|
Tilde: Fix type info for enums
|
2023-08-07 14:50:06 +01:00 |
|
gingerBill
|
0636887931
|
Tilde: Add in/not_in for maps
|
2023-08-07 14:43:11 +01:00 |
|
gingerBill
|
0c1b39d881
|
Mock out map get/set functionality
|
2023-08-07 14:40:42 +01:00 |
|
gingerBill
|
dd7c2c0574
|
Update demo for #relative multi-pointers
|
2023-08-05 16:09:19 +01:00 |
|
gingerBill
|
c91898a888
|
Remove #relative slices; Replace with #relative multi-pointers
|
2023-08-05 16:05:39 +01:00 |
|
gingerBill
|
afa8eb2d6f
|
Fix #2699
|
2023-08-05 15:04:14 +01:00 |
|
gingerBill
|
1481015dc4
|
Fix #2690
|
2023-08-05 15:01:21 +01:00 |
|
gingerBill
|
8cdedd4cd2
|
Add raw_data(^matrix[R, C]T) -> [^]T
|
2023-08-05 12:35:27 +01:00 |
|
gingerBill
|
985e4eed60
|
Fix #2697
|
2023-08-04 16:00:10 +01:00 |
|
gingerBill
|
9d0583e0d2
|
Add missing import
|
2023-08-04 15:57:50 +01:00 |
|
gingerBill
|
9aed26a234
|
Remove the use of import within when
|
2023-08-04 15:54:44 +01:00 |
|
gingerBill
|
3323d5c76c
|
Disallow import declarations within a when statement
|
2023-08-04 15:45:25 +01:00 |
|
gingerBill
|
4a71603a77
|
Add hasher proc generation
|
2023-08-03 14:46:22 +01:00 |
|
gingerBill
|
aadc8477b9
|
Generate equal proc for unions
|
2023-08-03 13:42:14 +01:00 |
|
gingerBill
|
9bf111bd3d
|
Add comments for tilde building
|
2023-08-03 13:26:42 +01:00 |
|
gingerBill
|
8060da2132
|
Toggle tilde backend in the build script
|
2023-08-03 13:16:23 +01:00 |
|
gingerBill
|
b495a302b0
|
Merge branch 'master' into tilde
|
2023-08-03 13:14:09 +01:00 |
|
gingerBill
|
65206fe33e
|
Go through loads of TODOs
|
2023-08-01 11:39:04 +01:00 |
|
gingerBill
|
2f094134a3
|
Remove -strict-style-init-only
|
2023-08-01 11:14:52 +01:00 |
|
gingerBill
|
69e1f42aed
|
Replace a lot of warnings with errors; remove deprecated stuff
|
2023-08-01 11:11:15 +01:00 |
|
gingerBill
|
c35c58b023
|
Add -vet-style and -vet-semicolon
|
2023-08-01 11:03:15 +01:00 |
|
gingerBill
|
4b57aec1c6
|
Fix typo
|
2023-07-31 17:30:03 +01:00 |
|
gingerBill
|
2038bd0c15
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2023-07-31 17:27:39 +01:00 |
|
gingerBill
|
19b24fcce2
|
Add require_results for proc groups
|
2023-07-31 17:27:23 +01:00 |
|
gingerBill
|
be6f355665
|
Keep -vet happy by removing using
|
2023-07-31 12:32:30 +01:00 |
|
gingerBill
|
5dba08fb3b
|
Keep -vet happy
|
2023-07-31 12:19:25 +01:00 |
|
gingerBill
|
f17077c05c
|
Remove debug code
|
2023-07-31 12:11:31 +01:00 |
|
gingerBill
|
8aa36072fc
|
Remove using where easily possible
|
2023-07-31 12:11:17 +01:00 |
|
gingerBill
|
44ea82f845
|
Clean up usage of using throughout core and vendor
|
2023-07-31 11:46:40 +01:00 |
|
gingerBill
|
0de7df9eab
|
Improve //+vet; remove using in many places; add //+vet !using-stmt where necessary
|
2023-07-31 11:37:14 +01:00 |
|
gingerBill
|
60e509b1e0
|
Add separate -vet flags; -vet-using-* flags; //+vet file flags
|
2023-07-31 11:09:19 +01:00 |
|
gingerBill
|
c39a360372
|
Update Tilde for the new TB_Passes approach
|
2023-07-28 14:57:04 +01:00 |
|
gingerBill
|
f6d1724835
|
BODGE for finding procedure symbols
Related to a dependency graph race condition bug (THIS NEEDS TO BE FIXED)
|
2023-07-28 12:12:06 +01:00 |
|
gingerBill
|
0f217c715e
|
Fix dependency issue; Allow polymorphic procedures in tilde
|
2023-07-25 15:15:35 +01:00 |
|
gingerBill
|
c4033c215e
|
Support non-constant global slices
|
2023-07-25 14:37:19 +01:00 |
|
gingerBill
|
e914d551e7
|
Basic support for global variables
|
2023-07-25 13:56:28 +01:00 |
|
gingerBill
|
c6e4b8ed5c
|
Move mutable value decl stuff to a separate procedure
|
2023-07-25 13:49:19 +01:00 |
|
gingerBill
|
ab398f3704
|
Implement @(static) local variables
|
2023-07-25 13:46:40 +01:00 |
|
gingerBill
|
baea6a1da8
|
Generate anonymous procedure literals
|
2023-07-25 13:31:22 +01:00 |
|
gingerBill
|
ba48093666
|
Fill out type information data
|
2023-07-25 12:19:59 +01:00 |
|
gingerBill
|
d4b87f1672
|
Continue filling in the global type info data
|
2023-07-25 11:46:53 +01:00 |
|
gingerBill
|
e4006eb583
|
Update tilde
|
2023-07-25 01:11:57 +01:00 |
|
gingerBill
|
b934e4b564
|
Implement basic runtime type information
This allows for `runtime.println_any` to work!
|
2023-07-25 00:33:43 +01:00 |
|
gingerBill
|
28c97a9467
|
Begin work on setting up type information table
|
2023-07-24 17:12:23 +01:00 |
|
gingerBill
|
28fca190ee
|
Fix transmute(uintptr)ptr etc
|
2023-07-24 16:09:01 +01:00 |
|
gingerBill
|
78116e0ea2
|
Implement for in statements for array-like values
|
2023-07-24 15:46:54 +01:00 |
|
gingerBill
|
5a50afa1fd
|
Implement for in interval statements
|
2023-07-24 15:28:51 +01:00 |
|
gingerBill
|
cf77a0e2b4
|
Update Tilde to fix reg alloc bug
|
2023-07-24 15:18:20 +01:00 |
|
gingerBill
|
e2593a6883
|
Update Tilde for testing reg spill stuff
|
2023-07-24 14:01:10 +01:00 |
|
gingerBill
|
00a44d1ddb
|
Mock out type info initialize stuff
|
2023-07-24 13:06:01 +01:00 |
|
gingerBill
|
d8445fd9df
|
Multithread tilde backend
|
2023-07-24 12:53:16 +01:00 |
|
gingerBill
|
304db907f5
|
Generate object name for them module
|
2023-07-24 12:19:22 +01:00 |
|
gingerBill
|
b09cdc0f25
|
Hook up Tilde to the linker code
|
2023-07-24 12:01:23 +01:00 |
|
gingerBill
|
bd81c6f5b4
|
Move linker code into separate file
|
2023-07-24 11:53:18 +01:00 |
|
gingerBill
|
4051dd9522
|
Update Tilde to get basic "Hello World" working with runtime.print_string
|
2023-07-24 11:30:07 +01:00 |
|
gingerBill
|
360cb9eb9a
|
Add tb.lib to build.bat
|
2023-07-24 10:28:56 +01:00 |
|
gingerBill
|
241a939c29
|
Update Tilde
|
2023-07-24 10:27:55 +01:00 |
|
gingerBill
|
2f9c5d2d0b
|
Minor clean up to builtin procs
|
2023-07-23 22:07:21 +01:00 |
|
gingerBill
|
99c812b02d
|
Begin working on a minimum build
|
2023-07-23 21:44:50 +01:00 |
|
gingerBill
|
d82c2ce50f
|
Update Tilde; Add min and max
|
2023-07-22 12:21:29 +01:00 |
|
gingerBill
|
6c12156b1a
|
Simplify procedure argument handling
|
2023-07-22 11:16:29 +01:00 |
|
gingerBill
|
eec3b3009f
|
Begin work on builtin procedures
|
2023-07-22 10:16:28 +01:00 |
|
gingerBill
|
4654b41c3e
|
Implement call expressions
|
2023-07-22 09:06:44 +01:00 |
|
gingerBill
|
b09ea17f0e
|
Support multiple return values for non-odin calling conventions
|
2023-07-22 08:48:13 +01:00 |
|
gingerBill
|
99ebfc337e
|
Support multiple return values
|
2023-07-22 08:33:30 +01:00 |
|
gingerBill
|
e5f9458905
|
Update Tilde to get procedure passing rules
|
2023-07-22 07:56:13 +01:00 |
|
gingerBill
|
ec0a9a5f8a
|
Copy lvalues on multi-valued assignments to allow for a, b = b, a on large types (minor bodge)
|
2023-07-21 13:05:39 +01:00 |
|