Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-16 | X86: Take limitted advantage of the compilers type checking for microop ↵ | Gabe Black | |
operands. | |||
2009-04-23 | X86: Put the StoreCheck flag with the others, and don't collide with other ↵ | Gabe Black | |
flags. | |||
2009-02-27 | X86: Fix segment limit checks. | Gabe Black | |
2009-02-25 | X86: Add a flag to force memory accesses to happen at CPL 0. | Gabe Black | |
2008-11-09 | X86: Fix completeAcc get call. | Gabe Black | |
2007-08-26 | X86: Remove x86 code that attempted to fix misaligned accesses. | Gabe Black | |
--HG-- extra : convert_revision : 42f68010e6498aceb7ed25da278093e99150e4df | |||
2007-08-04 | X86: Make 64 bit unaligned accesses work as well as the other sizes. | Gabe Black | |
There is a fundemental flaw in how unaligned accesses are supported, but this is still an improvement. --HG-- extra : convert_revision : 1c20b524ac24cd4a812c876b067495ee6a7ae29f | |||
2007-07-30 | X86: Make disassembly use the final register index. Add bits to indicate ↵ | Gabe Black | |
whether or not register indexes should be "folded". --HG-- extra : convert_revision : 4b46e71ca91e480f6e1662b7f37b75240d6598e9 | |||
2007-07-26 | X86: Add functions to read and write to an exec context. | Gabe Black | |
These functions take care of calling the thread contexts read and write functions with the right sized data type, and handle unaligned accesses. --HG-- extra : convert_revision : b4b59ab2b22559333035185946bae3eab316c879 | |||
2007-07-14 | Pull some hard coded base classes out of the isa description. | Gabe Black | |
--HG-- rename : src/arch/x86/isa/base.isa => src/arch/x86/isa/outputblock.isa extra : convert_revision : 7954e7d5eea3b5966c9e273a08bcd169a39f380c |