gem5.git
2009-08-18 Gabe BlackX86: Create a pack media microop.
2009-08-18 Gabe BlackX86: Rename sel to ext for media microops.
2009-08-18 Gabe BlackX86: Move the MMX version of MOVD into the simd64 direc...
2009-08-18 Gabe BlackX86: Implement the remaining unpack instructions.
2009-08-18 Gabe BlackX86: Implement PANDN, ANDNPS, and ANDNPD.
2009-08-18 Gabe BlackX86: Implement a multimedia andn microop.
2009-08-18 Gabe BlackX86: Implement PAND, ANDPS, and ANDPD.
2009-08-18 Gabe BlackX86: Implement a multimedia and microop.
2009-08-18 Gabe BlackX86: Implement POR, ORPD and ORPS.
2009-08-18 Gabe BlackX86: Implement a media or microop.
2009-08-18 Gabe BlackX86: Implement PXOR.
2009-08-18 Gabe BlackX86: (Re)implement XORPS and XORPD.
2009-08-18 Gabe BlackX86: Implement a media xor microop.
2009-08-18 Gabe BlackX86: Implement PUNPCKLQDQ.
2009-08-18 Gabe BlackX86: Implement PUNPCKHQDQ.
2009-08-18 Gabe BlackX86: Implement PUNPCKHDQ.
2009-08-18 Gabe BlackX86: Implement PUNPCKHWD.
2009-08-18 Gabe BlackX86: Implement PUNPCKHBW.
2009-08-18 Gabe BlackX86: Implement PUNPCKLDQ.
2009-08-18 Gabe BlackX86: Implement PUNPCKLWD.
2009-08-18 Gabe BlackX86: Implement the versions of PUNPCKLBW that use XMM...
2009-08-18 Gabe BlackX86: Implement the MOVQ instruction.
2009-08-18 Gabe BlackX86: Implement the lfpimm microop.
2009-08-18 Gabe BlackX86: Implement the versions of MOVD that have an MMX...
2009-08-18 Gabe BlackX86: Implement the versions of PUNPCKLBW that use MMX...
2009-08-18 Gabe BlackX86: Implement an unpack microop.
2009-08-18 Gabe BlackX86: Implement the versions of MOVD that have an MMX...
2009-08-18 Gabe BlackX86: Ignore the size part of XMM/MMX operands. The...
2009-08-18 Gabe BlackX86: Use suffixes to differentiate XMM/MMX/GPR operands.
2009-08-18 Gabe BlackX86: Add microcode assembler symbols for mmx registers.
2009-08-18 Gabe BlackX86: Set up a media microop framework and create mov2in...
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-16 Nathan Binkertply: update PLY to version 3.2
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: Update the stats on the ruby x86 regressions for...
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: Update the stats for the slightly lengthened cmov.
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 Howerregression: updated stats
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
next