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/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 (
Expand
)
Author
Age
Files
Lines
...
|
*
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 o...
lachsinc
2018-09-27
1
-88
/
+130
|
*
(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 debu...
lachsinc
2018-09-25
1
-150
/
+173
|
*
Expose dynamic array data/len/cap debug info. Minor cleanup of odin string de...
lachsinc
2018-09-19
1
-36
/
+104
|
*
String debug info. Minor cleanup of derived / composite debug info output.
lachsinc
2018-09-19
1
-14
/
+77
|
*
Static array debug info. Temporary dynamic array debug info (pointer to data,...
lachsinc
2018-09-18
1
-0
/
+41
|
*
Add proper procedure type support (return types and param proc signature)
lachsinc
2018-09-18
1
-8
/
+30
|
*
Enum debug info support.
lachsinc
2018-09-18
1
-2
/
+29
|
*
Provide llvm ir with more debug info (for Visual Studio debugger support).
lachsinc
2018-09-18
1
-11
/
+248
*
|
Fix `context` initialization
gingerBill
2018-10-20
1
-17
/
+4
*
|
Add basics for context-based Logger
gingerBill
2018-10-20
1
-0
/
+1
*
|
Fix atomic.odin
gingerBill
2018-10-20
1
-1
/
+1
*
|
__atomic_* "intrinsics" using LLVM instructions
gingerBill
2018-10-17
1
-7
/
+194
*
|
Use name of source file as output_name
Chris Heyes
2018-10-16
1
-2
/
+2
*
|
Add `unimplemented` and `unreachable` procedures; make `os.exit` a diverging ...
gingerBill
2018-10-13
1
-4
/
+5
*
|
switch on typeid with type cases
gingerBill
2018-10-13
1
-1
/
+8
*
|
Update runtime printing code
gingerBill
2018-10-11
1
-9
/
+6
*
|
Fix context assignment with selector expressions
gingerBill
2018-09-24
1
-20
/
+38
|
/
*
Fix runtime proc names; Change calling convention of `context` parameter
gingerBill
2018-09-15
1
-8
/
+0
*
context.allocator = a; Remove __ from runtime procs; improve division for com...
gingerBill
2018-09-15
1
-52
/
+49
*
Procedure inlining on call site
gingerBill
2018-09-09
1
-6
/
+12
*
Parametric polymorphic union type
gingerBill
2018-09-08
1
-3
/
+7
*
`typeid` as keyword (ready to implement polymorphic name parameters)
gingerBill
2018-09-02
1
-2
/
+2
*
Change memory layout of `map` to be 3 words smaller
gingerBill
2018-08-30
1
-19
/
+15
*
Add `default_assertion_failure_proc` to the minimum dependency build
gingerBill
2018-08-29
1
-5
/
+11
*
Temporary allocator for `context`
gingerBill
2018-08-29
1
-3
/
+14
*
Allow for default parameters that are non-constant entities, but not any non-...
gingerBill
2018-08-28
1
-0
/
+9
*
Disable for in over cstring
gingerBill
2018-08-26
1
-5
/
+21
*
`runtime.Typeid_Bit_Field` layout to store more information into the typeid
gingerBill
2018-08-25
1
-2
/
+85
*
Allow for variadic `min` `max` procs
gingerBill
2018-08-25
1
-2
/
+18
*
Fix for in enum iteration
gingerBill
2018-08-22
1
-10
/
+7
*
Add underlying type for `bit_set`
gingerBill
2018-08-17
1
-6
/
+9
[prev]
[next]