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
*
Begin with on debugging symbol; fix version number 0.7.0
gingerBill
2017-11-19
1
-8
/
+74
*
`build_dll` replace with `-build-mode=dll`
gingerBill
2017-11-17
1
-1
/
+1
*
Remove `#const`; Minor fixes
gingerBill
2017-11-12
1
-7
/
+7
*
In error messages, remove ` with '; Fix error messages for `switch`
gingerBill
2017-11-12
1
-24
/
+24
*
Allow for default arguments after a variadic parameter
gingerBill
2017-11-12
1
-50
/
+100
*
Fix untyped type IR bug
gingerBill
2017-11-10
1
-0
/
+3
*
Fix `make`
gingerBill
2017-11-10
1
-10
/
+17
*
Fix issue #139
gingerBill
2017-11-10
1
-3
/
+9
*
Fix opening file without close; Minor fixes
gingerBill
2017-11-09
1
-1
/
+4
*
Change push allocator system; update core libraries
gingerBill
2017-11-09
1
-26
/
+0
*
Remove unnecessary IR bound checks
gingerBill
2017-11-08
1
-6
/
+18
*
Fix issue #137
gingerBill
2017-11-08
1
-3
/
+3
*
Remove debug code
gingerBill
2017-11-07
1
-4
/
+0
*
Fix array of array arithmetic
gingerBill
2017-11-07
1
-9
/
+13
*
Fix IR generation issue
gingerBill
2017-11-05
1
-86
/
+94
*
#const value procedure parameters; $N for polymorphic array lengths
gingerBill
2017-11-05
1
-13
/
+13
*
Add array programming
gingerBill
2017-11-05
1
-45
/
+122
*
Fix fmt printing `uintptr` type
gingerBill
2017-11-04
1
-6
/
+6
*
Custom thread local models
gingerBill
2017-11-03
1
-2
/
+2
*
`link_prefix`; `thread_local`; fix `link_name` for file-scope variables
gingerBill
2017-11-03
1
-2
/
+3
*
Add string_set.cpp; Code clean up
gingerBill
2017-10-30
1
-5
/
+10
*
Fix pointer arithmetic; remove suffix #tags for proc types
gingerBill
2017-10-29
1
-3
/
+4
*
Infix proc calling convention `proc "std" (...)`
gingerBill
2017-10-29
1
-1
/
+0
*
Attributes; @(link_name="foo")
gingerBill
2017-10-29
1
-20
/
+21
*
#alias type declarations; core library additions; `_global` import name for t...
gingerBill
2017-10-29
1
-1
/
+9
*
Fix enum iteration (issue #126)
gingerBill
2017-10-18
1
-31
/
+36
*
Fix issue #124
gingerBill
2017-10-15
1
-1
/
+1
*
Refactor code to remove entity flag for export
gingerBill
2017-10-15
1
-9
/
+5
*
Remove name mangling for `foreign export` variables
gingerBill
2017-10-15
1
-3
/
+7
*
`foreign export` block
gingerBill
2017-10-15
1
-4
/
+17
*
Fix minimal dependency generation for polymorphic structs (related to issue #...
gingerBill
2017-10-15
1
-432
/
+436
*
Fix issue #122
gingerBill
2017-10-15
1
-12
/
+13
*
Fix issue #119
Ginger Bill
2017-10-12
1
-0
/
+1
*
Fix issue #120
Ginger Bill
2017-10-12
1
-7
/
+13
*
Fix issue #115
Ginger Bill
2017-10-09
1
-18
/
+41
*
Union tag stored as an integer
Ginger Bill
2017-10-08
1
-97
/
+27
*
Minor code reorganization
Ginger Bill
2017-10-08
1
-14
/
+0
*
Disallow anonymous structs with procedures as default values
Ginger Bill
2017-10-01
1
-22
/
+58
*
Default procedure values for `proc`
Ginger Bill
2017-10-01
1
-0
/
+16
*
"Constant" procedure values for default values in structs
Ginger Bill
2017-10-01
1
-3
/
+3
*
Procedure literals for default values in structs
Ginger Bill
2017-10-01
1
-30
/
+66
*
`match` to `switch`; Optional semicolons after "import" statements
Ginger Bill
2017-10-01
1
-105
/
+178
*
Wrap entry point `main` around the C style `main` in the IR
Ginger Bill
2017-09-30
1
-14
/
+79
*
Fix union array bug (Issue #112)
Ginger Bill
2017-09-29
1
-22
/
+22
*
Fix old_demos; Fix `when` bug; Fix enum `.names`
Ginger Bill
2017-09-29
1
-12
/
+31
*
Fix issue #108
Ginger Bill
2017-09-25
1
-0
/
+10
*
Fix crash with `build_dll` (Issue #100)
Ginger Bill
2017-09-20
1
-22
/
+51
*
Fix global variable initialization IR bug
Ginger Bill
2017-09-10
1
-1
/
+1
*
Fix bit_field type information
Ginger Bill
2017-09-02
1
-8
/
+8
*
Fix issue #92
Ginger Bill
2017-09-02
1
-13
/
+15
[next]