| 2007-07-29 | Nathan Binkert | merge whitespace fixes | commit | commitdiff | tree | 
| 2007-07-29 | Nathan Binkert | style: bad whitespace | commit | commitdiff | tree | 
| 2007-07-29 | Nathan Binkert | merge whitespace changes | commit | commitdiff | tree | 
| 2007-07-28 | Nathan Binkert | style: fix stupid bugs | commit | commitdiff | tree | 
| 2007-07-28 | Nathan Binkert | style: Check/Fix whitespace on SCons files | commit | commitdiff | tree | 
| 2007-07-27 | Steve Reinhardt | packet: get rid of unused intersect() function. | commit | commitdiff | tree | 
| 2007-07-27 | Steve Reinhardt | cache/memtest: fixes for functional accesses. | commit | commitdiff | tree | 
| 2007-07-27 | Steve Reinhardt | cache: Get rid of unused variable. | commit | commitdiff | tree | 
| 2007-07-27 | Nathan Binkert | Merge python and x86 changes with cache branch | commit | commitdiff | tree | 
| 2007-07-27 | Nathan Binkert | scons: make things work when EXTRAS is not defined. | commit | commitdiff | tree | 
| 2007-07-27 | Gabe Black | Merge with head. | commit | commitdiff | tree | 
| 2007-07-27 | Gabe Black | X86: Fix argument register indexing. | commit | commitdiff | tree | 
| 2007-07-27 | Gabe Black | X86: Hook in shift and rotate by one instructions,... | commit | commitdiff | tree | 
| 2007-07-27 | Gabe Black | X86: Fix pc relative versions of add and subtract. | commit | commitdiff | tree | 
| 2007-07-27 | Gabe Black | X86: Implement rotate-by-one instructions, and make... | commit | commitdiff | tree | 
| 2007-07-27 | Gabe Black | X86: Implement shift-by-one instructions, and make... | commit | commitdiff | tree | 
| 2007-07-27 | Gabe Black | X86: Add functions to read and write to an exec context. | commit | commitdiff | tree | 
| 2007-07-27 | Gabe Black | X86: Fix carry calculation for subtraction based microops. | commit | commitdiff | tree | 
| 2007-07-27 | Gabe Black | Add functions for mmap and brk. | commit | commitdiff | tree | 
| 2007-07-27 | Gabe Black | Implement NOT | commit | commitdiff | tree | 
| 2007-07-27 | Steve Reinhardt | Have owner respond to UpgradeReq to avoid race. | commit | commitdiff | tree | 
| 2007-07-27 | Steve Reinhardt | Add downward express snoops for invalidations. | commit | commitdiff | tree | 
| 2007-07-27 | Steve Reinhardt | Continue snooping after a writeback is encountered. | commit | commitdiff | tree | 
| 2007-07-27 | Steve Reinhardt | bus: Fix default port handling. | commit | commitdiff | tree | 
| 2007-07-26 | Nathan Binkert | Add a new SCons option called EXTRAS that allows you... | commit | commitdiff | tree | 
| 2007-07-25 | Steve Reinhardt | Can't block on memInhibit packets | commit | commitdiff | tree | 
| 2007-07-25 | Steve Reinhardt | Integrate snoop loop functions into their respective... | commit | commitdiff | tree | 
| 2007-07-25 | Steve Reinhardt | Don't delete request at target... requester still needs it. | commit | commitdiff | tree | 
| 2007-07-24 | Gabe Black | Merge with head. | commit | commitdiff | tree | 
| 2007-07-24 | Gabe Black | Hook in a bunch of new instructions, fix a few minor... | commit | commitdiff | tree | 
| 2007-07-24 | Gabe Black | Add a tgt_iovec structure to support writev, change... | commit | commitdiff | tree | 
| 2007-07-24 | Gabe Black | Add a special case for "test" which needs an immediate... | commit | commitdiff | tree | 
| 2007-07-24 | Gabe Black | The groups of instructions hanging off opcode 71h,... | commit | commitdiff | tree | 
| 2007-07-24 | Gabe Black | Make the shift and rotate microops mask the shift/rotat... | commit | commitdiff | tree | 
| 2007-07-24 | Gabe Black | Fix immediate shifts. Implement register shifts. | commit | commitdiff | tree | 
| 2007-07-24 | Gabe Black | Fix immediate rotates and add register ones. | commit | commitdiff | tree | 
| 2007-07-24 | Gabe Black | Clean out part of an old comment. | commit | commitdiff | tree | 
| 2007-07-24 | Gabe Black | Implement cmov. | commit | commitdiff | tree | 
| 2007-07-24 | Gabe Black | Implement cdqe and cqo, which are also called cbw and... | commit | commitdiff | tree | 
| 2007-07-24 | Gabe Black | Implement setcc. | commit | commitdiff | tree | 
| 2007-07-24 | Gabe Black | Get rid of an old comment. | commit | commitdiff | tree | 
| 2007-07-24 | Gabe Black | Get rid of an old comment | commit | commitdiff | tree | 
| 2007-07-24 | Steve Reinhardt | A couple more minor bug fixes for multilevel coherence. | commit | commitdiff | tree | 
| 2007-07-24 | Nathan Binkert | Major changes to how SimObjects are created and initial... | commit | commitdiff | tree | 
| 2007-07-24 | Nathan Binkert | Allow the fixwhite stuff to work when committing from... | commit | commitdiff | tree | 
| 2007-07-23 | Gabe Black | Implement pusha, popa, three operand imul, hook them... | commit | commitdiff | tree | 
| 2007-07-23 | Steve Reinhardt | Fix WriteReq/StoreCondReq setting in O3. | commit | commitdiff | tree | 
| 2007-07-23 | Steve Reinhardt | Replace lowerMSHRPending flag with more robust scheme | commit | commitdiff | tree | 
| 2007-07-23 | Gabe Black | Make the operand size reflect the size specifier on... | commit | commitdiff | tree | 
| 2007-07-22 | Steve Reinhardt | Merge from head. | commit | commitdiff | tree | 
| 2007-07-22 | Nathan Binkert | do proper style checks for merged files | commit | commitdiff | tree | 
| 2007-07-22 | Nathan Binkert | fix the style fixing thing | commit | commitdiff | tree | 
| 2007-07-22 | Steve Reinhardt | Merge more changes in from head. | commit | commitdiff | tree | 
| 2007-07-22 | Steve Reinhardt | Replace DeferredSnoop flag with LowerMSHRPending flag. | commit | commitdiff | tree | 
| 2007-07-22 | Steve Reinhardt | Merge Gabe's changes with mine. | commit | commitdiff | tree | 
| 2007-07-22 | Steve Reinhardt | A few minor non-debug compilation issues. | commit | commitdiff | tree | 
| 2007-07-22 | Gabe Black | Add the "open" syscall. | commit | commitdiff | tree | 
| 2007-07-22 | Gabe Black | Fixed immediate byte accounting bug. | commit | commitdiff | tree | 
| 2007-07-22 | Gabe Black | Fixed displacement size bug. | commit | commitdiff | tree | 
| 2007-07-22 | Gabe Black | Merge with head. | commit | commitdiff | tree | 
| 2007-07-22 | Nathan Binkert | Add code to turn the style stuff into a mercurial hook. | commit | commitdiff | tree | 
| 2007-07-22 | Gabe Black | Implemented and hooked in xchg, rotate with carry,... | commit | commitdiff | tree | 
| 2007-07-22 | Gabe Black | Implement rotate with carry microops. | commit | commitdiff | tree | 
| 2007-07-22 | Steve Reinhardt | Deal with invalidations intersecting outstanding upgrades. | commit | commitdiff | tree | 
| 2007-07-21 | Steve Reinhardt | Several more fixes for multi-level timing coherence. | commit | commitdiff | tree | 
| 2007-07-21 | Gabe Black | Fixed the distinction between far and near versions... | commit | commitdiff | tree | 
| 2007-07-21 | Gabe Black | Fixed line number accounting | commit | commitdiff | tree | 
| 2007-07-21 | Gabe Black | Implement UD2 and replace the place holder in the decoder. | commit | commitdiff | tree | 
| 2007-07-21 | Gabe Black | Make the "name" function const. | commit | commitdiff | tree | 
| 2007-07-21 | Gabe Black | Implement adc and sbb instructions and microops. | commit | commitdiff | tree | 
| 2007-07-21 | Gabe Black | Implement the rest of the conditional jump instructions... | commit | commitdiff | tree | 
| 2007-07-20 | Gabe Black | Make the decoder take advantage of the new "B" operand... | commit | commitdiff | tree | 
| 2007-07-20 | Gabe Black | Define and fill out a lot of different instructions... | commit | commitdiff | tree | 
| 2007-07-20 | Gabe Black | Hook in newly implemented instructions. | commit | commitdiff | tree | 
| 2007-07-20 | Gabe Black | Comment, implement, fix, and trim the move microassembly. | commit | commitdiff | tree | 
| 2007-07-20 | Gabe Black | Implement jnbe. | commit | commitdiff | tree | 
| 2007-07-20 | Gabe Black | Appended _NEAR to the near version of call and return. | commit | commitdiff | tree | 
| 2007-07-20 | Gabe Black | Make load and store ops use the appropriate sized data... | commit | commitdiff | tree | 
| 2007-07-20 | Gabe Black | Implement the increment and decrement instructions... | commit | commitdiff | tree | 
| 2007-07-20 | Gabe Black | Fix code that computes displacement size. | commit | commitdiff | tree | 
| 2007-07-20 | Gabe Black | Add a bitfield to decode based on what prefixes are... | commit | commitdiff | tree | 
| 2007-07-20 | Gabe Black | Add a parameter type to read a register index from... | commit | commitdiff | tree | 
| 2007-07-20 | Gabe Black | Fix function which calculates the carry flag. | commit | commitdiff | tree | 
| 2007-07-20 | Gabe Black | Fix carry flag for subtracts, and clean up code slightly. | commit | commitdiff | tree | 
| 2007-07-20 | Gabe Black | Fixed width parameter and provided a parameter to flip... | commit | commitdiff | tree | 
| 2007-07-19 | Gabe Black | x86 fixes | commit | commitdiff | tree | 
| 2007-07-19 | Gabe Black | Check for the two opcode prefix correctly and add in... | commit | commitdiff | tree | 
| 2007-07-19 | Gabe Black | Hook near returns into the decoder. | commit | commitdiff | tree | 
| 2007-07-19 | Gabe Black | Implement near returns. | commit | commitdiff | tree | 
| 2007-07-19 | Gabe Black | Make instructions that conditionally set registers... | commit | commitdiff | tree | 
| 2007-07-19 | Gabe Black | Fix the overload which prints ExtMachInst in X86. | commit | commitdiff | tree | 
| 2007-07-19 | Gabe Black | Make store microops actually store instead of load. | commit | commitdiff | tree | 
| 2007-07-19 | Gabe Black | Fix a comment to refer to the right type of instruction. | commit | commitdiff | tree | 
| 2007-07-19 | Gabe Black | Fix the panic in the "error" format for x86, | commit | commitdiff | tree | 
| 2007-07-18 | Gabe Black | Implement some forms of add. | commit | commitdiff | tree | 
| 2007-07-18 | Gabe Black | Fix the operand types in a section of the decoder. | commit | commitdiff | tree | 
| 2007-07-18 | Gabe Black | Make the data size used by regops overridable in the... | commit | commitdiff | tree | 
| 2007-07-18 | Gabe Black | Fill out the miscreg file and add types to miscregs.hh | commit | commitdiff | tree | 
| 2007-07-18 | Gabe Black | Hook x86 nop into the decoder. | commit | commitdiff | tree | 
| 2007-07-18 | Gabe Black | Fix a compilation error for SubBitUnions, | commit | commitdiff | tree | 
| next |