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
Age
Commit message (
Expand
)
Author
2013-06-18
x86: Add support for maintaining the x87 tag word
Andreas Sandberg
2013-06-18
x86: Fix loading of floating point constants
Andreas Sandberg
2013-06-18
x86: Make fprem like the fprem on a real x87
Andreas Sandberg
2013-06-18
x86: Fix the flag handling code in FABS and FCHS
Andreas Sandberg
2013-05-21
x86: mark instructions for being function call/return
Nilay Vaish
2013-05-21
x86: add op class for int and fp microops in isa description
Nilay Vaish
2013-04-23
x86: increment the stack pointer in lret inst
Christian Menard
2013-03-11
x86: implement some of the x87 instructions
Nilay Vaish
2013-02-19
scons: Fix warnings issued by clang 3.2svn (XCode 4.6)
Andreas Hansson
2013-01-15
x86: implements fsin, fcos instructions
Nilay Vaish
2013-01-15
x86: implements emms instruction
Nilay Vaish
2013-01-15
x86: implement fabs, fchs instructions
Nilay Vaish
2013-01-08
util: add m5_fail op.
LluĂs Vilanova
2012-12-30
x86: implement x87 fp instruction fnstsw
Nilay Vaish
2012-12-30
x86: implement x87 fp instruction fsincos
Nilay Vaish
2012-09-11
X86: make use of register predication
Nilay Vaish
2012-09-11
x86: Add a separate register for D flag bit
Nilay Vaish
2012-06-04
X86: Ensure that the CPUID instruction always writes its outputs.
Gabe Black
2012-05-26
CPU: Merge the predecoder and decoder.
Gabe Black
2012-05-25
ISA: Make the decode function part of the ISA's decoder.
Gabe Black
2012-05-22
X86: Split Condition Code register
Nilay Vaish
2012-05-19
x86 ISA: Implement the sse3 haddps instruction.
Marc Orr
2012-04-29
X86: Fix the IMUL_R_P_I macroop.
Gabe Black
2012-04-14
clang/gcc: Fix compilation issues with clang 3.0 and gcc 4.6
Andreas Hansson
2012-03-31
X86: Fix address size handling so real mode works properly.
Gabe Black
2012-03-19
gcc: Clean-up of non-C++0x compliant code, first steps
Andreas Hansson
2012-03-19
clang: Fix recently introduced clang compilation errors
Andreas Hansson
2012-02-26
X86: Use the M5PanicFault fault in execute methods instead of calling panic.
Gabe Black
2012-01-16
Merge yet again with the main repository.
Gabe Black
2012-01-09
X86: Add memory fence to I/O instructions
Nilay Vaish
2012-01-07
Merge with the main repository again.
Gabe Black
2012-01-07
Merge with main repository.
Gabe Black
2011-12-01
X86: Fix a bad segmentation check for the stack segment.
Gabe Black
2011-11-03
x86: Add microop for fence
Nilay Vaish
2011-10-31
GCC: Get everything working with gcc 4.6.1.
Gabe Black
2011-09-30
SE/FS: Use the new FullSystem constant where possible.
Gabe Black
2011-09-26
ISA parser: Use '_' instead of '.' to delimit type modifiers on operands.
Gabe Black
2011-09-19
X86: Don't use "#if FULL_SYSTEM" in the X86 ISA description.
Gabe Black
2011-09-19
PseudoInst: Remove the now unnecessary #if FULL_SYSTEMs around pseudoinsts.
Gabe Black
2011-09-18
Pseudoinst: Add an initParam pseudo inst function.
Gabe Black
2011-08-13
X86: Use IsSquashAfter if an instruction could affect fetch translation.
Gabe Black
2011-07-05
ISA parser: Define operand types with a ctype directly.
Gabe Black
2011-07-02
ISA: Use readBytes/writeBytes for all instruction level memory operations.
Gabe Black
2011-07-02
X86: Fix store microops so they don't drop faults in timing mode.
Gabe Black
2011-06-21
X86: Eliminate an unused argument for building store microops.
Gabe Black
2011-06-02
copyright: clean up copyright blocks
Nathan Binkert
2011-05-06
X86: Fix the Lldt instructions so they load the ldtr and not the tr.
Gabe Black
2011-04-23
X86: When decoding a memory only inst, fault on reg encodings, don't assert.
Gabe Black
2011-04-15
trace: reimplement the DTRACE function so it doesn't use a vector
Nathan Binkert
2011-04-15
includes: sort all includes
Nathan Binkert
[next]