summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2006-05-22New directory structure:Steve Reinhardt
2006-05-16Split SimpleCPU into two different models, AtomicSimpleCPU andSteve Reinhardt
2006-05-15Many files:Steve Reinhardt
2006-05-15Merge zizzer:/bk/newmemAli Saidi
2006-05-15Add support for sparc/solaris syscall emulation. Not tested yet because I can...Ali Saidi
2006-05-15fix typo, headers protection should be named __DIR_DIR_..._FILE_HH__Ali Saidi
2006-05-14Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-05-14Fixed some problems with signed vs. unsigned numbers which were breaking cond...Gabe Black
2006-05-14Made the decoder handle reg_or_imm type arguments with type qualifiers.Gabe Black
2006-05-14Moved the UnimpFault to be globalGabe Black
2006-05-12Merge zeep.pool:/z/saidi/work/m5.headAli Saidi
2006-05-12FP programs are back to running... Condition Codes can be read and set...Korey Sewell
2006-05-11make m5 panic a little more verboseAli Saidi
2006-05-11Fixes for Paired-Single FP Compare Operations...Korey Sewell
2006-05-10Support for FP Paired Single OperationsKorey Sewell
2006-05-10revamping code to appropriately handle FP condition code and conversion ops.Korey Sewell
2006-05-10decoder.isa:Korey Sewell
2006-05-09decoder.isa:Korey Sewell
2006-05-09decoder.isa:Korey Sewell
2006-05-08Start working on more complex FP testsKorey Sewell
2006-05-07First Steps in cleaning up MIPS code - This changeset rearranges the files in...Korey Sewell
2006-05-07Minor changes for FP ... MIPS now works for floating-point programs...Korey Sewell
2006-05-07Basic MIPS floating point test works now ... I had to realize that when using...Korey Sewell
2006-05-04take-out debug only codeKorey Sewell
2006-05-04Merge zizzer:/bk/newmemKorey Sewell
2006-05-04recognized 32 & 64 bit unsigned integer types and set the width appropriatelyKorey Sewell
2006-05-02Redo the FloatRegFile using unsigned integersKorey Sewell
2006-05-01move code from packet.hh to packet.cc and packet_impl.hhAli Saidi
2006-04-30Got hello world to work!Gabe Black
2006-04-28Merge zizzer:/bk/newmemAli Saidi
2006-04-28Add SparcSystem objectAli Saidi
2006-04-28Fixed constants to work on 32 bit hostsGabe Black
2006-04-28Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-04-28Improved the initial stack frameGabe Black
2006-04-28Added an include which was forgottenGabe Black
2006-04-28Fixed up some syscallsGabe Black
2006-04-28Some debugging of the ccr bitsGabe Black
2006-04-28Added in handling of the annul bit for branches, and fixed up computation of ...Gabe Black
2006-04-28Added a linux.cc file to mesh with Korey's changesGabe Black
2006-04-28More Modest Changes for FP MIPS execution...Korey Sewell
2006-04-28Use lower two bits of FCSR reg to determine rounding mode (may want to move t...Korey Sewell
2006-04-27change readPC() + 4 to readNextPC() and the same for NNPC ...Korey Sewell
2006-04-27Rewrite CFC1 & CTC1 instruction definitionsKorey Sewell
2006-04-26Changes to get Floating Point Instructions w/new regfile to at least not segf...Korey Sewell
2006-04-18Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-04-18Changed MIPS and Alpha to pass the syscall number to the syscall functionGabe Black
2006-04-18Fixes to SPARC syscall emulation mode.Gabe Black
2006-04-14These fixes now allow all of the 20 mips tests to work properly!Korey Sewell
2006-04-13Move RLIMIT constants to OS/ISA specific files instead of generic OS containe...Korey Sewell
2006-04-13Changes that get rid of the OSFlags and derive a new class of this format <ar...Korey Sewell