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
/
mips
Age
Commit message (
Expand
)
Author
2006-05-04
recognized 32 & 64 bit unsigned integer types and set the width appropriately
Korey Sewell
2006-05-02
Redo the FloatRegFile using unsigned integers
Korey Sewell
2006-04-28
More Modest Changes for FP MIPS execution...
Korey Sewell
2006-04-28
Use lower two bits of FCSR reg to determine rounding mode (may want to move t...
Korey Sewell
2006-04-27
change readPC() + 4 to readNextPC() and the same for NNPC ...
Korey Sewell
2006-04-27
Rewrite CFC1 & CTC1 instruction definitions
Korey Sewell
2006-04-26
Changes to get Floating Point Instructions w/new regfile to at least not segf...
Korey Sewell
2006-04-18
Merge m5.eecs.umich.edu:/bk/newmem
Gabe Black
2006-04-18
Changed MIPS and Alpha to pass the syscall number to the syscall function
Gabe Black
2006-04-14
These fixes now allow all of the 20 mips tests to work properly!
Korey Sewell
2006-04-13
Move RLIMIT constants to OS/ISA specific files instead of generic OS containe...
Korey Sewell
2006-04-13
Changes that get rid of the OSFlags and derive a new class of this format <ar...
Korey Sewell
2006-04-12
add OSFlags struct to AlphaISA/MipsISA namespace. The OS classes then use the...
Korey Sewell
2006-04-10
edit to test_mips config file
Korey Sewell
2006-04-10
so I guess the IntRegFile class is needed after all!
Korey Sewell
2006-04-10
Merge zizzer:/bk/newmem
Korey Sewell
2006-04-10
Finally MIPS does hello world!
Korey Sewell
2006-04-06
Merge zizzer:/bk/newmem
Ali Saidi
2006-04-06
added unimp faults
Ali Saidi
2006-04-06
Enable register windows.
Gabe Black
2006-03-28
Use op_decl instead of op_src_decl + op_dest_decl in .isa templates.
Steve Reinhardt
2006-03-28
Make .isa-file ##include file paths relative to including file.
Steve Reinhardt
2006-03-19
support for unaligned memory access
Korey Sewell
2006-03-18
more syscall fixes
Korey Sewell
2006-03-18
steps toward making syscalls work
Korey Sewell
2006-03-16
fix to LiveProcess (this change got deleted somehow)
Korey Sewell
2006-03-16
Found and fixed 3 decoder.isa bugs!!! Now the hello_world program runs for a ...
Korey Sewell
2006-03-15
Merge zizzer:/bk/newmem
Korey Sewell
2006-03-15
add translations for new sections that are mmapped or when the brk
Ali Saidi
2006-03-15
infinitesimal small baby steps toward MIPS actually working
Korey Sewell
2006-03-14
Minor Sconscript edit ... mips decoder changes ... initialize NNPC and output...
Korey Sewell
2006-03-12
Clean up arch/*/process.hh includes and std namespace issues.
Steve Reinhardt
2006-03-12
MIPS is back to compiling and building now!
Korey Sewell
2006-03-09
last changes before big merge
Korey Sewell
2006-03-09
minor comments to decoder.isa
Korey Sewell
2006-03-08
add explicit support for nop,ssnop, and ehb instructions
Korey Sewell
2006-03-08
Update MiscReg enum and miscRegFile definition
Korey Sewell
2006-03-08
updated MIPS ISA files .... all files should be able to compile/build with MI...
Korey Sewell
2006-03-04
Filled out the object file loader so it can load object files for several OSs...
Gabe Black
2006-02-24
Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
Steve Reinhardt
2006-02-23
Create a Builder object for .isa files in arch/SConscript.
Steve Reinhardt
2006-02-22
make sure alpha still compiles , rename files back to original naming ...
Korey Sewell
2006-02-22
MIPS Compiles scons/MIPS_SE/arch/mips/decoder.do!!!!!!
Korey Sewell
2006-02-21
Merge zizzer:/bk/multiarch
Korey Sewell
2006-02-21
Renaming alpha files and changing some MIPS stuff to be more like Alpha version
Korey Sewell
2006-02-21
Changed Fault * to Fault, which is a typedef to FaultBase *, which is the old...
Gabe Black
2006-02-20
make MIPS specific
Korey Sewell
2006-02-20
load/store instruction format ... now generates load/store code
Korey Sewell
2006-02-20
Support for All Jump Instructions ...
Korey Sewell
2006-02-18
Support NNPC and branch instructions ... Outputs to decoder.cc correctly
Korey Sewell
[next]