aboutsummaryrefslogtreecommitdiff
path: root/core/runtime/internal_windows.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
|
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-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-4/+4
|
* Fix style issues; Use new attribute `@(cold)` where appropriate in the new ↵gingerBill2021-04-141-92/+92
| | | | sync package
* Minimize unneeded castsgingerBill2021-03-031-5/+5
|
* As per GingerBill's request, copied the files over to a linux-specific file ↵F0x1fy2020-11-061-0/+135
| | | | instead of renaming to .
* Moved internal_windows to internal_any to allow for manual linking related ↵F0x1fy2020-11-051-135/+0
| | | | to issue odin-lang/Odin#527.
* Add extra 128 bit integer proceduresgingerBill2020-05-131-7/+118
|
* Add `-help` which prints information about the compiler flagsgingerBill2019-12-211-178/+0
|
* Move internal 128-bit stuff to a windows specific filegingerBill2019-06-011-0/+202