SPARC: Get rid of the copy/pasted StackTrace stolen from Alpha.
[gem5.git] / src / arch / arm / insts /
2010-10-01 Ali SaidiARM: Clean up use of TBit and JBit.
2010-08-26 Gene WUARM: Use fewer micro-ops for register update loads...
2010-08-26 Gabe BlackARM: Implement CPACR register and return Undefined...
2010-08-26 Gabe BlackARM: Implement all ARM SIMD instructions.
2010-08-23 Min Kyu JeongARM: Improve printing of uop disassembly.
2010-06-02 Gabe BlackARM: Add a comment to vfp.cc that explains the asm...
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: 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: Decode to specialized conditional/unconditional...
2010-06-02 Gabe BlackARM: Make undefined instructions obey predication.
2010-06-02 Ali SaidiARM: Implement ARM CPU interrupts
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: Fix vcvtr so that it uses the rounding mode in...
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: 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 floating/fixed point VCVT instructions.
2010-06-02 Gabe BlackARM: Add code to extract and record VFP exceptions.
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 the VFP version of vmul.
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 BlackARM: Add a new RegImmOp base class.
2010-06-02 Gabe BlackARM: Add a RegRegImmOp base class.
2010-06-02 Gabe BlackARM: Widen the immediate fields in the misc instruction...
2010-06-02 Gabe BlackARM: Add a function to decode VFP modified immediate...
2010-06-02 Gabe BlackARM: Add a function to decode SIMD modified immediate...
2010-06-02 Gabe BlackARM: Ignore writing a bad mode to CPSR with MSR.
2010-06-02 Gabe BlackARM: Implement the SRS instruction.
2010-06-02 Gabe BlackARM: Add a base class for SRS.
2010-06-02 Gabe BlackARM: Allow flattening into any mode.
2010-06-02 Gabe BlackARM: Make a base class for instructions that use only...
2010-06-02 Gabe BlackARM: Implement the strex instructions.
2010-06-02 Gabe BlackARM: Respect the E bit of the CPSR when doing loads...
2010-06-02 Gabe BlackARM: Implement the V7 version of alignment checking.
2010-06-02 Gabe BlackARM: Add a base class for the RFE instruction.
2010-06-02 Gabe BlackARM: Squash the low order bits of the PC when performin...
2010-06-02 Gabe BlackARM: Fix the implementation of BX to work in thumbEE...
2010-06-02 Gabe BlackARM: Explicitly keep track of the second destination...
2010-06-02 Gabe BlackARM: Rename the RevOp base class to something more...
2010-06-02 Gabe BlackARM: Add a register, immediate, immediate to register...
2010-06-02 Gabe BlackARM: Add a base class to support usada8.
2010-06-02 Gabe BlackARM: Add a base class for the sel instruction.
2010-06-02 Gabe BlackARM: Add a base class for extend and add instructions.
2010-06-02 Gabe BlackARM: Generalize the saturation instruction bases for...
2010-06-02 Gabe BlackARM: Implement the saturation instructions.
2010-06-02 Gabe BlackARM: Implement base classes for the saturation instruct...
2010-06-02 Gabe BlackARM: Implement the unsigned saturating instructions.
2010-06-02 Gabe BlackARM: Add base classes suitable for the REV* instructions.
2010-06-02 Gabe BlackARM: Implement the swp and swpb instructions.
2010-06-02 Gabe BlackARM: Define versions of MSR and MRS outside the decoder.
2010-06-02 Gabe BlackARM: Implement signed saturating add and/or subtract...
2010-06-02 Gabe BlackARM: Make sure ldm exception return writes back its...
2010-06-02 Gabe BlackARM: Rework how unrecognized/unimplemented instructions...
2010-06-02 Gabe BlackARM: Don't rely on undefined behavior to get arithmetic...
2010-06-02 Gabe BlackARM: Add base classes for VFP load/store multiple.
2010-06-02 Gabe BlackARM: Move the macro mem constructor out of the isa...
2010-06-02 Gabe BlackARM: Move the inst2string function out of the isa_desc.
2010-06-02 Gabe BlackARM: Add base classes for multiply instructions.
2010-06-02 Gabe BlackARM: Eliminate the old style branch instructions.
2010-06-02 Gabe BlackARM: Implement new base classes for branches.
2010-06-02 Gabe BlackARM: Replace the interworking branch base class with...
2010-06-02 Gabe BlackARM: Fix PC operand handling.
2010-06-02 Gabe BlackARM: Get rid of unnecessary flag calculating functions.
2010-06-02 Gabe BlackARM: Get rid of the unused Jump format.
2010-06-02 Gabe BlackARM: Get rid of obsoleted predicated inst formats,...
2010-06-02 Gabe BlackARM: Implement disassembly for the new data processing...
2010-06-02 Gabe BlackARM: Move the modified_imm function from all ARM instru...
2010-06-02 Gabe BlackARM: Add new base classes for data processing instructions.
2010-06-02 Gabe BlackARM: Reimplement load/store multiple external to the...
2010-06-02 Gabe BlackARM: Remove the special naming for the new memory instr...
2010-06-02 Gabe BlackARM: Eliminate the old memory formats which are no...
2010-06-02 Gabe BlackARM: Eliminate decoding for the very deprecated FPA...
2010-06-02 Gabe BlackARM: Add a .w to the disassembly of 32 bit thumb instru...
2010-06-02 Gabe BlackARM: Implement a new set of base classes for non macro...
2010-06-02 Gabe BlackARM: Replace the "never" condition with the "unconditio...
2010-06-02 Gabe BlackARM: Add a base class for 32 bit thumb data processing...
2010-06-02 Gabe BlackARM: Add a function to decode 32 bit thumb immediate...
2010-06-02 Gabe BlackARM: Make sure ExtMachInst is used consistently instead...
2010-06-02 Gabe BlackARM: Add a new base class for instructions that can...
2010-06-02 Gabe BlackARM: Track the current ISA mode using the PC.
2010-01-19 Derek Howermerge
2009-11-18 Ali SaidiARM: Begin implementing CP15
2009-11-15 Gabe BlackARM: Write some functions to write to the CPSR and...
2009-11-09 Nathan Binkertautomerge
2009-11-08 Gabe BlackARM: Support forcing load/store multiple to use user...
2009-11-05 Nathan Binkertbuild: fix compile problems pointed out by gcc 4.4
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackARM: Move the memory microops out of the decoder and...
next