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 typo
gingerBill
2021-07-25
1
-1
/
+1
*
Minor fix
gingerBill
2021-07-25
1
-3
/
+3
*
INTERNAL USE ONLY: `//+lazy` build flag
gingerBill
2021-07-25
8
-71
/
+188
*
Default to using a threaded checker on Windows; Add `-no-threaded-checker` fo...
gingerBill
2021-07-24
2
-0
/
+24
*
Remove dead code
gingerBill
2021-07-15
3
-20
/
+5
*
Remove need for scope mutex, make Scope singly linked list tree with atomic p...
gingerBill
2021-07-14
2
-18
/
+9
*
Override libtommath allocation procedures
gingerBill
2021-07-14
4
-26
/
+58
*
Remove random load balancing in `thread_proc_body`
gingerBill
2021-07-14
2
-28
/
+29
*
Add Greed Work Stealing and Random Load Balancing for check_procedure_bodies
gingerBill
2021-07-14
1
-9
/
+35
*
Muilthread `check_collect_entities_all`
gingerBill
2021-07-14
1
-2
/
+72
*
Remove duplicate code
gingerBill
2021-07-14
1
-13
/
+0
*
Replace non-recursive mutexes with `BlockingMutex`; Minor improves to initial...
gingerBill
2021-07-14
6
-93
/
+186
*
Remove dead mutexes
gingerBill
2021-07-13
3
-18
/
+0
*
Reduce mutex usage and convert things to queues from arrays
gingerBill
2021-07-13
5
-118
/
+204
*
Minor code clean up to reuse the ProcInfo consumption code
gingerBill
2021-07-13
1
-33
/
+36
*
Require throughput pass results with `-show-more-timings -show-debug-messages...
gingerBill
2021-07-13
1
-1
/
+1
*
Move asserts around
gingerBill
2021-07-13
1
-3
/
+5
*
Correct `lb_big_int_to_llvm`
gingerBill
2021-07-13
1
-9
/
+10
*
Add extra message to assert
gingerBill
2021-07-13
1
-3
/
+1
*
Do manual byte swapping for endianness in `lb_big_int_to_llvm`
gingerBill
2021-07-13
1
-5
/
+12
*
Add (internal flag) -show-debug-messages
gingerBill
2021-07-13
5
-17
/
+35
*
Minor code reorganization
gingerBill
2021-07-13
1
-165
/
+168
*
Split up cycle check and adding type info timings
gingerBill
2021-07-13
1
-6
/
+11
*
Short on `-threaded-checker`
gingerBill
2021-07-13
1
-1
/
+27
*
Big improvement to the `-threaded-checker` code, unifying the logic and simpl...
gingerBill
2021-07-13
4
-46
/
+108
*
Temporarily disable `-threaded-checker`; Restructure the untyped-expr-info sy...
gingerBill
2021-07-13
8
-175
/
+159
*
Fix `gb_shuffle`
gingerBill
2021-07-13
1
-1
/
+1
*
`enum Addressing_Mode : u8;`
gingerBill
2021-07-12
2
-3
/
+4
*
Add sanity casts for 32/64 bit correctness
gingerBill
2021-07-12
10
-48
/
+66
*
Simplify `big_int_not` for negative inputs
gingerBill
2021-07-11
1
-0
/
+8
*
Remove dead file
gingerBill
2021-07-11
1
-744
/
+0
*
Rename libtommath.c to libtommath.cpp
gingerBill
2021-07-11
1
-0
/
+0
*
Update build.bat and Makefile
gingerBill
2021-07-11
1
-3
/
+0
*
Add libtommath.c
gingerBill
2021-07-11
1
-0
/
+154
*
Clean up big int to LLVM integer code
gingerBill
2021-07-11
5
-68
/
+48
*
Change `mp_clear` calls to `big_int_dealloc`
gingerBill
2021-07-11
1
-21
/
+20
*
Change the compiler's big integer library to use libTomMath
gingerBill
2021-07-11
169
-1150
/
+10728
*
Add sanity conversion check for integer to quaternion
gingerBill
2021-07-11
2
-21
/
+42
*
Minimize mutex usage in `update_expr_type`
gingerBill
2021-07-11
1
-20
/
+20
*
Add experimental support for a threaded semantic checker to `-threaded-checker`
gingerBill
2021-07-10
12
-102
/
+253
*
Fix typo
gingerBill
2021-07-10
1
-1
/
+1
*
Convert constant tag to the correct type for LLVMAddCase
gingerBill
2021-07-10
1
-0
/
+1
*
Minor improvements to `Map` and `StringMap`
gingerBill
2021-07-10
2
-54
/
+54
*
Simplify `thread_pool_wait_to_process`
gingerBill
2021-07-10
1
-0
/
+7
*
Move things around for sanity checking for multithread preparation
gingerBill
2021-07-10
9
-74
/
+104
*
Use `next_pow2_isize`
gingerBill
2021-07-10
3
-18
/
+20
*
Add prototypes for `next_pow2`
gingerBill
2021-07-10
1
-0
/
+4
*
Implement `MPMCQueue` for procedure body checking
gingerBill
2021-07-10
4
-27
/
+125
*
Remove debug code
gingerBill
2021-07-10
1
-1
/
+1
*
Prepare for multithreading the semantic checker by giving mutexes to variable...
gingerBill
2021-07-10
6
-56
/
+144
[prev]
[next]