index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
arm
Age
Commit message (
Expand
)
Author
2009-07-27
ARM: Make native trace only print when registers are changing value.
Gabe Black
2009-07-27
ARM: Add a native tracer.
Gabe Black
2009-07-27
ARM: Fix fstat/fstat64 structs to match EABI definitions.
Ali Saidi
2009-07-27
ARM: Handle register indexed system calls.
Ali Saidi
2009-07-14
ARM: Fix the "open" flag constants.
Jack Whitham
2009-07-09
ARM: Fold the MiscRegFile all the way into the ISA object.
Gabe Black
2009-07-08
Registers: Add a registers.hh file as an ISA switched header.
Gabe Black
2009-07-08
Registers: Collapse ARM and MIPS regfile directories.
Gabe Black
2009-07-08
Registers: Eliminate the ISA defined RegFile class.
Gabe Black
2009-07-08
Registers: Move the PCs out of the ISAs and into the CPUs.
Gabe Black
2009-07-08
ARM, Simple CPU: Fix an index and add assert checks.
Gabe Black
2009-07-08
ARM: Flush out the ARM's int_regfile.hh.
Gabe Black
2009-07-08
Registers: Eliminate the ISA defined integer register file.
Gabe Black
2009-07-08
Registers: Eliminate the ISA defined floating point register file.
Gabe Black
2009-07-08
Registers: Get rid of the float register width parameter.
Gabe Black
2009-07-08
Registers: Add an ISA object which replaces the MiscRegFile.
Gabe Black
2009-07-08
ARM: Use custom read/write code to alias R15 with the PC.
Gabe Black
2009-07-08
ARM: Move the remaining microops out of the decoder and into the ISA desc.
Gabe Black
2009-07-08
ARM: Move the memory microops out of the decoder and into the ISA desc.
Gabe Black
2009-07-08
ARM: Move the integer microops out of the decoder and into the ISA desc.
Gabe Black
2009-07-08
ARM: Improve memory instruction disassembly.
Gabe Black
2009-07-08
ARM: Tune up predicated instruction decoding.
Gabe Black
2009-07-08
ARM: Get rid of the MemAcc and EAComp static insts.
Gabe Black
2009-07-08
ARM: Get rid of end_addr in the ArmMacroStore constructor.
Gabe Black
2009-07-08
ARM: Add an AddrMode2 format for memory instructions that use address mode 2.
Gabe Black
2009-07-08
ARM: Don't always update CPSR.
Gabe Black
2009-07-08
ARM: Add an AddrMode3 format for memory instructions that use address mode 3.
Gabe Black
2009-07-08
ARM: Add load/store double instructions.
Gabe Black
2009-07-08
ARM: Add operands for the load/store double instructions.
Gabe Black
2009-07-02
ARM: Fix how address mode bits are handled.
Jack Whitham
2009-07-02
ARM: Fix the code snippet for mla.
Jack Whitham
2009-07-01
ARM: Make DataOps select from a set of ways to set the c and v flags.
Gabe Black
2009-07-01
ARM: Get rid of some bitfields that aren't used. A few may need to be readded.
Gabe Black
2009-07-01
ARM: Add a findLsbSet function and use it to implement clz.
Gabe Black
2009-07-01
ARM: Add defaults for DataOp flag code.
Gabe Black
2009-07-01
ARM: Get rid of the val2 variable.
Gabe Black
2009-07-01
ARM: Centralize the declaration of resTemp.
Gabe Black
2009-07-01
ARM: Add a DataImmOp format similar to DataOp.
Gabe Black
2009-07-01
ARM: Decode some media instructions. These are untested.
Gabe Black
2009-07-01
ARM: Use the new DataOp format to simplify the decoder.
Gabe Black
2009-07-01
ARM: Add in some new artificial fields that make decoding a little easier.
Gabe Black
2009-07-01
ARM: Recognize the IntRegs trace flag.
Gabe Black
2009-07-01
ARM: Add a DataOp format so data op definitions can be aggregated.
Gabe Black
2009-06-27
ARM: Show more information when disassembling data processing intstructions.
Gabe Black
2009-06-27
ARM: Show branch targets relative to the nearest symbol.
Gabe Black
2009-06-27
ARM: Write a function for printing mnemonics and predicates.
Gabe Black
2009-06-26
ARM: Fill out the printReg function.
Gabe Black
2009-06-24
ARM: Fix signed multiply long and add some unimplemented loads.
Jack Whitman
2009-06-24
ARM: Link register is trashed by non-executed branch and link operations.
Jack Whitman
2009-06-23
ARM: Added unimplemented load/store multiple instructions.
Jack Whitman
[next]