Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-27 | gcc: Add extra parens to quell warnings. | Nathan Binkert | |
Even though we're not incorrect about operator precedence, let's add some parens in some particularly confusing places to placate GCC 4.3 so that we don't have to turn the warning off. Agreed that this is a bit of a pain for those users who get the order of operations correct, but it is likely to prevent bugs in certain cases. | |||
2007-10-07 | X86: Significantly filled out misc regs. | Gabe Black | |
--HG-- extra : convert_revision : 4c53be6568134d65e57f5411df986fd9a89e82c9 | |||
2007-09-19 | X86: Move the fp microops to their own file with their own base classes in ↵ | Gabe Black | |
C++ and python. --HG-- extra : convert_revision : 9cd223f2005adb36fea2bb56fa39793a58ec958c |