aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/volatile4.c
Commit message (Collapse)AuthorAgeFilesLines
* Extend builtin arguments with a pointer addition operator, continuedXavier Leroy2017-07-061-2/+6
| | | | | | | | - Add support for PowerPC, with all addressing modes. - Add support for ARM, with "reg + ofs" addressing mode. - Add support for RISC-V, with the one addressing mode. - Constprop.v: forgot to recurse in BA_addptr - volatile4 test: more tests
* Extend builtin arguments with a pointer addition operatorXavier Leroy2017-07-061-0/+29
This extension enables more addressing modes to be encoded as builtin arguments and used in conjunction with volatile memory accesses. Current status: x86 port only, the only new addressing mode handled is reg + offset.