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
*
Delete ir.cpp and related files
gingerBill
2021-04-25
1
-3092
/
+0
*
Remove `intrinsics.x86_mmx` type
gingerBill
2021-04-22
1
-7
/
+3
*
Implement `f16` functionality
gingerBill
2021-04-01
1
-4
/
+24
*
Simplify ir_print.cpp escape byte code
gingerBill
2021-03-27
1
-11
/
+11
*
Fix #882
gingerBill
2021-03-27
1
-37
/
+13
*
return by pointer on linux
atil
2021-03-19
1
-4
/
+2
*
Add `intrinsics.volatile_store` and `intrinsics.volatile_load`
gingerBill
2021-03-09
1
-0
/
+3
*
Fix ir_print.cpp i32 line/column values
gingerBill
2021-03-05
1
-7
/
+7
*
Minimize the size of `runtime.Source_Code_Location` to use `i32` instead of `...
gingerBill
2021-03-05
1
-2
/
+2
*
Remove `#opaque` types
gingerBill
2021-02-23
1
-4
/
+0
*
Remove `"pure"` and `"pure_none"` calling conventions
gingerBill
2021-02-23
1
-2
/
+0
*
Remove `bit_field` type from Odin (keyword and dead runtime code still exists)
gingerBill
2021-02-19
1
-10
/
+0
*
Fix for `c_vararg` issue
Jim Powers
2021-01-18
1
-1
/
+1
*
Fix ir_print.cpp for typeid constants
gingerBill
2020-12-17
1
-0
/
+5
*
Remove `hash` field in runtime.Source_Code_Location
gingerBill
2020-12-05
1
-3
/
+0
*
Change ExactValue layout for complex/quaternion types to minimize its size
gingerBill
2020-12-03
1
-6
/
+6
*
Patch up gb.h
gingerBill
2020-11-24
1
-1
/
+5
*
Support string literals for fixed arrays of runes; Add %q support for arrays/...
gingerBill
2020-11-20
1
-0
/
+22
*
Allow string literals for `[N]byte`
gingerBill
2020-11-20
1
-3
/
+7
*
Implement custom temporary allocator using ring buffer
gingerBill
2020-11-15
1
-2
/
+0
*
Add SCOPED_TEMPORARY_BLOCK for temporary allocations within a block
gingerBill
2020-11-15
1
-3
/
+3
*
Make `set_procedure_abi_types` use the permanent_allocator
gingerBill
2020-11-15
1
-4
/
+4
*
Update math and math/linalg; add "pure_none" calling convention
gingerBill
2020-09-10
1
-0
/
+1
*
Add `intrinsics.alloca`
gingerBill
2020-08-02
1
-0
/
+10
*
Fix #439
gingerBill
2020-06-10
1
-2
/
+2
*
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
[next]