X86: Don't read in dest regs if all bits are replaced.
[gem5.git] / src / arch / arm /
2011-02-12 Giacomo GabrielliO3: Fix a few bugs in the TableWalker object.
2011-02-12 Giacomo GabrielliO3: Enhance data address translation by supporting...
2011-02-04 Gabe BlackFault: Rename sim/fault.hh to fault_fwd.hh to distingui...
2011-01-18 Matt HorsnellO3: Fix itstate prediction and recovery.
2011-01-18 Matt HorsnellO3: Fix some variable length instruction issues with...
2011-01-18 Matt HorsnellARM: The ARM decoder should not panic when decoding...
2011-01-18 Matt HorsnellO3: Fixes the way prefetches are handled inside the...
2011-01-18 Ali SaidiARM: Add support for moving predicated false dest opera...
2011-01-18 Min Kyu JeongO3: Fixes fetch deadlock when the interrupt clears...
2011-01-18 Ali SaidiARM: Use an actual NOP instead of a instruction that...
2011-01-18 Ali SaidiARM: fix mismatched new/delete.
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2010-12-20 Gabe BlackStyle: Replace some tabs with spaces.
2010-12-09 Gabe BlackARM: Take advantage of new PCState syntax.
2010-12-09 Gabe BlackARM: Get rid of some unused FP operands.
2010-12-08 Giacomo GabrielliO3: Make all instructions that write a misc. register...
2010-12-08 Min Kyu JeongO3: Support SWAP and predicated loads/store in ARM.
2010-12-08 Ali SaidiARM: Support switchover with hardware table walkers
2010-11-15 Ali SaidiARM: Add comment about the organization of the IT state...
2010-11-15 Giacomo GabrielliCPU/ARM: Add SIMD op classes to CPU models and ARM...
2010-11-15 Ali SaidiARM: Return an FailUnimp instruction when an unimplemen...
2010-11-15 William WangARM: Add support for GDB on ARM
2010-11-15 Ali SaidiARM: Make utility.hh meet style guidelines
2010-11-15 Ali SaidiARM: Cache the misc regs at the TLB to limit readMiscRe...
2010-11-15 Ali SaidiARM: Add support for switching CPUs
2010-11-15 Ali SaidiARM: Use the correct delete operator for RFE
2010-11-15 Ali SaidiARM: Fix SRS instruction to micro-code memory operation...
2010-11-15 Ali SaidiARM: Do something predictable for an UNPREDICTABLE...
2010-11-08 Ali SaidiARM: Add some TLB statistics for ARM
2010-11-08 Ali SaidiARM: Add checkpointing support
2010-11-08 Ali SaidiARM: Add support for M5 ops in the ARM ISA
2010-11-08 Ali SaidiARM: Keep the warnings to a minimum.
2010-11-08 Ali SaidiARM: Don't return the result of a table walk the same...
2010-11-08 Ali SaidiARM/Alpha/Cpu: Change prefetchs to be more like normal...
2010-11-08 Ali SaidiARM: Make all ARM uops delayed commit.
2010-11-08 Ali Saidisim: Use forward declarations for ports.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
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 BlackGetArgument: Rework getArgument so that X86_FS compiles...
2010-10-13 Gabe BlackMem: Change the CLREX flag to CLEAR_LL.
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-14 Gabe BlackCPU: Trim unnecessary includes from some common files.
2010-09-14 Gabe BlackFaults: Pass the StaticInst involved, if any, to a...
2010-08-31 Gabe BlackARM: Get rid of the checkFpEnableFault function in...
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 BlackISA: Get rid of old, unused utility functions clutterin...
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-17 Steve Reinhardtsim: revamp unserialization procedure
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-15 Nathan Binkertstats: only consider a formula initialized if there...
next