X86: Make nop a regular, non-microcoded instruction.
[gem5.git] / src / arch /
2010-10-22 Gabe BlackX86: Make nop a regular, non-microcoded instruction.
2010-10-22 Gabe BlackX86: Implement genMachineCheckFault.
2010-10-22 Gabe BlackX86: Make syscall instructions non-speculative in SE.
2010-10-22 Gabe BlackISA: Simplify various implementations of completeAcc.
2010-10-22 Gabe BlackARM: Don't pretend to writeback registers in initiateAcc.
2010-10-16 Gabe BlackMem: Reclaim some request flags used by MIPS for alignm...
2010-10-16 Gabe BlackGetArgument: Rework getArgument so that X86_FS compiles...
2010-10-14 Gabe BlackSPARC: Get rid of the copy/pasted StackTrace stolen...
2010-10-13 Gabe BlackMem: Change the CLREX flag to CLEAR_LL.
2010-10-11 Gabe BlackX86: Detect attempts to load a 32 bit kernel and panic.
2010-10-11 Gabe BlackSPARC: Make SPARC's ISA's clear function initialize...
2010-10-11 Gabe BlackAlpha: Force all the IPRs to an initial, determinstic...
2010-10-11 Gabe BlackAlpha: Initialize the data TLB mode IPR.
2010-10-04 Gabe BlackAlpha: Fix Alpha NumMiscArchRegs constant.
2010-10-01 Ali SaidiPower: Fix compile error from previous push.
2010-10-01 Ali SaidiARM: Make the TLB a little bit faster by moving most...
2010-10-01 Ali SaidiARM: Implement functional virtual to physical address...
2010-10-01 Ali SaidiDebug: Implement getArgument() and function skipping...
2010-10-01 Ali SaidiARM: Clean up use of TBit and JBit.
2010-09-29 Gabe BlackX86: Fix the RIP relative versions of the BT, BTC,...
2010-09-14 Gabe BlackX86: Make the halt microop non-speculative.
2010-09-14 Gabe BlackX86: Make unrecognized instructions behave better in...
2010-09-14 Gabe BlackCPU: Trim unnecessary includes from some common files.
2010-09-14 Gabe BlackFaults: Pass the StaticInst involved, if any, to a...
2010-09-10 Nathan Binkertstyle: fix sorting of includes and whitespace in some...
2010-08-31 Gabe BlackARM: Get rid of the checkFpEnableFault function in...
2010-08-31 Gabe BlackAlpha: Alpha's mt.hh was including mips header files.
2010-08-27 Gabe BlackX86: Change the copyright holder to AMD.
2010-08-26 Min Kyu JeongARM: Support unaligned memory access.
2010-08-26 Gene WUARM: Seperate the queues of L1 and L2 walker states.
2010-08-26 Min Kyu JeongARM: Adding a bogus fault that does nothing.
2010-08-26 William WangARM: Remove ALPHA KSeg functions.
2010-08-26 Ali SaidiARM: Limited implementation of dprintk.
2010-08-26 Min Kyu JeongARM: Fixed register flattening logic (FP_Base_DepTag...
2010-08-26 Ali SaidiARM: Make VMSR, RFE PC/LR etc non speculative, and...
2010-08-26 Gene WUARM: Use fewer micro-ops for register update loads...
2010-08-26 Ali SaidiARM: Set the high bits in the part number so it's consi...
2010-08-26 Ali SaidiARM: Fix VFP enabled checks for mem instructions
2010-08-26 Gabe BlackARM: Seperate out the renamable bits in the FPSCR.
2010-08-26 Gabe BlackARM: Eliminate some unused enums.
2010-08-26 Gabe BlackARM: Fix type comparison warnings in Neon.
2010-08-26 Gabe BlackARM: Implement CPACR register and return Undefined...
2010-08-26 Gabe BlackARM: Implement all ARM SIMD instructions.
2010-08-26 Gabe BlackARM: Expand the mode checking utility functions.
2010-08-23 Gabe BlackX86: Create a directory for files that define register...
2010-08-23 Gabe BlackPower: Get rid of unused checkFpEnableFault.
2010-08-23 Gabe BlackISA: Get rid of old, unused utility functions clutterin...
2010-08-23 Gabe BlackX86: Get rid of the flagless microop constructor.
2010-08-23 Gabe BlackX86: Make the TLB fault instead of panic when something...
2010-08-23 Gabe BlackX86: Make the x86 ExtMachInst serializable with (UN...
2010-08-23 Gabe BlackX86: Define a noop ExtMachInst.
2010-08-23 Gabe BlackX86: Mark serializing macroops and regular instructions...
2010-08-23 Gabe BlackX86: Add a .serializing directive that makes a macroop...
2010-08-23 Gabe BlackX86: Consolidate extra microop flags into one parameter.
2010-08-23 Min Kyu JeongARM: Improve printing of uop disassembly.
2010-08-23 Min Kyu JeongARM: Clean up flattening for SPSR adding
2010-08-23 Gene WuARM: Implement DBG instruction that doesn't do much...
2010-08-23 Gene WuMEM: Make CLREX a first class request operation and...
2010-08-23 Gene WuARM: Make sure that software prefetch instructions...
2010-08-23 Gene WuARM: Don't write tracedata on writes, it might have...
2010-08-23 Gene WuARM: Implement CLREX init/complete acc methods
2010-08-23 Gene WuARM: Fix Uncachable TLB requests and decoding of xn bit
2010-08-23 Gene WuARM: For non-cachable accesses set the UNCACHABLE flag
2010-08-23 Gene WuARM: Implement DSB, DMB, ISB
2010-08-23 Gene WuARM: Get SCTLR TE bit from reset SCTLR
2010-08-23 Gene WuARM: Implement CLREX
2010-08-23 Gene WuARM: BX instruction can be contitional if last instruct...
2010-08-23 Min Kyu JeongARM: mark msr/mrs instructions as SerializeBefore/After
2010-08-23 Min Kyu JeongARM/O3: store the result of the predicate evaluation...
2010-08-23 Min Kyu JeongARM: adding genMachineCheckFault() stub for ARM that...
2010-08-23 Gene WuARM: DFSR status value for sync external data abort...
2010-08-23 Gene WuARM: Temporary local variables can't conflict with...
2010-08-23 Ali SaidiARM: Exclusive accesses must be double word aligned
2010-08-23 Ali SaidiARM: Add some registers for big loads/stores to support...
2010-08-23 Ali SaidiARM: Decode neon memory instructions.
2010-08-23 Gabe BlackARM: Clean up the ISA desc portion of the ARM memory...
2010-08-23 Ali SaidiARM: We don't currently support ThumbEE exceptions...
2010-08-23 Ali SaidiARM: Add system for ARM/Linux and bootstrapping
2010-08-23 Ali SaidiARM: Implement some more misc registers
2010-08-23 Ali SaidiARM: Fix an un-initialized variable bug
2010-08-23 Ali SaidiLoader: Make the load address mask be a parameter of...
2010-08-23 Min Kyu JeongARM: Finish the timing translation when taking a fault.
2010-08-23 Dam SunwooARM: Use a stl queue for the table walker state
2010-08-23 Ali SaidiCompiler: Fixes for GCC 4.5.
2010-08-23 Gabe BlackX86: Get rid of unused file arguments.hh.
2010-08-23 Gabe BlackSPARC: Fix some style issues in utility.hh.
2010-08-23 Gabe BlackX86: Get rid of the unused getAllocator on the python...
2010-08-17 Steve Reinhardtx86: minor checkpointing bug fixes
2010-08-17 Steve Reinhardtsim: revamp unserialization procedure
2010-08-13 Gabe BlackMerge with head.
2010-08-13 Gabe BlackCPU: Tidy up endianness handling for mmapped "IPR"s.
2010-07-22 Timothy M. JonesPower: The condition register should be set or cleared...
2010-07-22 Timothy M. JonesPower: Provide a utility function to copy registers...
2010-07-21 Tushar KrishnaFix x86 XCHG macro-op to use locked micro-ops for all...
2010-07-15 Gabe BlackARM: Make an SRS instruction with a bad mode cause...
2010-07-14 Gabe BlackARM: Adjust the FP_Base_DepTag to be larger than the...
2010-06-25 Gabe BlackX86: Fix div2 flag calculation.
2010-06-15 Nathan Binkertstats: only consider a formula initialized if there...
2010-06-15 Nathan Binkertstats: get rid of the never-really-used event stuff
2010-06-04 Steve ReinhardtMore minor gdb-related cleanup.
next