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/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
*
If `ir_type_requires_mem_zero` is stored with zero, don't store again with th...
gingerBill
2020-12-08
1
-78
/
+114
*
Fix typo
gingerBill
2020-12-08
1
-1
/
+1
*
Improve rules for zeroing types with the ir.cpp backend with `ir_type_require...
gingerBill
2020-12-08
1
-2
/
+64
*
Add package name and source code location to `Type_Info_Named`
gingerBill
2020-12-05
1
-0
/
+15
*
Remove `hash` field in runtime.Source_Code_Location
gingerBill
2020-12-05
1
-13
/
+0
*
Remove type name generation for procedures in ir.cpp
gingerBill
2020-12-05
1
-0
/
+3
*
Make 16 simple hasher cases for small types
gingerBill
2020-11-29
1
-25
/
+17
*
Simplify simple compare hasher code
gingerBill
2020-11-29
1
-88
/
+74
*
Support any comparable type for map keys
gingerBill
2020-11-29
1
-9
/
+87
*
Support map keys for simple compare types
gingerBill
2020-11-29
1
-2
/
+8
*
Improve const hash
gingerBill
2020-11-29
1
-6
/
+31
*
Simplify hashing approach `map`
gingerBill
2020-11-29
1
-34
/
+16
*
Add `intrinsics.type_hasher_proc`; Make `map` work with generic hasher procedure
gingerBill
2020-11-29
1
-5
/
+91
*
Add intrinsics.type_equal_proc; Make `map` use an internal equal procedure to...
gingerBill
2020-11-29
1
-34
/
+50
*
Fix for in enum type
gingerBill
2020-11-26
1
-1
/
+1
*
Make hash internal key be `uintptr` rather than `u64` to reduce entry size
gingerBill
2020-11-23
1
-1
/
+4
*
Change internal layout of `map[K]V`
gingerBill
2020-11-23
1
-24
/
+20
*
map type internal reorganization
gingerBill
2020-11-23
1
-1
/
+1
*
Add `equal` procedure field to `runtime.Type_Info_Struct`
gingerBill
2020-11-23
1
-3
/
+8
*
Add `flags: Type_Info_Flags,` to `runtime.Type_Info`
gingerBill
2020-11-23
1
-2
/
+7
*
Add comparisons to structs where all fields are comparable `==` and `!=`
gingerBill
2020-11-23
1
-1
/
+114
*
Support string literals for fixed arrays of runes; Add %q support for arrays/...
gingerBill
2020-11-20
1
-3
/
+5
*
Allow string literals for `[N]byte`
gingerBill
2020-11-20
1
-1
/
+3
*
Begin rudimentary work on implementing `odin test` tooling with `*_test.odin`...
gingerBill
2020-11-17
1
-3
/
+10
*
Minimize memory usage for AST nodes by using Slice<T> rather than Array<T> wh...
gingerBill
2020-11-16
1
-3
/
+3
*
Add SCOPED_TEMPORARY_BLOCK for temporary allocations within a block
gingerBill
2020-11-15
1
-17
/
+14
*
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
[next]