gem5.git
2007-06-20 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-19 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-19 Gabe BlackGet rid of the immediate and displacement components...
2007-06-19 Gabe BlackAdd a stack size bitfield and expose the mode component...
2007-06-19 Gabe BlackAdd a function to print out segment names.
2007-06-18 Ali Saidifix bug in timing cpu. getTime() is the time the requse...
2007-06-18 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-18 Gabe BlackGet rid of unnecessary output.
2007-06-18 Gabe BlackAdd in incomplete pick and merge functions which read...
2007-06-17 Ali Saidisince the o3 cpu perlbmk regression doesn't work, just...
2007-06-16 Steve Reinhardtmemtest.cc:
2007-06-14 Gabe BlackAdd in some microregs.
2007-06-14 Gabe BlackSign extend byte immediates as well. There might need...
2007-06-14 Gabe BlackFix limm.
2007-06-14 Gabe BlackImplement a handful more instructions and differentiate...
2007-06-14 Gabe BlackMove the high byte register indices to the right place.
2007-06-14 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-14 Vincentius... Modified instruction decode method.
2007-06-14 Gabe BlackFix an assert to allow rounding mode 0.
2007-06-14 Gabe BlackMake POP special case its dataSize to default to 64...
2007-06-14 Gabe BlackPut the mode in the ExtMachInst.
2007-06-14 Gabe BlackGet rid of an unnecessary debug statement.
2007-06-14 Gabe BlackGet rid of some debug output and let macroops set heade...
2007-06-14 Gabe BlackFix up param regular expression to not duplicated the...
2007-06-14 Gabe BlackA fix for SPARC_FS compilation.
2007-06-13 Gabe BlackSeperate the pc-pc and the pc of the incoming bytes...
2007-06-13 Gabe BlackFix the operand type tag parser to recognize multi...
2007-06-13 Gabe BlackPartially implement "POP"
2007-06-13 Gabe BlackMove load/store microops into their own file. They...
2007-06-13 Gabe BlackFix the immediate version of register operations, and...
2007-06-12 Gabe BlackMinor comment fix up.
2007-06-12 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-12 Gabe BlackMake use of some of the REX prefix.
2007-06-12 Gabe BlackReset the rex and legacy prefix components of the ExtMa...
2007-06-12 Gabe BlackFlesh out the bitfields for prefixes.
2007-06-12 Gabe BlackAdd in MOV instructions.
2007-06-12 Gabe BlackFix up a comment that wasn't changed over to x86.
2007-06-12 Gabe BlackGet rid of unnecessary namespace prototype.
2007-06-12 Gabe BlackUse objects to pass around output code, and fix/impleme...
2007-06-12 Gabe BlackAdd an address size bitfield to the isa description...
2007-06-12 Gabe BlackAdd some dprintfs
2007-06-12 Gabe BlackMake microOp vs microop and macroOp vs macroop capitili...
2007-06-12 Nathan Binkertupdate for small parameter and statistics name changes
2007-06-12 Nathan BinkertRename enum from OpType to OpClass so it's consistent...
2007-06-10 Nathan Binkertthe cmd argument is supposed to be an array of paramete...
2007-06-10 Nathan BinkertAdd the -templatereduce option to swig to prepare for...
2007-06-10 Nathan BinkertAdd a function to get a SimObject's memory mode and...
2007-06-10 Nathan BinkertAdd a startup function that will fast forward to the...
2007-06-10 Nathan BinkertUse the right type
2007-06-10 Nathan Binkertonly compile fenv.c if we're using fenv
2007-06-10 Nathan BinkertMore realistic parameters
2007-06-08 Gabe BlackFix another outdated comment.
2007-06-08 Gabe BlackAdjust a few more comments.
2007-06-08 Gabe BlackGet rid of a couple more unused files.
2007-06-08 Gabe BlackFix up a potentially misleading comment.
2007-06-08 Gabe BlackFix the formatting on a comment.
2007-06-08 Gabe BlackClean up where files are included, and get rid of some...
2007-06-08 Gabe BlackClean things up a little.
2007-06-08 Gabe BlackGet rid of the old isa_parser file versions of the...
2007-06-08 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-08 Gabe BlackMove the microcode assembly to a python package instead...
2007-06-08 Gabe BlackBig changes to use the new microcode assembler.
2007-06-08 Gabe BlackFixed format arguments for XOR.
2007-06-08 Gabe BlackAdd a bitfield to refer to the opSize member of the...
2007-06-05 Ali SaidiMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-06-05 Ali SaidiClean up some of vincent's code and commit it
2007-06-04 Gabe BlackMake limm (load immediate) microop
2007-06-04 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-04 Ali Saididon't be so aggressive with the tracing on #if
2007-06-04 Ali Saidifix SPARC....
2007-06-04 Gabe BlackReworking x86's microcode system. This is a work in...
2007-06-02 Gabe BlackDon't mask the pc because the Alpha predecoder needs...
2007-06-02 Nathan BinkertFix typo so m5.fast will compile
2007-06-01 Ali SaidiMerge zizzer:/bk/newmem
2007-06-01 Ali SaidiMerge zizzer:/bk/newmem
2007-06-01 Ali Saidicast sizeof(MachInst) to Addr before generating a mask
2007-06-01 Ali Saididon't generate trace data unless tracing is on
2007-06-01 Gabe BlackClean things up
2007-06-01 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-01 Vincentius... Minor error. Forgotten to remove brackets for threadPC.
2007-05-31 Gabe BlackAdd a second section to make sure the ROM is extended...
2007-05-31 Gabe BlackAdd rom based macroops into the macroop dict instead...
2007-05-31 Gabe BlackDo something with ROM based macroops
2007-05-31 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-31 Ali SaidiMerge zizzer:/bk/newmem
2007-05-31 Ali SaidiThis is probably a more scons like way to do this
2007-05-31 Gabe BlackMake directives take parameters and use the directive...
2007-05-31 Gabe BlackHandle comments
2007-05-31 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-31 Nathan Binkertobey the m5 style
2007-05-31 Vincentius... Merge zizzer:/bk/newmem
2007-05-31 Vincentius... Assign traceData to be NULL at BaseSimpleCPU constructor.
2007-05-31 Ali SaidiMerge zizzer:/bk/newmem
2007-05-31 Ali Saidicheck that m4 is available before trying to use it
2007-05-31 Gabe BlackEarly micro assembler
2007-05-31 Gabe Blackx86 work that hadn't been checked in.
2007-05-31 Nathan BinkertFix cut-n-pasto to make the path correct
2007-05-30 Ali SaidiFix compiling on Solaris since Nate's libelf change
2007-05-30 Steve Reinhardttport.cc:
2007-05-30 Steve ReinhardtA little more cleanup & refactoring of SimpleTimingPort.
next