gem5.git
2007-07-22 Nathan BinkertAdd code to turn the style stuff into a mercurial hook.
2007-07-14 Nathan Binkertignore stuff that we don't want to see in the status
2007-07-14 Nathan Binkerttransfer tags
2007-06-29 Korey Sewellfix store instructions, pass fast/quick Atomic/TimingSi...
2007-06-28 Korey Sewello3cpu build for mips
2007-06-23 Korey SewellFINISH off merge of mips mt/dsp isa extensions by addin...
2007-06-23 Korey Sewelladd Control Bitfield class
2007-06-22 Korey Sewellmips import pt. 1
2007-06-22 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-22 Gabe BlackUpdate of reference outputs. SPARC_SE o3 gzip didn...
2007-06-21 Gabe BlackMake symbols for regular registers.
2007-06-21 Gabe BlackGet rid of an unnecessary include file.
2007-06-21 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-21 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-21 Ali Saidiupdate stats for fixed nextCycle()
2007-06-21 Ali SaidiUse FastAlloc for Packet, Request, CoherenceState,...
2007-06-21 Gabe BlackUse the new symbols to clean up the assembler.
2007-06-21 Gabe BlackNeeded for last change set to work :P
2007-06-21 Gabe BlackDefine symbols for the x86 specialization of the microa...
2007-06-21 Gabe BlackFix a comment.
2007-06-21 Gabe BlackFix a problem where part of a microops parameters might...
2007-06-21 Gabe BlackAdd in code that lays the ground work for setting flags.
2007-06-21 Gabe Blacklong is too long
2007-06-21 Gabe BlackFix compiler errors.
2007-06-20 Gabe BlackImplement rip relative addressing and put in some missi...
2007-06-20 Gabe BlackFix a newly introduced bug where the predecoder wasn...
2007-06-20 Gabe BlackX86 probably doesn't need a window save area.
2007-06-20 Gabe BlackFix a typo in one of the operand type tags.
2007-06-20 Gabe BlackComment out some unnecessary debug output.
2007-06-20 Gabe BlackForgot to check these in...
2007-06-20 Gabe BlackComment out some unnecessary debug statements.
2007-06-20 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-20 Vincentius... Minor error.
2007-06-20 Vincentius... Removed "adding instead of dividing" trick.
2007-06-20 Nathan BinkertDon't do checker stuff if the checker is not defined
2007-06-20 Nathan BinkertMake sure all parameters have default values if they're
2007-06-20 Nathan BinkertDon't go over 80 chars per line
2007-06-20 Gabe BlackMake memory instructions work better, add more macroop...
2007-06-20 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-19 Gabe BlackMore faithfulness to what instructions should work...
2007-06-19 Gabe BlackMissed an "offset" to get rid of.
2007-06-19 Gabe BlackMake branches work by repopulating the predecoder every...
2007-06-19 Gabe BlackMake instructions that are illegal in 64 bit mode not...
2007-06-19 Gabe BlackMake an error message a little more descriptive.
2007-06-19 Gabe BlackRenovate the "fault" microop implementation.
2007-06-19 Gabe BlackGet rid of the commented out versions of macroops which...
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.
next