summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-24Added a SPARC_SE simple atomic regression for the mcf benchmark.Gabe Black
2007-03-23Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-22Merge zizzer:/bk/newmemAli Saidi
2007-03-22finish up the coding of the Intel Gb NIC... Many Many bugs to squashAli Saidi
2007-03-22Add structure based bitfield syntax to the isa_parser. This is primarily usef...Gabe Black
2007-03-22Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-22Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-22Fix mcf benchmark object so it gets the arguments it expects.Gabe Black
2007-03-21Add a junk operand. With no operands, the parser breaks.Gabe Black
2007-03-21Start implementing groups of instructions which do the same thing on differen...Gabe Black
2007-03-21put the int register count in intregs.hhGabe Black
2007-03-21Add a s SPARC_SE gzip regressionGabe Black
2007-03-21Break out the one and two byte opcodes into different files. Also change what...Gabe Black
2007-03-21Missed a constGabe Black
2007-03-21created SPARC_SE vortex regression.Gabe Black
2007-03-21Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-21The m5 side of statetrace. This is fairly ugly, but I don't want to lose it.Gabe Black
2007-03-20Ignore "time" and "times" syscalls.Gabe Black
2007-03-20Fixed up some types and const placement, and added signed bitfields that sign...Gabe Black
2007-03-20Added syntax for structure oriented extMachInsts.Gabe Black
2007-03-19Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-19Ditched read or write only subbitfields for now since they were proving diffi...Gabe Black
2007-03-19For the _BitfieldRO and _BitfieldWO classes, make sure the undesired operator...Gabe Black
2007-03-19Formatting fixes.Gabe Black
2007-03-19Lots and lots of comments.Gabe Black
2007-03-19Reworked the BitUnion stuff a bit. There is moderately better isolation of th...Gabe Black
2007-03-18Compile fixes for SPARC_FS.Gabe Black
2007-03-17The syntax used for twin stores was confusing the parser so it's now broken d...Gabe Black
2007-03-17Created BitUnion type which lets you define nested bitfields for an integer i...Gabe Black
2007-03-16Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-16Fix ALPHA_FS compile. The MachInst -> StaticInstPtr constructor is no longer ...Gabe Black
2007-03-16Make the SPARC branch instructions use ExtMachInsts in their constructors. Th...Gabe Black
2007-03-15Merge zizzer:/bk/newmemAli Saidi
2007-03-15fix a bug gabe foundAli Saidi
2007-03-15Refactor things a little.Gabe Black
2007-03-15File with the predecoder in it.Gabe Black
2007-03-15Split the x86 "process" predecoder method into it's own file.Gabe Black
2007-03-15Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-15Merge zizzer:/bk/newmemAli Saidi
2007-03-15add all the registers we'll need to support for the Intel GbE device and supp...Ali Saidi
2007-03-15Changed warns to DPRINTFs and multiply by 8 where needed.Gabe Black
2007-03-15Added immediate value support, and fixed alot of bugs. This won't support 3 b...Gabe Black
2007-03-15Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-15Update to statetrace. This will break it, but I want to make sure it gets int...Gabe Black
2007-03-15Compile fixGabe Black
2007-03-15Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-15Make the predecoder an object with it's own switched header file. Start addin...Gabe Black
2007-03-13fix segfault when peer owner attempts to use functional portAli Saidi
2007-03-13Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-13Replaced makeExtMI with predecode.Gabe Black