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
/
arch
/
alpha
/
ev5.cc
Age
Commit message (
Expand
)
Author
2006-03-14
Merge m5.eecs.umich.edu:/bk/newmem
Gabe Black
2006-03-14
Changed the floating point register file into a class with appropriate access...
Gabe Black
2006-03-13
Have a copyRegs function defined in the ISA that copies registers from one Ex...
Kevin Lim
2006-03-08
Include ability to copy all misc regs.
Kevin Lim
2006-03-08
Merge ktlim@zizzer:/bk/m5
Kevin Lim
2006-03-07
Pushed ev5.hh out of the non-alpha code.
Gabe Black
2006-03-05
Merge ktlim@zizzer:/bk/m5
Kevin Lim
2006-03-04
Steps towards setting up the infrastructure to allow the new CPU model to wor...
Kevin Lim
2006-03-04
Merge ktlim@zizzer:/bk/m5
Kevin Lim
2006-03-03
Remove intr_post function. No longer being used.
Kevin Lim
2006-03-03
Changes to support automatic renaming of the shadow registers at decode time....
Kevin Lim
2006-03-01
Cleaned up some of the Fault system.
Gabe Black
2006-03-01
moved ev5_trap fully into the fault class.
Gabe Black
2006-02-28
Merge ktlim@zizzer:/bk/m5
Kevin Lim
2006-02-28
Cleaned up and slightly reorganized the Fault class heirarchy.
Gabe Black
2006-02-27
Changed ev5_trap from a function of the execution context to a function of th...
Gabe Black
2006-02-27
Got rid of the fault_addr function.
Gabe Black
2006-02-27
Changes to put all the misc regs within the misc reg file. This includes the...
Kevin Lim
2006-02-27
Renamed arch files to remove alpha prefix, and changed alpha_memory.hh and cc...
Gabe Black
2006-02-27
Added isMachineCheckFault and isAlignmentFault virtual functions to the fault...
Gabe Black
2006-02-24
Merge gblack@m5.eecs.umich.edu:/bk/multiarch
Gabe Black
2006-02-24
Changed Fault from a FaultBase * to a RefCountingPtr, added "new"s where appr...
Gabe Black
2006-02-23
ev5.cc:
Ali Saidi
2006-02-23
Get rid of the xc from the alphaAccess/alphaConsole backdoor device.
Ali Saidi
2006-02-21
Changed Fault * to Fault, which is a typedef to FaultBase *, which is the old...
Gabe Black
2006-02-16
Remove fake fault.
Kevin Lim
2006-02-16
Some changes which weren't needed before doing a bk pull were needed afterwar...
Gabe Black
2006-02-16
Changed the fault enum into a class, and fixed everything up to work with it....
Gabe Black
2005-08-30
Build options are set via a build_options file in the
Steve Reinhardt
2005-06-05
Many files:
Steve Reinhardt
2005-06-05
Fix a few broken or inconsistently formatted copyrights
Steve Reinhardt
2005-06-05
added copyright
Ali Saidi
2005-06-04
shuffle files around for new directory structure
Nathan Binkert
2005-04-11
Make the notion of a global event tick independent of the actual
Nathan Binkert
2004-11-13
Macros are nasty, so let's get rid of them. Convert all
Nathan Binkert
2004-11-13
defining SYSTEM_EV5 isn't all that necessary
Nathan Binkert
2004-11-10
Use the inPalMode function instead of the PC_PAL macro
Nathan Binkert
2004-11-10
Don't use the global check_interrupts variable. Add a per-cpu
Nathan Binkert
2004-09-22
fix unaligned memory offset and some small fixes to interrupt binning
Ali Saidi
2004-09-03
added system option to bin interrupt code seperately.
Ali Saidi
2004-08-20
- Clean up and factor out all of the binning code into a
Nathan Binkert
2004-06-28
fix up the recordEvent stuff to support ignoring events
Nathan Binkert
2004-06-15
Get software prefetching to work in full-system mode.
Steve Reinhardt
2004-05-28
Updated FastCPU model with all the recent changes.
Kevin Lim
2004-05-28
Merged in new FastCPU stuff with existing code.
Kevin Lim
2004-05-27
FastCPU model added. It's very similar to the SimpleCPU, just without a lot ...
Kevin Lim
2004-05-21
add a few statistics events
Nathan Binkert
2004-05-13
remove the annotation junk
Nathan Binkert
2004-05-13
pass the address of both the old an new pcbb on context
Nathan Binkert
2004-04-03
More {Itb,Dtb} -> {ITB,DTB} renames (forgot to test build KERNEL).
Steve Reinhardt
[next]