gem5.git
2007-07-20 Gabe BlackAdd a bitfield to decode based on what prefixes are...
2007-07-20 Gabe BlackAdd a parameter type to read a register index from...
2007-07-20 Gabe BlackFix function which calculates the carry flag.
2007-07-20 Gabe BlackFix carry flag for subtracts, and clean up code slightly.
2007-07-20 Gabe BlackFixed width parameter and provided a parameter to flip...
2007-07-19 Gabe Blackx86 fixes
2007-07-19 Gabe BlackCheck for the two opcode prefix correctly and add in...
2007-07-19 Gabe BlackHook near returns into the decoder.
2007-07-19 Gabe BlackImplement near returns.
2007-07-19 Gabe BlackMake instructions that conditionally set registers...
2007-07-19 Gabe BlackFix the overload which prints ExtMachInst in X86.
2007-07-19 Gabe BlackMake store microops actually store instead of load.
2007-07-19 Gabe BlackFix a comment to refer to the right type of instruction.
2007-07-19 Gabe BlackFix the panic in the "error" format for x86,
2007-07-18 Gabe BlackImplement some forms of add.
2007-07-18 Gabe BlackFix the operand types in a section of the decoder.
2007-07-18 Gabe BlackMake the data size used by regops overridable in the...
2007-07-18 Gabe BlackFill out the miscreg file and add types to miscregs.hh
2007-07-18 Gabe BlackHook x86 nop into the decoder.
2007-07-18 Gabe BlackFix a compilation error for SubBitUnions,
2007-07-18 Gabe BlackImplement the x86 nop to be a "fault" microop which...
2007-07-18 Gabe BlackAdd a generateDisassembly function to the MicroFault...
2007-07-18 Gabe BlackMake name, isMachineCheckFault, and isAlignmentFault...
2007-07-18 Gabe BlackCalculate the correct address size.
2007-07-18 Gabe BlackMake disassembled x86 register indices reflect their...
2007-07-17 Gabe BlackImplemented jnz.
2007-07-17 Gabe BlackUse limm to set up immediate value for subtract instruc...
2007-07-17 Gabe BlackImplement the jz instruction.
2007-07-17 Gabe BlackMake "test" set some condition codes.
2007-07-17 Gabe BlackAdd in support for condition code flags.
2007-07-17 Gabe BlackAdd in operand which holds the condition code bits...
2007-07-17 Gabe BlackAdd symbols for each of the flags a microop could set...
2007-07-17 Gabe BlackActually include miscregs.hh
2007-07-17 Gabe BlackCreate a file to describe misc registers.
2007-07-17 Gabe BlackCreate a file of functions for computing condition...
2007-07-17 Gabe BlackAdd a spot for the condition code portion of the flag...
2007-07-17 Gabe BlackAdd a conversion constructor so a bitunion can be initi...
2007-07-15 Gabe BlackMove bitunion code into it's own file.
2007-07-15 Gabe BlackPull some hard coded base classes out of the isa descri...
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
next