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 (
Collapse
)
Author
Age
Files
Lines
*
Use global arena for AstNode allocations
gingerBill
2018-06-09
1
-4
/
+4
|
*
Entity aliasing clean up
gingerBill
2018-06-09
1
-3
/
+3
|
*
Remove dead code
gingerBill
2018-06-07
1
-1
/
+1
|
*
Fix type info generation for empty structs
gingerBill
2018-06-07
1
-32
/
+33
|
*
Fix min type info for polymorphic procedures and named types
gingerBill
2018-06-03
1
-12
/
+1
|
*
Revert name mangling
gingerBill
2018-06-03
1
-12
/
+5
|
*
Change our IR name mangling rules
gingerBill
2018-06-03
1
-7
/
+16
|
*
Rename os.default_allocator to os.heap_allocator
gingerBill
2018-06-03
1
-1
/
+1
|
*
Remove special shared scope for runtime stuff
gingerBill
2018-06-03
1
-51
/
+51
|
*
Remove need for __llvm_core
gingerBill
2018-06-03
1
-1
/
+3
|
*
Use const & for Array<AstNode *> parameters
gingerBill
2018-06-03
1
-2
/
+2
|
*
Remove clutter parameters and begin parallelizing the type checker
gingerBill
2018-05-28
1
-13
/
+13
|
*
Refactor: use CheckerContext rather than Checker in type checking part
gingerBill
2018-05-28
1
-6
/
+8
|
*
Parallelize per file rather than per package
gingerBill
2018-05-28
1
-5
/
+5
|
*
Clean up name mangling by using unique package names per project
gingerBill
2018-05-27
1
-11
/
+56
|
*
Reorganize `runtime` package
gingerBill
2018-05-27
1
-6
/
+22
|
*
Move ODIN_* platform constants to `core:os`
gingerBill
2018-05-27
1
-12
/
+2
|
*
IR now builds with the new package system
gingerBill
2018-05-27
1
-4
/
+23
|
*
Remove code relating to default struct values
gingerBill
2018-05-20
1
-94
/
+0
|
*
Allow for NO_DEFAULT_STRUCT_VALUES
gingerBill
2018-05-13
1
-1
/
+1
|
|
|
|
(will decide later if I want them or not)
*
Fix issues with exact integer bounds and remove dead code
gingerBill
2018-05-13
1
-12
/
+13
|
*
Add `typeid` to `Type_Info` struct
gingerBill
2018-05-13
1
-15
/
+15
|
*
Fix default initialized values for globals (#217)
gingerBill
2018-05-12
1
-41
/
+59
|
*
Use `__type_info_of` internally
gingerBill
2018-05-12
1
-2
/
+4
|
*
`type_info_of` allows `typeid`; `typeid_of` allows `^Type_Info`; Otherwise ↵
gingerBill
2018-05-12
1
-4
/
+21
|
|
|
|
only allow type
*
Make `any` use `typeid` rather than `^Type_Info`
gingerBill
2018-05-12
1
-33
/
+41
|
*
`typeid`
gingerBill
2018-05-12
1
-0
/
+11
|
*
Minimal Type Info Dependency handling
gingerBill
2018-05-12
1
-6
/
+36
|
*
Improve minimal dependency system
gingerBill
2018-05-12
1
-38
/
+33
|
*
Move cycle checking to much earlier on in the semantic stage
gingerBill
2018-03-23
1
-42
/
+32
|
*
Remove allocator parameter to `types.cpp` functions
gingerBill
2018-03-23
1
-134
/
+133
|
*
`__args__: []cstring`
gingerBill
2018-03-04
1
-6
/
+4
|
*
Add `unselector_expr`
gingerBill
2018-03-04
1
-5
/
+2
|
*
Fix `using` determination order
gingerBill
2018-03-03
1
-4
/
+4
|
*
Make irGen.output_base use full path rather than relative
gingerBill
2018-03-03
1
-1
/
+3
|
*
Fix comparison against `nil` for `cstring`
gingerBill
2018-02-28
1
-2
/
+8
|
*
`cstring`
gingerBill
2018-02-28
1
-1
/
+28
|
*
More code tidying with `Array`
gingerBill
2018-02-25
1
-16
/
+14
|
*
`array_make`
gingerBill
2018-02-25
1
-95
/
+45
|
*
Use Array<irValue *> in ir.cpp
gingerBill
2018-02-25
1
-84
/
+87
|
*
Fix ir_emit_slice_bounds_check
gingerBill
2018-02-25
1
-1
/
+1
|
*
Minor code reorganization
gingerBill
2018-02-25
1
-0
/
+1
|
*
Fix slice bounds checking
gingerBill
2018-02-25
1
-25
/
+30
|
*
`-out` and generate executable in the current working directory
gingerBill
2018-02-25
1
-7
/
+18
|
*
fixed issues with uninitialized contexts
Brendan Punsky
2018-02-24
1
-0
/
+6
|
|
|
also, `any_to_bytes` I think, and maybe some bindings in `core:sys/windows.odin`
*
auto_cast
gingerBill
2018-02-18
1
-0
/
+8
|
*
Fix compile time issue regarding switch ranges
gingerBill
2018-02-17
1
-22
/
+12
|
*
#complete switch; Removal of dyncall
gingerBill
2018-02-17
1
-8
/
+7
|
*
Fix `make`
gingerBill
2018-02-11
1
-2
/
+5
|
*
Fix zero value initialization in IR
gingerBill
2018-02-11
1
-13
/
+11
|
[next]