Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement register allocator for floating point registers. | Nicolas Geoffray | 2014-10-21 | 1 | -3/+35 |
| | | | | | | | | Also: - Fix misuses of emitting the rex prefix in the x86_64 assembler. - Fix movaps code generation in the x86_64 assembler. Change-Id: Ib6dcf6e7c4a9c43368cfc46b02ba50f69ae69cbe | ||||
* | Add support for floats and doubles. | Nicolas Geoffray | 2014-10-07 | 3 | -0/+109 |
- Follows Quick conventions. - Currently only works with baseline register allocator. Change-Id: Ie4b8e298f4f5e1cd82364da83e4344d4fc3621a3 |