q/src/ssa
Eduard Urbach e5aa006623
All checks were successful
/ test (push) Successful in 22s
Implemented struct decomposition
2025-07-06 13:42:51 +02:00
..
BinaryOp.go Simplified ssa package 2025-07-03 22:54:30 +02:00
BinaryOp_test.go Reduced the number of IR methods 2025-07-03 19:25:07 +02:00
Block.go Simplified ssa package 2025-07-03 22:54:30 +02:00
Bytes.go Simplified ssa package 2025-07-03 22:54:30 +02:00
Bytes_test.go Reduced the number of IR methods 2025-07-03 19:25:07 +02:00
Call.go Implemented struct decomposition 2025-07-06 13:42:51 +02:00
Call_test.go Implemented struct decomposition 2025-07-06 13:42:51 +02:00
CallExtern.go Simplified ssa package 2025-07-03 22:54:30 +02:00
common.go Simplified ssa package 2025-07-03 22:54:30 +02:00
Field.go Implemented liveness analysis 2025-07-04 19:06:47 +02:00
Function.go Simplified ssa package 2025-07-03 22:54:30 +02:00
Int.go Simplified ssa package 2025-07-03 22:54:30 +02:00
IR.go Implemented liveness analysis 2025-07-04 19:06:47 +02:00
Parameter.go Simplified ssa package 2025-07-03 22:54:30 +02:00
Return.go Simplified ssa package 2025-07-03 22:54:30 +02:00
Return_test.go Reduced the number of IR methods 2025-07-03 19:25:07 +02:00
Struct.go Simplified ssa package 2025-07-03 22:54:30 +02:00
Struct_test.go Simplified ssa package 2025-07-03 22:54:30 +02:00
Syscall.go Simplified ssa package 2025-07-03 22:54:30 +02:00
Syscall_test.go Reduced the number of IR methods 2025-07-03 19:25:07 +02:00
Value.go Simplified ssa package 2025-07-03 22:54:30 +02:00