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_expr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mock out for in multiple-return values
gingerBill
2024-04-30
1
-129
/
+185
*
Begin mocking out `bit_field` operations
gingerBill
2024-04-30
1
-1
/
+190
*
Fill out more of the tilde expression code
gingerBill
2024-04-30
1
-96
/
+283
*
Begin updating Tilde
gingerBill
2024-04-26
1
-12
/
+16
*
Update Tilde
gingerBill
2023-12-13
1
-1
/
+1
*
Update Tilde
gingerBill
2023-09-11
1
-0
/
+3
*
Update Tilde
gingerBill
2023-08-19
1
-1
/
+1
*
Tilde: #soa pointers
gingerBill
2023-08-07
1
-8
/
+17
*
Tilde: Begin work on #soa
gingerBill
2023-08-07
1
-12
/
+8
*
Tilde: Add `in`/`not_in` for maps
gingerBill
2023-08-07
1
-9
/
+8
*
Mock out map get/set functionality
gingerBill
2023-08-07
1
-10
/
+93
*
Remove #relative slices; Replace with #relative multi-pointers
gingerBill
2023-08-05
1
-18
/
+14
*
Add hasher proc generation
gingerBill
2023-08-03
1
-0
/
+42
*
Update Tilde for the new TB_Passes approach
gingerBill
2023-07-28
1
-4
/
+38
*
Fix dependency issue; Allow polymorphic procedures in tilde
gingerBill
2023-07-25
1
-141
/
+137
*
Support non-constant global slices
gingerBill
2023-07-25
1
-8
/
+47
*
Generate anonymous procedure literals
gingerBill
2023-07-25
1
-1
/
+15
*
Implement basic runtime type information
gingerBill
2023-07-25
1
-10
/
+219
*
Fix `transmute(uintptr)ptr` etc
gingerBill
2023-07-24
1
-1
/
+40
*
Implement for in statements for array-like values
gingerBill
2023-07-24
1
-14
/
+12
*
Update Tilde for testing reg spill stuff
gingerBill
2023-07-24
1
-2
/
+2
*
Begin working on a minimum build
gingerBill
2023-07-23
1
-131
/
+801
*
Update Tilde; Add `min` and `max`
gingerBill
2023-07-22
1
-31
/
+38
*
Simplify procedure argument handling
gingerBill
2023-07-22
1
-1
/
+1
*
Begin work on builtin procedures
gingerBill
2023-07-22
1
-7
/
+479
*
Mock out `any` type `switch` statement
gingerBill
2023-07-19
1
-5
/
+0
*
Implement type `switch` statement for `union`s
gingerBill
2023-07-19
1
-8
/
+30
*
Mock out `defer` handling logic (before handling `defer` statements)
gingerBill
2023-07-19
1
-5
/
+5
*
Wrap Tilde's goto pseudo-instruction
gingerBill
2023-07-19
1
-2
/
+2
*
Add trivial `switch` statement check to use a jump table
gingerBill
2023-07-19
1
-6
/
+4
*
Add `for` and `+=` assignments
gingerBill
2023-07-19
1
-8
/
+7
*
Implement if statements
gingerBill
2023-07-19
1
-10
/
+5
*
Update TB
gingerBill
2023-07-19
1
-3
/
+4
*
Implement Ternary If Expression
gingerBill
2023-07-18
1
-5
/
+101
*
Mock out `cg_emit_comp`
gingerBill
2023-07-18
1
-1
/
+574
*
Mock out `cg_emit_unary_arith`
gingerBill
2023-07-18
1
-1
/
+170
*
Mock out binary expressions and variable declarations
gingerBill
2023-07-18
1
-0
/
+182
*
Planning for multi-valued expressions in the tilde backend
gingerBill
2023-07-17
1
-0
/
+4
*
Mock out more of the `ep` procedures
gingerBill
2023-07-17
1
-27
/
+18
*
Mock out `cg_emit_arith`
gingerBill
2023-07-17
1
-0
/
+293
*
Mock out `cg_emit_conv`
gingerBill
2023-07-16
1
-29
/
+415
*
Begin working on proper expressions
gingerBill
2023-07-15
1
-6
/
+259
*
Basic `context` creation
gingerBill
2023-07-15
1
-1
/
+146
*
Update TB; Fix calling nullptr TB_Node* problems
gingerBill
2023-07-15
1
-1
/
+2
*
Mocking out call related stuff
gingerBill
2023-07-14
1
-0
/
+174
*
Mock out more of the addr related stuff
gingerBill
2023-07-14
1
-0
/
+6
*
cg_emit_load/cg_emit_store
gingerBill
2023-07-14
1
-0
/
+4
*
Stub out expr and const files
gingerBill
2023-07-14
1
-0
/
+68