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
Age
Commit message (
Expand
)
Author
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-16
ply: update PLY to version 3.2
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: Update the stats on the ruby x86 regressions for the new CMOVcc implemen...
Gabe Black
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: Update the stats for the slightly lengthened cmov.
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
2009-08-07
X86: Use the right field when using legacy prefixes to distinguish instructions.
Gabe Black
2009-08-07
X86: Don't truncate the immediate parameter for the ENTER instruction.
Gabe Black
2009-08-06
X86: Adjust the various sizes used for the enter and leave instructions.
Gabe Black
2009-08-06
X86: Make scas compare its operands in the right order.
Gabe Black
2009-08-06
X86: Fix a copy/paste error for cmovnp.
Gabe Black
2009-08-06
fixed MOESI_CMP_directory bug
Derek Hower
2009-08-06
protocol: fixed MOESI_CMP_directory bug
Derek Hower
2009-08-06
ruby: better configuration assert message
Derek Hower
2009-08-05
merge
Derek Hower
2009-08-05
regression: updated stats
Derek Hower
2009-08-05
ruby: configuration supports multiple runs in same session
Derek Hower
2009-08-05
protocol: made MI_example dma mapping generic
Derek Hower
2009-08-05
Merge with head.
Gabe Black
2009-08-05
X86: Make conditional moves zero extend their 32 bit destinations always.
Gabe Black
2009-08-05
X86: Fix condition code setting for signed multiplies with negative results.
Gabe Black
2009-08-05
X86: Make the check for negative operands for sign multiply more direct.
Gabe Black
2009-08-05
X86: Make sure immediate values are truncated properly.
Gabe Black
2009-08-05
X86: Use the new forced folding mechanism for the SAHF and LAHF instructions.
Gabe Black
2009-08-05
X86: Fix the indexing for ah in byte division instructions.
Gabe Black
2009-08-05
X86: Fix the indexing for ah in byte multiply instructions.
Gabe Black
2009-08-05
X86: Let microops force folding an index into the high byte of a register.
Gabe Black
2009-08-05
X86: Handle rotate left with carry instructions that go all the way around or...
Gabe Black
2009-08-05
X86: Set the flags on rotate left with carry instructions.
Gabe Black
2009-08-05
X86: Handle rotate right with carry instructions that go all the way around o...
Gabe Black
2009-08-05
X86: Fix the overflow bit for rotate right with carry.
Gabe Black
2009-08-05
X86: Fix the computation of the bottom part of rotate right with carry.
Gabe Black
2009-08-05
X86: Fix the computation of the upper part of rotate right with carry.
Gabe Black
2009-08-05
X86: Set the flags for rotate right with carry instructions.
Gabe Black
[next]