Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-30 | isel fix for amd64 memory stores | Quentin Carbonneaux | |
The value argument of store instructions was handled incorrectly. | |||
2019-04-26 | update conaddr test to catch early segfaults | Quentin Carbonneaux | |
2019-04-26 | restore some code from b4a98c | Quentin Carbonneaux | |
I had forgotten that %rip can only be used as base when there is no index. I also added a test which stresses addressing selection with and without constants. |