gingerBill
|
c36dc91849
Minor changes in `runtime`
|
2 years ago |
gingerBill
|
7f601c9535
Add `Allocator_Mode.Alloc_Non_Zerored`
|
2 years ago |
gingerBill
|
659c3c528d
Update `delete` to pass size in bytes to free when possible
|
3 years ago |
gingerBill
|
c97a8418dc
Clean-up and unification for the allocation procedures
|
3 years ago |
gingerBill
|
4aca9372a6
Improve `resize` call
|
3 years ago |
Atanas Dimitrov
|
28ec50d567
Fix string orderings to account for prefix-equal strings
|
3 years ago |
gingerBill
|
f5697dd7f2
Merge branch 'master' into odin-global-constants-as-enums
|
3 years ago |
Andrea Piseri
|
cf9f3d5e2d
fix logic in bswap_128
|
3 years ago |
gingerBill
|
3d7d347192
Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings
|
3 years ago |
gingerBill
|
6c48670819
Make `ODIN_BUILD_MODE` a enum type
|
3 years ago |
gingerBill
|
94bad4d786
Merge branch 'master' of https://github.com/odin-lang/Odin
|
3 years ago |
gingerBill
|
518460af66
Begin work in semi-standardized `js_wasm32` target
|
3 years ago |
gingerBill
|
dc2edd3e79
Improve support for `freestanding_wasm32`
|
3 years ago |
gingerBill
|
adb5928767
Change to `RUNTIME_LINKAGE` definition
|
3 years ago |
gingerBill
|
7ef3c87dbb
Change `RUNTIME_LINKAGE` requirements
|
3 years ago |
gingerBill
|
b2a2aa15c2
Add `ODIN_BUILD_MODE`
|
3 years ago |
gingerBill
|
6ded538546
`@(linkage=<string>)` for procedures and variables; `@(require)` for procedures; `package runtime` linkage improvements; Subsequence improvements to `lb_run_remove_unused_function_pass`
|
3 years ago |
gingerBill
|
9a5216921c
Add `wasi_wasm32`
|
3 years ago |
gingerBill
|
8ef6f9dd7b
Compile `wasm64`; Add `lb_run_remove_unused_function_pass`
|
3 years ago |
gingerBill
|
aaaddd03a6
Improve internal procedures
|
3 years ago |
gingerBill
|
d54b708ba8
Unify `memory_equal` and `string_eq`
|
3 years ago |
gingerBill
|
fba20c9bd3
Improve `runtime.string_eq`
|
3 years ago |
gingerBill
|
bcb07b6b9e
Correct `runtime.floattidf` and other related i128<->f64 internal procedures
|
3 years ago |
gingerBill
|
fa0d58f96e
Correct f64 -> u128/i128 generation
|
3 years ago |
gingerBill
|
720884e0f1
Strip even more semicolons if followed by a `}` or `)` on the same line
|
4 years ago |
gingerBill
|
f57201bbd1
Remove unneeded semicolons from the core library
|
4 years ago |
gingerBill
|
251da264ed
Remove unneeded semicolons from the core library
|
4 years ago |
gingerBill
|
f0437a4242
Enforce `core:builtin` and `core:intrinsics` for imports
|
4 years ago |
gingerBill
|
2949e4b0c7
Fix `floattidf` typo
|
4 years ago |
gingerBill
|
9f8a63cb43
More minor stylization changes (remove unneeded parentheses)
|
4 years ago |