gem5.git
2010-06-02 Gabe BlackARM: Add a comment to vfp.cc that explains the asm...
2010-06-02 Gabe BlackARM: Move some case values out of ##included files.
2010-06-02 Gabe BlackARM: Combine some redundant cases in one of the data...
2010-06-02 Gabe BlackARM: Add comments to the classes in macromem.hh.
2010-06-02 Gabe BlackARM: Move code from vfp.hh to vfp.cc.
2010-06-02 Ali SaidiARM: Make some of the trace code more compact
2010-06-02 Gabe BlackARM: Move the longer MemoryReg::printoffset function...
2010-06-02 Gabe BlackARM: Move the ISA "clear" function into isa.cc.
2010-06-02 Gabe BlackARM: Get rid of the binary dumping function in utility.hh.
2010-06-02 Gabe BlackARM: Get rid of the empty branch.cc.
2010-06-02 Gabe BlackARM: Mark some ARM static inst functions as inline.
2010-06-02 Gabe BlackARM: Move some predecoder stuff into a .cc file.
2010-06-02 Gabe BlackARM: Decode to specialized conditional/unconditional...
2010-06-02 Gabe BlackARM: Make sure undefined unconditional ARM instructions...
2010-06-02 Gabe BlackARM: Implement a version of mcr and mrc that works...
2010-06-02 Gabe BlackARM: Hook the misc instructions into the thumb decoder.
2010-06-02 Gabe BlackARM: Move some miscellaneous instructions out of the...
2010-06-02 Gabe BlackARM: Treat LDRD in ARM with an odd index as an undefine...
2010-06-02 Ali SaidiARM: fix sizes of structs for ARM Linux
2010-06-02 Ali SaidiARM: Updated regressions for changes in SE mode stack
2010-06-02 Ali SaidiARM: Fixup native trace support and add some v7/recent...
2010-06-02 Gabe BlackARM: Detect a bad offset field for the VFP Ldm/Stm...
2010-06-02 Gabe BlackARM: Make sure the upc is zeroed when vectoring to...
2010-06-02 Ali SaidiARM: Implement the getrusage syscall.
2010-06-02 Gabe BlackARM: Implement the bkpt instruction.
2010-06-02 Gabe BlackARM: Make undefined instructions obey predication.
2010-06-02 Gabe BlackARM: Implement support for the IT instruction and the...
2010-06-02 Gabe BlackARM: Get rid of some of the old FP implementation.
2010-06-02 Ali SaidiARM: Some TLB bug fixes.
2010-06-02 Ali SaidiARM: Move Miscreg functions out of isa.hh
2010-06-02 Ali SaidiARM: Implement the ARM TLB/Tablewalker. Needs performan...
2010-06-02 Ali SaidiDMA: Make DmaPort generic enough to be used other places
2010-06-02 Ali SaidiARM: SE needs a definition for PageTable::serialize...
2010-06-02 Ali SaidiARM: Add BKPT instruction
2010-06-02 Ali SaidiARM: Implement ARM CPU interrupts
2010-06-02 Ali SaidiARM: Start over with translation from Alpha code as...
2010-06-02 Gabe BlackARM: Implement conversion to/from half precision.
2010-06-02 Gabe BlackARM: Clean up VFP
2010-06-02 Gabe BlackARM: Clean up the implementation of the VFP instructions.
2010-06-02 Gabe BlackARM: Fix double precision load/store multiple decrement.
2010-06-02 Gabe BlackARM: Even though writes to MVFR0/1 should be unpredicta...
2010-06-02 Gabe BlackARM: Make various bits of the FP control registers...
2010-06-02 Gabe BlackARM: Implement the version of VMRS that writes to the...
2010-06-02 Gabe BlackARM: Ignore reads and writes to DCIMVAC.
2010-06-02 Gabe BlackARM: Make MPIDR return 0 and ignore writes.
2010-06-02 Gabe BlackARM: Implement the VCMPE instruction.
2010-06-02 Gabe BlackARM: Fix vcvtr so that it uses the rounding mode in...
2010-06-02 Gabe BlackARM: Fix saturation of VCVT from fp to integer.
2010-06-02 Gabe BlackARM: Compensate for ARM's underflow coming from -before...
2010-06-02 Gabe BlackARM: Implement flush to zero for destinations as well.
2010-06-02 Gabe BlackARM: Fix up nans to match ARM's expected behavior.
2010-06-02 Gabe BlackARM: Set the value of the MVFR0 and MVFR1 registers.
2010-06-02 Gabe BlackARM: Implement flush to zero mode for VFP, and clean...
2010-06-02 Gabe BlackARM: Add barriers that make sure FP operations happen...
2010-06-02 Gabe BlackARM: Implement the version of VCVT float to int that...
2010-06-02 Gabe BlackARM: Implement the floating/fixed point VCVT instructions.
2010-06-02 Gabe BlackARM: Add code to extract and record VFP exceptions.
2010-06-02 Gabe BlackARM: Implement the VFP version of VCMP.
2010-06-02 Gabe BlackARM: Add support for VFP vector mode.
2010-06-02 Gabe BlackARM: Introduce new VFP base classes that are optionally...
2010-06-02 Gabe BlackARM: Implement VCVT between double and single width FP.
2010-06-02 Gabe BlackARM: Implement vcvt between int and fp. Ignore rounding.
2010-06-02 Gabe BlackARM: Consolidate the VFP register index computation...
2010-06-02 Gabe BlackARM: Implement the VFP negated multiplies.
2010-06-02 Gabe BlackARM: Implement the VFP versions of VMLA and VMLS.
2010-06-02 Gabe BlackARM: Implement the VFP version of vdiv and vsqrt.
2010-06-02 Gabe BlackARM: Implement the VFP version of vsub.
2010-06-02 Gabe BlackARM: Implement the VFP version of vadd.
2010-06-02 Gabe BlackARM: Implement the VFP version of vabs.
2010-06-02 Gabe BlackARM: Implement the VFP version of vneg.
2010-06-02 Gabe BlackARM: Implement the VFP version of vmul.
2010-06-02 Gabe BlackARM: Move the VFP data operation decode into a function.
2010-06-02 Gabe BlackARM: Implement and update the DFSR and IFSR registers...
2010-06-02 Gabe BlackARM: Make integer division by zero return a fault.
2010-06-02 Gabe BlackARM: Add in some missing SCTLR fields.
2010-06-02 Gabe BlackARM: Decode ARM unconditional MRC and MCR instructions.
2010-06-02 Gabe BlackARM: Move the CP15 decode block into a function.
2010-06-02 Gabe BlackARM: Decode the unconditional version of ARM fp instruc...
2010-06-02 Gabe BlackARM: Move the FP decode blocks into functions.
2010-06-02 Gabe BlackARM: Warn/ignore when TLB maintenance operations are...
2010-06-02 Gabe BlackARM: Handle accesses to TLBTR.
2010-06-02 Gabe BlackARM: Handle accesses to the DACR.
2010-06-02 Gabe BlackARM: Handle accesses to TTBR0 and TTBR1.
2010-06-02 Gabe BlackARM: Convert the CP15 registers from MPU to MMU.
2010-06-02 Ali SaidiARM: Add some support for wfi/wfe/yield/etc
2010-06-02 Ali SaidiARM: Move PC mode bits around so they can be used for...
2010-06-02 Ali SaidiARM: Add a traceflag to print cpsr
2010-06-02 Ali SaidiARM: Undef instruction on invalid user CP15 access
2010-06-02 Gabe BlackARM: Decode the VSTR instruction.
2010-06-02 Gabe BlackARM: Implement the vstr instruction.
2010-06-02 Ali SaidiARM: BXJ should be BX when there is no J support
2010-06-02 Gabe BlackARM: Make sure macroops aren't interrupted midinstruction.
2010-06-02 Gabe BlackARM: Fix the implementation of the VFP ldm and stm...
2010-06-02 Gabe BlackSimple CPU: Make the FloatRegs trace flag do something.
2010-06-02 Gabe BlackARM: Fix up thumb decoding of coproc instructions.
2010-06-02 Gabe BlackARM: Clean up some redundancy and fault behavior for...
2010-06-02 Ali SaidiCPU: Reset fetch offset after a exception
2010-06-02 Gabe BlackARM: Decode the VLDR instruction.
2010-06-02 Gabe BlackARM: Implement the VLDR instruction.
2010-06-02 Gabe BlackARM: Decode all the various forms of vmov.
next