index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
runtime
/
procs_windows_amd64.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Begin work to move entry point code to Odin itself rather than in C++ side
gingerBill
2022-01-12
1
-1
/
+1
*
Add `procs_windows_amd64.asm` for use with `-no-crt`
gingerBill
2021-11-24
1
-9
/
+2
*
Correctly support `-default-to-nil-allocator` for all platforms
gingerBill
2021-11-04
1
-4
/
+6
*
Add `ODIN_NO_CRT` global constant
gingerBill
2021-11-04
1
-7
/
+9
*
Unify `memset` usage across platforms and `core:c/libc`
gingerBill
2021-09-10
1
-56
/
+0
*
libc changes: unify c and libc types; Add `[^]T` where appropriate
gingerBill
2021-09-10
1
-12
/
+8
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-15
/
+15
*
Fix cyclic check in `is_type_polymorphic`
gingerBill
2020-11-08
1
-6
/
+5
*
Begin work on windows 386
gingerBill
2020-06-29
1
-1
/
+1
*
Add `raw_data` to replace cases in which `&x[0]` was used
gingerBill
2020-06-29
1
-0
/
+10
*
Use windows specific exception traps
gingerBill
2020-06-15
1
-0
/
+17
*
Remove `mem_zero` from `make`; Implement custom `memset` for windows amd64
gingerBill
2020-05-27
1
-3
/
+7
*
Basic work on obj generation
gingerBill
2020-02-23
1
-9
/
+9
*
Add `_tls_index` and `_fltused` for windows `-no-crt`
gingerBill
2019-12-29
1
-0
/
+8
*
Add `bit_set` type
gingerBill
2018-08-14
1
-0
/
+50