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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add `-build-mode=obj`
gingerBill
2020-04-13
1
-4
/
+4
*
Change behaviour for zero-sized value types of array-related types; Fix make ...
gingerBill
2020-04-12
1
-52
/
+9
*
Support endian specific float on -llvm-api; fix unary `-` for endian floats
gingerBill
2020-04-11
1
-4
/
+10
*
Endian specific floating point types (e.g. f32be)
gingerBill
2020-04-11
1
-4
/
+83
*
Fix @force on non-windows platforms
gingerBill
2020-04-11
1
-6
/
+6
*
Fix link_name for variables
gingerBill
2020-04-11
1
-0
/
+7
*
Fix phi node check with untyped types
gingerBill
2020-04-05
1
-2
/
+4
*
Fix typeid comparison bug in `ir.cpp`
gingerBill
2020-04-04
1
-1
/
+6
*
Fix #597
gingerBill
2020-03-27
1
-2
/
+3
*
Allow referencing a compound literal to act like C99
gingerBill
2020-03-26
1
-1
/
+19
*
Fix map references in selector expressions
gingerBill
2020-03-25
1
-11
/
+19
*
Fix range statements for enumerated arrays without an element value but with ...
gingerBill
2020-03-25
1
-6
/
+26
*
Allow map indices to be referenced `&m[key]` and return a valid pointer if it...
gingerBill
2020-03-24
1
-1
/
+14
*
Support by-reference semantics in `for value_ref, index in &some_array` and `...
gingerBill
2020-03-24
1
-9
/
+27
*
Change behaviour of `switch v in &value` to make `v` have by-reference semantics
gingerBill
2020-03-24
1
-46
/
+22
*
Fix `for in` for pointer to map expressions
gingerBill
2020-03-22
1
-1
/
+5
*
Fix branch statements within inline for blocks (partial hack)
gingerBill
2020-03-15
1
-4
/
+29
*
Add `@require` for global variables
gingerBill
2020-03-12
1
-0
/
+2
*
Fix #580 defer bug
gingerBill
2020-03-05
1
-7
/
+5
*
Disable tmp_block behaviour for `ir_find_or_generate_context_ptr`
gingerBill
2020-03-05
1
-4
/
+3
*
`x if cond else y` and `x when cond else y` expressions
gingerBill
2020-03-05
1
-0
/
+43
*
Add `intrinsics.cpu_relax`
gingerBill
2020-02-26
1
-0
/
+12
*
Fix comparison against nil for union #maybe pointers
gingerBill
2020-02-23
1
-0
/
+6
*
Fix #572
gingerBill
2020-02-23
1
-1
/
+1
*
Fix #563
gingerBill
2020-02-23
1
-2
/
+3
*
Add `union #maybe`
gingerBill
2020-02-01
1
-10
/
+44
*
Add intrinsics.type_is_specialization_of
gingerBill
2020-01-17
1
-1
/
+1
*
Allow not_in as keyword over notin, but still allow notin to work
gingerBill
2020-01-16
1
-3
/
+3
*
Fix #536
gingerBill
2020-01-15
1
-5
/
+11
*
Add debug info for enumerated arrays
gingerBill
2020-01-14
1
-0
/
+14
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2020-01-12
1
-0
/
+1
|
\
|
*
Fix Proc Type ABI printing on System V
gingerBill
2020-01-12
1
-0
/
+1
*
|
Add extra check for opaque types
gingerBill
2020-01-12
1
-0
/
+7
|
/
*
Add extra set_procedure_abi_types sanity checks in IR
gingerBill
2020-01-11
1
-0
/
+4
*
Fix len of type bug
gingerBill
2020-01-11
1
-2
/
+4
*
Add `x y z w` fields to quaternion types; Improve linalg quaternion mathematics
gingerBill
2020-01-01
1
-1
/
+20
*
Fix typeid information for enumerated arrays
gingerBill
2019-12-31
1
-12
/
+14
*
Add extra check for ZeroInit instruction
gingerBill
2019-12-31
1
-1
/
+2
*
Move definition of mem.Allocator and log.Logger to `package runtime`, to redu...
gingerBill
2019-12-31
1
-6
/
+8
*
Add `-disable-assert` to disable the code generation of the built-in run-time...
gingerBill
2019-12-29
1
-0
/
+6
*
Fix enumerated array literal check
gingerBill
2019-12-28
1
-2
/
+7
*
Support `for` and `inline for` for enumerated arrays
gingerBill
2019-12-27
1
-0
/
+43
*
Fix missing case
gingerBill
2019-12-27
1
-0
/
+1
*
Fix enumerated array compound literals IR
gingerBill
2019-12-27
1
-0
/
+103
*
Add constant literal expressions
gingerBill
2019-12-27
1
-0
/
+7
*
Enumerated arrays `[Enum_Type]Elem_Type`
gingerBill
2019-12-27
1
-3
/
+71
*
Fix #514
gingerBill
2019-12-27
1
-0
/
+13
*
Fix Internal Compiler Error: Type_Info for 'XXX' could not be found #507
gingerBill
2019-12-22
1
-5
/
+7
*
Fix Crash when compiling for loop with parens around array expression #506
gingerBill
2019-12-22
1
-7
/
+7
*
Also allow #no_bounds_check on an expression #499
gingerBill
2019-12-15
1
-26
/
+44
[prev]
[next]