index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2009-08-17
X86: Implement PAND, ANDPS, and ANDPD.
Gabe Black
2009-08-17
X86: Implement a multimedia and microop.
Gabe Black
2009-08-17
X86: Implement POR, ORPD and ORPS.
Gabe Black
2009-08-17
X86: Implement a media or microop.
Gabe Black
2009-08-17
X86: Implement PXOR.
Gabe Black
2009-08-17
X86: (Re)implement XORPS and XORPD.
Gabe Black
2009-08-17
X86: Implement a media xor microop.
Gabe Black
2009-08-17
X86: Implement PUNPCKLQDQ.
Gabe Black
2009-08-17
X86: Implement PUNPCKHQDQ.
Gabe Black
2009-08-17
X86: Implement PUNPCKHDQ.
Gabe Black
2009-08-17
X86: Implement PUNPCKHWD.
Gabe Black
2009-08-17
X86: Implement PUNPCKHBW.
Gabe Black
2009-08-17
X86: Implement PUNPCKLDQ.
Gabe Black
2009-08-17
X86: Implement PUNPCKLWD.
Gabe Black
2009-08-17
X86: Implement the versions of PUNPCKLBW that use XMM registers.
Gabe Black
2009-08-17
X86: Implement the MOVQ instruction.
Gabe Black
2009-08-17
X86: Implement the lfpimm microop.
Gabe Black
2009-08-17
X86: Implement the versions of MOVD that have an MMX source.
Gabe Black
2009-08-17
X86: Implement the versions of PUNPCKLBW that use MMX registers.
Gabe Black
2009-08-17
X86: Implement an unpack microop.
Gabe Black
2009-08-17
X86: Implement the versions of MOVD that have an MMX destination.
Gabe Black
2009-08-17
X86: Ignore the size part of XMM/MMX operands. The instructions know what the...
Gabe Black
2009-08-17
X86: Use suffixes to differentiate XMM/MMX/GPR operands.
Gabe Black
2009-08-17
X86: Add microcode assembler symbols for mmx registers.
Gabe Black
2009-08-17
X86: Set up a media microop framework and create mov2int and mov2fp microops.
Gabe Black
2009-08-17
X86: Create base classes for use with media/SIMD microops.
Gabe Black
2009-08-17
X86: Turn the DIV and IDIV microcode into templates and generate all the vari...
Gabe Black
2009-08-17
X86: Remove some FIXMEs from IDIV that have been fixed.
Gabe Black
2009-08-17
X86: Turn the CMPXCHG8B microcode into a template and generate each variant.
Gabe Black
2009-08-17
Merge with head.
Gabe Black
2009-08-17
X86: Fix a bug introduced to IDIV in a recent attempt to fix another bug.
Gabe Black
2009-08-16
code_formatter: Add a python class for writing code generator templates
Nathan Binkert
2009-08-16
ply: add a base class called Grammar that encapsulates a ply grammar
Nathan Binkert
2009-08-16
orderdict: Use DictMixin and add orderdict to m5.util
Nathan Binkert
2009-08-16
python: Make it possible to import the parts of m5 that are pure python
Nathan Binkert
2009-08-13
Automated merge with ssh://hg@m5sim.org/m5
Derek Hower
2009-08-13
ruby: config bugfix
Derek Hower
2009-08-11
ruby/network data_msg_size bug fix with updated stats
Tushar Krishna
2009-08-11
merged Tushar's bug fix with public repository changes
Brad Beckmann
2009-08-09
Automated merge with ssh://hg@m5sim.org/m5
Derek Hower
2009-08-09
protocol: added recycle actions to MOESI DMA events
Derek Hower
2009-08-09
X86: Implement the CMPXCHG8B/CMPXCHG16B instruction.
Gabe Black
2009-08-09
X86: Don't clobber the original dividend when doing signed divide.
Gabe Black
2009-08-09
X86: Decode byte sized singed divide as byte sized.
Gabe Black
2009-08-08
X86: Make not taken conditional moves leave the destination alone. Adjust CMO...
Gabe Black
2009-08-07
bug fix for data_msg_size in network/Network.cc
Tushar Krishna
2009-08-07
X86: (Re)Implemented SHRD.
Gabe Black
2009-08-07
X86: Implement SHLD.
Gabe Black
2009-08-07
X86: Implement shift right/left double microops.
Gabe Black
2009-08-07
X86: Make the qaud width bswap instruction handle the fact that 32 bit operat...
Gabe Black
[next]