X86: Implement the BOUND instruction.
[gem5.git] / src / arch / x86 /
2007-10-19 Gabe BlackX86: Implement the BOUND instruction.
2007-10-19 Gabe BlackX86: Make the "fault" microop predicated.
2007-10-19 Gabe BlackX86: Make "Inst" the default format instead of WarnUnim...
2007-10-19 Gabe BlackX86: Implement the in/out instructions. These will...
2007-10-19 Gabe BlackX86: Implement the LOOP instructions.
2007-10-19 Gabe BlackX86: Attach the CMC instruction to the decoder.
2007-10-19 Gabe BlackX86: Implemented the jrcx instruction.
2007-10-19 Gabe BlackX86: Make wrip sign extend its second operand.
2007-10-17 Gabe BlackMake the process objects use the Params structs in...
2007-10-13 Gabe BlackMerge with head
2007-10-13 Gabe BlackLoader: Identify sections based on virtual addresses...
2007-10-13 Gabe BlackX86: Added some new versions of MOV and a new argument...
2007-10-13 Gabe BlackX86: Implemented LODS.
2007-10-12 Gabe BlackX86: Implement MSR reads and writes and the wrsmr and...
2007-10-10 Gabe BlackX86: Get rid of BasicOperate format which wasn't used...
2007-10-10 Gabe BlackX86: Get rid of stray Sparc DPRINTF
2007-10-08 Gabe BlackX86: Make x86 initialize more state.
2007-10-08 Gabe BlackX86: Work on the x86 tlb.
2007-10-08 Gabe BlackX86: Make faults maintain an error code which gets...
2007-10-08 Gabe BlackX86: Significantly filled out misc regs.
2007-10-08 Gabe BlackX86: Make sure there are fewer spurious differences...
2007-10-08 Gabe BlackX86: Make initCPU and startupCPU do something basic.
2007-10-08 Gabe BlackX86: Make the Interrupts class complain less.
2007-10-08 Gabe BlackX86: Adjust the config scripts for x86 fs.
2007-10-08 Gabe BlackX86: Make an x86 system object.
2007-10-08 Gabe BlackX86: X86 FS compile fix.
2007-10-04 Gabe BlackMerge with head.
2007-10-04 Gabe BlackX86: Fix the PageShift constant in isa_traits.hh (I...
2007-10-03 Gabe BlackMerge with head.
2007-10-03 Gabe BlackX86: Distinguish between the rep and repe prefixes.
2007-10-03 Gabe BlackX86: Start implementing the x86 tlb which will handle...
2007-10-03 Gabe BlackX86: Fix places where movfp was used incorrectly.
2007-10-03 Gabe BlackX86: Fix the movfp microop.
2007-10-03 Gabe BlackX86: Fix x87 floating point stack register indexing.
2007-10-03 Gabe BlackPredecoder: Clear out predecoder state on an ITLB fault.
2007-10-03 Gabe BlackX86: Put ldst into the microcode (the earlier changeset...
2007-10-03 Gabe BlackX86: Implement the ldst microop and put it in existing...
2007-10-03 Gabe BlackX86: Fix up the microcode for the FST and FSTP instruct...
2007-10-03 Gabe BlackX86: Get rid of a hack for ruflag which is no longer...
2007-10-03 Gabe BlackX86: Allow logic instructions to set ECF as well as CF.
2007-10-03 Gabe BlackX86: Add classes for the actual x86 faults.
2007-10-03 Gabe BlackX86: Hook in another version of the XCHG instruction.
2007-10-03 Gabe BlackX86: Implement MOVS
2007-10-03 Gabe BlackX86: Implement STOS.
2007-09-28 Ali SaidiRename cycles() function to ticks()
2007-09-26 Gabe BlackMerge with head.
2007-09-25 Gabe BlackX86: Fix for uninitialized variables in stacktrace...
2007-09-25 Gabe BlackX86: Get X86_FS to compile.
2007-09-20 Gabe BlackX86: Implement the fld, fst, and fstp instructions.
2007-09-20 Gabe BlackX86: Move the fp microops to their own file with their...
2007-09-20 Gabe BlackX86: Put in the foundation for x87 stack based fp regis...
2007-09-20 Gabe BlackX86: Put in stubs for x87, 64 bit and 128 bit SIMD...
2007-09-20 Gabe BlackX86: Enable the rename system call.
2007-09-20 Gabe BlackX86: Enable the unlink system call.
2007-09-13 Gabe BlackMerge with head.
2007-09-13 Gabe BlackX86: Fix how ECF is computed in genFlags, and get rid...
2007-09-13 Gabe BlackX86: Make the shift and rotate instructions set the...
2007-09-13 Gabe BlackX86: Total overhaul of the division instructions and...
2007-09-10 Gabe BlackX86: Make the isa parser run if any of the microcode...
2007-09-10 Gabe BlackX86: Move a comment to be next to the code it describes.
2007-09-06 Gabe BlackMerge with head.
2007-09-06 Gabe BlackX86: Rework the multiplication microops so that they...
2007-09-06 Gabe BlackX86: Make signed multiplication do something different...
2007-09-06 Gabe BlackX86: Make signed versions of partial register values...
2007-09-06 Gabe BlackX86: Correct how the hi portion of a product is computed.
2007-09-06 Gabe BlackX86: Add a square root microop and the SSE sqrt instruc...
2007-09-06 Gabe BlackX86: Add SSE comparison instructions and microops and...
2007-09-05 Gabe BlackMerge with head.
2007-09-05 Gabe BlackX86: Implement an SSE xor microop and instruction.
2007-09-05 Gabe BlackX86: Make the movfp microop use FloatRegBits instead...
2007-09-05 Gabe BlackX86: Add tracing to the floating point register file.
2007-09-05 Gabe BlackX86: Hook in the fp arithmetic instructions. Stale...
2007-09-05 Gabe BlackX86: Implement some SSE fp microops and instructions.
2007-09-05 Gabe BlackX86: Add some SSE floating point/integer conversion...
2007-09-05 Gabe BlackX86: Add floating point micro registers.
2007-09-05 Gabe BlackX86: Fix a typo in the microassembly for the cqo instru...
2007-09-05 Gabe BlackX86: Implement idiv and propogate the mul corner case...
2007-09-05 Gabe BlackX86: Fix a corner case where mul would overwrite an...
2007-09-05 Gabe BlackX86: Add in a file with floating point indexing which...
2007-09-01 Gabe BlackX86: Major rework of how regop microops are generated.
2007-08-31 Gabe BlackX86: Get x86 to compile again after the simobject const...
2007-08-30 Gabe BlackX86: Fix the sra microop to get the sign bit from the...
2007-08-30 Gabe BlackX86: Implement the movaps instruction.
2007-08-30 Gabe BlackX86: Implement the movsd instruction.
2007-08-30 Gabe BlackX86: Implement the movlpd instruction.
2007-08-30 Gabe BlackX86: Add an fp move microop.
2007-08-30 Gabe BlackX86: Add load and store microops that use the fp registers.
2007-08-30 Gabe BlackX86: Add operands to handle floating point registers.
2007-08-30 Gabe BlackX86: Flesh out register indexing constants.
2007-08-30 Gabe BlackX86: Make the fp accessors not panic.
2007-08-30 Gabe BlackX86: Make x86 syscall return just stuff the return...
2007-08-29 Gabe BlackX86: More two byte opcode decoding. I missed two groups...
2007-08-29 Gabe BlackX86: Hook in an implementation for lseek.
2007-08-29 Gabe BlackX86: More fully decode two byte opcodes.
2007-08-28 Gabe BlackAddress translation: De-templatize the GenericTLB class.
2007-08-28 Gabe BlackMerge with head.
2007-08-27 Gabe BlackX86: Make the Ruflag microop work correctly, and make...
2007-08-27 Gabe BlackX86: Return values for some cpuid functions that match...
2007-08-27 Gabe BlackX86: Make the microassembler accept lines which are...
2007-08-27 Gabe BlackX86: Make cpuid actually consider the eax parameter...
next