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
*
`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
*
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
|
\
|
*
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
|
*
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
[next]