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
/
nativetrace.cc
Age
Commit message (
Expand
)
Author
2016-11-09
style: [patch 1/22] use /r/3648/ to reorganize includes
Brandon Potter
2014-04-29
arm: use condition code registers for ARM ISA
Curtis Dunham
2014-01-24
arm: Add support for ARMv8 (AArch64 & AArch32)
ARM gem5 Developers
2012-03-19
gcc: Clean-up of non-C++0x compliant code, first steps
Andreas Hansson
2011-12-13
gcc: fix unused variable warnings from GCC 4.6.1
Nathan Binkert
2011-05-13
ARM: Further break up condition code into NZ, C, V bits.
Ali Saidi
2011-05-13
ARM: Remove the saturating (Q) condition code from the renamed register.
Ali Saidi
2011-05-13
ARM: Break up condition codes into normal flags, saturation, and simd.
Ali Saidi
2011-05-04
ARM: Add vfpv3 support to native trace.
Ali Saidi
2011-04-15
trace: reimplement the DTRACE function so it doesn't use a vector
Nathan Binkert
2011-01-03
Make commenting on close namespace brackets consistent.
Steve Reinhardt
2010-10-31
ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.
Gabe Black
2010-09-13
Faults: Pass the StaticInst involved, if any, to a Fault's invoke method.
Gabe Black
2010-06-02
ARM: Fixup native trace support and add some v7/recent stack code
Ali Saidi
2009-11-08
ARM: Split the condition codes out of the CPSR.
Gabe Black
2009-07-29
ARM: Make the ARM native tracer stop M5 if control diverges.
Gabe Black
2009-07-29
ARM: Make sure the target process doesn't run away from statetrace.
Gabe Black
2009-07-27
ARM: Only send information that changed between statetrace and M5.
Gabe Black
2009-07-27
imported patch nativetracestreamline.patch
Gabe Black
2009-07-27
ARM: Make native trace print out what instruction caused an error.
Gabe Black
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