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 debug location stack.
lachsinc
2018-09-30
1
-21
/
+28
|
*
Tagged union debug info. Aggregate type fixes (unions inside structs etc.).
lachsinc
2018-09-27
1
-0
/
+4
|
*
Cleanup debug info 'name' stuff.
lachsinc
2018-09-27
1
-34
/
+33
|
*
Fix pointers to all things debug info. Cleanup param order. Make scope/file o...
lachsinc
2018-09-27
1
-15
/
+14
|
*
Add support for any. Fix rawptr debug type.
lachsinc
2018-09-26
1
-3
/
+5
|
*
Cleanup comments/todos.
lachsinc
2018-09-26
1
-5
/
+3
|
*
Add debug info for globals. Misc debug info cleanup.
lachsinc
2018-09-26
1
-9
/
+53
|
*
Add DebugInfoArray as separate debug info type. Minor cleanup of various debu...
lachsinc
2018-09-25
1
-28
/
+22
|
*
String debug info. Minor cleanup of derived / composite debug info output.
lachsinc
2018-09-19
1
-6
/
+8
|
*
Static array debug info. Temporary dynamic array debug info (pointer to data,...
lachsinc
2018-09-18
1
-28
/
+46
|
*
Add proper procedure type support (return types and param proc signature)
lachsinc
2018-09-18
1
-8
/
+13
|
*
Enum debug info support.
lachsinc
2018-09-18
1
-0
/
+9
|
*
Fix stepping/jumping between procedures/files.
lachsinc
2018-09-18
1
-2
/
+7
|
*
Provide llvm ir with more debug info (for Visual Studio debugger support).
lachsinc
2018-09-18
1
-10
/
+134
*
|
__atomic_* "intrinsics" using LLVM instructions
gingerBill
2018-10-17
1
-0
/
+269
|
/
*
Fix runtime proc names; Change calling convention of `context` parameter
gingerBill
2018-09-15
1
-4
/
+8
*
Procedure inlining on call site
gingerBill
2018-09-09
1
-0
/
+4
*
Make diverging procedure types different from ones without a return type
gingerBill
2018-09-09
1
-2
/
+2
*
Diverging procedures `proc() -> !` (no return)
gingerBill
2018-09-08
1
-0
/
+7
*
Change memory layout of `map` to be 3 words smaller
gingerBill
2018-08-30
1
-1
/
+1
*
Add underlying type for `bit_set`
gingerBill
2018-08-17
1
-9
/
+6
*
bit_set['A'..'Z'], bit_set[0..8]
gingerBill
2018-08-16
1
-1
/
+1
*
Add `bit_set` type
gingerBill
2018-08-14
1
-0
/
+45
*
`-no-crt` flag for windows amd64
gingerBill
2018-08-13
1
-0
/
+9
*
BigInt support in the constant system
gingerBill
2018-07-28
1
-3
/
+12
*
Scope to use flags rathers than booleans
gingerBill
2018-06-17
1
-4
/
+2
*
Move TypeAndValue to Ast from Map
gingerBill
2018-06-17
1
-3
/
+3
*
Big renaming: `AstNode` to `Ast`
gingerBill
2018-06-17
1
-4
/
+4
*
Use const & for Array<AstNode *> parameters
gingerBill
2018-06-03
1
-1
/
+5
*
Remove clutter parameters and begin parallelizing the type checker
gingerBill
2018-05-28
1
-1
/
+1
*
Remove code relating to default struct values
gingerBill
2018-05-20
1
-101
/
+16
*
Fix default initialized values for globals (#217)
gingerBill
2018-05-12
1
-3
/
+29
*
Make `any` use `typeid` rather than `^Type_Info`
gingerBill
2018-05-12
1
-11
/
+8
*
`typeid`
gingerBill
2018-05-12
1
-0
/
+7
*
Improve minimal dependency system
gingerBill
2018-05-12
1
-1
/
+7
*
Fix #210
gingerBill
2018-05-06
1
-0
/
+1
*
Remove allocator parameter to `types.cpp` functions
gingerBill
2018-03-23
1
-10
/
+10
*
Fix `using` determination order
gingerBill
2018-03-03
1
-1
/
+1
*
`deprecated` attribute for procedure declarations
gingerBill
2018-03-03
1
-3
/
+3
*
`cstring`
gingerBill
2018-02-28
1
-0
/
+15
*
Use Array<irValue *> in ir.cpp
gingerBill
2018-02-25
1
-4
/
+4
*
Hexadecimal floats for "perfect values" 0h42f60000 == 123; use `bit_cast` in ...
gingerBill
2018-02-25
1
-1
/
+1
*
Revert back to `gb_memmove`
gingerBill
2018-01-21
1
-1
/
+1
*
Remove #endif
gingerBill
2018-01-20
1
-2
/
+0
*
Cache type size/align; Improve speed of ir_print.cpp
gingerBill
2018-01-20
1
-216
/
+77
*
Fix empty union IR bug
gingerBill
2018-01-19
1
-189
/
+194
*
Add basic debug information needed for stepping over code
gingerBill
2018-01-18
1
-24
/
+44
*
Add extra comments for clarity
gingerBill
2018-01-17
1
-0
/
+2
*
Debug fix target triple and procedure positioning
gingerBill
2018-01-17
1
-1
/
+5
*
Specific sized booleans: b8, b16, b32, b64
gingerBill
2018-01-17
1
-2
/
+6
[prev]
[next]