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
/
tilde_stmt.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Update Tilde
gingerBill
2023-09-11
1
-8
/
+12
|
*
Update Tilde
gingerBill
2023-08-26
1
-1
/
+1
|
*
Update Tilde
gingerBill
2023-08-21
1
-1
/
+0
|
*
Update Tilde
gingerBill
2023-08-19
1
-6
/
+5
|
*
Tilde: #soa pointers
gingerBill
2023-08-07
1
-5
/
+68
|
*
Tilde: Begin work on #soa
gingerBill
2023-08-07
1
-2
/
+121
|
*
Tilde: `for in` for `enum` types
gingerBill
2023-08-07
1
-1
/
+53
|
*
Mock out map get/set functionality
gingerBill
2023-08-07
1
-3
/
+33
|
*
Remove #relative slices; Replace with #relative multi-pointers
gingerBill
2023-08-05
1
-15
/
+0
|
*
Update Tilde for the new TB_Passes approach
gingerBill
2023-07-28
1
-0
/
+8
|
*
Fix dependency issue; Allow polymorphic procedures in tilde
gingerBill
2023-07-25
1
-0
/
+28
|
*
Move mutable value decl stuff to a separate procedure
gingerBill
2023-07-25
1
-124
/
+131
|
*
Implement `@(static)` local variables
gingerBill
2023-07-25
1
-1
/
+59
|
*
Update tilde
gingerBill
2023-07-25
1
-6
/
+28
|
*
Implement basic runtime type information
gingerBill
2023-07-25
1
-25
/
+18
|
|
|
|
This allows for `runtime.println_any` to work!
*
Fix `transmute(uintptr)ptr` etc
gingerBill
2023-07-24
1
-2
/
+1
|
*
Implement for in statements for array-like values
gingerBill
2023-07-24
1
-23
/
+295
|
*
Implement for in interval statements
gingerBill
2023-07-24
1
-2
/
+159
|
*
Multithread tilde backend
gingerBill
2023-07-24
1
-1
/
+1
|
*
Begin working on a minimum build
gingerBill
2023-07-23
1
-55
/
+218
|
*
Update Tilde; Add `min` and `max`
gingerBill
2023-07-22
1
-16
/
+76
|
*
Simplify procedure argument handling
gingerBill
2023-07-22
1
-1
/
+4
|
*
Support multiple return values for non-odin calling conventions
gingerBill
2023-07-22
1
-0
/
+14
|
*
Update Tilde to get procedure passing rules
gingerBill
2023-07-22
1
-1
/
+39
|
*
Copy lvalues on multi-valued assignments to allow for `a, b = b, a` on large ↵
gingerBill
2023-07-21
1
-2
/
+30
|
|
|
|
types (minor bodge)
*
Mock out `any` type `switch` statement
gingerBill
2023-07-19
1
-8
/
+5
|
*
Implement type `switch` statement for `union`s
gingerBill
2023-07-19
1
-3
/
+254
|
*
Simplification of the ValueDecl code
gingerBill
2023-07-19
1
-42
/
+43
|
*
Add `defer` statements; add implicit `context` pointer to context stack
gingerBill
2023-07-19
1
-10
/
+26
|
*
Mock out `defer` handling logic (before handling `defer` statements)
gingerBill
2023-07-19
1
-24
/
+122
|
*
Wrap Tilde's goto pseudo-instruction
gingerBill
2023-07-19
1
-17
/
+22
|
*
Support branch statements `break`/`continue`/`fallthrough`
gingerBill
2023-07-19
1
-6
/
+2
|
*
Add trivial `switch` statement check to use a jump table
gingerBill
2023-07-19
1
-12
/
+109
|
*
Add basic `switch` statement
gingerBill
2023-07-19
1
-0
/
+128
|
|
|
|
Implement as naive if-else chain
*
Add `for` and `+=` assignments
gingerBill
2023-07-19
1
-22
/
+69
|
*
Implement if statements
gingerBill
2023-07-19
1
-2
/
+56
|
*
Mock out `cg_append_tuple_values`
gingerBill
2023-07-18
1
-13
/
+7
|
*
Mock out binary expressions and variable declarations
gingerBill
2023-07-18
1
-3
/
+22
|
*
Planning for multi-valued expressions in the tilde backend
gingerBill
2023-07-17
1
-0
/
+15
|
*
Move debug type code its own file
gingerBill
2023-07-17
1
-453
/
+0
|
*
Implement debug type for `proc`s
gingerBill
2023-07-17
1
-5
/
+114
|
*
Mostly fill in `cg_debug_type`
gingerBill
2023-07-17
1
-0
/
+338
|
*
Mock out struct_ep calls
gingerBill
2023-07-17
1
-88
/
+172
|
*
Update Tilde; mock out `cg_build_return_stmt`
gingerBill
2023-07-17
1
-1
/
+27
|
|
|
|
128-bit types are broken
*
Mock out more of the `ep` procedures
gingerBill
2023-07-17
1
-4
/
+234
|
*
Mock out `cg_emit_arith`
gingerBill
2023-07-17
1
-0
/
+55
|
*
Mock out `cg_emit_conv`
gingerBill
2023-07-16
1
-0
/
+4
|
*
Begin working on proper expressions
gingerBill
2023-07-15
1
-6
/
+69
|
*
Basic `context` creation
gingerBill
2023-07-15
1
-1
/
+1
|
*
Update TB; Fix calling nullptr TB_Node* problems
gingerBill
2023-07-15
1
-8
/
+11
|
[next]