ARM: Pull decoding of ARM pack, unpack, saturate and reverse instructions into a...
[gem5.git] / src / arch / x86 /
2010-05-26 Nathan Binkertx86: put back code that I accidentally deleted
2010-05-24 Nathan Binkertcopyright: Change HP copyright on x86 code to be more...
2010-05-14 Ali SaidiAutomated merge with ssh://m5sim.org//repo/m5
2010-05-12 Gabe BlackX86: Make the cvti2f microop sign extend its integer...
2010-05-12 Gabe BlackX86: Actual change that fixes div. How did that happen?
2010-05-03 Gabe BlackX86: Update the base aux vector X86 processes install.
2010-05-02 Gabe BlackX86: Sometimes CPUID depends on ecx, so pass that in.
2010-05-02 Gabe BlackX86: Finally fix a division corner case.
2010-02-12 Timothy M. JonesO3PCU: Split loads and stores that cross cache line...
2010-01-25 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2010-01-22 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2010-01-19 Derek Howermerge
2009-12-19 Gabe BlackX86: Add a common named flag for signed media operations.
2009-12-19 Gabe BlackX86: Create a common flag with a name to indicate high...
2009-12-19 Gabe BlackX86: Create a common flag with a name to indicate scala...
2009-11-11 Vince WeaverX86: add ULL to 1's being shifted in 64-bit values
2009-11-11 Gabe BlackMerge with the head.
2009-11-10 Vince WeaverX86: Fix bugs in movd implementation.
2009-11-10 Vince WeaverX86: Remove double-cast in Cvtf2i micro-op
2009-11-09 Gabe BlackX86: Don't panic on faults on prefetches in SE mode.
2009-11-09 Gabe BlackX86: Explain what really didn't work with unmapped...
2009-11-09 Gabe BlackX86: Make x86 use PREFETCH instead of PF_EXCLUSIVE.
2009-11-09 Nathan Binkertautomerge
2009-11-08 Nathan Binkertcompile: wrap 64bit numbers with ULL() so 32bit compile...
2009-11-06 Nathan Binkertcompile: compile on 32 bit hardware
2009-11-04 Vince WeaverX86: Fix problem with movhps instruction
2009-11-05 Nathan Binkertbuild: fix compile problems pointed out by gcc 4.4
2009-11-04 Vince WeaverX86: Enable x86_64 vsyscall support
2009-11-04 Vince WeaverX86: Hook up time syscall on X86
2009-10-30 Vince WeaverX86: Add support for x86 psrldq and pslldq instructions
2009-10-30 Vince WeaverX86: Implement movd_Vo_Edp on X86
2009-10-30 Vince WeaverX86: Implement the X86 sse2 haddpd instruction
2009-10-30 Vince WeaverX86: Hookup truncate/ftruncate syscalls on X86
2009-10-30 Gabe BlackSyscalls: Make system calls access arguments like a...
2009-10-28 Gabe BlackX86: Replace "DISPLACEMENT" with disp in movhpd.
2009-10-27 Vince WeaverFix problem with the x86 sse movhpd instruction.
2009-10-21 Vince WeaverImplement X86 sse2 movdqu and movdqa instructions
2009-10-20 Vince Weaverhook up stat syscall on 64-bit x86_SE
2009-10-20 Vince Weaverhook up stat64 syscall on 32-bit X86_SE
2009-10-20 Vince WeaverFix stat64 structure on 32-bit X86_SE
2009-10-19 Vince WeaverEnable getuid and getgid related syscalls on X86_SE
2009-10-16 Vince WeaverIgnore rt_sigaction() syscalls on x86 and x86_64
2009-10-11 Vince WeaverHook up the munmap() syscall for 32-bit x86.
2009-10-02 Gabe BlackX86: Make successive anonymous mmaps move down in 32...
2009-09-22 Nathan Binkertpython: Move more code into m5.util allow SCons to...
2009-09-17 Gabe BlackX86: Fix the expected size of the immediate offset...
2009-09-17 Gabe BlackX86: Sign extend the immediate of wripi like the regist...
2009-09-17 Gabe BlackX86: Make the imm8 member of immediate microops really...
2009-09-17 Gabe BlackX86: Fix checking the NT bit during an IRET.
2009-09-17 Gabe BlackX86: Fix setting the busy bit in the task descriptor...
2009-09-16 Vince WeaverSyscalls: Implement sysinfo() syscall.
2009-09-15 Vince Weaver[mq]: x86syscalls.patch
2009-08-25 Derek Howermerge
2009-08-25 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-23 Gabe BlackMerge with head.
2009-08-23 Gabe BlackX86: Preserve the NO_ACCESS flag when giving CDA a...
2009-08-21 Nathan BinkertX86: fix some simple compile issues
2009-08-20 Gabe BlackX86: Fix the decoding for and fill out FST and FSTP.
2009-08-20 Gabe BlackX86: Add microassembler symbols for floating point...
2009-08-18 Gabe BlackX86: Decode the immediate byte opcode extension for...
2009-08-18 Gabe BlackX86: Decode three byte opcodes.
2009-08-18 Gabe BlackMerge with head.
2009-08-18 Gabe BlackX86: Double check the two byte portion of the decoder...
2009-08-18 Gabe BlackX86: Implement MOVNTI.
2009-08-18 Gabe BlackX86: Initialize the MXCSR in SE mode.
2009-08-18 Gabe BlackX86: Implement MOVQ2DQ.
2009-08-18 Gabe BlackX86: Implement MOVDQ2Q.
2009-08-18 Gabe BlackX86: Implement the media instructions that convert...
2009-08-18 Gabe BlackX86: Implement a microop for converting fp values to...
2009-08-18 Gabe BlackX86: Implement the instructions that compare fp values...
2009-08-18 Gabe BlackX86: Implement a microop that compares fp values and...
2009-08-18 Gabe BlackX86: Implement the instructions that compare fp values...
2009-08-18 Gabe BlackX86: Implement a microop that compares fp values and...
2009-08-18 Gabe BlackX86: Implement MOVSS.
2009-08-18 Gabe BlackX86: Implement LDMXCSR.
2009-08-18 Gabe BlackX86: Implement STMXCSR.
2009-08-18 Gabe BlackX86: Implement the shuffle media instructions.
2009-08-18 Gabe BlackX86: Implement a shuffle media microop.
2009-08-18 Gabe BlackX86: Implement the mask move instructions.
2009-08-18 Gabe BlackX86: Implement a mask move microop.
2009-08-18 Gabe BlackX86: Implement the instructions that move sign bits.
2009-08-18 Gabe BlackX86: Implement a microop that moves sign bits.
2009-08-18 Gabe BlackX86: Implement the insert/extract instructions.
2009-08-18 Gabe BlackX86: Fix a bug in the decoder where the insert/extract...
2009-08-18 Gabe BlackX86: Extend mov2int and mov2fp so they can support...
2009-08-18 Gabe BlackX86: Implement the media average instructions.
2009-08-18 Gabe BlackX86: Implement a media average microop.
2009-08-18 Gabe BlackX86: Implement the multiply and add instructions.
2009-08-18 Gabe BlackX86: Let the integer multiply microop use every other...
2009-08-18 Gabe BlackX86: Implement the media shifts that operate on 64...
2009-08-18 Gabe BlackX86: Implement the media shift microops. These don...
2009-08-18 Gabe BlackX86: Implement the sum of absolute differences instruct...
2009-08-18 Gabe BlackX86: Implement a "sum of absolute differences" microop.
2009-08-18 Gabe BlackX86: Implement the media integer subtract instructions.
2009-08-18 Gabe BlackX86: Implement an integer media subtract microop.
2009-08-18 Gabe BlackX86: Implement the integer media multiply instructions.
2009-08-18 Gabe BlackX86: Implement a media integer multiply microop.
2009-08-18 Gabe BlackX86: Make larger blocks of instructions use the Inst...
2009-08-18 Gabe BlackX86: Implement the integer media max instructions.
2009-08-18 Gabe BlackX86: Implement an integer media max microop.
next