X86: Replace "DISPLACEMENT" with disp in movhpd.
[gem5.git] / src /
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-27 Timothy M. JonesPOWER: Add support for the Power ISA
2009-10-27 Brad Beckmannfixed error message generation bug in SLICC ast files
2009-10-24 Timothy M. Jonessyscall: Addition of an ioctl command code for Power.
2009-10-24 Timothy M. Jonessyscall: Zero out memory that already exists during...
2009-10-24 Timothy M. Jonessyscall: Fix conversion of the stat64 buffer during...
2009-10-24 Timothy M. Jonessyscall: Implementation of the ftruncate64 system call.
2009-10-24 Timothy M. Jonessyscall: Implementation of the time system call.
2009-10-24 Timothy M. Jonessyscall: Implementation of the times system call
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-18 Brad Beckmannmerged with ISA event manager fix
2009-10-17 Gabe BlackISA: Fix compilation.
2009-10-15 Brad Beckmannfixed MC146818 checkpointing bug and added isa serializ...
2009-10-11 Vince WeaverHook up the munmap() syscall for 32-bit x86.
2009-10-04 Steve Reinhardtbus: add assertion to catch illegal retry
2009-10-02 Gabe BlackX86: Make successive anonymous mmaps move down in 32...
2009-10-02 Gabe BlackSE mode: Make the direction anonymous mmaps move throug...
2009-10-01 Korey Sewellinorder-debug: print out workload
2009-09-29 Lisa Hsucommit Soumyaroop's bug catch about max_insts_all_threads
2009-09-26 Nathan Binkertpython: Fix m5.defines so grabbing flags works correctly
2009-09-26 Steve ReinhardtO3: Add flag to control whether faulting instructions...
2009-09-26 Steve ReinhardtMinor cleanup: Use the blockAlign() method where it...
2009-09-26 Steve ReinhardtForce prefetches to check cache and MSHRs immediately...
2009-09-26 Steve ReinhardtO3: Mark fetch stage as active if it faults.
2009-09-25 Korey Sewellinorder-debug: fix cpu tick debug message
2009-09-24 Nathan Binkertisa_parser: Turn the ISA Parser into a subclass of...
2009-09-24 Nathan Binkertply grammar: Fixup Tokenizer class so you can get lexer...
2009-09-24 Nathan Binkertruby: Disable all debug output by default
2009-09-23 Nathan Binkertarch: nuke arch/isa_specific.hh and move stuff to gener...
2009-09-23 Nathan Binkertslicc: Pure python implementation of slicc.
2009-09-22 Nathan Binkertparams: small cleanup to param description internals
2009-09-22 Nathan Binkertscons: add slicc and ply to sys.path and PYTHONPATH...
2009-09-22 Nathan Binkertpython: Move more code into m5.util allow SCons to...
2009-09-22 Nathan Binkertmultiattrdict: make multilevel nesting work properly
2009-09-22 Nathan Binkertattrdict: add pickle support to attrdict
2009-09-22 Nathan Binkertcode_formatter: use __builtin__ which is correct, not...
2009-09-17 Korey Sewellmips: fix command line arguments
2009-09-17 Korey Sewellinorder-mdu: multiplier latency fix
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 Soumyaroop Royinorder-smt: remove hardcoded values
2009-09-16 Vince WeaverSyscalls: Implement sysinfo() syscall.
2009-09-15 Vince WeaverSPARC: Make resTemp in udivcc wide enough to hold all...
2009-09-15 Vince Weaver[mq]: x86syscalls.patch
2009-09-15 Korey Sewellinorder-alpha-fs: edit inorder model to compile FS...
2009-09-11 Polina DudnikAdded new MESI files
2009-09-11 Polina DudnikConfig adjustments for MESI
2009-09-11 Polina DudnikSomayeh's MESI protocol with Polina's bug fixes
2009-09-11 Polina DudnikMI data corruption bug fix
2009-09-11 Polina DudnikObject print bug fix
2009-09-11 Polina DudnikMOESI data corruption bug fix
2009-09-01 Polina DudnikSCons fix to always make MemTest object
2009-08-31 Polina Dudnik[mq]: MOESI_patch
2009-08-28 Polina DudnikReset the atomics flags if RMW_Read is not followed...
2009-08-28 Polina Dudnikimported patch mi_patch
2009-08-23 Gabe BlackMerge with head.
2009-08-23 Gabe BlackX86: Preserve the NO_ACCESS flag when giving CDA a...
2009-08-23 Gabe BlackAtomic CPU: Respect the NO_ACCESS request flag.
2009-08-21 Nathan BinkertX86: fix some simple compile issues
2009-08-21 Gabe BlackRTC: Make calls to writeData update the RTCs internal...
2009-08-20 Gabe BlackX86: Make the real time clock actually keep track of...
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-20 Gabe BlackX86: Don't insist on binary encoding for the RTC since...
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: Move the simulated date in X86_FS forward to 2012.
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...
next