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.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Redefine how union tag size is calculated to match alignment of the union
0.9.1
gingerBill
2018-11-29
1
-0
/
+2
|
*
Fix assertion on union assignment in compound literal
gingerBill
2018-11-29
1
-3
/
+1
|
*
Hack: union compound literal fix
gingerBill
2018-11-29
1
-4
/
+12
|
*
Fix poly proc determination by cloning the signature node
gingerBill
2018-11-25
1
-13
/
+12
|
*
Fix debug information for entities without an associated identifier
gingerBill
2018-11-25
1
-11
/
+34
|
*
Subset and superset operators for `bit_set`: < <= > >=
gingerBill
2018-11-25
1
-1
/
+31
|
*
Fix transmute with `cstring` and `integers`
gingerBill
2018-11-22
1
-0
/
+8
|
*
Remove assert that should have never been there
gingerBill
2018-11-22
1
-2
/
+0
|
*
Remove dead code
gingerBill
2018-11-22
1
-55
/
+0
|
*
Fix is_type_polymorphic infinite recursion bug
gingerBill
2018-11-22
1
-2
/
+4
|
*
Fix error with polymorphic structs #279
gingerBill
2018-11-17
1
-15
/
+17
|
*
`opaque` keyword and type
gingerBill
2018-11-11
1
-2
/
+10
|
*
Fix issue with complication of -debug that is caused sometimes due to lambda ↵
gingerBill
2018-11-11
1
-5
/
+10
|
|
|
|
procedures.
*
Allow comparisons of `cstring`; Add `resize`
gingerBill
2018-10-31
1
-0
/
+5
|
*
Fix debug info issue
gingerBill
2018-10-29
1
-2
/
+3
|
*
Disable debug info for bit fields
gingerBill
2018-10-29
1
-1
/
+1
|
*
Built-in procedure `#defined`
gingerBill
2018-10-27
1
-27
/
+26
|
*
Merge pull request #260 from lachsinc/master
gingerBill
2018-10-24
1
-116
/
+1087
|
\
|
|
|
|
[WIP] Provide llvm with more debug info (for Visual Studio debugger support)
|
*
Cleanup comments.
lachsinc
2018-10-06
1
-22
/
+12
|
|
|
*
Cleanup hack as all types appear to be handled!..
lachsinc
2018-10-06
1
-15
/
+0
|
|
|
*
Add complex debug info.
lachsinc
2018-10-05
1
-16
/
+57
|
|
|
*
Add debug info for proc ptrs.
lachsinc
2018-10-05
1
-49
/
+76
|
|
|
*
Cleanup.
lachsinc
2018-10-05
1
-28
/
+13
|
|
|
*
Cleanup unused AllProcs.
lachsinc
2018-10-05
1
-28
/
+3
|
|
|
*
Tuple debug info (untested). Generated locals now flow through debug info.
lachsinc
2018-10-05
1
-22
/
+60
|
|
|
*
Add arg # for proc param locals.
lachsinc
2018-10-05
1
-7
/
+7
|
|
|
*
Fix dgb.declare using different location to it's associated instructions.
lachsinc
2018-10-05
1
-3
/
+1
|
|
|
*
Fix debug info for unnamed aggregate types.
lachsinc
2018-10-05
1
-24
/
+51
|
|
|
*
Cleanup; Move enums/globals di inside CompileUnit. Minor comment cleanup.
lachsinc
2018-10-04
1
-21
/
+17
|
|
|
*
Lexical block debug info.
lachsinc
2018-10-04
1
-10
/
+49
|
|
|
*
bit_set / bit_field debug info.
lachsinc
2018-10-02
1
-16
/
+138
|
|
|
*
Cleanup.
lachsinc
2018-10-01
1
-28
/
+19
|
|
|
*
Cleanup.
lachsinc
2018-10-01
1
-4
/
+1
|
|
|
*
Minor cleanup.
lachsinc
2018-10-01
1
-12
/
+3
|
|
|
*
Stepping working. Cleanup.
lachsinc
2018-10-01
1
-65
/
+67
|
|
|
*
Add various debug location stuff.
lachsinc
2018-09-30
1
-0
/
+22
|
|
|
*
Add debug location stack.
lachsinc
2018-09-30
1
-20
/
+73
|
|
|
*
Tagged union debug info. Aggregate type fixes (unions inside structs etc.).
lachsinc
2018-09-27
1
-42
/
+77
|
|
|
*
Cleanup debug info 'name' stuff.
lachsinc
2018-09-27
1
-18
/
+18
|
|
|
*
Cleanup hardcoded bytes to bits
lachsinc
2018-09-27
1
-43
/
+45
|
|
|
*
Cleanup.
lachsinc
2018-09-27
1
-106
/
+95
|
|
|
*
Fix pointers to all things debug info. Cleanup param order. Make scope/file ↵
lachsinc
2018-09-27
1
-88
/
+130
|
|
|
|
|
|
|
|
optional for relevent types.
|
*
(Basic) Map debug info support. Minor slice fix.
lachsinc
2018-09-26
1
-6
/
+21
|
|
|
*
Slices. Fix dynamic array data ptr size.
lachsinc
2018-09-26
1
-1
/
+42
|
|
|
*
Add support for any. Fix rawptr debug type.
lachsinc
2018-09-26
1
-42
/
+77
|
|
|
*
Cleanup dynamic array/string bloat.
lachsinc
2018-09-26
1
-98
/
+103
|
|
|
*
Cleanup comments/todos.
lachsinc
2018-09-26
1
-15
/
+8
|
|
|
*
Add debug info for globals. Misc debug info cleanup.
lachsinc
2018-09-26
1
-23
/
+77
|
|
|
*
Add DebugInfoArray as separate debug info type. Minor cleanup of various ↵
lachsinc
2018-09-25
1
-150
/
+173
|
|
|
|
|
|
|
|
debug infos.
|
*
Expose dynamic array data/len/cap debug info. Minor cleanup of odin string ↵
lachsinc
2018-09-19
1
-36
/
+104
|
|
|
|
|
|
|
|
debug info.
[next]