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
/
isa
/
insts
/
branch.isa
Age
Commit message (
Expand
)
Author
2014-10-16
arch: Use shared_ptr for all Faults
Andreas Hansson
2014-09-03
arm: Mark v7 cbz instructions as direct branches
Mitch Hayenga
2014-01-24
arm: Add support for ARMv8 (AArch64 & AArch32)
ARM gem5 Developers
2011-09-26
ISA parser: Use '_' instead of '.' to delimit type modifiers on operands.
Gabe Black
2011-04-04
ARM: Tag appropriate instructions as IsReturn
Ali Saidi
2011-03-17
ARM: Identify branches as conditional or unconditional and direct or indirect.
Ali Saidi
2010-12-09
ARM: Take advantage of new PCState syntax.
Gabe Black
2010-10-31
ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.
Gabe Black
2010-10-01
ARM: Clean up use of TBit and JBit.
Ali Saidi
2010-08-23
ARM: BX instruction can be contitional if last instruction in a IT block
Gene Wu
2010-08-23
ARM: Temporary local variables can't conflict with isa parser operands.
Gene Wu
2010-06-02
ARM: Implement the V7 version of alignment checking.
Gabe Black
2010-06-02
ARM: Fix the implementation of BX to work in thumbEE mode.
Gabe Black
2010-06-02
ARM: Implement branch instructions external to the decoder.
Gabe Black