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 (
Collapse
)
Author
Age
Files
Lines
...
*
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 ↵
gingerBill
2019-10-01
1
-5
/
+9
|
|
|
|
platforms
*
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 ↵
gingerBill
2019-07-27
1
-4
/
+20
|
|
|
|
representation
*
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 ↵
gingerBill
2019-02-24
1
-2
/
+5
|
|
|
|
procedure types
*
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 ↵
gingerBill
2019-01-05
1
-0
/
+3
|
|
|
|
typeid for map keys
*
Remove alignment experiment
gingerBill
2019-01-04
1
-1
/
+1
|
*
ir_print: Ignore load's align
gingerBill
2019-01-04
1
-1
/
+1
|
|
|
|
(experimental idea as it might not be needed)
*
Fix TODO ParameterValue_Location
gingerBill
2019-01-04
1
-10
/
+12
|
*
`static` variable declarations (Experimental)
gingerBill
2018-12-28
1
-0
/
+2
|
*
Fix `not` for bit sets
gingerBill
2018-12-17
1
-3
/
+3
|
*
Fix polymorphic record types with constant value parameters
gingerBill
2018-12-14
1
-1
/
+2
|
*
Fix polymorphic procedure generation with debug information
gingerBill
2018-12-14
1
-1
/
+1
|
*
Fix bit sets with custom endian underlying type
gingerBill
2018-12-02
1
-0
/
+8
|
*
Fix double declarations of `bswap`s in LLVM IR
gingerBill
2018-12-02
1
-3
/
+10
|
*
Endian specific integers: e.g. i32 i32le i32be
gingerBill
2018-12-02
1
-12
/
+47
|
*
Modify how custom alignment is printed for LLVM IR
gingerBill
2018-11-29
1
-6
/
+38
|
*
`opaque` keyword and type
gingerBill
2018-11-11
1
-0
/
+4
|
*
Fix issue with complication of -debug that is caused sometimes due to lambda ↵
gingerBill
2018-11-11
1
-1
/
+3
|
|
|
|
procedures.
*
Fix CompositeType for zero length arrays
gingerBill
2018-10-29
1
-2
/
+2
|
*
Built-in procedure `#defined`
gingerBill
2018-10-27
1
-4
/
+5
|
*
Merge pull request #260 from lachsinc/master
gingerBill
2018-10-24
1
-47
/
+258
|
\
|
|
|
|
[WIP] Provide llvm with more debug info (for Visual Studio debugger support)
|
*
Add debug info for proc ptrs.
lachsinc
2018-10-05
1
-2
/
+7
|
|
|
*
Cleanup unused AllProcs.
lachsinc
2018-10-05
1
-10
/
+0
|
|
|
*
Tuple debug info (untested). Generated locals now flow through debug info.
lachsinc
2018-10-05
1
-3
/
+4
|
|
|
*
Add arg # for proc param locals.
lachsinc
2018-10-05
1
-1
/
+0
|
|
|
*
Cleanup; Move enums/globals di inside CompileUnit. Minor comment cleanup.
lachsinc
2018-10-04
1
-2
/
+2
|
|
|
*
Lexical block debug info.
lachsinc
2018-10-04
1
-2
/
+15
|
|
|
*
bit_set / bit_field debug info.
lachsinc
2018-10-02
1
-1
/
+10
|
|
|
*
Cleanup.
lachsinc
2018-10-01
1
-8
/
+4
|
|
|
*
Minor cleanup.
lachsinc
2018-10-01
1
-17
/
+7
|
|
|
*
Stepping working. Cleanup.
lachsinc
2018-10-01
1
-22
/
+21
|
|
|
*
Add various debug location stuff.
lachsinc
2018-09-30
1
-3
/
+2
|
|
[prev]
[next]