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
/
llvm_backend_type.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `#all_or_none`
gingerBill
2025-11-05
1
-4
/
+4
*
unsigned
Laytan Laats
2025-11-04
1
-1
/
+1
*
fixes for 32bit with regards to typeid
Laytan
2025-11-04
1
-19
/
+6
*
Begin to support constant array of unions
gingerBill
2025-09-28
1
-3
/
+3
*
`Entity *` to `std::atomic<Entity *>` to remove the need for a PtrMap+Mutex
gingerBill
2025-09-19
1
-2
/
+3
*
Change `is_utf16` field to `encoding` and use an enum
gingerBill
2025-08-05
1
-4
/
+12
*
Add `string16` and `cstring16` (UTF-16 based strings)
gingerBill
2025-08-02
1
-1
/
+27
*
Remove the semantics of `#no_copy`, keep the grammar
gingerBill
2025-07-30
1
-1
/
+1
*
Change Odin's RTTI section name to `.odinti`
gingerBill
2025-05-13
1
-1
/
+1
*
Place RTTI into its own section `.odin-rtti`
gingerBill
2025-05-09
1
-0
/
+10
*
Move temporary array out of `CheckerInfo`
gingerBill
2025-02-22
1
-2
/
+2
*
Change `typeid` definition to be based around the canonical type hash
gingerBill
2025-02-20
1
-38
/
+14
*
Simplify type info table construction
gingerBill
2025-02-17
1
-12
/
+13
*
Begin work on hash types
gingerBill
2025-02-17
1
-3
/
+3
*
Remove `#relative` types from the compiler
gingerBill
2024-11-14
1
-26
/
+0
*
fix the typeid type kind of a typeid being set to Typeid_Invalid
Laytan Laats
2024-10-27
1
-0
/
+2
*
fix some LLVM assertions
Laytan Laats
2024-09-11
1
-1
/
+1
*
Fix type
gingerBill
2024-07-14
1
-1
/
+1
*
Reduce the size of `runtime.Type_Info`
gingerBill
2024-07-14
1
-27
/
+28
*
Correct map usage
gingerBill
2024-04-26
1
-1
/
+1
*
Set `__$ti-` stuff to be private linkage
gingerBill
2024-04-18
1
-5
/
+2
*
Set linkage to private for `__$type_info_data`
gingerBill
2024-04-18
1
-0
/
+1
*
Force runtime type table to be in rodata/rdata section
gingerBill
2024-04-18
1
-0
/
+4
*
Fix #3427
gingerBill
2024-04-16
1
-1
/
+1
*
Fix type info layout for wasm64p32 targets
gingerBill
2024-03-26
1
-2
/
+2
*
Fix another #soa race condition bug
gingerBill
2024-03-26
1
-1
/
+1
*
Add `#row_major matrix[R, C]T`
gingerBill
2024-03-19
1
-1
/
+2
*
Make `lb_type_info` use a procedure to load the global value
gingerBill
2024-02-27
1
-8
/
+5
*
Fix `lb_type_info` for the new layout
gingerBill
2024-02-27
1
-2
/
+8
*
Add type info generation for `bit_field`
gingerBill
2024-02-27
1
-8
/
+75
*
Change type info table to be initializable constantly
gingerBill
2024-02-27
1
-903
/
+85
*
Add field tags to `bit_field`
gingerBill
2024-02-22
1
-15
/
+19
*
Begin work adding `bit_field`
gingerBill
2024-02-22
1
-0
/
+67
*
Add missing type information for soa structs
gingerBill
2023-11-23
1
-1
/
+6
*
Disable using giant packed struct for type info table for the time being
gingerBill
2023-10-27
1
-39
/
+56
*
Fix typo
gingerBill
2023-09-25
1
-5
/
+5
*
Use giant struct only in 17
gingerBill
2023-09-25
1
-1
/
+1
*
Use `llvm_const_array` wrapper
gingerBill
2023-09-22
1
-2
/
+1
*
Use a giant packed struct working for type info table
gingerBill
2023-09-22
1
-64
/
+85
*
Begin work on making the type info table be constantly initialized
gingerBill
2023-09-22
1
-33
/
+887
*
Remove #relative slices; Replace with #relative multi-pointers
gingerBill
2023-08-05
1
-5
/
+7
*
Go through loads of `TODO`s
gingerBill
2023-08-01
1
-1
/
+0
*
Fix #2594 zero sized union code generation
gingerBill
2023-06-26
1
-3
/
+2
*
Rename `ODIN_DISALLOW_RTTI` to `ODIN_NO_RTTI`; Remove dead command line flags
gingerBill
2023-06-12
1
-3
/
+3
*
Fix endianness for wasm64p32
gingerBill
2023-06-07
1
-6
/
+6
*
Fix constant slice initialization for wasm64p32
gingerBill
2023-06-06
1
-5
/
+5
*
Rename `word_size` to `ptr_size` internally to make it clearer
gingerBill
2023-04-20
1
-2
/
+2
*
Add `struct #no_copy`
gingerBill
2023-04-15
1
-7
/
+9
*
Rename to `Type_Info_Parameters`
gingerBill
2023-02-08
1
-2
/
+1
*
Fix min dep type info problem caused by const ref of `map_set`
gingerBill
2023-01-04
1
-1
/
+1
[next]