Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-09 | arch: remove inline specifiers on all inst constrs, all ISAs | Curtis Dunham | |
With (upcoming) separate compilation, they are useless. Only link-time optimization could re-inline them, but ideally feedback-directed optimization would choose to do so only for profitable (i.e. common) instructions. | |||
2009-10-27 | POWER: Add support for the Power ISA | Timothy M. Jones | |
This adds support for the 32-bit, big endian Power ISA. This supports both integer and floating point instructions based on the Power ISA Book I v2.06. |