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
...
*
`intrinsics.vector` type (Experimental)
gingerBill
2019-02-23
1
-0
/
+13
*
Fix missing `break` in switch statement for `deferred_in` in the IR
gingerBill
2019-02-23
1
-0
/
+1
*
Fix untyped ternary string IR conversion
gingerBill
2019-02-14
1
-1
/
+8
*
Add extra dead code elimination
gingerBill
2019-02-10
1
-19
/
+93
*
Fix data layout issue on Windows; Remove unused loads in SSA
gingerBill
2019-02-10
1
-63
/
+253
*
Extra checks to reduce mem.zero calls
gingerBill
2019-02-06
1
-6
/
+10
*
Minimize mem.zero use
gingerBill
2019-02-06
1
-36
/
+40
*
Patch minor IR bug
gingerBill
2019-01-28
1
-2
/
+4
*
Pass any and union "by pointer" to make the tag a pointer
gingerBill
2019-01-26
1
-1
/
+2
*
Change `deferred_*` scoping behaviour for `if`
gingerBill
2019-01-13
1
-2
/
+4
*
Replace `deferred` with `deferred_none`, `deferred_in`, `deferred_out`
gingerBill
2019-01-13
1
-2
/
+14
*
Source_Code_Location.hash; %#v printing for Source_Code_Location; allow typei...
gingerBill
2019-01-05
1
-0
/
+15
*
Add missing types to minimum dependency checking
gingerBill
2019-01-05
1
-2
/
+8
*
Fix TODO ParameterValue_Location
gingerBill
2019-01-04
1
-2
/
+1
*
Fix defer on branching with new scoping rules
gingerBill
2019-01-01
1
-1
/
+1
*
Remove some unneeded zero emits
gingerBill
2018-12-31
1
-18
/
+18
*
Fix `static` procedure name mangling
gingerBill
2018-12-29
1
-1
/
+3
*
`static` variable declarations (Experimental)
gingerBill
2018-12-28
1
-0
/
+43
*
`notin` operator
gingerBill
2018-12-21
1
-5
/
+22
*
Fix scoping determination for IR
gingerBill
2018-12-17
1
-4
/
+4
*
`deferred` procedure attribute
gingerBill
2018-12-14
1
-8
/
+59
*
Fix polymorphic record types with constant value parameters
gingerBill
2018-12-14
1
-3
/
+6
*
Fix polymorphic procedure generation with debug information
gingerBill
2018-12-14
1
-1
/
+1
*
Allow polymorphic cast on fields with `_` #302
gingerBill
2018-12-14
1
-2
/
+2
*
Fix polymorphic cast with pointers #303
gingerBill
2018-12-14
1
-3
/
+5
*
Add endian specific integers to `ir_debug_encoding_for_basic` #307
gingerBill
2018-12-14
1
-0
/
+12
*
Labels for block and if statements (break only)
gingerBill
2018-12-08
1
-5
/
+20
*
Fix automatic subtype casting bug
gingerBill
2018-12-08
1
-4
/
+7
*
Fix `foreign export` #294
gingerBill
2018-12-08
1
-0
/
+1
*
Ignore `ir_emit_byte_swap` for constant values
gingerBill
2018-12-02
1
-0
/
+3
*
Fix bit sets with custom endian underlying type
gingerBill
2018-12-02
1
-5
/
+4
*
Endian specific integers: e.g. i32 i32le i32be
gingerBill
2018-12-02
1
-36
/
+89
*
Redefine how union tag size is calculated to match alignment of the union
0.9.1
gingerBill
2018-11-29
1
-0
/
+2
*
Fix assertion on union assignment in compound literal
gingerBill
2018-11-29
1
-3
/
+1
*
Hack: union compound literal fix
gingerBill
2018-11-29
1
-4
/
+12
*
Fix poly proc determination by cloning the signature node
gingerBill
2018-11-25
1
-13
/
+12
*
Fix debug information for entities without an associated identifier
gingerBill
2018-11-25
1
-11
/
+34
*
Subset and superset operators for `bit_set`: < <= > >=
gingerBill
2018-11-25
1
-1
/
+31
*
Fix transmute with `cstring` and `integers`
gingerBill
2018-11-22
1
-0
/
+8
*
Remove assert that should have never been there
gingerBill
2018-11-22
1
-2
/
+0
*
Remove dead code
gingerBill
2018-11-22
1
-55
/
+0
*
Fix is_type_polymorphic infinite recursion bug
gingerBill
2018-11-22
1
-2
/
+4
*
Fix error with polymorphic structs #279
gingerBill
2018-11-17
1
-15
/
+17
*
`opaque` keyword and type
gingerBill
2018-11-11
1
-2
/
+10
*
Fix issue with complication of -debug that is caused sometimes due to lambda ...
gingerBill
2018-11-11
1
-5
/
+10
*
Allow comparisons of `cstring`; Add `resize`
gingerBill
2018-10-31
1
-0
/
+5
*
Fix debug info issue
gingerBill
2018-10-29
1
-2
/
+3
*
Disable debug info for bit fields
gingerBill
2018-10-29
1
-1
/
+1
*
Built-in procedure `#defined`
gingerBill
2018-10-27
1
-27
/
+26
*
Merge pull request #260 from lachsinc/master
gingerBill
2018-10-24
1
-116
/
+1087
|
\
[prev]
[next]