X86: Create base classes for use with media/SIMD microops.
[gem5.git] / src /
2009-08-18 Gabe BlackX86: Create base classes for use with media/SIMD microops.
2009-08-18 Gabe BlackX86: Turn the DIV and IDIV microcode into templates...
2009-08-18 Gabe BlackX86: Remove some FIXMEs from IDIV that have been fixed.
2009-08-18 Gabe BlackX86: Turn the CMPXCHG8B microcode into a template and...
2009-08-17 Gabe BlackMerge with head.
2009-08-17 Gabe BlackX86: Fix a bug introduced to IDIV in a recent attempt...
2009-08-16 Nathan Binkertcode_formatter: Add a python class for writing code...
2009-08-16 Nathan Binkertply: add a base class called Grammar that encapsulates...
2009-08-16 Nathan Binkertorderdict: Use DictMixin and add orderdict to m5.util
2009-08-16 Nathan Binkertpython: Make it possible to import the parts of m5...
2009-08-13 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-13 Derek Howerruby: config bugfix
2009-08-11 Tushar Krishnaruby/network data_msg_size bug fix with updated stats
2009-08-11 Brad Beckmannmerged Tushar's bug fix with public repository changes
2009-08-09 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-09 Derek Howerprotocol: added recycle actions to MOESI DMA events
2009-08-09 Gabe BlackX86: Implement the CMPXCHG8B/CMPXCHG16B instruction.
2009-08-09 Gabe BlackX86: Don't clobber the original dividend when doing...
2009-08-09 Gabe BlackX86: Decode byte sized singed divide as byte sized.
2009-08-09 Gabe BlackX86: Make not taken conditional moves leave the destina...
2009-08-07 Tushar Krishnabug fix for data_msg_size in network/Network.cc
2009-08-07 Gabe BlackX86: (Re)Implemented SHRD.
2009-08-07 Gabe BlackX86: Implement SHLD.
2009-08-07 Gabe BlackX86: Implement shift right/left double microops.
2009-08-07 Gabe BlackX86: Make the qaud width bswap instruction handle the...
2009-08-07 Gabe BlackX86: Use the right field when using legacy prefixes...
2009-08-07 Gabe BlackX86: Don't truncate the immediate parameter for the...
2009-08-07 Gabe BlackX86: Adjust the various sizes used for the enter and...
2009-08-07 Gabe BlackX86: Make scas compare its operands in the right order.
2009-08-07 Gabe BlackX86: Fix a copy/paste error for cmovnp.
2009-08-06 Derek Howerfixed MOESI_CMP_directory bug
2009-08-06 Derek Howerprotocol: fixed MOESI_CMP_directory bug
2009-08-06 Derek Howerruby: better configuration assert message
2009-08-05 Derek Howermerge
2009-08-05 Derek Howerruby: configuration supports multiple runs in same...
2009-08-05 Derek Howerprotocol: made MI_example dma mapping generic
2009-08-05 Gabe BlackMerge with head.
2009-08-05 Gabe BlackX86: Make conditional moves zero extend their 32 bit...
2009-08-05 Gabe BlackX86: Fix condition code setting for signed multiplies...
2009-08-05 Gabe BlackX86: Make the check for negative operands for sign...
2009-08-05 Gabe BlackX86: Make sure immediate values are truncated properly.
2009-08-05 Gabe BlackX86: Use the new forced folding mechanism for the SAHF...
2009-08-05 Gabe BlackX86: Fix the indexing for ah in byte division instructions.
2009-08-05 Gabe BlackX86: Fix the indexing for ah in byte multiply instructions.
2009-08-05 Gabe BlackX86: Let microops force folding an index into the high...
2009-08-05 Gabe BlackX86: Handle rotate left with carry instructions that...
2009-08-05 Gabe BlackX86: Set the flags on rotate left with carry instructions.
2009-08-05 Gabe BlackX86: Handle rotate right with carry instructions that...
2009-08-05 Gabe BlackX86: Fix the overflow bit for rotate right with carry.
2009-08-05 Gabe BlackX86: Fix the computation of the bottom part of rotate...
2009-08-05 Gabe BlackX86: Fix the computation of the upper part of rotate...
2009-08-05 Gabe BlackX86: Set the flags for rotate right with carry instruct...
2009-08-05 Gabe BlackX86: Handle rotating right all the way around or more.
2009-08-05 Gabe BlackX86: Set the flags on a rotate right instruction.
2009-08-05 Gabe BlackX86: Make shifts/rotations that write to 32 bits of...
2009-08-05 Gabe BlackX86: Handle left rotations that go all the way around...
2009-08-05 Gabe BlackX86: Actually set the flags on a rotate left instruction.
2009-08-05 Gabe BlackX86: Fix the sar carry flag.
2009-08-05 Gabe BlackX86: Fix sign extension when doing an arithmetic shift...
2009-08-05 Gabe BlackX86: Fix the carry flag for shr.
2009-08-05 Gabe BlackX86: Fix the carry flag for shl.
2009-08-05 Gabe BlackX86: Fix how the parity flag is computed.
2009-08-05 Derek Howerruby: made mapAddressToRange based off a bit count
2009-08-04 Derek Howerslicc: added MOESI_CMP_directory, DMA SequencerMsg...
2009-08-04 Derek Howerslicc: generate html by default
2009-08-04 Nathan Binkertslicc: better error messages when the python parser...
2009-08-03 Gabe BlackMerged with head.
2009-08-03 Gabe BlackX86: Fix segment override prefixes on instructions...
2009-08-03 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-03 Gabe BlackX86: Set up the IDE device correctly, ie. with and...
2009-08-03 Gabe BlackIDE: Configure the IDE control to reflect the initial...
2009-08-02 Gabe BlackX86: Fix the high result of mul1s, and removed undefine...
2009-08-02 Steve ReinhardtFix setting of INST_FETCH flag for O3 CPU.
2009-08-02 Steve ReinhardtClean up some inconsistencies with Request flags.
2009-08-02 Steve ReinhardtRename internal Request fields to start with '_'.
2009-07-31 Korey Sewellmerge mips fix and statetrace changes
2009-07-31 Korey Sewellmips: fix ll/sc pairs working incorrectly because of...
2009-07-31 Nathan Binkertcompile: fix accidental conversion of == into =
2009-07-30 Gabe BlackARM: Mul and mla ignore the c and v flags, but we were...
2009-07-29 Derek Howerruby: fixed clearStats
2009-07-29 Gabe BlackARM: Fix an instruction in the cmpxchg kernel provided...
2009-07-29 Gabe BlackARM: Get rid of a stray line in the set_tls handler.
2009-07-29 Gabe BlackARM: Make the ARM native tracer stop M5 if control...
2009-07-29 Gabe BlackSimple CPU: Make the simple CPU handle the IntRegs...
2009-07-29 Gabe BlackARM: Make sure the target process doesn't run away...
2009-07-29 Ali SaidiARM: Ignore the "times" system call.
2009-07-29 Ali SaidiARM: Fix an ioctl constant.
2009-07-28 Derek Howerruby: removed unused/incorrect profiler state
2009-07-27 Ali SaidiARM: Update some syscall constants and delete others...
2009-07-27 Gabe BlackARM: Decode fstmx and fldmx instructions. We can ignore...
2009-07-27 Gabe BlackARM: Only send information that changed between statetr...
2009-07-27 Gabe Blackimported patch nativetracestreamline.patch
2009-07-27 Gabe BlackARM: Make native trace print out what instruction cause...
2009-07-27 Gabe BlackARM: Implement a basic version of the fmxr instruction.
2009-07-27 Gabe BlackARM: Implement a basic version of the fmrx instruction.
2009-07-27 Gabe BlackARM: Add in spots for the VFP control registers.
2009-07-27 Gabe BlackARM: Fix the CLZ instruction.
2009-07-27 Gabe BlackARM: Initialize the CPSR so that we're in user mode.
2009-07-27 Gabe BlackARM: Set up the initial stack frame to match a recent...
2009-07-27 Gabe BlackElf: Add in some new aux vector type constants.
next