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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix -lld on Windows
gingerBill
2021-06-08
1
-3
/
+2
*
Minor improvements to `-use-separate-modules`
gingerBill
2021-06-08
1
-6
/
+25
*
Replace `js_wasm32` with `freestanding_wasm32`
gingerBill
2021-06-08
5
-26
/
+34
*
Correct `#soa` type creation
gingerBill
2021-06-08
1
-4
/
+16
*
Fix #1011 by unifying the logic
gingerBill
2021-06-08
2
-234
/
+54
*
Fix `lb_build_defer_stmt`
gingerBill
2021-06-08
1
-0
/
+3
*
Correct code for `#simd` in unions
gingerBill
2021-06-06
1
-9
/
+14
*
Correct union tag size for large alignments
gingerBill
2021-06-06
1
-10
/
+2
*
Fix #861 - Add extra check on missing `main`
gingerBill
2021-06-06
1
-2
/
+4
*
Add warning to variables which may overflow the stack on declaration; #Fix 661
gingerBill
2021-06-06
1
-16
/
+25
*
Fix 128-bit integer to float cast by explicitly calling the procedure direct;...
gingerBill
2021-06-06
2
-0
/
+12
*
Add support for `Addressing_OptionalOkPtr`
gingerBill
2021-06-06
3
-126
/
+237
*
Clean up lbAddr_Swizzle logic for load and store
gingerBill
2021-06-05
1
-47
/
+73
*
Use `shufflevector` when possible for lbAddr_Swizzle load
gingerBill
2021-06-05
1
-0
/
+39
*
Improved `lb_build_assign_stmt_array` logic
gingerBill
2021-06-05
1
-16
/
+36
*
Improve error message for addressing a swizzle intermediate array value
gingerBill
2021-06-05
1
-0
/
+4
*
Fix `lb_build_assign_stmt_array` for `lbAddr_Swizzle`
gingerBill
2021-06-05
1
-1
/
+28
*
Experimental support for inline swizzling for array types of len <= 4 e.g. `v...
gingerBill
2021-06-05
7
-74
/
+185
*
Add missing `doc_format` flags for entities and improve docs for the odin pac...
gingerBill
2021-06-05
2
-2
/
+12
*
Fix `ast_end_token` for `[?]T` types
gingerBill
2021-06-03
1
-1
/
+5
*
All spaces in `import`-like paths
gingerBill
2021-06-03
1
-1
/
+3
*
Minor clean up
gingerBill
2021-06-02
1
-5
/
+2
*
Make inline array arithmetic use `load+extractvalue` rather than `getelementp...
dev-2021-06
gingerBill
2021-06-01
1
-7
/
+42
*
Improves to array arithmetic on += etc assignment statements
gingerBill
2021-06-01
1
-68
/
+218
*
Fix #998
gingerBill
2021-05-31
1
-0
/
+10
*
Fix #992
gingerBill
2021-05-31
1
-2
/
+4
*
Fix #999
gingerBill
2021-05-31
1
-1
/
+1
*
Fix #996
gingerBill
2021-05-31
1
-9
/
+11
*
Comment on the required `generate_minimum_dependency_set` entities
gingerBill
2021-05-31
1
-19
/
+19
*
Remove unneeded minimum dependencies
gingerBill
2021-05-31
1
-15
/
+3
*
Remove unneeded dependencies
gingerBill
2021-05-31
1
-37
/
+3
*
Fix #1004
gingerBill
2021-05-31
2
-36
/
+2
*
Fix polymorphic record "too few" lacking error message
gingerBill
2021-05-31
3
-3
/
+16
*
Add intrinsics.{ptr_offset, ptr_sub}
gingerBill
2021-05-30
3
-0
/
+138
*
Improve logic for intrinsics.{mem_copy, mem_copy_non_overlapping, mem_zero} t...
gingerBill
2021-05-30
1
-10
/
+65
*
Add abs_f16 dependency when used.
Jeroen van Rijn
2021-05-29
1
-0
/
+1
*
Fix comparison bug of enumerated arrays
gingerBill
2021-05-27
1
-2
/
+6
*
Disable copy elision on assignments for the time being
gingerBill
2021-05-25
1
-2
/
+2
*
Minimize copying on getting the address of a call if required
gingerBill
2021-05-24
1
-1
/
+5
*
Add `intrinsics.mem_zero`
gingerBill
2021-05-24
3
-2
/
+57
*
Move the mem zero into a separate procedure for reuse
gingerBill
2021-05-24
1
-19
/
+27
*
Refactoring of lbFunctionType retrieval
gingerBill
2021-05-24
1
-15
/
+26
*
Refactor backend code for assignments; Refactor some statements into separate...
gingerBill
2021-05-24
1
-399
/
+335
*
Heavily improve the copy elision logic in the backend
gingerBill
2021-05-24
2
-47
/
+104
*
Add `@(link_section=<string>)` for global variables
gingerBill
2021-05-24
5
-0
/
+18
*
Handle #c_vararg correctly
gingerBill
2021-05-24
1
-0
/
+6
*
Modify ABI for the Odin calling conventions on SysV slightly
gingerBill
2021-05-22
2
-36
/
+19
*
Fix `ast_end_token`
gingerBill
2021-05-21
1
-2
/
+11
*
Fix `..=` logic in the backend
gingerBill
2021-05-21
2
-7
/
+7
*
Be a little more correct with the temporary Ast node
gingerBill
2021-05-19
1
-3
/
+3
[prev]
[next]