Age | Commit message (Expand) | Author |
2011-09-09 | StaticInst: Merge StaticInst and StaticInstBase. | Gabe Black |
2010-08-23 | X86: Define a noop ExtMachInst. | Gabe Black |
2010-08-23 | Loader: Make the load address mask be a parameter of the system rather than a... | Ali Saidi |
2010-05-23 | copyright: Change HP copyright on x86 code to be more friendly | Nathan Binkert |
2010-02-12 | O3PCU: Split loads and stores that cross cache line boundaries. | Timothy M. Jones |
2009-07-08 | Registers: Add a registers.hh file as an ISA switched header. | Gabe Black |
2009-05-17 | types: Move stuff for global types into src/base/types.hh | Nathan Binkert |
2009-04-21 | syscall: Resolve conflicts between m5threads and Gabe's recent SE changes. | Steve Reinhardt |
2009-02-27 | Processes: Make getting and setting system call arguments part of a process o... | Gabe Black |
2007-11-08 | ISA parser: Make the isa parser generate MaxInstSrcRegs and MaxInstDestRegs. | Gabe Black |
2007-10-12 | Loader: Identify sections based on virtual addresses, and set the LoadAddrMas... | Gabe Black |
2007-10-04 | X86: Fix the PageShift constant in isa_traits.hh (I thought I alread did this?) | Gabe Black |
2007-10-02 | X86: Fix x87 floating point stack register indexing. | Gabe Black |
2007-09-24 | X86: Get X86_FS to compile. | Gabe Black |
2007-09-19 | X86: Put in the foundation for x87 stack based fp registers. | Gabe Black |
2007-09-06 | X86: Rework the multiplication microops so that they work like they would in ... | Gabe Black |
2007-07-30 | X86: Make sure FP_Base_DepTag is big enough to avoid trouble. | Gabe Black |
2007-07-26 | X86: Fix argument register indexing. | Gabe Black |
2007-06-19 | Get rid of the immediate and displacement components of the EmulEnv struct an... | Gabe Black |
2007-06-18 | Add in incomplete pick and merge functions which read and write pieces of reg... | Gabe Black |
2007-03-06 | Get X86 to load an elf and start a process for it. | Gabe Black |
2007-03-05 | Various touch ups | Gabe Black |
2007-03-05 | Include the x86 specific traits file. | Gabe Black |
2007-03-03 | Filled in with basic x86 information. Some things are missing, wrong, or non-... | Gabe Black |
2007-03-03 | Add build hooks for x86. | Gabe Black |