| 2007-08-01 | 
Nathan Binkert | Twin64_t is in base/bigint.hh | 
commit | commitdiff | tree | 
| 2007-07-31 | 
Gabe Black | X86: Add decoding for x87 floating point. | 
commit | commitdiff | tree | 
| 2007-07-30 | 
Gabe Black | X86: Attach the "DIV" instruction implementation to...  | 
commit | commitdiff | tree | 
| 2007-07-30 | 
Gabe Black | X86: Remove a naming conflict between the register...  | 
commit | commitdiff | tree | 
| 2007-07-30 | 
Gabe Black | X86: __pad0 should be a 4 byte pad, not a 4 long array...  | 
commit | commitdiff | tree | 
| 2007-07-30 | 
Gabe Black | X86: Turn on the exit_group, exit, munmap, and write...  | 
commit | commitdiff | tree | 
| 2007-07-30 | 
Gabe Black | X86: Use an mmap base address that matches what an...  | 
commit | commitdiff | tree | 
| 2007-07-30 | 
Gabe Black | X86: Set up RIP relative LEA instructions operands...  | 
commit | commitdiff | tree | 
| 2007-07-30 | 
Gabe Black | X86: Implement unsigned divide. The non-byte version...  | 
commit | commitdiff | tree | 
| 2007-07-30 | 
Gabe Black | X86: Allow RIP relative decode on -all- memory forms...  | 
commit | commitdiff | tree | 
| 2007-07-30 | 
Gabe Black | X86: Take into account the regular registers and the...  | 
commit | commitdiff | tree | 
| 2007-07-30 | 
Gabe Black | X86: Fix up the stat structure. This probably still...  | 
commit | commitdiff | tree | 
| 2007-07-30 | 
Gabe Black | X86: Hook in the new instructions. | 
commit | commitdiff | tree | 
| 2007-07-30 | 
Gabe Black | X86: Turn on some system calls, and make the kernel...  | 
commit | commitdiff | tree | 
| 2007-07-30 | 
Gabe Black | X86: Make sure FP_Base_DepTag is big enough to avoid...  | 
commit | commitdiff | tree | 
| 2007-07-30 | 
Gabe Black | X86: Implement a stub CPUID function which is hardcode...  | 
commit | commitdiff | tree | 
| 2007-07-30 | 
Gabe Black | X86: Force jumps to use 64 bit operand size. | 
commit | commitdiff | tree | 
| 2007-07-30 | 
Gabe Black | X86: Make instructions use pick, and implement/adjust...  | 
commit | commitdiff | tree | 
| 2007-07-30 | 
Gabe Black | X86: Make merge and pick work with high bytes. Fix...  | 
commit | commitdiff | tree | 
| 2007-07-30 | 
Gabe Black | X86: Make register names in disassembly reflect high...  | 
commit | commitdiff | tree | 
| 2007-07-30 | 
Gabe Black | X86: missed a file which adds a "fold" bit. | 
commit | commitdiff | tree | 
| 2007-07-30 | 
Gabe Black | Make the register indices use the appropriate "fold...  | 
commit | commitdiff | tree | 
| 2007-07-30 | 
Gabe Black | X86: Make disassembly use the final register index...  | 
commit | commitdiff | tree | 
| 2007-07-30 | 
Gabe Black | X86: Missed a file for adding a bit to indicate that...  | 
commit | commitdiff | tree | 
| 2007-07-30 | 
Gabe Black | X86: Implement LEAVE | 
commit | commitdiff | tree | 
| 2007-07-30 | 
Gabe Black | X86: Add a bitfield to indicate whether or not an REX...  | 
commit | commitdiff | tree | 
| 2007-07-30 | 
Gabe Black | Fix problem with tracer not being initialized. | 
commit | commitdiff | tree | 
| 2007-07-29 | 
Gabe Black | Merge with head. | 
commit | commitdiff | tree | 
| 2007-07-29 | 
Gabe Black | X86: Make logic instructions flag setting work. | 
commit | commitdiff | tree | 
| 2007-07-29 | 
Gabe Black | X86: Make arithmetic instructions set the appropriate...  | 
commit | commitdiff | tree | 
| 2007-07-29 | 
Steve Reinhardt | BsaeCPU: Get rid of some bad DPRINTFs. | 
commit | commitdiff | tree | 
| 2007-07-29 | 
Gabe Black | Statetrace: Make statetrace patch amd64 executables...  | 
commit | commitdiff | tree | 
| 2007-07-29 | 
Gabe Black | Merge ... head. style.py was also missing an argument...  | 
commit | commitdiff | tree | 
| 2007-07-29 | 
Gabe Black | X86: Initial stack frame fixes and constant shuffling. | 
commit | commitdiff | tree | 
| 2007-07-29 | 
Gabe Black | X86: Make limm use merge and allow overriding the data...  | 
commit | commitdiff | tree | 
| 2007-07-29 | 
Gabe Black | Statetrace: Print the correct address of auxiliary...  | 
commit | commitdiff | tree | 
| 2007-07-29 | 
Gabe Black | X86: Fix register ordering. | 
commit | commitdiff | tree | 
| 2007-07-29 | 
Gabe Black | X86: return -return_value.value() on failure. | 
commit | commitdiff | tree | 
| 2007-07-29 | 
Gabe Black | X86: Fix popa and push with the stack pointer. | 
commit | commitdiff | tree | 
| 2007-07-29 | 
Gabe Black | X86: Fix a bug with merge | 
commit | commitdiff | tree | 
| 2007-07-29 | 
Nathan Binkert | Work around a mercurial bug in bdiff.blocks | 
commit | commitdiff | tree | 
| 2007-07-29 | 
Gabe Black | X86: Fix a comment and adjust the stack base address. | 
commit | commitdiff | tree | 
| 2007-07-29 | 
Gabe Black | Merge with head. | 
commit | commitdiff | tree | 
| 2007-07-29 | 
Gabe Black | Statetrace: Implement the AMD64 version of TraceChild. | 
commit | commitdiff | tree | 
| 2007-07-29 | 
Gabe Black | Statetrace: Fix indendation. Set the default hostname...  | 
commit | commitdiff | tree | 
| 2007-07-29 | 
Gabe Black | Statetrace: Fix compilation problem. | 
commit | commitdiff | tree | 
| 2007-07-29 | 
Gabe Black | X86: Fix up auxiliary vectors. | 
commit | commitdiff | tree | 
| 2007-07-29 | 
Gabe Black | Turn the instruction tracing code into pluggable sim...  | 
commit | commitdiff | tree | 
| 2007-07-29 | 
Nathan Binkert | style: bad whitespace | 
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 | 
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-26 | 
Nathan Binkert | Add a new SCons option called EXTRAS that allows you...  | 
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 | 
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 | 
Gabe Black | Make the operand size reflect the size specifier on...  | 
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 Gabe's changes with mine. | 
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-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 | 
| next |