gem5.git
2010-06-02 Gabe BlackARM: Add support for interworking branch ALU instructions.
2010-06-02 Gabe BlackARM: Fix when the flag bits are updated for thumb.
2010-06-02 Gabe BlackARM: Don't rely on undefined behavior to get arithmetic...
2010-06-02 Gabe BlackARM: Restrict the shift amount from a register to 8...
2010-06-02 Gabe BlackARM: Update the stats now that VFP load/store multiple...
2010-06-02 Gabe BlackARM: Define the VFP load/store multiple instructions.
2010-06-02 Gabe BlackARM: Decode the VFP load/store multiple instructions.
2010-06-02 Gabe BlackARM: Fix the constant describing the number of floating...
2010-06-02 Gabe BlackARM: Add templates for VFP load/store multiple instruct...
2010-06-02 Gabe BlackARM: Add base classes for VFP load/store multiple.
2010-06-02 Gabe BlackARM: Add floating point load/store microops.
2010-06-02 Gabe BlackARM: Add an fp version of one of the microop indexed...
2010-06-02 Gabe BlackARM: Move the mmap region to where Linux actually has it.
2010-06-02 Gabe BlackARM: Eliminate the unused rhi and rlo operands.
2010-06-02 Gabe BlackARM: Move the macro mem constructor out of the isa...
2010-06-02 Gabe BlackARM: Make macroops panic if executed directly.
2010-06-02 Ali SaidiARM: GCC < 4.3 has some issues with attribute no return...
2010-06-02 Gabe BlackARM: Split out the "basic" templates and format.
2010-06-02 Gabe BlackARM: Remove unnecessary cruft from includes.isa.
2010-06-02 Gabe BlackARM: Move the inst2string function out of the isa_desc.
2010-06-02 Gabe BlackARM: Get rid of the unused ArmGenericCodeSubs.
2010-06-02 Gabe BlackARM: Make the predecoder print out the ExtMachInst...
2010-06-02 Gabe BlackARM: Remove special naming for the new version of multiply.
2010-06-02 Gabe BlackARM: Hook the new multiply instructions into all the...
2010-06-02 Gabe BlackARM: Implement all integer multiply instructions.
2010-06-02 Gabe BlackARM: Add templates for multiply instructions.
2010-06-02 Gabe BlackARM: Add base classes for multiply instructions.
2010-06-02 Gabe BlackARM: Decode plain binary immediate thumb data processin...
2010-06-02 Gabe BlackARM: Define a new "movt" data processing instruction.
2010-06-02 Gabe BlackARM: Hook the new branch instructions into the 32 bit...
2010-06-02 Gabe BlackARM: Hook the new branch instructions into the 16 bit...
2010-06-02 Gabe BlackARM: Eliminate the old style branch instructions.
2010-06-02 Gabe BlackARM: Hook the new branch instructions into the ARM...
2010-06-02 Gabe BlackARM: Implement branch instructions external to the...
2010-06-02 Gabe BlackARM: Add new templates for 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: Remove the special naming from the new version...
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: Hook the external data processing instructions...
2010-06-02 Gabe BlackARM: Move the modified_imm function from all ARM instru...
2010-06-02 Gabe BlackARM: Hook the new external data processing instructions...
2010-06-02 Gabe BlackARM: Implement data processing instructions external...
2010-06-02 Gabe BlackARM: Add new base classes for data processing instructions.
2010-06-02 Gabe BlackARM: Hook up 32 bit thumb load/store multiple.
2010-06-02 Gabe BlackARM: Hook up 16 bit thumb load/store multiple.
2010-06-02 Gabe BlackARM: Reimplement load/store multiple external to the...
2010-06-02 Gabe BlackARM: Move the templates for predicated instructions...
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: Make the addressing mode 3 loads/stores use the...
2010-06-02 Gabe BlackARM: Pull double memory instructions out of the decoder.
2010-06-02 Gabe BlackARM: Force the condition code for 16 bit thumb instruct...
2010-06-02 Gabe BlackARM: Decode 16 bit thumb PC relative memory instructions.
2010-06-02 Gabe BlackARM: Decode 16 bit thumb immediate addressed memory...
2010-06-02 Gabe BlackARM: Decode 16 bit thumb register addressed memory...
2010-06-02 Gabe BlackARM: Make single stores decode to the new external...
2010-06-02 Gabe BlackARM: Add a .w to the disassembly of 32 bit thumb instru...
2010-06-02 Gabe BlackARM: Make 32 bit thumb use the new, external load instr...
2010-06-02 Gabe BlackARM: Define the store instructions from outside the...
2010-06-02 Gabe BlackARM: Define the load instructions from outside the...
2010-06-02 Gabe BlackARM: Implement a new set of base classes for non macro...
2010-06-02 Gabe BlackARM: Create a "decoder" directory for the files impleme...
2010-06-02 Gabe BlackARM: Flesh out the 32 bit thumb store single instructions.
2010-06-02 Gabe BlackARM: Implement the 32 bit thumb load word instructions.
2010-06-02 Gabe BlackARM: Add an operand for accessing the current PC.
2010-06-02 Gabe BlackARM: Flesh out 32 bit thumb load word decoding.
2010-06-02 Gabe BlackARM: Implement some 32 bit thumb data processing immedi...
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: Expand the decoding for 32 bit thumb data processi...
2010-06-02 Gabe BlackARM: Stub out the 32 bit Thumb portion of the decoder.
2010-06-02 Gabe BlackARM: Add bitfields for 32 bit thumb.
2010-06-02 Gabe BlackARM: Decode VFP instructions.
2010-06-02 Gabe BlackARM: Stub out the 16 bit thumb decoder.
2010-06-02 Gabe BlackARM: Add thumb bitfields to the ExtMachInst and the...
2010-06-02 Gabe BlackARM: Make the decoder handle thumb instructions separately.
2010-06-02 Gabe BlackARM: Add a thumb bit bitfield.
2010-06-02 Gabe BlackARM: Make the predecoder handle Thumb instructions.
2010-06-02 Gabe BlackARM: Make sure ExtMachInst is used consistently instead...
2010-06-02 Gabe BlackARM: Add a bitfield for setting the regular, inst bits...
2010-06-02 Gabe BlackARM: Add a bit to the ExtMachInst to select thumb mode.
2010-06-02 Gabe BlackARM: Allow ARM processes to start in Thumb mode.
2010-06-02 Gabe BlackARM: Detect thumb mode elf images.
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-06-02 Gabe BlackARM: Fix custom writer/reader code for non indexed...
2010-06-02 Gabe BlackARM: Remove IsControl from operands that don't imply...
2010-06-02 Ali SaidiARM: Adjust some copyrights
2010-06-01 Nathan Binkertstyle: clean up ruby's Set class
2010-05-26 Nathan Binkertx86: put back code that I accidentally deleted
2010-05-24 Nathan Binkertcopyright: Change HP copyright on x86 code to be more...
2010-05-19 Ali SaidiBPRED: Update one missing regression
2010-05-14 Gabe BlackSPARC: Implement the version of movcc that uses the...
next