aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-22fix corner case in `merge_vars`alexlamsl
fixes #4139
2020-09-20fix corner case in `merge_vars` (#4136)Alex Lam S.L
fixes #4135
2020-09-20fix corner case in `unused` (#4134)Alex Lam S.L
fixes #4133
2020-09-20improve `ufuzz` duty cycle heuristic (#4132)Alex Lam S.L
2020-09-20fix corner case in `merge_vars` (#4131)Alex Lam S.L
fixes #4130
2020-09-20enhance `unused` (#4129)Alex Lam S.L
2020-09-19report immediate `ufuzz` failure from Pull Request (#4128)Alex Lam S.L
2020-09-19fix corner case in `merge_vars` (#4127)Alex Lam S.L
fixes #4126
2020-09-19enhance `merge_vars` (#4125)Alex Lam S.L
2020-09-18enhance `side_effects` (#4124)Alex Lam S.L
- add documentation for `merge_vars`
2020-09-18remove redundant transform (#4123)Alex Lam S.L
2020-09-18add tests (#4122)Alex Lam S.L
2020-09-17improve fix for #4119 (#4121)Alex Lam S.L
2020-09-17fix corner case in `evaluate` (#4120)Alex Lam S.L
fixes #4119
2020-09-17minor clean up (#4118)Alex Lam S.L
2020-09-17enhance `collapse_vars` (#4117)Alex Lam S.L
2020-09-17improve handling of `switch` statements (#4114)Alex Lam S.L
2020-09-17fix corner case in `merge_vars` (#4116)Alex Lam S.L
fixes #4115
2020-09-16fix corner case in `merge_vars` (#4113)Alex Lam S.L
fixes #4112
2020-09-16enhance `conditionals` (#4106)Alex Lam S.L
2020-09-16fix corner cases in `merge_vars` (#4108)Alex Lam S.L
fixes #4107 fixes #4109 fixes #4110 fixes #4111
2020-09-15enhance `merge_vars` (#4105)Alex Lam S.L
2020-09-15fix corner case in `merge_vars` (#4104)Alex Lam S.L
fixes #4103
2020-09-15fix corner case in `merge_vars` (#4102)Alex Lam S.L
fixes #4101
2020-09-15introduce `merge_vars` (#4100)Alex Lam S.L
2020-09-13enhance `unused` (#4098)Alex Lam S.L
2020-09-10enhance `if_return` (#4097)Alex Lam S.L
2020-09-08fix corner case in `reduce_vars` (#4095)Alex Lam S.L
2020-09-07v3.10.4Alex Lam S.L
2020-09-05relax `ufuzz` job timing constraint (#4094)Alex Lam S.L
2020-09-04enhance `unsafe_math` (#4093)Alex Lam S.L
2020-09-04fix corner case in `loops` & `unused` (#4092)Alex Lam S.L
fixes #4091
2020-09-03enhance `unused` (#4090)Alex Lam S.L
2020-09-03enhance `join_vars` (#4089)Alex Lam S.L
2020-09-02enhance `reduce_vars` (#4088)Alex Lam S.L
2020-09-02reduce `AST_ForIn` gracefully (#4087)Alex Lam S.L
2020-09-02fix test case runtime accounting (#4086)Alex Lam S.L
2020-09-02fix corner case in `loops` & `unused` (#4085)Alex Lam S.L
fixes #4084
2020-08-30v3.10.3Alex Lam S.L
2020-08-29fix corner case in `loops` & `unused` (#4083)Alex Lam S.L
fixes #4082
2020-08-26fix corner case in `sequences` (#4080)Alex Lam S.L
fixes #4079
2020-08-26fix corner case in `evaluate` (#4078)Alex Lam S.L
fixes #4077
2020-08-26fix corner case in `loops` & `unused` (#4076)Alex Lam S.L
fixes #4075
2020-08-26enhance `loops` & `unused` (#4074)Alex Lam S.L
- extend `ufuzz` generation of for-in loops
2020-08-26fix corner case in `sequences` (#4073)Alex Lam S.L
2020-08-25streamline parenthesis logic (#4072)Alex Lam S.L
2020-08-25fix corner case in `collapse_vars` (#4071)Alex Lam S.L
fixes #4070
2020-08-25minor clean up (#4069)Alex Lam S.L
2020-08-24fix corner case in `evaluate` (#4068)Alex Lam S.L
fixes #4067
2020-08-24tidy up various interfaces (#4066)Alex Lam S.L