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-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
2006-02-18
changes from mergedmem
Korey Sewell
2006-02-18
use string name to figure out if we have a "AndLink" instruction
Korey Sewell
2006-02-18
MIPS generates ISA code through scons '.../decoder.cc'!!!
Korey Sewell
2006-02-16
Get ISA parser to at least include all the ISA correctly ... crashes with "No...
Korey Sewell
2006-02-16
file name changes ... minor ISA changes
Korey Sewell
2006-02-15
...
Korey Sewell
2006-02-14
Merge zizzer:/bk/multiarch
Korey Sewell
2006-02-14
another big step to a parsable ISA ... no errors after I used a symbolic link...
Korey Sewell
2006-02-14
trying to get ISA to parse correctly ...
Korey Sewell
2006-02-14
New files to fix building the SPARC_SE and MIPS_SE isa_parser.py generated fi...
Gabe Black
2006-02-14
Merge zizzer:/bk/multiarch
Korey Sewell
2006-02-14
make MIPS MT instructions decodable ...
Korey Sewell
2006-02-12
Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
Gabe Black
2006-02-12
Polishing of isa_parser.py internal operand handling, resulting in
Steve Reinhardt
2006-02-10
The first fully coded version of decoder.isa!!!!!
Korey Sewell
2006-02-09
more code for instructions... Mainly for coprocessor0 and coprocessor1 move ...
Korey Sewell
2006-02-08
Code for more "BasicOp" instructions ... formats for all instructions in plac...
Korey Sewell
2006-02-08
add at least BasicOp Format to most if not all instructions
Korey Sewell
2006-02-08
Merge gblack@m5.eecs.umich.edu:/bk/multiarch
Gabe Black
2006-02-08
Alot of changes to push towards ISA independence. Highlights are renaming of ...
Gabe Black
2006-02-07
Actually we do need a separate class for Integer Ops with Immediates!!!
Korey Sewell
2006-02-07
name changes ... minor IntOP format change
Korey Sewell
2006-02-04
1st full draft switch statement actions for all integer arithmetic operations...
Korey Sewell
2006-02-03
mainly added minor support for the basic arithmetic operations (add, mult, sh...
Korey Sewell
2006-02-03
.h -> .def
Korey Sewell
2006-02-03
Rename: arch/mips/isa/formats/tlb.format -> arch/mips/isa/formats/tlbop.format
Korey Sewell
2006-02-03
Checkin (Merge?) files ... Added a few new format files
Korey Sewell
2006-01-26
bitfields definition to support current decoder.h
Korey Sewell
2006-01-26
"sparc" -> "mips"
Korey Sewell
2006-01-26
decoder skeleton code: this should be able to read any MIPS instruction and d...
Korey Sewell
2006-01-25
more changes to the decoder ... Now does special 3 table
Korey Sewell
2006-01-25
first version of my decoder function skeleton
Korey Sewell
2006-01-25
initial changes to decoder.hh and copied files from arch/sparc directory
Korey Sewell