gem5.git
2007-07-22 Steve ReinhardtMerge from head.
2007-07-22 Nathan Binkertdo proper style checks for merged files
2007-07-22 Nathan Binkertfix the style fixing thing
2007-07-22 Steve ReinhardtMerge more changes in from head.
2007-07-22 Steve ReinhardtReplace DeferredSnoop flag with LowerMSHRPending flag.
2007-07-22 Steve ReinhardtMerge Gabe's changes with mine.
2007-07-22 Steve ReinhardtA few minor non-debug compilation issues.
2007-07-22 Gabe BlackAdd the "open" syscall.
2007-07-22 Gabe BlackFixed immediate byte accounting bug.
2007-07-22 Gabe BlackFixed displacement size bug.
2007-07-22 Gabe BlackMerge with head.
2007-07-22 Nathan BinkertAdd code to turn the style stuff into a mercurial hook.
2007-07-22 Gabe BlackImplemented and hooked in xchg, rotate with carry,...
2007-07-22 Gabe BlackImplement rotate with carry microops.
2007-07-22 Steve ReinhardtDeal with invalidations intersecting outstanding upgrades.
2007-07-21 Steve ReinhardtSeveral more fixes for multi-level timing coherence.
2007-07-21 Gabe BlackFixed the distinction between far and near versions...
2007-07-21 Gabe BlackFixed line number accounting
2007-07-21 Gabe BlackImplement UD2 and replace the place holder in the decoder.
2007-07-21 Gabe BlackMake the "name" function const.
2007-07-21 Gabe BlackImplement adc and sbb instructions and microops.
2007-07-21 Gabe BlackImplement the rest of the conditional jump instructions...
2007-07-20 Gabe BlackMake the decoder take advantage of the new "B" operand...
2007-07-20 Gabe BlackDefine and fill out a lot of different instructions...
2007-07-20 Gabe BlackHook in newly implemented instructions.
2007-07-20 Gabe BlackComment, implement, fix, and trim the move microassembly.
2007-07-20 Gabe BlackImplement jnbe.
2007-07-20 Gabe BlackAppended _NEAR to the near version of call and return.
2007-07-20 Gabe BlackMake load and store ops use the appropriate sized data...
2007-07-20 Gabe BlackImplement the increment and decrement instructions...
2007-07-20 Gabe BlackFix code that computes displacement size.
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-17 Steve ReinhardtMake sure responses never get blocked.
2007-07-17 Steve ReinhardtForward cache-to-cache responses through other caches.
2007-07-17 Steve ReinhardtAssert that an mshr has a target in getTarget().
2007-07-16 Steve ReinhardtFix bug with timing snoop upcalls to MemTest object.
2007-07-16 Steve ReinhardtAdd valgrind-suppressions file.
2007-07-16 Steve ReinhardtMerge from head.
2007-07-16 Steve ReinhardtFix up a bunch of multilevel coherence issues.
2007-07-16 Steve ReinhardtMake Bus::findPort() a little more useful.
2007-07-15 Steve ReinhardtFix problem with unset max_loads in memtest.
2007-07-15 Steve ReinhardtPunt on old -n/-c memtest args.
2007-07-15 Steve ReinhardtAdd --force-bus option to memtest.py.
2007-07-15 Steve ReinhardtNew tree-based algorithm for creating more complex...
2007-07-15 Steve ReinhardtHandle broken swig version that prints version info...
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 Steve ReinhardtAdd CacheRepl trace flag and move a couple DPRINTFs...
2007-07-14 Steve ReinhardtMove a couple of DPRINTFs from Cache to CachePort.
2007-07-14 Steve ReinhardtFix bug in copying packet with static data pointer.
2007-07-14 Steve ReinhardtMerge from head.
2007-07-14 Steve ReinhardtDisable PrintThreadInfo since it causes a panic when...
2007-07-14 Steve ReinhardtMake NO_FAST_ALLOC compile.
2007-07-14 Steve ReinhardtMerge of DPRINTF fixes from head.
2007-07-14 Steve ReinhardtFix & tweak DPRINTFs for tracediff w/new cache code.
2007-07-14 Steve ReinhardtMerge in .hgignore from head.
2007-07-14 Steve ReinhardtMerge with head
2007-07-14 Nathan Binkertignore stuff that we don't want to see in the status
2007-07-14 Nathan Binkerttransfer tags
2007-07-03 Steve ReinhardtDelete packets when we're done with them.
2007-07-02 Steve ReinhardtCouple more minor bug fixes for FS timing mode.
2007-07-02 Steve ReinhardtFix a couple LL/SC bugs that only affected timing mode.
2007-07-02 Steve Reinhardtbus.cc:
2007-07-01 Steve ReinhardtMake CPU models use new LoadLockedReq/StoreCondReq...
next