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
/
arch
/
x86
/
isa_traits.hh
Age
Commit message (
Expand
)
Author
2015-05-15
misc: Appease gcc 5.1
Andreas Hansson
2014-12-04
x86: Rework opcode parsing to support 3 byte opcodes properly.
Gabe Black
2014-09-03
arch: Cleanup unused ISA traits constants
Andreas Hansson
2012-11-02
ISA: generic Linux thread info support
Dam Sunwoo
2012-06-05
ISA: Back-out NoopMachInst as a StaticInstPtr change.
Ali Saidi
2012-06-04
ISA: Turn the ExtMachInst NoopMachinst into the StaticInstPtr NoopStaticInst.
Gabe Black
2012-05-25
ISA: Make the decode function part of the ISA's decoder.
Gabe Black
2012-03-19
gcc: Clean-up of non-C++0x compliant code, first steps
Andreas Hansson
2011-09-09
StaticInst: Merge StaticInst and StaticInstBase.
Gabe Black
2010-08-23
X86: Define a noop ExtMachInst.
Gabe Black
2010-08-23
Loader: Make the load address mask be a parameter of the system rather than a...
Ali Saidi
2010-05-23
copyright: Change HP copyright on x86 code to be more friendly
Nathan Binkert
2010-02-12
O3PCU: Split loads and stores that cross cache line boundaries.
Timothy M. Jones
2009-07-08
Registers: Add a registers.hh file as an ISA switched header.
Gabe Black
2009-05-17
types: Move stuff for global types into src/base/types.hh
Nathan Binkert
2009-04-21
syscall: Resolve conflicts between m5threads and Gabe's recent SE changes.
Steve Reinhardt
2009-02-27
Processes: Make getting and setting system call arguments part of a process o...
Gabe Black
2007-11-08
ISA parser: Make the isa parser generate MaxInstSrcRegs and MaxInstDestRegs.
Gabe Black
2007-10-12
Loader: Identify sections based on virtual addresses, and set the LoadAddrMas...
Gabe Black
2007-10-04
X86: Fix the PageShift constant in isa_traits.hh (I thought I alread did this?)
Gabe Black
2007-10-02
X86: Fix x87 floating point stack register indexing.
Gabe Black
2007-09-24
X86: Get X86_FS to compile.
Gabe Black
2007-09-19
X86: Put in the foundation for x87 stack based fp registers.
Gabe Black
2007-09-06
X86: Rework the multiplication microops so that they work like they would in ...
Gabe Black
2007-07-30
X86: Make sure FP_Base_DepTag is big enough to avoid trouble.
Gabe Black
2007-07-26
X86: Fix argument register indexing.
Gabe Black
2007-06-19
Get rid of the immediate and displacement components of the EmulEnv struct an...
Gabe Black
2007-06-18
Add in incomplete pick and merge functions which read and write pieces of reg...
Gabe Black
2007-03-06
Get X86 to load an elf and start a process for it.
Gabe Black
2007-03-05
Various touch ups
Gabe Black
2007-03-05
Include the x86 specific traits file.
Gabe Black
2007-03-03
Filled in with basic x86 information. Some things are missing, wrong, or non-...
Gabe Black
2007-03-03
Add build hooks for x86.
Gabe Black