X86: Adjust the various sizes used for the enter and leave instructions.
[gem5.git] / src /
2009-08-07 Gabe BlackX86: Adjust the various sizes used for the enter and...
2009-08-07 Gabe BlackX86: Make scas compare its operands in the right order.
2009-08-07 Gabe BlackX86: Fix a copy/paste error for cmovnp.
2009-08-05 Derek Howermerge
2009-08-05 Derek Howerruby: configuration supports multiple runs in same...
2009-08-05 Derek Howerprotocol: made MI_example dma mapping generic
2009-08-05 Gabe BlackMerge with head.
2009-08-05 Gabe BlackX86: Make conditional moves zero extend their 32 bit...
2009-08-05 Gabe BlackX86: Fix condition code setting for signed multiplies...
2009-08-05 Gabe BlackX86: Make the check for negative operands for sign...
2009-08-05 Gabe BlackX86: Make sure immediate values are truncated properly.
2009-08-05 Gabe BlackX86: Use the new forced folding mechanism for the SAHF...
2009-08-05 Gabe BlackX86: Fix the indexing for ah in byte division instructions.
2009-08-05 Gabe BlackX86: Fix the indexing for ah in byte multiply instructions.
2009-08-05 Gabe BlackX86: Let microops force folding an index into the high...
2009-08-05 Gabe BlackX86: Handle rotate left with carry instructions that...
2009-08-05 Gabe BlackX86: Set the flags on rotate left with carry instructions.
2009-08-05 Gabe BlackX86: Handle rotate right with carry instructions that...
2009-08-05 Gabe BlackX86: Fix the overflow bit for rotate right with carry.
2009-08-05 Gabe BlackX86: Fix the computation of the bottom part of rotate...
2009-08-05 Gabe BlackX86: Fix the computation of the upper part of rotate...
2009-08-05 Gabe BlackX86: Set the flags for rotate right with carry instruct...
2009-08-05 Gabe BlackX86: Handle rotating right all the way around or more.
2009-08-05 Gabe BlackX86: Set the flags on a rotate right instruction.
2009-08-05 Gabe BlackX86: Make shifts/rotations that write to 32 bits of...
2009-08-05 Gabe BlackX86: Handle left rotations that go all the way around...
2009-08-05 Gabe BlackX86: Actually set the flags on a rotate left instruction.
2009-08-05 Gabe BlackX86: Fix the sar carry flag.
2009-08-05 Gabe BlackX86: Fix sign extension when doing an arithmetic shift...
2009-08-05 Gabe BlackX86: Fix the carry flag for shr.
2009-08-05 Gabe BlackX86: Fix the carry flag for shl.
2009-08-05 Gabe BlackX86: Fix how the parity flag is computed.
2009-08-05 Derek Howerruby: made mapAddressToRange based off a bit count
2009-08-04 Derek Howerslicc: added MOESI_CMP_directory, DMA SequencerMsg...
2009-08-04 Derek Howerslicc: generate html by default
2009-08-04 Nathan Binkertslicc: better error messages when the python parser...
2009-08-03 Gabe BlackMerged with head.
2009-08-03 Gabe BlackX86: Fix segment override prefixes on instructions...
2009-08-03 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-03 Gabe BlackX86: Set up the IDE device correctly, ie. with and...
2009-08-03 Gabe BlackIDE: Configure the IDE control to reflect the initial...
2009-08-02 Gabe BlackX86: Fix the high result of mul1s, and removed undefine...
2009-08-02 Steve ReinhardtFix setting of INST_FETCH flag for O3 CPU.
2009-08-02 Steve ReinhardtClean up some inconsistencies with Request flags.
2009-08-02 Steve ReinhardtRename internal Request fields to start with '_'.
2009-07-31 Korey Sewellmerge mips fix and statetrace changes
2009-07-31 Korey Sewellmips: fix ll/sc pairs working incorrectly because of...
2009-07-31 Nathan Binkertcompile: fix accidental conversion of == into =
2009-07-30 Gabe BlackARM: Mul and mla ignore the c and v flags, but we were...
2009-07-29 Derek Howerruby: fixed clearStats
2009-07-29 Gabe BlackARM: Fix an instruction in the cmpxchg kernel provided...
2009-07-29 Gabe BlackARM: Get rid of a stray line in the set_tls handler.
2009-07-29 Gabe BlackARM: Make the ARM native tracer stop M5 if control...
2009-07-29 Gabe BlackSimple CPU: Make the simple CPU handle the IntRegs...
2009-07-29 Gabe BlackARM: Make sure the target process doesn't run away...
2009-07-29 Ali SaidiARM: Ignore the "times" system call.
2009-07-29 Ali SaidiARM: Fix an ioctl constant.
2009-07-28 Derek Howerruby: removed unused/incorrect profiler state
2009-07-27 Ali SaidiARM: Update some syscall constants and delete others...
2009-07-27 Gabe BlackARM: Decode fstmx and fldmx instructions. We can ignore...
2009-07-27 Gabe BlackARM: Only send information that changed between statetr...
2009-07-27 Gabe Blackimported patch nativetracestreamline.patch
2009-07-27 Gabe BlackARM: Make native trace print out what instruction cause...
2009-07-27 Gabe BlackARM: Implement a basic version of the fmxr instruction.
2009-07-27 Gabe BlackARM: Implement a basic version of the fmrx instruction.
2009-07-27 Gabe BlackARM: Add in spots for the VFP control registers.
2009-07-27 Gabe BlackARM: Fix the CLZ instruction.
2009-07-27 Gabe BlackARM: Initialize the CPSR so that we're in user mode.
2009-07-27 Gabe BlackARM: Set up the initial stack frame to match a recent...
2009-07-27 Gabe BlackElf: Add in some new aux vector type constants.
2009-07-27 Gabe BlackARM: Make native trace only print when registers are...
2009-07-27 Gabe BlackARM: Add a native tracer.
2009-07-27 Ali SaidiARM: Fix fstat/fstat64 structs to match EABI definitions.
2009-07-27 Ali SaidiARM: Handle register indexed system calls.
2009-07-27 Ali SaidiARM: Detect OABI binaries and complain that they're...
2009-07-26 Korey Sewellmerge sparc fix w/2t regress fix
2009-07-25 Gabe BlackSPARC: Fix a minor compile bug in native trace on gcc...
2009-07-25 Korey Sewello3-smt: enforce numThreads parameter for SMT SE mode
2009-07-23 Polina DudnikFixed the licences plus minor fixes for compilation
2009-07-22 Gabe BlackMIPS: Small fix I forgot to qrefresh into my last change.
2009-07-22 Gabe BlackMIPS: Style/formatting sweep of the decoder itself.
2009-07-22 Gabe BlackMIPS: Format the register index constants like the...
2009-07-22 Derek HowerAutomated merge with ssh://m5sim.org//repo/m5
2009-07-22 Derek Howerruby: fixed sequencer RMW data bug
2009-07-21 Derek Howerruby: libruby_init now takes parsed Ruby-lang config...
2009-07-21 Gabe BlackMIPS: Get MIPS_FS to compile, more style fixes.
2009-07-21 Gabe BlackMIPS: Many style fixes.
2009-07-21 Gabe Blackisa_parser: Get rid of the now unused ControlBitfieldOp...
2009-07-21 Gabe BlackMIPS: Use BitUnions instead of bits() functions and...
2009-07-20 Derek Howermerge
2009-07-20 Derek Howerruby: moved cache stats from Profiler to CacheMemory
2009-07-20 Gabe BlackCPU: Separate out native trace into ISA (in)dependent...
2009-07-20 Gabe BlackTracing: Add accessors so tracers can get at data in...
2009-07-20 Gabe BlackX86: Move a displaced comment back to where it goes.
2009-07-20 Gabe BlackX86: Add some misc registers for FP control state.
2009-07-19 Derek Howerscons: removed RubyConfig from scons
2009-07-18 Derek Howerruby: removed all refs to old RubyConfig
2009-07-18 Derek Howerruby: removed dead files
2009-07-18 Derek Howerruby: removed dead files
2009-07-18 Derek Howermerge
next