aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/ExtendedAsm.ml
Commit message (Collapse)AuthorAgeFilesLines
* Support for GCC-style extended asm, continued:Xavier Leroy2015-04-211-0/+183
- support "r", "m" and "i" constraints - support "%Q" and "%R" modifiers for register pairs - support register clobbers - split off analysis and transformation of asm statements in cparser/ExtendedAsm.ml