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-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 |
2007-07-18 |
Gabe Black | Implement the x86 nop to be a "fault" microop which... |
commit | commitdiff | tree |
2007-07-18 |
Gabe Black | Add a generateDisassembly function to the MicroFault... |
commit | commitdiff | tree |
2007-07-18 |
Gabe Black | Make name, isMachineCheckFault, and isAlignmentFault... |
commit | commitdiff | tree |
2007-07-18 |
Gabe Black | Calculate the correct address size. |
commit | commitdiff | tree |
2007-07-18 |
Gabe Black | Make disassembled x86 register indices reflect their... |
commit | commitdiff | tree |
2007-07-17 |
Gabe Black | Implemented jnz. |
commit | commitdiff | tree |
2007-07-17 |
Gabe Black | Use limm to set up immediate value for subtract instruc... |
commit | commitdiff | tree |
2007-07-17 |
Gabe Black | Implement the jz instruction. |
commit | commitdiff | tree |
2007-07-17 |
Gabe Black | Make "test" set some condition codes. |
commit | commitdiff | tree |
2007-07-17 |
Gabe Black | Add in support for condition code flags. |
commit | commitdiff | tree |
2007-07-17 |
Gabe Black | Add in operand which holds the condition code bits... |
commit | commitdiff | tree |
2007-07-17 |
Gabe Black | Add symbols for each of the flags a microop could set... |
commit | commitdiff | tree |
2007-07-17 |
Gabe Black | Actually include miscregs.hh |
commit | commitdiff | tree |
2007-07-17 |
Gabe Black | Create a file to describe misc registers. |
commit | commitdiff | tree |
2007-07-17 |
Gabe Black | Create a file of functions for computing condition... |
commit | commitdiff | tree |
2007-07-17 |
Gabe Black | Add a spot for the condition code portion of the flag... |
commit | commitdiff | tree |
2007-07-17 |
Gabe Black | Add a conversion constructor so a bitunion can be initi... |
commit | commitdiff | tree |
2007-07-17 |
Steve Reinhardt | Make sure responses never get blocked. |
commit | commitdiff | tree |
2007-07-17 |
Steve Reinhardt | Forward cache-to-cache responses through other caches. |
commit | commitdiff | tree |
2007-07-17 |
Steve Reinhardt | Assert that an mshr has a target in getTarget(). |
commit | commitdiff | tree |
2007-07-16 |
Steve Reinhardt | Fix bug with timing snoop upcalls to MemTest object. |
commit | commitdiff | tree |
2007-07-16 |
Steve Reinhardt | Add valgrind-suppressions file. |
commit | commitdiff | tree |
2007-07-16 |
Steve Reinhardt | Merge from head. |
commit | commitdiff | tree |
2007-07-16 |
Steve Reinhardt | Fix up a bunch of multilevel coherence issues. |
commit | commitdiff | tree |
2007-07-16 |
Steve Reinhardt | Make Bus::findPort() a little more useful. |
commit | commitdiff | tree |
2007-07-15 |
Steve Reinhardt | Fix problem with unset max_loads in memtest. |
commit | commitdiff | tree |
2007-07-15 |
Steve Reinhardt | Punt on old -n/-c memtest args. |
commit | commitdiff | tree |
2007-07-15 |
Steve Reinhardt | Add --force-bus option to memtest.py. |
commit | commitdiff | tree |
2007-07-15 |
Steve Reinhardt | New tree-based algorithm for creating more complex... |
commit | commitdiff | tree |
2007-07-15 |
Steve Reinhardt | Handle broken swig version that prints version info... |
commit | commitdiff | tree |
2007-07-15 |
Gabe Black | Move bitunion code into it's own file. |
commit | commitdiff | tree |
2007-07-15 |
Gabe Black | Pull some hard coded base classes out of the isa descri... |
commit | commitdiff | tree |
2007-07-14 |
Steve Reinhardt | Add CacheRepl trace flag and move a couple DPRINTFs... |
commit | commitdiff | tree |
2007-07-14 |
Steve Reinhardt | Move a couple of DPRINTFs from Cache to CachePort. |
commit | commitdiff | tree |
2007-07-14 |
Steve Reinhardt | Fix bug in copying packet with static data pointer. |
commit | commitdiff | tree |
2007-07-14 |
Steve Reinhardt | Merge from head. |
commit | commitdiff | tree |
2007-07-14 |
Steve Reinhardt | Disable PrintThreadInfo since it causes a panic when... |
commit | commitdiff | tree |
2007-07-14 |
Steve Reinhardt | Make NO_FAST_ALLOC compile. |
commit | commitdiff | tree |
2007-07-14 |
Steve Reinhardt | Merge of DPRINTF fixes from head. |
commit | commitdiff | tree |
2007-07-14 |
Steve Reinhardt | Fix & tweak DPRINTFs for tracediff w/new cache code. |
commit | commitdiff | tree |
2007-07-14 |
Steve Reinhardt | Merge in .hgignore from head. |
commit | commitdiff | tree |
2007-07-14 |
Steve Reinhardt | Merge with head |
commit | commitdiff | tree |
2007-07-14 |
Nathan Binkert | ignore stuff that we don't want to see in the status |
commit | commitdiff | tree |
2007-07-14 |
Nathan Binkert | transfer tags |
commit | commitdiff | tree |
2007-07-03 |
Steve Reinhardt | Delete packets when we're done with them. |
commit | commitdiff | tree |
2007-07-02 |
Steve Reinhardt | Couple more minor bug fixes for FS timing mode. |
commit | commitdiff | tree |
2007-07-02 |
Steve Reinhardt | Fix a couple LL/SC bugs that only affected timing mode. |
commit | commitdiff | tree |
next |