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
/
codegen
/
print_llvm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Type match statement for tagged unions
Ginger Bill
2016-09-04
1
-17
/
+24
*
Fix type system in SSA generation
Ginger Bill
2016-09-03
1
-3
/
+3
*
Start implementing Tagged Unions
Ginger Bill
2016-09-03
1
-3
/
+7
*
Match statements; Type System change (Type_Record for all sum and product types)
Ginger Bill
2016-09-01
1
-28
/
+31
*
Begin "Everything's a namespace"
Ginger Bill
2016-08-30
1
-14
/
+11
*
Untagged (unsafe) unions and unambiguous in|postfix notation.
Ginger Bill
2016-08-24
1
-29
/
+33
*
Integer Enumerations
gingerBill
2016-08-22
1
-0
/
+3
*
File Library and TypeDecl syntax change
gingerBill
2016-08-22
1
-18
/
+13
*
Implicit Context and #thread_local
gingerBill
2016-08-19
1
-68
/
+72
*
Initial Demo001 code for tour of language
Ginger Bill
2016-08-19
1
-3
/
+6
*
Remove print(ln) and fix swizzle
gingerBill
2016-08-19
1
-2
/
+5
*
Remove scalar*vector; swizzle; broadcast
gingerBill
2016-08-17
1
-3
/
+23
*
Fix Scoping of proc type decls
gingerBill
2016-08-17
1
-1
/
+6
*
Fix automatic pointer deref for structures in SSA
gingerBill
2016-08-17
1
-2
/
+2
*
Win32 Demo: OpenGL Context
gingerBill
2016-08-16
1
-1
/
+9
*
defer statements
gingerBill
2016-08-16
1
-1
/
+6
*
Compile with odin.exe and no run.bat
gingerBill
2016-08-16
1
-1
/
+1
*
Merge branch 'master' of http://git.handmadedev.org/gingerbill/Odin
gingerBill
2016-08-16
1
-0
/
+4
|
\
|
*
Win32 test
gingerBill
2016-08-15
1
-29
/
+53
*
|
Win32 Window Test
gingerBill
2016-08-16
1
-32
/
+60
|
/
*
Full Unicode Support
gingerBill
2016-08-15
1
-7
/
+16
*
string comparisons
gingerBill
2016-08-15
1
-10
/
+37
*
#foreign "custom_name"; <N x i1> bugs (see test.ll and test2.ll)
gingerBill
2016-08-14
1
-3
/
+3
*
Vector index works with booleans now.
gingerBill
2016-08-14
1
-4
/
+16
*
expr as type; {N}bool is still causing problems
gingerBill
2016-08-14
1
-5
/
+29
*
Compound Literals - struct, array, slice, vector
gingerBill
2016-08-12
1
-8
/
+24
*
Nested Procedures
gingerBill
2016-08-11
1
-0
/
+3
*
Code generation for procedure literals
gingerBill
2016-08-11
1
-65
/
+66
*
copy(...)
gingerBill
2016-08-10
1
-4
/
+53
*
Tuple support in codegen
gingerBill
2016-08-10
1
-0
/
+7
*
f16/f128,u|i128, basic vector support.
gingerBill
2016-08-10
1
-13
/
+28
*
Strings galore!
gingerBill
2016-08-05
1
-5
/
+9
*
Minor refactor and basic library
gingerBill
2016-08-05
1
-13
/
+23
*
String support
gingerBill
2016-08-05
1
-0
/
+564