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 (
Collapse
)
Author
Age
Files
Lines
*
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
|
*
Allow comparisons with bit field values
gingerBill
2019-05-09
1
-15
/
+50
|
*
Allow booleans to be assigned to a 1-bit bit field value
gingerBill
2019-05-09
1
-7
/
+10
|
*
Remove test code
gingerBill
2019-05-09
1
-3
/
+0
|
*
Fix ||= and &&=
gingerBill
2019-05-06
1
-6
/
+13
|
*
Minor change to bit_field assignment rules
gingerBill
2019-05-04
1
-12
/
+36
|
*
`#load` directive (request from #368) (Basic implementation)
gingerBill
2019-04-20
1
-18
/
+23
|
*
Modify ir_generate_array name logic slightly
gingerBill
2019-03-31
1
-3
/
+5
|
*
Modify slice_expr_error_* logic to change depending on which parameters are ↵
gingerBill
2019-03-25
1
-19
/
+33
|
|
|
|
passed
*
Remove bounds checks for slice expressions with both indices empty
gingerBill
2019-03-25
1
-4
/
+12
|
*
Fix issue with `deferred_*` attributes
gingerBill
2019-03-15
1
-8
/
+6
|
*
Minor adjustments
gingerBill
2019-03-15
1
-2
/
+2
|
*
Fix `ir_copy_value_to_ptr` usage in `ir_emit_call` #350
gingerBill
2019-03-14
1
-4
/
+10
|
*
Implicit Selector Expressions: `.A`
gingerBill
2019-03-06
1
-0
/
+7
|
*
Fix #345: Panic when using enum as map key
Jeroen van Rijn
2019-03-02
1
-2
/
+1
|
|
|
|
Also add a little map demo.
*
Fix #345: panic when using enum as map key
Jeroen van Rijn
2019-02-26
1
-0
/
+3
|
*
Fix bugs: Array Literals with constant elements; IR printing of raw ↵
gingerBill
2019-02-24
1
-1
/
+1
|
|
|
|
procedure types
*
Make `static` an attribute rather than a keyword prefix
gingerBill
2019-02-23
1
-1
/
+10
|
*
`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 ↵
gingerBill
2019-01-05
1
-0
/
+15
|
|
|
|
typeid for map keys
*
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
|
[next]