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
/
ir_print.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
v0.1.1
v0.1.1
Ginger Bill
2017-02-24
1
-4
/
+4
*
Fix minor bugs in IR for slices
Ginger Bill
2017-02-23
1
-3
/
+1
*
A decent union type with common fields and variants
Ginger Bill
2017-02-21
1
-1
/
+1
*
Change ternary expression precedence
Ginger Bill
2017-02-18
1
-9
/
+45
*
Use a global to store the build context information
Ginger Bill
2017-02-12
1
-15
/
+19
*
Record type field `names`
Ginger Bill
2017-02-12
1
-1
/
+4
*
Remove Maybe type; Enum `names`
Ginger Bill
2017-02-10
1
-21
/
+0
*
Begin writing dynamic map procs and fix `using` bug in IR
Ginger Bill
2017-02-05
1
-9
/
+2
*
Add `types.odin`; Begin work on `map`
Ginger Bill
2017-02-05
1
-0
/
+12
*
Custom struct alignment
Ginger Bill
2017-02-05
1
-2
/
+23
*
Change vector memory layout and operations; `for in` vector.
Ginger Bill
2017-01-30
1
-67
/
+84
*
Dynamic arrays
Ginger Bill
2017-01-29
1
-0
/
+7
*
Fix pointer differences (issue #11); remove #dll_import
Ginger Bill
2017-01-26
1
-3
/
+3
*
Change casting syntax: `cast(T)x` `transmute(T)x` et al.
Ginger Bill
2017-01-25
1
-10
/
+0
*
Fix issue #8 - https://github.com/gingerBill/Odin/issues/8
Ginger Bill
2017-01-20
1
-1
/
+1
*
Fix issue #10
Ginger Bill
2017-01-20
1
-33
/
+34
*
Best viable overloading procedure algorithm; `no_alias`; call expr style casts
Ginger Bill
2017-01-17
1
-0
/
+6
*
Fix SUBSYSTEM for link.exe
v0.0.5a
Ginger Bill
2017-01-05
1
-0
/
+1
*
Rename llir -> ir
Ginger Bill
2017-01-04
1
-0
/
+1515