gem5.git
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 Korey Sewellinorder-configs: update se.py
2009-09-16 Korey Sewellconfigs: add maxinsts option on command line
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-15 Steve ReinhardtAdd an I/O cache to FS config even if there's just...
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: Update stats for new SSE instructions.
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...
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.
2009-08-18 Gabe BlackX86: Implement the integer media min instructions.
2009-08-18 Gabe BlackX86: Add a media integer min microop.
2009-08-18 Gabe BlackX86: Implement the media integer addition instructions.
2009-08-18 Gabe BlackX86: Implement an integer media addition microop with...
2009-08-18 Gabe BlackX86: Implement the instructions that convert between...
2009-08-18 Gabe BlackX86: Implement a media microop that converts between...
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 MOVDDUP instruction.
2009-08-18 Gabe BlackX86: Implement many of the media mov instructions.
2009-08-18 Gabe BlackX86: Implement the media instructions that convert...
2009-08-18 Gabe BlackX86: Implement a media microop for converting integer...
2009-08-18 Gabe BlackX86: Implement the floating point media instructions.
2009-08-18 Gabe BlackX86: Implement a floating point media divide microop.
2009-08-18 Gabe BlackX86: Implement the floating point media multiply instru...
2009-08-18 Gabe BlackX86: Implement a floating point media multiply microop.
2009-08-18 Gabe BlackX86: Implement the floating point media subtract instru...
2009-08-18 Gabe BlackX86: Implement a media floating point subtract microop.
2009-08-18 Gabe BlackX86: Implement the floating point media add instructions.
next