X86: Create base classes for use with media/SIMD microops.
[gem5.git] / src / arch / arm /
2009-08-03 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-02 Steve ReinhardtClean up some inconsistencies with Request flags.
2009-07-31 Korey Sewellmerge mips fix and statetrace changes
2009-07-30 Gabe BlackARM: Mul and mla ignore the c and v flags, but we were...
2009-07-29 Gabe BlackARM: Fix an instruction in the cmpxchg kernel provided...
2009-07-29 Gabe BlackARM: Get rid of a stray line in the set_tls handler.
2009-07-29 Gabe BlackARM: Make the ARM native tracer stop M5 if control...
2009-07-29 Gabe BlackARM: Make sure the target process doesn't run away...
2009-07-29 Ali SaidiARM: Ignore the "times" system call.
2009-07-29 Ali SaidiARM: Fix an ioctl constant.
2009-07-27 Ali SaidiARM: Update some syscall constants and delete others...
2009-07-27 Gabe BlackARM: Decode fstmx and fldmx instructions. We can ignore...
2009-07-27 Gabe BlackARM: Only send information that changed between statetr...
2009-07-27 Gabe Blackimported patch nativetracestreamline.patch
2009-07-27 Gabe BlackARM: Make native trace print out what instruction cause...
2009-07-27 Gabe BlackARM: Implement a basic version of the fmxr instruction.
2009-07-27 Gabe BlackARM: Implement a basic version of the fmrx instruction.
2009-07-27 Gabe BlackARM: Add in spots for the VFP control registers.
2009-07-27 Gabe BlackARM: Fix the CLZ instruction.
2009-07-27 Gabe BlackARM: Initialize the CPSR so that we're in user mode.
2009-07-27 Gabe BlackARM: Set up the initial stack frame to match a recent...
2009-07-27 Gabe BlackARM: Make native trace only print when registers are...
2009-07-27 Gabe BlackARM: Add a native tracer.
2009-07-27 Ali SaidiARM: Fix fstat/fstat64 structs to match EABI definitions.
2009-07-27 Ali SaidiARM: Handle register indexed system calls.
2009-07-18 Derek Howermerge
2009-07-16 Polina Dudnikmerge
2009-07-15 Gabe BlackMerge with head.
2009-07-15 Jack WhithamARM: Fix the "open" flag constants.
2009-07-13 Derek Howermerge
2009-07-10 Gabe BlackARM: Fold the MiscRegFile all the way into the ISA...
2009-07-09 Gabe BlackRegisters: Add a registers.hh file as an ISA switched...
2009-07-09 Gabe BlackRegisters: Collapse ARM and MIPS regfile directories.
2009-07-09 Gabe BlackRegisters: Eliminate the ISA defined RegFile class.
2009-07-09 Gabe BlackRegisters: Move the PCs out of the ISAs and into the...
2009-07-09 Gabe BlackARM, Simple CPU: Fix an index and add assert checks.
2009-07-09 Gabe BlackARM: Flush out the ARM's int_regfile.hh.
2009-07-09 Gabe BlackRegisters: Eliminate the ISA defined integer register...
2009-07-09 Gabe BlackRegisters: Eliminate the ISA defined floating point...
2009-07-09 Gabe BlackRegisters: Get rid of the float register width parameter.
2009-07-09 Gabe BlackRegisters: Add an ISA object which replaces the MiscReg...
2009-07-09 Gabe BlackARM: Use custom read/write code to alias R15 with the PC.
2009-07-09 Gabe BlackARM: Move the remaining microops out of the decoder...
2009-07-09 Gabe BlackARM: Move the memory microops out of the decoder and...
2009-07-09 Gabe BlackARM: Move the integer microops out of the decoder and...
2009-07-09 Gabe BlackARM: Improve memory instruction disassembly.
2009-07-09 Gabe BlackARM: Tune up predicated instruction decoding.
2009-07-09 Gabe BlackARM: Get rid of the MemAcc and EAComp static insts.
2009-07-09 Gabe BlackARM: Get rid of end_addr in the ArmMacroStore constructor.
2009-07-09 Gabe BlackARM: Add an AddrMode2 format for memory instructions...
2009-07-09 Gabe BlackARM: Don't always update CPSR.
2009-07-09 Gabe BlackARM: Add an AddrMode3 format for memory instructions...
2009-07-09 Gabe BlackARM: Add load/store double instructions.
2009-07-09 Gabe BlackARM: Add operands for the load/store double instructions.
2009-07-03 Jack WhithamARM: Fix how address mode bits are handled.
2009-07-03 Jack WhithamARM: Fix the code snippet for mla.
2009-07-02 Gabe BlackARM: Make DataOps select from a set of ways to set...
2009-07-02 Gabe BlackARM: Get rid of some bitfields that aren't used. A...
2009-07-02 Gabe BlackARM: Add a findLsbSet function and use it to implement...
2009-07-02 Gabe BlackARM: Add defaults for DataOp flag code.
2009-07-02 Gabe BlackARM: Get rid of the val2 variable.
2009-07-02 Gabe BlackARM: Centralize the declaration of resTemp.
2009-07-02 Gabe BlackARM: Add a DataImmOp format similar to DataOp.
2009-07-02 Gabe BlackARM: Decode some media instructions. These are untested.
2009-07-02 Gabe BlackARM: Use the new DataOp format to simplify the decoder.
2009-07-02 Gabe BlackARM: Add in some new artificial fields that make decodi...
2009-07-02 Gabe BlackARM: Recognize the IntRegs trace flag.
2009-07-02 Gabe BlackARM: Add a DataOp format so data op definitions can...
2009-06-27 Gabe BlackARM: Show more information when disassembling data...
2009-06-27 Gabe BlackARM: Show branch targets relative to the nearest symbol.
2009-06-27 Gabe BlackARM: Write a function for printing mnemonics and predic...
2009-06-27 Gabe BlackARM: Fill out the printReg function.
2009-06-25 Jack WhitmanARM: Fix signed multiply long and add some unimplemente...
2009-06-25 Jack WhitmanARM: Link register is trashed by non-executed branch...
2009-06-24 Jack WhitmanARM: Added unimplemented load/store multiple instructions.
2009-06-22 Gabe BlackARM: Simplify some utility functions.
2009-06-22 Gabe BlackARM: Move util functions out of the isa desc.
2009-06-22 Gabe BlackARM: Simplify the ISA desc by pulling some classes...
2009-06-22 Gabe BlackARM: Remove the currently unecessary FPAOp class.
2009-06-21 Gabe BlackARM: Make inst bitfields accessible outside of the...
2009-06-21 Gabe BlackARM: Don't downconvert ExtMachInsts to MachInsts.
2009-06-21 Gabe BlackARM: Get rid of a few more unused operands.
2009-06-21 Gabe BlackARM: Get rid of unnecessary Re operand.
2009-06-21 Gabe BlackARM: Clear out some inherited hangers on in util.isa...
2009-06-21 Gabe BlackARM: Get rid of unnecessary fp_enable_checks.
2009-06-21 Gabe BlackARM: Adjust simplify rotate_imm slightly.
2009-06-21 Gabe BlackARM: Make the isa parser aware that CPSR is being used.
2009-06-21 Gabe BlackARM: Pull some static code out of the isa desc and...
2009-06-21 Gabe BlackARM: Get rid of unused postacc_code.
2009-06-10 Gabe BlackARM: Hook in the mmap2 system call. Make ArmLinuxProces...
2009-06-10 Gabe BlackARM: Add a memory_barrier function to the "comm page".
2009-06-10 Gabe BlackARM: Add a cmpxchg implementation to the "comm page".
2009-06-10 Gabe BlackARM: Implement TLS. This is not tested.
2009-06-10 Gabe BlackARM: Make ArmLinuxProcess understand "ARM private"...
2009-06-10 Gabe BlackARM: Update the kernel version M5 reports to 2.6.16.19
2009-05-17 Nathan Binkertincludes: sort includes again
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
2009-05-13 Korey Sewellmips-merge: merge hello world regress for inorder cpu
2009-05-13 Nathan Binkertgcc: work around a bogus gcc error
2009-04-21 Nathan BinkertAutomated merge with ssh://m5sim.org//repo/m5
next