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
2010-06-02
ARM: Define the store instructions from outside the decoder.
Gabe Black
2010-06-02
ARM: Define the load instructions from outside the decoder.
Gabe Black
2010-06-02
ARM: Implement a new set of base classes for non macro memory instructions.
Gabe Black
2010-06-02
ARM: Create a "decoder" directory for the files implementing the decoder.
Gabe Black
2010-06-02
ARM: Flesh out the 32 bit thumb store single instructions.
Gabe Black
2010-06-02
ARM: Implement the 32 bit thumb load word instructions.
Gabe Black
2010-06-02
ARM: Add an operand for accessing the current PC.
Gabe Black
2010-06-02
ARM: Flesh out 32 bit thumb load word decoding.
Gabe Black
2010-06-02
ARM: Implement some 32 bit thumb data processing immediate instructions.
Gabe Black
2010-06-02
ARM: Replace the "never" condition with the "unconditional" condition.
Gabe Black
2010-06-02
ARM: Add a base class for 32 bit thumb data processing immediate instructions.
Gabe Black
2010-06-02
ARM: Add a function to decode 32 bit thumb immediate values.
Gabe Black
2010-06-02
ARM: Expand the decoding for 32 bit thumb data processing immediate instructi...
Gabe Black
2010-06-02
ARM: Stub out the 32 bit Thumb portion of the decoder.
Gabe Black
2010-06-02
ARM: Add bitfields for 32 bit thumb.
Gabe Black
2010-06-02
ARM: Decode VFP instructions.
Gabe Black
2010-06-02
ARM: Stub out the 16 bit thumb decoder.
Gabe Black
2010-06-02
ARM: Add thumb bitfields to the ExtMachInst and the isa definition.
Gabe Black
2010-06-02
ARM: Make the decoder handle thumb instructions separately.
Gabe Black
2010-06-02
ARM: Add a thumb bit bitfield.
Gabe Black
2010-06-02
ARM: Make the predecoder handle Thumb instructions.
Gabe Black
2010-06-02
ARM: Make sure ExtMachInst is used consistently instead of regular MachInst.
Gabe Black
2010-06-02
ARM: Add a bitfield for setting the regular, inst bits of an ExtMachInst.
Gabe Black
2010-06-02
ARM: Add a bit to the ExtMachInst to select thumb mode.
Gabe Black
2010-06-02
ARM: Allow ARM processes to start in Thumb mode.
Gabe Black
2010-06-02
ARM: Detect thumb mode elf images.
Gabe Black
2010-06-02
ARM: Add a new base class for instructions that can do an interworking branch.
Gabe Black
2010-06-02
ARM: Track the current ISA mode using the PC.
Gabe Black
2010-06-02
ARM: Fix custom writer/reader code for non indexed operands.
Gabe Black
2010-06-02
ARM: Remove IsControl from operands that don't imply control transfers.
Gabe Black
2010-06-02
ARM: Adjust some copyrights
Ali Saidi
2010-06-01
style: clean up ruby's Set class
Nathan Binkert
2010-05-25
x86: put back code that I accidentally deleted
Nathan Binkert
2010-05-23
copyright: Change HP copyright on x86 code to be more friendly
Nathan Binkert
2010-05-14
SPARC: Implement the version of movcc that uses the fp condition codes.
Gabe Black
2010-05-13
Automated merge with ssh://m5sim.org//repo/m5
Ali Saidi
2010-05-13
BPRED: Fixed the treshold-bug in the tournament predictor.
Maximilien Breughe
2010-05-12
X86: Make the cvti2f microop sign extend its integer source correctly.
Gabe Black
2010-05-12
X86: Actual change that fixes div. How did that happen?
Gabe Black
2010-05-06
macos: MacOS has deprecated getdirentries, so just disable the code.
Nathan Binkert
2010-05-06
compile: don't #include unnecessary stuff
Nathan Binkert
2010-05-03
X86: Update the base aux vector X86 processes install.
Gabe Black
2010-05-02
X86: Sometimes CPUID depends on ecx, so pass that in.
Gabe Black
2010-05-02
X86: Finally fix a division corner case.
Gabe Black
2010-04-18
stats: make simTicks and simFreq accessible from stats.hh
Nathan Binkert
2010-04-18
callback: Make helper functions that create callback objects for you
Nathan Binkert
2010-04-18
event: Allow EventWrapper to take an object reference
Nathan Binkert
2010-04-15
scons: don't maintain files in sorted order
Nathan Binkert
2010-04-15
tick: rename Clock namespace to SimClock
Nathan Binkert
2010-04-15
eventq: move EventQueue constructor to cc file
Nathan Binkert
[next]