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
*
Remove `u128` and `i128`
gingerBill
2018-01-13
1
-26
/
+5
*
Fix issue #172
gingerBill
2018-01-10
1
-1
/
+3
*
Fix min/max for floats
gingerBill
2018-01-01
1
-7
/
+9
*
Fix 'llvm bool' emit store
gingerBill
2017-12-23
1
-2
/
+6
*
Fix map internals
gingerBill
2017-12-23
1
-1
/
+4
*
"Fix" LLVM boolean bug (more like a bodge)
gingerBill
2017-12-22
1
-20
/
+48
*
Revert `map` to be a value type and not a reference type
gingerBill
2017-12-21
1
-63
/
+76
*
Fix len, cap, comparison against nil for `map`
gingerBill
2017-12-18
1
-16
/
+20
*
`map` is internally backed by a pointer (i.e. a "reference type")
gingerBill
2017-12-17
1
-52
/
+80
*
Remove `struct #ordered`
gingerBill
2017-12-17
1
-4
/
+7
*
Change Map and PtrSet grow rate
gingerBill
2017-12-12
1
-2
/
+2
*
Merge branch 'checker-optimizations' into explicit-overloading
gingerBill
2017-12-12
1
-7
/
+5
|
\
|
*
Localize checker data
gingerBill
2017-12-12
1
-7
/
+5
*
|
Print `nil` for nil procedures in fmt.odin
gingerBill
2017-12-12
1
-30
/
+16
|
/
*
Disable struct field reordering (for the time being)
gingerBill
2017-12-12
1
-11
/
+0
*
Change how abs, min, max, and clamp are implemented for floats
gingerBill
2017-12-11
1
-64
/
+52
*
Fix proc groups from import names
gingerBill
2017-12-10
1
-2
/
+5
*
Explicit procedure group; Remove implicit procedure overloading
gingerBill
2017-12-09
1
-10
/
+11
*
Added skip for Entity_ProcedureGrouping
Aleksander Birkeland
2017-12-04
1
-1
/
+1
*
Fix union_tag_size; Fix constant array of array literal printing with scalar ...
gingerBill
2017-12-03
1
-27
/
+21
*
&x.(type)
gingerBill
2017-11-30
1
-3
/
+74
*
Remove `vector` type (will be replaced by something else in the future)
gingerBill
2017-11-30
1
-188
/
+4
*
Fix issue #157
gingerBill
2017-11-30
1
-1
/
+1
*
Fix map IR bug
gingerBill
2017-11-28
1
-1
/
+1
*
Fix issue #156
gingerBill
2017-11-28
1
-5
/
+3
*
Remove `using` in arrays; Remove `_` non-exported struct fields
gingerBill
2017-11-28
1
-13
/
+2
*
Fix `transmute`
gingerBill
2017-11-27
1
-1
/
+12
*
Fix comparison against nil for slices
gingerBill
2017-11-26
1
-2
/
+2
*
for key, val in some_map {}; for val, idx in some_array {}
gingerBill
2017-11-26
1
-33
/
+33
*
New slice memory layout (ptr+len); `byte`
gingerBill
2017-11-26
1
-83
/
+65
*
`nil_allocator`; Fix IR type checking assert; `append_string`
gingerBill
2017-11-26
1
-14
/
+7
*
essence cross compile
Nakst
2017-11-26
1
-0
/
+8
*
Fix key lookup of pointer to map
gingerBill
2017-11-21
1
-0
/
+4
*
Add `-debug` command (still in development)
gingerBill
2017-11-19
1
-28
/
+29
*
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
[next]