Mathias Vorreiter Pedersen
|
a6e619ce5b
|
C++: Add field flow through single-field structs and accept tests
|
2020-04-20 08:52:46 +02:00 |
|
Mathias Vorreiter Pedersen
|
f02feac33a
|
C++: Add flow from #3220
|
2020-04-15 11:34:19 +02:00 |
|
Mathias Vorreiter Pedersen
|
cde34c9b1b
|
C++: Accept test output which I previously forgot to accept
|
2020-04-13 16:19:21 +02:00 |
|
Mathias Vorreiter Pedersen
|
5719967a8e
|
C++: Remove single-field case from PostUpdateNode and accept tests
|
2020-04-07 12:03:28 +02:00 |
|
Mathias Vorreiter Pedersen
|
c577541850
|
C++: Fix reverse read dataflow consistency failure and accept tests
|
2020-04-06 15:50:08 +02:00 |
|
Mathias Vorreiter Pedersen
|
317734f41e
|
C++: Attach PostUpdateNodes to Chi nodes following aschackmull's suggestion
|
2020-04-05 22:35:26 +02:00 |
|
Mathias Vorreiter Pedersen
|
5ba5791ec6
|
C++: Only allow flow through non-conflated chi instructions
|
2020-03-27 13:37:17 +01:00 |
|
Mathias Vorreiter Pedersen
|
c6c613840a
|
C++: Removed toString from PostUpdateNodes. They were more confusing than helpful
|
2020-03-26 11:43:40 +01:00 |
|
Mathias Vorreiter Pedersen
|
fbef146a49
|
C++: Remove PositionalArgumentWithoutWriteSideEffectNode (since not all arguments need a PostUpdateNode). Also generalized the added flow rule in simpleLocalFlowStep since there isn't always a ChiInstruction - for instance of it's a write to a struct that only has a single field.
|
2020-03-26 11:39:20 +01:00 |
|
Mathias Vorreiter Pedersen
|
077c282cd3
|
C++: Add field flow and accept tests
|
2020-03-24 22:28:54 +01:00 |
|
Mathias Vorreiter Pedersen
|
22381f3ee6
|
C++: Demonstrate amount of field flow already present
|
2020-03-24 22:28:54 +01:00 |
|