gem5.git
2007-07-29 Gabe BlackMerge ... head. style.py was also missing an argument...
2007-07-29 Gabe BlackX86: Initial stack frame fixes and constant shuffling.
2007-07-29 Gabe BlackX86: Make limm use merge and allow overriding the data...
2007-07-29 Gabe BlackStatetrace: Print the correct address of auxiliary...
2007-07-29 Gabe BlackX86: Fix register ordering.
2007-07-29 Gabe BlackX86: return -return_value.value() on failure.
2007-07-29 Gabe BlackX86: Fix popa and push with the stack pointer.
2007-07-29 Gabe BlackX86: Fix a bug with merge
2007-07-29 Nathan BinkertWork around a mercurial bug in bdiff.blocks
2007-07-29 Gabe BlackX86: Fix a comment and adjust the stack base address.
2007-07-29 Gabe BlackMerge with head.
2007-07-29 Gabe BlackStatetrace: Implement the AMD64 version of TraceChild.
2007-07-29 Gabe BlackStatetrace: Fix indendation. Set the default hostname...
2007-07-29 Gabe BlackStatetrace: Fix compilation problem.
2007-07-29 Gabe BlackX86: Fix up auxiliary vectors.
2007-07-29 Gabe BlackTurn the instruction tracing code into pluggable sim...
2007-07-29 Nathan Binkertstyle: bad whitespace
2007-07-28 Nathan Binkertstyle: fix stupid bugs
2007-07-28 Nathan Binkertstyle: Check/Fix whitespace on SCons files
2007-07-27 Nathan Binkertscons: make things work when EXTRAS is not defined.
2007-07-27 Gabe BlackMerge with head.
2007-07-27 Gabe BlackX86: Fix argument register indexing.
2007-07-27 Gabe BlackX86: Hook in shift and rotate by one instructions,...
2007-07-27 Gabe BlackX86: Fix pc relative versions of add and subtract.
2007-07-27 Gabe BlackX86: Implement rotate-by-one instructions, and make...
2007-07-27 Gabe BlackX86: Implement shift-by-one instructions, and make...
2007-07-27 Gabe BlackX86: Add functions to read and write to an exec context.
2007-07-27 Gabe BlackX86: Fix carry calculation for subtraction based microops.
2007-07-27 Gabe BlackAdd functions for mmap and brk.
2007-07-27 Gabe BlackImplement NOT
2007-07-26 Nathan BinkertAdd a new SCons option called EXTRAS that allows you...
2007-07-24 Gabe BlackMerge with head.
2007-07-24 Gabe BlackHook in a bunch of new instructions, fix a few minor...
2007-07-24 Gabe BlackAdd a tgt_iovec structure to support writev, change...
2007-07-24 Gabe BlackAdd a special case for "test" which needs an immediate...
2007-07-24 Gabe BlackThe groups of instructions hanging off opcode 71h,...
2007-07-24 Gabe BlackMake the shift and rotate microops mask the shift/rotat...
2007-07-24 Gabe BlackFix immediate shifts. Implement register shifts.
2007-07-24 Gabe BlackFix immediate rotates and add register ones.
2007-07-24 Gabe BlackClean out part of an old comment.
2007-07-24 Gabe BlackImplement cmov.
2007-07-24 Gabe BlackImplement cdqe and cqo, which are also called cbw and...
2007-07-24 Gabe BlackImplement setcc.
2007-07-24 Gabe BlackGet rid of an old comment.
2007-07-24 Gabe BlackGet rid of an old comment
2007-07-24 Nathan BinkertMajor changes to how SimObjects are created and initial...
2007-07-24 Nathan BinkertAllow the fixwhite stuff to work when committing from...
2007-07-23 Gabe BlackImplement pusha, popa, three operand imul, hook them...
2007-07-23 Gabe BlackMake the operand size reflect the size specifier on...
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 Gabe's changes with mine.
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-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.
next