Age | Commit message (Expand) | Author |
2017-12-23 | riscv,x86: Stop using the arch Nop machine instruction unnecessarily. | Gabe Black |
2017-07-05 | cpu: Simplify the rename interface and use RegId | Rekai Gonzalez-Alberquilla |
2017-07-05 | arch, cpu: Architectural Register structural indexing | Nathanael Premillieu |
2016-11-09 | style: [patch 1/22] use /r/3648/ to reorganize includes | Brandon Potter |
2016-02-06 | x86: revamp cmpxchg8b/cmpxchg16b implementation | Alexandru Dutu |
2016-02-06 | style: fix missing spaces in control statements | Steve Reinhardt |
2016-02-06 | style: remove trailing whitespace | Steve Reinhardt |
2015-07-28 | revert 5af8f40d8f2c | Nilay Vaish |
2015-07-26 | cpu: implements vector registers | Nilay Vaish |
2015-05-15 | misc: Appease gcc 5.1 | Andreas Hansson |
2014-10-16 | arch,x86,mem: Dynamically determine the ISA for Ruby store check | Andreas Hansson |
2014-05-09 | cpu: Add flag name printing to StaticInst | Andrew Bardsley |
2013-10-15 | cpu: add a condition-code register class | Yasuko Eckert |
2013-10-15 | cpu: clean up architectural register classification | Steve Reinhardt |
2012-04-23 | ISA: Put parser generated files in a "generated" directory. | Gabe Black |
2012-04-15 | X86: Fix a tiny typo in the load/store microop constructor. | Gabe Black |
2011-09-09 | StaticInst: Merge StaticInst and StaticInstBase. | Gabe Black |
2011-09-05 | X86: Make sure instruction flags are set properly even on 32 bit machines. | Gabe Black |
2011-07-02 | ISA: Use readBytes/writeBytes for all instruction level memory operations. | Gabe Black |
2011-06-02 | copyright: clean up copyright blocks | Nathan Binkert |
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: On a bad microopc, return a microop that returns a fault that panics. | Gabe Black |
2010-10-31 | ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. | Gabe Black |
2010-09-13 | Faults: Pass the StaticInst involved, if any, to a Fault's invoke method. | Gabe Black |
2010-09-10 | style: fix sorting of includes and whitespace in some files | Nathan Binkert |
2010-08-23 | X86: Create a directory for files that define register indexes. | Gabe Black |
2010-08-23 | X86: Consolidate extra microop flags into one parameter. | Gabe Black |
2010-05-23 | copyright: Change HP copyright on x86 code to be more friendly | Nathan Binkert |
2009-12-19 | X86: Add a common named flag for signed media operations. | Gabe Black |
2009-12-19 | X86: Create a common flag with a name to indicate high multiplies. | Gabe Black |
2009-12-19 | X86: Create a common flag with a name to indicate scalar media instructions. | Gabe Black |
2009-08-21 | X86: fix some simple compile issues | Nathan Binkert |
2009-08-17 | X86: Rename sel to ext for media microops. | Gabe Black |
2009-08-17 | X86: Create base classes for use with media/SIMD microops. | Gabe Black |
2009-08-05 | X86: Fix how the parity flag is computed. | Gabe Black |
2009-07-17 | X86: Set up a named constant for the "fold bit" for int register indices. | Gabe Black |
2009-07-17 | X86: Shift some register flattening work into the decoder. | Gabe Black |
2009-07-16 | X86: Take limitted advantage of the compilers type checking for microop opera... | Gabe Black |
2009-04-23 | X86: Put the StoreCheck flag with the others, and don't collide with other fl... | Gabe Black |
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 |
2009-02-01 | X86: Calculate flags based on the actual result. | Gabe Black |
2009-01-06 | X86: Autogenerate macroop generateDisassemble function. | Gabe Black |
2009-01-06 | X86: Move the function that prints memory args into the inst base class. | Gabe Black |
2009-01-06 | X86: Move the macroop class out of the isa description into C++. | Gabe Black |
2009-01-06 | X86: Change indentation on microop disassembly. | Gabe Black |
2008-11-09 | X86: Fix completeAcc get call. | Gabe Black |
2008-09-27 | gcc: Add extra parens to quell warnings. | Nathan Binkert |