aboutsummaryrefslogtreecommitdiff
path: root/core/runtime/internal_linux.odin
Commit message (Collapse)AuthorAgeFilesLines
* `@(linkage=<string>)` for procedures and variables; `@(require)` for ↵gingerBill2021-11-041-1/+0
| | | | procedures; `package runtime` linkage improvements; Subsequence improvements to `lb_run_remove_unused_function_pass`
* Add `wasi_wasm32`gingerBill2021-10-311-88/+0
|
* Strip semicolons in core which were missinggingerBill2021-09-081-37/+37
|
* Enforce `core:builtin` and `core:intrinsics` for importsgingerBill2021-08-211-1/+1
|
* Fix 128-bit integer to float cast by explicitly calling the procedure ↵gingerBill2021-06-061-42/+0
| | | | direct; Fix #781
* Rename intrinsics to count_trailing_zeros and count_leading_zerosgingerBill2021-04-251-1/+1
|
* Replace many `foreign` llvm calls with intrinsicsgingerBill2021-04-251-7/+3
|
* Fix `floattidf`gingerBill2021-04-141-7/+7
|
* As per GingerBill's request, copied the files over to a linux-specific file ↵F0x1fy2020-11-061-0/+135
instead of renaming to .