summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-29Update code so that the O3 CPU can handle not initially having anything hooke...Kevin Lim
2007-03-29Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-29Fidget with the syntax of the MultiOp format in anticipation of making it act...Gabe Black
2007-03-29Add code to generate register and immediate based integer op microop classes.Gabe Black
2007-03-29Allow "let" blocks to add code to the output files.Gabe Black
2007-03-28Call compare and Swap on the target, not the response.Ron Dreslinski
2007-03-27some more fixes... non-tso stuff seems to workAli Saidi
2007-03-27Merge zizzer:/bk/newmemRon Dreslinski
2007-03-27First Pass At Cmp/Swap in cachesRon Dreslinski
2007-03-26Instead of creating a new python process to run traceflags.py,Nathan Binkert
2007-03-26Merge zizzer:/bk/newmemAli Saidi
2007-03-26first bit of life from the intel gigabit modelAli Saidi
2007-03-25Update stats for changes.Kevin Lim
2007-03-24Update for new trace data behavior.Kevin Lim
2007-03-24Merge ktlim@zizzer:/bk/newmemKevin Lim
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-23Merge ktlim@zizzer:/bk/newmemKevin Lim
2007-03-23Make hardware loads/stores serializing; they need to avoid certain out-of-ord...Kevin Lim
2007-03-23Updates for commit.Kevin Lim
2007-03-233 memory system fixes:Kevin Lim
2007-03-23Handle status bits a little better, as well as non-speculative instructions.Kevin Lim
2007-03-23Two fixes:Kevin Lim
2007-03-23Set progress_interval in terms of CPU cycles.Kevin Lim
2007-03-23A couple of minor fixes.Kevin Lim
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