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_print.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build as C++
Ginger Bill
2017-06-08
1
-1768
/
+0
*
Make `rune` a basic type and not an alias; Remove `byte`
Ginger Bill
2017-06-06
1
-0
/
+2
*
`bit_field`; Lexical sugar operators ≠ ≤ ≥
Ginger Bill
2017-06-03
1
-2
/
+17
*
Remove `quaternion128` and `quaternion256` as core types
Ginger Bill
2017-06-01
1
-69
/
+4
*
Implement u128/i128 features; Add bits.odin
Ginger Bill
2017-06-01
1
-5
/
+2
*
Use 128-bit integers for ExactValue integers
Ginger Bill
2017-05-30
1
-8
/
+22
*
Fix printing of struct literals with custom alignment
Ginger Bill
2017-05-28
1
-0
/
+6
*
Experimental try for ABI for return values on windows
Ginger Bill
2017-05-28
1
-2
/
+28
*
Try a different ABI type for return values on Windows
Ginger Bill
2017-05-28
1
-8
/
+14
*
`default:` to `case:`; `no_alias` to `#no_alias`
Ginger Bill
2017-05-27
1
-15
/
+15
*
Fix interval loop constant bug; Fix ir edge checking; Fix vector arithmetic w...
Ginger Bill
2017-05-22
1
-1
/
+1
*
Optional main for DLL; access struct elements by "index"
Ginger Bill
2017-05-17
1
-7
/
+5
*
Fix IR printing bug with global unicode identifiers
Ginger Bill
2017-05-06
1
-9
/
+10
*
Fix calculation of vector type sizes
Ginger Bill
2017-05-04
1
-9
/
+1
*
Improve vector math; Make bprint* return string
Ginger Bill
2017-05-01
1
-10
/
+1
*
Fix issue #51; begin work on `atomic` types
Ginger Bill
2017-04-28
1
-0
/
+18
*
Swap memory layout of `any`
Ginger Bill
2017-04-23
1
-2
/
+2
*
Change Union representation for LLVM IR; fix dynamic array size
Ginger Bill
2017-04-19
1
-8
/
+50
*
Fix ir printing of constant slices
Ginger Bill
2017-04-16
1
-1
/
+3
*
Call convention, pass by pointer: pointers are 16 byte aligned
Ginger Bill
2017-04-16
1
-1
/
+5
*
IR emit C ABI compatible types for calling conventions (Only for x86/amd64 li...
Ginger Bill
2017-04-16
1
-18
/
+36
*
Fix non-ascii function parameters in LLVM IR
Ginger Bill
2017-04-15
1
-130
/
+2
*
Add parse_int; Fix union bugs with size, alignment, and recursive definition ...
Ginger Bill
2017-04-14
1
-1
/
+1
*
Basic Linux Build!
Ginger Bill
2017-04-09
1
-3
/
+6
*
Merge pull request #33 from zangent/master
gingerBill
2017-04-09
1
-0
/
+135
|
\
|
*
Merge https://github.com/gingerBill/Odin
Zachary Pierson
2017-04-06
1
-4
/
+6
|
|
\
|
*
|
I accidentally left debug stuff (like abs paths) in! Whoops!
Zachary Pierson
2017-04-02
1
-4
/
+0
|
*
|
It's terrible, but I added _some_ form of launch args support for Linux/macOS
Zachary Pierson
2017-04-02
1
-0
/
+139
*
|
|
Move to `Raw_*` types to raw.odin; Add size and align members to Type_Info
Ginger Bill
2017-04-07
1
-1
/
+1
|
|
/
|
/
|
*
|
Fix ir bugs: global variable names, untyped to any assignment
Ginger Bill
2017-04-06
1
-4
/
+6
|
/
*
Add Quaternions: quaternion128, quaternion256
Ginger Bill
2017-04-01
1
-32
/
+129
*
Complex numbers: complex64 complex128
Ginger Bill
2017-04-01
1
-22
/
+29
*
v0.1.3
v0.1.3
Ginger Bill
2017-03-27
1
-2
/
+2
*
Update gb.h
Ginger Bill
2017-03-17
1
-1
/
+1
*
Refactoring of code: remove `make` prefix on many procedures
Ginger Bill
2017-03-05
1
-11
/
+7
*
Allow pointers to `append`; Fix strconv stuff; `new_slice` allows for capacity
Ginger Bill
2017-03-02
1
-6
/
+5
*
Slices now have a capacity.
Ginger Bill
2017-02-26
1
-1
/
+8
*
v0.1.1
v0.1.1
Ginger Bill
2017-02-24
1
-4
/
+4
*
Fix minor bugs in IR for slices
Ginger Bill
2017-02-23
1
-3
/
+1
*
A decent union type with common fields and variants
Ginger Bill
2017-02-21
1
-1
/
+1
*
Change ternary expression precedence
Ginger Bill
2017-02-18
1
-9
/
+45
*
Use a global to store the build context information
Ginger Bill
2017-02-12
1
-15
/
+19
*
Record type field `names`
Ginger Bill
2017-02-12
1
-1
/
+4
*
Remove Maybe type; Enum `names`
Ginger Bill
2017-02-10
1
-21
/
+0
*
Begin writing dynamic map procs and fix `using` bug in IR
Ginger Bill
2017-02-05
1
-9
/
+2
*
Add `types.odin`; Begin work on `map`
Ginger Bill
2017-02-05
1
-0
/
+12
*
Custom struct alignment
Ginger Bill
2017-02-05
1
-2
/
+23
*
Change vector memory layout and operations; `for in` vector.
Ginger Bill
2017-01-30
1
-67
/
+84
*
Dynamic arrays
Ginger Bill
2017-01-29
1
-0
/
+7
*
Fix pointer differences (issue #11); remove #dll_import
Ginger Bill
2017-01-26
1
-3
/
+3
[next]