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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `"pure"` procedure types
gingerBill
2020-05-23
1
-0
/
+1
*
Relative pointers in old backend
gingerBill
2020-05-15
1
-0
/
+12
*
Fix Assertion failure in ir_print_exact_value #620
gingerBill
2020-05-14
1
-5
/
+6
*
Fix Procedure value printing in ir.cpp
gingerBill
2020-04-17
1
-2
/
+1
*
Simplify compiler's `Map` and create a `StringMap` specifically for strings
gingerBill
2020-04-13
1
-4
/
+4
*
Add `-build-mode=obj`
gingerBill
2020-04-13
1
-8
/
+4
*
Endian specific floating point types (e.g. f32be)
gingerBill
2020-04-11
1
-2
/
+36
*
Merge branch 'master' into llvm-integration
gingerBill
2020-03-15
1
-0
/
+30
|
\
|
*
Fix ir_print for byval types
gingerBill
2020-03-13
1
-4
/
+4
|
*
Apply byval to sret for System V ABI
gingerBill
2020-03-13
1
-2
/
+10
|
*
Add `byval`
gingerBill
2020-03-12
1
-0
/
+22
*
|
Merge branch 'master' into llvm-integration
gingerBill
2020-02-29
1
-0
/
+12
|
\
|
|
*
Add `intrinsics.cpu_relax`
gingerBill
2020-02-26
1
-0
/
+12
*
|
Implement constant value generation from ExactValue
gingerBill
2020-02-02
1
-2
/
+1
|
/
*
Add `union #maybe`
gingerBill
2020-02-01
1
-4
/
+28
*
Fix Proc Type ABI printing on System V
gingerBill
2020-01-12
1
-14
/
+49
*
Fix `@thread_local` IR printing
gingerBill
2020-01-11
1
-6
/
+6
*
Add extra in set_procedure_abi_types ir_print.cpp
gingerBill
2020-01-04
1
-0
/
+2
*
Enumerated arrays `[Enum_Type]Elem_Type`
gingerBill
2019-12-27
1
-0
/
+102
*
Fix Trying to get a pointer to a struct field that does not have a size gener...
gingerBill
2019-12-22
1
-4
/
+5
*
Make the `string` type elements "immutable", akin to `char const *` in C
gingerBill
2019-12-01
1
-1
/
+1
*
Fix String causes a crash when used in a polymorphic type #483
gingerBill
2019-11-20
1
-2
/
+16
*
Fix Compiler panic with SIMD Vector debug information #481
gingerBill
2019-11-19
1
-0
/
+2
*
Delay determination of procedure abi types until as late as possible to preve...
gingerBill
2019-10-31
1
-0
/
+5
*
Allow ranges for array-like compound literals
gingerBill
2019-10-26
1
-9
/
+39
*
Support for named indices for array-like compound literals `{3 = a, 1 = b}`
gingerBill
2019-10-20
1
-13
/
+47
*
Correct (experimental) System V AMD64 ABI support
gingerBill
2019-10-10
1
-25
/
+59
*
Change ODIN_OS string for osx from "osx" to "darwin" to allow for other platf...
gingerBill
2019-10-01
1
-5
/
+9
*
Fix -debug crash on windows caused by missing debug info for files.
gingerBill
2019-09-25
1
-2
/
+4
*
Built-in Quaternions (Not just an April Fool's Joke any more)
gingerBill
2019-08-26
1
-11
/
+42
*
Fix compound literal printing for structs with custom alignment requirements
gingerBill
2019-08-13
1
-1
/
+2
*
Fix global variable initialization for certain types.
gingerBill
2019-08-09
1
-1
/
+17
*
Add extra hints for LLVM for implicit reference parameters
gingerBill
2019-07-29
1
-0
/
+3
*
Fix array comparisons and fix f32 literal LLVM issue regarding accurate repre...
gingerBill
2019-07-27
1
-4
/
+20
*
Support 128-bit integers `i128` `u128`
gingerBill
2019-05-28
1
-34
/
+61
*
Allow booleans to be assigned to a 1-bit bit field value
gingerBill
2019-05-09
1
-2
/
+2
*
Minor change to bit_field assignment rules
gingerBill
2019-05-04
1
-3
/
+7
*
`#load` directive (request from #368) (Basic implementation)
gingerBill
2019-04-20
1
-1
/
+14
*
Fix #raw_union bug caused by typo #349
gingerBill
2019-03-14
1
-1
/
+1
*
Fix bugs: Array Literals with constant elements; IR printing of raw procedure...
gingerBill
2019-02-24
1
-2
/
+5
*
Allow basic arithmetic operations for vectors
gingerBill
2019-02-23
1
-1
/
+1
*
`intrinsics.vector` type (Experimental)
gingerBill
2019-02-23
1
-0
/
+35
*
Add "none" calling convention
gingerBill
2019-02-23
1
-0
/
+1
*
Add extra dead code elimination
gingerBill
2019-02-10
1
-10
/
+9
*
Fix data layout issue on Windows; Remove unused loads in SSA
gingerBill
2019-02-10
1
-19
/
+17
*
Extra checks to reduce mem.zero calls
gingerBill
2019-02-06
1
-1
/
+1
*
Fix #322, now correctly printing big strings.
thebirk
2019-02-02
1
-0
/
+5
*
Source_Code_Location.hash; %#v printing for Source_Code_Location; allow typei...
gingerBill
2019-01-05
1
-0
/
+3
*
Remove alignment experiment
gingerBill
2019-01-04
1
-1
/
+1
*
ir_print: Ignore load's align
gingerBill
2019-01-04
1
-1
/
+1
[next]