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 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
*
Remove `u128` and `i128`
gingerBill
2018-01-13
1
-7
/
+5
*
"Fix" LLVM boolean bug (more like a bodge)
gingerBill
2017-12-22
1
-24
/
+14
*
`map` is internally backed by a pointer (i.e. a "reference type")
gingerBill
2017-12-17
1
-2
/
+2
*
Change how abs, min, max, and clamp are implemented for floats
gingerBill
2017-12-11
1
-11
/
+11
*
Remove dead code
gingerBill
2017-12-03
1
-0
/
+1
*
Fix union_tag_size; Fix constant array of array literal printing with scalar ...
gingerBill
2017-12-03
1
-6
/
+21
*
Remove `vector` type (will be replaced by something else in the future)
gingerBill
2017-11-30
1
-54
/
+0
*
Remove `using` in arrays; Remove `_` non-exported struct fields
gingerBill
2017-11-28
1
-2
/
+0
*
New slice memory layout (ptr+len); `byte`
gingerBill
2017-11-26
1
-1
/
+1
*
Changed `string_has_extension` to `string_ends_with`.
Zachary Pierson
2017-11-21
1
-1
/
+1
*
Remove target triple from windows
gingerBill
2017-11-19
1
-1
/
+1
*
Fix debug symbol generation
gingerBill
2017-11-19
1
-11
/
+13
*
Add `-debug` command (still in development)
gingerBill
2017-11-19
1
-32
/
+34
*
Begin with on debugging symbol; fix version number 0.7.0
gingerBill
2017-11-19
1
-93
/
+128
*
Custom thread local models
gingerBill
2017-11-03
1
-2
/
+8
*
Add string_set.cpp; Code clean up
gingerBill
2017-10-30
1
-8
/
+9
*
Attributes; @(link_name="foo")
gingerBill
2017-10-29
1
-8
/
+9
*
#alias type declarations; core library additions; `_global` import name for t...
gingerBill
2017-10-29
1
-0
/
+3
*
Fix enum iteration (issue #126)
gingerBill
2017-10-18
1
-3
/
+4
*
`foreign export` block
gingerBill
2017-10-15
1
-3
/
+7
[next]