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
...
*
Also allow #no_bounds_check on an expression #499
gingerBill
2019-12-15
1
-26
/
+44
*
Disallow procedure calls with an associated deferred procedure to be used in ...
gingerBill
2019-12-15
1
-11
/
+40
*
Fix Unable to initialize a typeid field in a struct literal #501
gingerBill
2019-12-15
1
-1
/
+3
*
Fix `transmute` from `uintptr` to/from `proc`
gingerBill
2019-12-07
1
-0
/
+8
*
Remove addressing mode `Addressing_Immutable`
gingerBill
2019-12-01
1
-9
/
+9
*
Fix IR string interning type
gingerBill
2019-12-01
1
-2
/
+2
*
Make the `string` type elements "immutable", akin to `char const *` in C
gingerBill
2019-12-01
1
-30
/
+77
*
Fix nil comparisons for soa slices and dynamic arrays
gingerBill
2019-12-01
1
-1
/
+38
*
#soa[dynamic]Type (Experimental)
gingerBill
2019-11-21
1
-2
/
+13
*
`#soa[]Type` (Experimental)
gingerBill
2019-11-21
1
-23
/
+204
*
Prepare SOA Struct code for slices and dynamic arrays *to be implemented*
gingerBill
2019-11-19
1
-9
/
+16
*
Fix Compiler panic with SIMD Vector debug information #481
gingerBill
2019-11-19
1
-0
/
+13
*
Fix System V bitcast/transmute bug
gingerBill
2019-11-14
1
-3
/
+6
*
SOA support of Structures and Arrays; Runtime information for SOA structs; fm...
gingerBill
2019-11-03
1
-7
/
+21
*
SOA Struct support `intrinsics.soa_struct`
gingerBill
2019-11-02
1
-0
/
+101
*
multivalued procedure calls allows in `for in` to allow a pseudo-iterator; `@...
gingerBill
2019-11-02
1
-1
/
+38
*
Fix range in statement bug caused by incorrectly assigned addressing mode #461
gingerBill
2019-11-02
1
-17
/
+2
*
Add `@force` to `foreign import`
gingerBill
2019-11-01
1
-0
/
+5
*
Fix double calling of lhs of logical binary expressions
gingerBill
2019-10-31
1
-7
/
+8
*
Delay determination of procedure abi types until as late as possible to preve...
gingerBill
2019-10-31
1
-0
/
+3
*
Fix slice and dynamic array lengths determined from ranged compound literals
gingerBill
2019-10-26
1
-2
/
+2
*
Allow ranges for array-like compound literals
gingerBill
2019-10-26
1
-26
/
+98
*
Fix Compiler assertion when applying `using` to `_` procedure parameter. #451
gingerBill
2019-10-26
1
-2
/
+2
*
Support for named indices for array-like compound literals `{3 = a, 1 = b}`
gingerBill
2019-10-20
1
-28
/
+84
*
Fix IR generation bug for nested foreign procedure declaration
gingerBill
2019-10-13
1
-9
/
+12
*
Fix general IR parameter case
gingerBill
2019-10-10
1
-1
/
+4
*
Correct (experimental) System V AMD64 ABI support
gingerBill
2019-10-10
1
-26
/
+85
*
Make `typeid` semantics consistent across variables and constants
gingerBill
2019-10-06
1
-0
/
+5
*
Fix -debug crash on windows caused by missing debug info for files.
gingerBill
2019-09-25
1
-1
/
+12
*
Merge pull request #430 from nakst/master
gingerBill
2019-09-09
1
-0
/
+2
|
\
|
*
New Essence OS layer; cross-compiling improvements
nakst
2019-09-02
1
-0
/
+2
*
|
Fix Converting addresses to function pointers produces llvm-opt error #431
gingerBill
2019-09-02
1
-1
/
+28
|
/
*
Fix global variable initialization ordering
gingerBill
2019-08-29
1
-11
/
+2
*
Add debug information for quaternion types (fixes #428)
gingerBill
2019-08-29
1
-12
/
+43
*
Fix nested raw_union with using #428
gingerBill
2019-08-28
1
-3
/
+6
*
`inline for` loops (only for 'in' based for loops)
gingerBill
2019-08-26
1
-0
/
+144
*
Built-in Quaternions (Not just an April Fool's Joke any more)
gingerBill
2019-08-26
1
-7
/
+238
*
Struct field tags
gingerBill
2019-08-09
1
-4
/
+33
*
Fix bit_field comparison against nil #414
gingerBill
2019-08-09
1
-0
/
+9
*
Fix parsing for procedure literals expression statements; improve assert perf...
gingerBill
2019-07-28
1
-1
/
+1
*
Improve the performance of simple array comparisons
gingerBill
2019-07-27
1
-13
/
+24
*
Fix array comparisons and fix f32 literal LLVM issue regarding accurate repre...
gingerBill
2019-07-27
1
-8
/
+12
*
Fix array comparisons
gingerBill
2019-07-27
1
-3
/
+6
*
Improvement to the Odin calling conventions to pass certain things by "implic...
gingerBill
2019-07-27
1
-2
/
+1
*
IR fix array comparisons
gingerBill
2019-07-15
1
-8
/
+13
*
union #no_nil
gingerBill
2019-07-09
1
-0
/
+3
*
Fix target list branch rules for name-labelled block/if statements
gingerBill
2019-07-07
1
-4
/
+13
*
Fix unions with zero variants
gingerBill
2019-07-07
1
-2
/
+6
*
Support 128-bit integers `i128` `u128`
gingerBill
2019-05-28
1
-2
/
+27
*
Add `..<` operator for ranges; Add extra checking for bit set assignments
gingerBill
2019-05-28
1
-2
/
+4
[prev]
[next]