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
*
Disable for in over cstring
gingerBill
2018-08-26
1
-5
/
+21
|
*
`runtime.Typeid_Bit_Field` layout to store more information into the typeid
gingerBill
2018-08-25
1
-2
/
+85
|
*
Allow for variadic `min` `max` procs
gingerBill
2018-08-25
1
-2
/
+18
|
|
|
|
Request #252
*
Fix for in enum iteration
gingerBill
2018-08-22
1
-10
/
+7
|
*
Add underlying type for `bit_set`
gingerBill
2018-08-17
1
-6
/
+9
|
*
bit_set['A'..'Z'], bit_set[0..8]
gingerBill
2018-08-16
1
-2
/
+9
|
*
Fix default value bug
gingerBill
2018-08-15
1
-2
/
+2
|
*
Fix defer ir bug
gingerBill
2018-08-15
1
-7
/
+6
|
*
`bit_set` constants
gingerBill
2018-08-14
1
-0
/
+54
|
*
Add `bit_set` type
gingerBill
2018-08-14
1
-6
/
+46
|
*
`-no-crt` flag for windows amd64
gingerBill
2018-08-13
1
-34
/
+80
|
*
Fix `make` error messages
gingerBill
2018-08-08
1
-1
/
+2
|
*
`make` as a user-level procedure rather than a built-in procedure
gingerBill
2018-08-08
1
-400
/
+0
|
*
Refactor default parameter values
gingerBill
2018-08-05
1
-17
/
+59
|
*
Fix `cstring` to `string` conversion
gingerBill
2018-08-05
1
-1
/
+1
|
*
Fix map runtime issue regarding erasing a key
gingerBill
2018-08-05
1
-0
/
+1
|
*
Change rules for how `context` and `defer` interact
gingerBill
2018-08-04
1
-1
/
+7
|
*
Replace `context <- c {}` with `context = c;`. context assignments are ↵
gingerBill
2018-08-04
1
-39
/
+65
|
|
|
|
scope based
*
Reduce number of range and slice operators #239
gingerBill
2018-08-01
1
-8
/
+2
|
|
|
|
Replace .. and ... with : and ..
*
foreign import x {"foo.lib", "bar.lib"}
gingerBill
2018-07-29
1
-13
/
+15
|
*
Do `using Foo :: enum` at the `type_decl` stage
gingerBill
2018-07-29
1
-3
/
+0
|
*
using Foo :: enum {A, B, C}; len(Foo)
gingerBill
2018-07-29
1
-2
/
+2
|
*
`expand_to_tuple` for fixed arrays
gingerBill
2018-07-28
1
-10
/
+20
|
*
BigInt support in the constant system
gingerBill
2018-07-28
1
-2
/
+2
|
*
Rename `free` to `delete` for non pointer types
gingerBill
2018-07-08
1
-47
/
+54
|
*
Improve array arithmetic inlining
gingerBill
2018-07-08
1
-60
/
+96
|
*
Remove allocator parameters in ir.cpp
gingerBill
2018-07-07
1
-312
/
+308
|
*
Loop array arithmetic on large arrays
gingerBill
2018-07-07
1
-4
/
+38
|
*
Fix anonymous procedures
gingerBill
2018-07-01
1
-1
/
+1
|
*
Scope to use flags rathers than booleans
gingerBill
2018-06-17
1
-5
/
+5
|
*
Minor cleanup for builtin scope/pkg
gingerBill
2018-06-17
1
-1
/
+1
|
*
Allow importation of `core:builtin` to get built-in entities
gingerBill
2018-06-17
1
-44
/
+42
|
*
Move TypeAndValue to Ast from Map
gingerBill
2018-06-17
1
-48
/
+48
|
*
Big renaming: `AstNode` to `Ast`
gingerBill
2018-06-17
1
-133
/
+133
|
*
Minimize AstNode size
gingerBill
2018-06-17
1
-1
/
+2
|
*
Make source code compile with 32 bit (but not build 32 bit code)
gingerBill
2018-06-15
1
-9
/
+9
|
*
Allow `.allocator` for dynamic arrays; Add `mem.Pool`
gingerBill
2018-06-12
1
-7
/
+7
|
*
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
|
[next]