aboutsummaryrefslogtreecommitdiff
path: root/core/runtime/procs_windows_amd64.odin
Commit message (Expand)AuthorAgeFilesLines
* Begin work to move entry point code to Odin itself rather than in C++ sidegingerBill2022-01-121-1/+1
* Add `procs_windows_amd64.asm` for use with `-no-crt`gingerBill2021-11-241-9/+2
* Correctly support `-default-to-nil-allocator` for all platformsgingerBill2021-11-041-4/+6
* Add `ODIN_NO_CRT` global constantgingerBill2021-11-041-7/+9
* Unify `memset` usage across platforms and `core:c/libc`gingerBill2021-09-101-56/+0
* libc changes: unify c and libc types; Add `[^]T` where appropriategingerBill2021-09-101-12/+8
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-15/+15
* Fix cyclic check in `is_type_polymorphic`gingerBill2020-11-081-6/+5
* Begin work on windows 386gingerBill2020-06-291-1/+1
* Add `raw_data` to replace cases in which `&x[0]` was usedgingerBill2020-06-291-0/+10
* Use windows specific exception trapsgingerBill2020-06-151-0/+17
* Remove `mem_zero` from `make`; Implement custom `memset` for windows amd64gingerBill2020-05-271-3/+7
* Basic work on obj generationgingerBill2020-02-231-9/+9
* Add `_tls_index` and `_fltused` for windows `-no-crt`gingerBill2019-12-291-0/+8
* Add `bit_set` typegingerBill2018-08-141-0/+50