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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build as C++
Ginger Bill
2017-06-08
1
-7972
/
+0
*
v0.3.0
Ginger Bill
2017-06-07
1
-0
/
+1
*
Make `rune` a basic type and not an alias; Remove `byte`
Ginger Bill
2017-06-06
1
-0
/
+4
*
Fix key generation for constant strings in IR
Ginger Bill
2017-06-05
1
-3
/
+3
*
Allow 128 bit map keys
Ginger Bill
2017-06-05
1
-8
/
+8
*
Allow using on bit fields
Ginger Bill
2017-06-04
1
-4
/
+12
*
Fix enum printing bug
Ginger Bill
2017-06-04
1
-15
/
+12
*
`bit_field`; Lexical sugar operators ≠ ≤ ≥
Ginger Bill
2017-06-03
1
-38
/
+253
*
Remove `quaternion128` and `quaternion256` as core types
Ginger Bill
2017-06-01
1
-215
/
+0
*
Implement u128/i128 features; Add bits.odin
Ginger Bill
2017-06-01
1
-3
/
+22
*
Use 128-bit integers for ExactValue integers
Ginger Bill
2017-05-30
1
-8
/
+8
*
Experimental try for ABI for return values on windows
Ginger Bill
2017-05-28
1
-7
/
+37
*
Try a different ABI type for return values on Windows
Ginger Bill
2017-05-28
1
-5
/
+22
*
`default:` to `case:`; `no_alias` to `#no_alias`
Ginger Bill
2017-05-27
1
-55
/
+54
*
Fix interval loop constant bug; Fix ir edge checking; Fix vector arithmetic w...
Ginger Bill
2017-05-22
1
-8
/
+13
*
Optional main for DLL; access struct elements by "index"
Ginger Bill
2017-05-17
1
-3
/
+14
*
Fix Ternary Operator IR bug
Ginger Bill
2017-05-13
1
-4
/
+4
*
Add %% operator (divisor modulo)
Ginger Bill
2017-05-09
1
-0
/
+10
*
Fix ir bug; allow formatting options for arrays & et al.
Ginger Bill
2017-05-09
1
-2
/
+2
*
Fix `using` issue #62
Ginger Bill
2017-05-06
1
-0
/
+1
*
Fix calculation of vector type sizes
Ginger Bill
2017-05-04
1
-2
/
+6
*
Add hidden __tag for union variables.
Ginger Bill
2017-05-04
1
-5
/
+18
*
Fix IR vector arith conv bug
Ginger Bill
2017-05-01
1
-0
/
+2
*
Fix value conversion with enum value on `for in`.
Ginger Bill
2017-05-01
1
-2
/
+10
*
`for in` iteration of Enum Type (request from issue #58)
Ginger Bill
2017-05-01
1
-2
/
+44
*
Improve vector math; Make bprint* return string
Ginger Bill
2017-05-01
1
-5
/
+13
*
Fix subtype polymorphism implicit conversion
Ginger Bill
2017-04-30
1
-17
/
+39
*
Add type assertion for `any`
Ginger Bill
2017-04-30
1
-2
/
+70
*
Syntax change: cast(T)x => T(x); union_cast(T)x => x.(T); transmute(T)x => tr...
Ginger Bill
2017-04-30
1
-59
/
+22
*
Fix issue #51; begin work on `atomic` types
Ginger Bill
2017-04-28
1
-6
/
+15
*
`fmt.String_Buffer`, Fix issue #44, Tweak overloading rules
Ginger Bill
2017-04-26
1
-10
/
+23
*
Fix initialization of global `any` types
Ginger Bill
2017-04-25
1
-11
/
+57
*
Swap memory layout of `any`
Ginger Bill
2017-04-23
1
-20
/
+18
*
Fix `find_using_index_expr`
Ginger Bill
2017-04-23
1
-6
/
+28
*
Internal change: IntervalExpr is now a BinaryExpr
Ginger Bill
2017-04-22
1
-6
/
+7
*
Fix constant bounds checking for slicing
Ginger Bill
2017-04-22
1
-13
/
+2
*
Continue work on custom SSA; Fix double declaration in `when` statements
Ginger Bill
2017-04-21
1
-0
/
+2
*
Making slicing a little more robust
Ginger Bill
2017-04-21
1
-18
/
+32
*
Interval expressions for match statements
Ginger Bill
2017-04-21
1
-2
/
+18
*
Change interval syntax: .. open range, ..< half-closed range
Ginger Bill
2017-04-20
1
-1
/
+13
*
Change Union representation for LLVM IR; fix dynamic array size
Ginger Bill
2017-04-19
1
-14
/
+2
*
Fix bug with union literal checking crashing the compiler
Ginger Bill
2017-04-18
1
-5
/
+6
*
Fix issue #37 for procedure literal scopes
Ginger Bill
2017-04-16
1
-1
/
+1
*
Update ir type aggregate rules for transmute
Ginger Bill
2017-04-16
1
-1
/
+9
*
Exit program if there were syntax errors
Ginger Bill
2017-04-16
1
-2
/
+2
*
Calling convention, change from bitcast to transmute
Ginger Bill
2017-04-16
1
-1
/
+3
*
Call convention, pass by pointer: pointers are 16 byte aligned
Ginger Bill
2017-04-16
1
-5
/
+12
*
IR emit C ABI compatible types for calling conventions (Only for x86/amd64 li...
Ginger Bill
2017-04-16
1
-21
/
+80
*
Add parse_int; Fix union bugs with size, alignment, and recursive definition ...
Ginger Bill
2017-04-14
1
-25
/
+30
*
Fix addressing mode rules for `match in` statements
Ginger Bill
2017-04-13
1
-2
/
+11
[next]