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
...
*
Make `set_procedure_abi_types` use the permanent_allocator
gingerBill
2020-11-15
1
-10
/
+10
*
Made sure the entry point is not generated when -no-entry-point is specified.
F0x1fy
2020-11-10
1
-3
/
+3
*
Fix ir printing for nested procedure literals indirectly through identifiers
gingerBill
2020-10-29
1
-0
/
+9
*
Improve multiple return value copy-elision
gingerBill
2020-10-20
1
-17
/
+17
*
Improve array programming code generation
gingerBill
2020-10-20
1
-6
/
+13
*
Fix multiple declared foreign procedures
gingerBill
2020-10-01
1
-0
/
+12
*
Fix and clean up default procedure parameter code for non-constant types
gingerBill
2020-09-22
1
-49
/
+38
*
Fix -debug bug with internal startup procedures
gingerBill
2020-09-16
1
-0
/
+5
*
Change how `ir.cpp` calls the startup type info procedure
gingerBill
2020-09-15
1
-1
/
+1
*
Expose `runtime._startup_runtime` to allow for freestanding targets in the fu...
gingerBill
2020-09-15
1
-11
/
+30
*
[REFLECTION BREAKING] Modify the internals of the `map` type to increase perf...
gingerBill
2020-09-07
1
-34
/
+25
*
Fix #642
gingerBill
2020-08-26
1
-0
/
+28
*
Fix #674
gingerBill
2020-08-06
1
-4
/
+7
*
Fix named results but in ir.cpp
gingerBill
2020-08-05
1
-1
/
+1
*
Fix #708
gingerBill
2020-08-05
1
-1
/
+13
*
Add `intrinsics.alloca`
gingerBill
2020-08-02
1
-3
/
+14
*
Fix #691 and Fix #692
gingerBill
2020-07-14
1
-0
/
+46
*
Remove some dead code
gingerBill
2020-07-14
1
-0
/
+8
*
Fix Source_Code_Location error for *_insert_dynamic_map_key_and_value procedures
gingerBill
2020-07-08
1
-4
/
+13
*
Fix negation of complex and quaternion numbers for ir.cpp backend
gingerBill
2020-07-08
1
-0
/
+36
*
Handle `llvm` package name edge case for IR mangling
gingerBill
2020-06-30
1
-2
/
+3
*
Fix ABI typo bug; Add `pop_safe` and `pop_front_safe`
gingerBill
2020-06-22
1
-4
/
+4
*
Fix typo
gingerBill
2020-06-22
1
-1
/
+1
*
Fix LLVM code gen bug
gingerBill
2020-06-22
1
-7
/
+17
*
Fix enumerated array type information creation bug
gingerBill
2020-06-17
1
-2
/
+2
*
Add `deferred_in_out` attribute
gingerBill
2020-06-16
1
-0
/
+8
*
Fix compound literals for constant procedure fields
gingerBill
2020-06-11
1
-4
/
+14
*
Fix #677
gingerBill
2020-06-10
1
-1
/
+2
*
Fix #439
gingerBill
2020-06-10
1
-2
/
+27
*
Improve behaviour of `return` with named results to aid with `defer` statements
gingerBill
2020-06-10
1
-0
/
+25
*
Improve termination rules checking for missing `return`; Make diverging proce...
gingerBill
2020-06-06
1
-0
/
+4
*
Change runtime.Type_Info_Enum_Value to be `i64` internally rather than a `union`
gingerBill
2020-06-03
1
-5
/
+5
*
Improve rules for shifting behaviour
gingerBill
2020-05-31
1
-3
/
+27
*
Fix rules for recursive initialization with procedure entities; Fix executabl...
gingerBill
2020-05-30
1
-0
/
+8
*
Fix SelectorCallExpr with no return values
gingerBill
2020-05-22
1
-1
/
+8
*
Selector Call Expressions: `x->y(123) == x.y(x, 123)`
gingerBill
2020-05-22
1
-0
/
+7
*
Fix edge cases of relative pointers
gingerBill
2020-05-17
1
-3
/
+31
*
Relative pointer and relative slices
gingerBill
2020-05-15
1
-46
/
+116
*
Relative pointers in old backend
gingerBill
2020-05-15
1
-15
/
+89
*
Relative pointers
gingerBill
2020-05-15
1
-3
/
+3
*
Fix #622 on both backends
gingerBill
2020-05-13
1
-4
/
+3
*
Fix procedure references in global compound literals in old backend
gingerBill
2020-05-13
1
-1
/
+1
*
Replace `entity_of_ident` with `entity_of_node`
gingerBill
2020-05-12
1
-9
/
+9
*
Fix ABI typo
gingerBill
2020-05-06
1
-1
/
+3
*
Fix `-subsystem:windows` for normal backend
gingerBill
2020-05-04
1
-45
/
+1
*
`#optional_ok` tag for procedures
gingerBill
2020-04-19
1
-297
/
+311
*
Change `find_or_generator_context_ptr` behaviours
gingerBill
2020-04-17
1
-1
/
+0
*
Fix name mangling for `@(private)` entities
gingerBill
2020-04-15
1
-0
/
+3
*
Basic polymorphic named procedure parameters for procedures and records
gingerBill
2020-04-13
1
-1
/
+30
*
Simplify compiler's `Map` and create a `StringMap` specifically for strings
gingerBill
2020-04-13
1
-45
/
+43
[prev]
[next]