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
/
ssa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Syntax change: cast(T)x => T(x); union_cast(T)x => x.(T); transmute(T)x => tr...
Ginger Bill
2017-04-30
1
-61
/
+0
*
Fix `find_using_index_expr`
Ginger Bill
2017-04-23
1
-2
/
+2
*
Continue work on custom SSA; Fix double declaration in `when` statements
Ginger Bill
2017-04-21
1
-107
/
+535
*
Basic Linux Build!
Ginger Bill
2017-04-09
1
-4
/
+4
*
Add branch labels for loops; using list
Ginger Bill
2017-03-19
1
-399
/
+631
*
Update gb.h
Ginger Bill
2017-03-17
1
-67
/
+104
*
windows.odin TYPE_NAME to Type_Name; More SSA work and SSA printing for debug...
Ginger Bill
2017-03-12
1
-300
/
+1273
*
Finally fix signed integer conversion and printing
Ginger Bill
2017-03-10
1
-27
/
+140
*
Begin work on the custom backend
Ginger Bill
2017-03-05
1
-0
/
+914
*
Change prev ssa to llir;
Ginger Bill
2017-01-03
1
-5807
/
+0
*
Fix `for` interval upper bound check
Ginger Bill
2017-01-03
1
-10
/
+12
*
`while`; `range` is now `for`; remove ++ and --
Ginger Bill
2017-01-03
1
-82
/
+26
*
Interval expressions in `range`
Ginger Bill
2017-01-03
1
-60
/
+117
*
`range` statement
Ginger Bill
2017-01-02
1
-1
/
+210
*
Nearly finished Jai-like declarations
Ginger Bill
2017-01-01
1
-126
/
+95
*
Begin transition to Jai-like syntax
Ginger Bill
2017-01-01
1
-57
/
+53
*
More declaration differentiation in semantic stage e.g. make only variables a...
Ginger Bill
2017-01-01
1
-17
/
+40
*
Add enum type info and fix enum casting
Ginger Bill
2017-01-01
1
-8
/
+6
*
Bring back `enum` but using iota
Ginger Bill
2017-01-01
1
-0
/
+43
*
Fix give expressions
Ginger Bill
2016-12-30
1
-2
/
+0
*
select to phi in if expression
Ginger Bill
2016-12-30
1
-5
/
+8
*
if expression
Ginger Bill
2016-12-30
1
-13
/
+47
*
Block Expressions and `give`
Ginger Bill
2016-12-30
1
-1
/
+65
*
Handle calling conventions correctly
Ginger Bill
2016-12-22
1
-6
/
+8
*
Fix anonymous procedures and their dependencies
Ginger Bill
2016-12-21
1
-32
/
+10
*
Generic (grouped) declarations: var, let, const, type, import, include
Ginger Bill
2016-12-20
1
-23
/
+25
*
Remove `enum` for favour of Go-style enumerations
Ginger Bill
2016-12-19
1
-145
/
+4
*
Begin generic declarations for lists of specifications
Ginger Bill
2016-12-19
1
-1
/
+71
*
Change record field syntax
Ginger Bill
2016-12-18
1
-13
/
+5
*
Very minor style changes
Ginger Bill
2016-12-18
1
-1
/
+2
*
Fix issue with printing invalid IR for nested unions
Ginger Bill
2016-12-17
1
-0
/
+2
*
Fix DllMain and only call main on DLL_PROCESS_ATTACH
Ginger Bill
2016-12-09
1
-21
/
+41
*
Custom entry points on Windows (DllMain; WinMain)
Ginger Bill
2016-12-09
1
-24
/
+121
*
`build_dll`; Require an entry point procedure `main`
Ginger Bill
2016-12-08
1
-18
/
+17
*
Change entity collection strategy
Ginger Bill
2016-12-03
1
-2
/
+2
*
Semicolons are required; `when` condition for certain file scope declarations...
Ginger Bill
2016-12-01
1
-13
/
+20
*
Basic `when` statement - Compile time if statement
Ginger Bill
2016-11-29
1
-0
/
+27
*
Fix slicing and add clamp
Ginger Bill
2016-11-28
1
-16
/
+27
*
#rune "" to ''; Remove infix and postfix call notation
Ginger Bill
2016-11-28
1
-19
/
+0
*
Numpty forgot to add .c files
Ginger Bill
2016-11-23
1
-0
/
+5419