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
/
ssa.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Remove dead code for the "fixed" map idea
Ginger Bill
2017-07-29
1
-2
/
+2
|
*
Make `fields` et al an Array rather than a raw pointer
Ginger Bill
2017-07-20
1
-9
/
+6
|
*
Change internals from `Record` to `Struct`
Ginger Bill
2017-07-20
1
-26
/
+26
|
*
Update internals of a Union and Tuple
Ginger Bill
2017-07-20
1
-12
/
+6
|
*
Merge `raw_union` into `struct` as a memory layout tag `#raw_union`
Ginger Bill
2017-07-18
1
-1
/
+1
|
*
Remove `atomic`, `++`, and `--`
Ginger Bill
2017-07-18
1
-0
/
+2
|
*
Compiler Internal Changes: TypeRecord_Union -> Type_Union
Ginger Bill
2017-07-10
1
-3
/
+4
|
*
Fix aprint* bug; NULL -> nullptr; Better error messages for overloaded functions
Ginger Bill
2017-07-06
1
-93
/
+93
|
*
Make `AstNodeIdent` a struct wrapping its `Token`
Ginger Bill
2017-06-29
1
-2
/
+2
|
*
:: style procedure declarations; remove old parsing code
Ginger Bill
2017-06-28
1
-8
/
+8
|
*
Declaration grouping uses () rather than {}; Fix some problem with ↵
Ginger Bill
2017-06-17
1
-3
/
+0
|
|
|
|
compilation on *nix
*
`foreign` blocks for procedures
Ginger Bill
2017-06-12
1
-3
/
+1
|
*
Pascal style declaration grouping with ()
Ginger Bill
2017-06-12
1
-56
/
+1
|
*
Prefix `type` and `let` to replace `immutable`
Ginger Bill
2017-06-12
1
-1
/
+1
|
*
Prefix `proc` syntax
Ginger Bill
2017-06-12
1
-4
/
+4
|
*
Remove := with var and :: with const
Ginger Bill
2017-06-12
1
-1
/
+1
|
*
Named procedure calls
Ginger Bill
2017-06-11
1
-1
/
+1
|
*
Use templated `Map` for extra type safety
Ginger Bill
2017-06-08
1
-23
/
+19
|
*
Remove unnecessary `typedef` usage
Ginger Bill
2017-06-08
1
-31
/
+27
|
*
Use templated `Array` with bounds checking
Ginger Bill
2017-06-08
1
-48
/
+57
|
*
Update `String` to use overloading
Ginger Bill
2017-06-08
1
-8
/
+8
|
*
Build as C++
Ginger Bill
2017-06-08
1
-0
/
+2634
|
*
Change extensions .cpp to .c
Ginger Bill
2016-11-23
1
-5419
/
+0
|
*
Compile as C! Whoop!
Ginger Bill
2016-11-23
1
-25
/
+26
|
*
Remove auto
Ginger Bill
2016-11-23
1
-211
/
+182
|
*
typedef struct and start removing auto
Ginger Bill
2016-11-23
1
-85
/
+86
|
*
Remove templated Map; replace with #include macro "templates" trick
Ginger Bill
2016-11-23
1
-103
/
+113
|
*
Remove Array<T> and replace with macro version
Ginger Bill
2016-11-22
1
-126
/
+128
|
*
Remove: string overloads; defer
Ginger Bill
2016-11-22
1
-70
/
+78
|
*
128 bit integers
Ginger Bill
2016-11-22
1
-11
/
+53
|
|
|
|
Kind of works but may be buggy due to LLVM not actually sure
*
Support `any` in `match type`
Ginger Bill
2016-11-20
1
-39
/
+57
|
*
v0.0.3 Build
Ginger Bill
2016-11-17
1
-2
/
+7
|
*
Actually fix alignment for vectors
Ginger Bill
2016-11-16
1
-6
/
+36
|
|
|
|
Whoops :P
*
Fix alignment issues with vectors, unions, and raw_unions
Ginger Bill
2016-11-16
1
-23
/
+51
|
*
#foreign_library; vector fields (x, y, z, w) for count <= 4
Ginger Bill
2016-11-15
1
-155
/
+167
|
*
Separate SSA opt; Basic Timings for sections only
Ginger Bill
2016-11-06
1
-102
/
+41
|
*
Scrap Virtual Machine and begin again
Ginger Bill
2016-11-03
1
-2
/
+14
|
|
|
|
I just didn't like the style of it.
*
File restructure (again)
Ginger Bill
2016-11-02
1
-0
/
+5340