aboutsummaryrefslogtreecommitdiff
path: root/core/runtime/internal_linux.odin
Commit message (Expand)AuthorAgeFilesLines
* `@(linkage=<string>)` for procedures and variables; `@(require)` for procedur...gingerBill2021-11-041-1/+0
* 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 direct;...gingerBill2021-06-061-42/+0
* 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 i...F0x1fy2020-11-061-0/+135