Age | Commit message (Expand) | Author |
2017-12-13 | arm,sparc,x86,base,cpu,sim: Replace the Twin(32|64)_t types with. | Gabe Black |
2017-12-04 | misc: Rename misc.(hh|cc) to logging.(hh|cc) | Gabe Black |
2016-02-06 | arch, x86: add support for arrays as memory operands | Steve Reinhardt |
2013-06-18 | x86: Fix loading of floating point constants | Andreas Sandberg |
2012-05-25 | ISA: Make the decode function part of the ISA's decoder. | Gabe Black |
2012-02-26 | X86: Use the M5PanicFault fault in execute methods instead of calling panic. | Gabe Black |
2011-09-30 | SE/FS: Use the new FullSystem constant where possible. | Gabe Black |
2011-09-19 | PseudoInst: Remove the now unnecessary #if FULL_SYSTEMs around pseudoinsts. | Gabe Black |
2011-07-02 | ISA: Use readBytes/writeBytes for all instruction level memory operations. | Gabe Black |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-02-13 | X86: Put the result used for flags in an intermediate variable. | Gabe Black |
2011-02-13 | X86: Define fault objects to carry debug messages. | Gabe Black |
2010-08-23 | X86: Create a directory for files that define register indexes. | Gabe Black |
2010-05-23 | copyright: Change HP copyright on x86 code to be more friendly | Nathan Binkert |
2009-08-17 | X86: Implement an integer media addition microop with optional saturation. | Gabe Black |
2009-08-17 | X86: Set up a media microop framework and create mov2int and mov2fp microops. | Gabe Black |
2009-07-16 | X86: Take limitted advantage of the compilers type checking for microop opera... | Gabe Black |
2009-07-09 | X86: Fold the MiscRegFile all the way into the ISA object. | Gabe Black |
2009-07-08 | Registers: Add a registers.hh file as an ISA switched header. | Gabe Black |
2009-02-25 | X86: Implement a basic prefetch instruction. | Gabe Black |
2009-02-25 | X86: Add a flag to force memory accesses to happen at CPL 0. | Gabe Black |
2009-01-06 | X86: Hook in the M5 pseudo insts. | Gabe Black |
2009-01-06 | X86: Move the macroop class out of the isa description into C++. | Gabe Black |
2008-10-12 | X86: Make X86's microcode ROM actually do something. | Gabe Black |
2008-10-12 | X86: Implement CPUID with a magical function instead of microcode. | Gabe Black |
2008-06-12 | X86: Add microops which panic, fatal, warn, and warn_once. | Gabe Black |
2007-10-02 | X86: Implement the ldst microop and put it in existing microcode where approp... | Gabe Black |
2007-09-19 | X86: Move the fp microops to their own file with their own base classes in C+... | Gabe Black |
2007-09-06 | X86: Add SSE comparison instructions and microops and move some FP microops t... | Gabe Black |
2007-08-29 | X86: Add operands to handle floating point registers. | Gabe Black |
2007-07-17 | Actually include miscregs.hh | Gabe Black |
2007-07-14 | Pull some hard coded base classes out of the isa description. | Gabe Black |
2007-06-21 | Get rid of an unnecessary include file. | Gabe Black |
2007-06-21 | Needed for last change set to work :P | Gabe Black |
2007-06-20 | Make memory instructions work better, add more macroop implementations, add a... | Gabe Black |
2007-06-12 | Get rid of unnecessary namespace prototype. | Gabe Black |
2007-06-08 | Big changes to use the new microcode assembler. | Gabe Black |
2007-04-03 | A batch of changes and fixes. Macroops are now generated automatically, multi... | Gabe Black |
2007-03-05 | Stub decoder. This is probably even farther from finished than it looks... | Gabe Black |