gem5.git
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackMIPS: Files which are needed for the MIPS fix.
2007-08-01 Gabe BlackStatetrace: Make sure all the info block strings are...
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackX86: Hide the irrelevant portions of the address compon...
2007-08-01 Ali SaidiMerge Gabe and my changes to arch/mips/utility.hh
2007-08-01 Ali SaidiArguments: Get rid of duplicate code for the Arguments...
2007-08-01 Gabe BlackMIPS: Cleaned up includes to break loops, and got rid...
2007-08-01 Gabe BlackX86: Fix for compilation bug with new cache code.
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackFix for new parameter stuff.
2007-08-01 Gabe BlackX86: Reorganize the native tracing code.
2007-08-01 Gabe BlackX86: Get rid of initialization of R11
2007-08-01 Nathan BinkertTwin64_t is in base/bigint.hh
2007-08-01 Gabe BlackAdd a flag to indicate an instruction triggers a syscal...
2007-07-31 Gabe BlackX86: Add operand type information to the fnstcw and...
2007-07-31 Steve ReinhardtMerge from head.
2007-07-31 Gabe BlackX86: Add decoding for x87 floating point.
2007-07-30 Gabe BlackX86: Attach the "DIV" instruction implementation to...
2007-07-30 Gabe BlackX86: Remove a naming conflict between the register...
2007-07-30 Gabe BlackX86: __pad0 should be a 4 byte pad, not a 4 long array...
2007-07-30 Gabe BlackX86: Turn on the exit_group, exit, munmap, and write...
2007-07-30 Gabe BlackX86: Use an mmap base address that matches what an...
2007-07-30 Gabe BlackX86: Set up RIP relative LEA instructions operands...
2007-07-30 Gabe BlackX86: Implement unsigned divide. The non-byte version...
2007-07-30 Gabe BlackX86: Allow RIP relative decode on -all- memory forms...
2007-07-30 Gabe BlackX86: Take into account the regular registers and the...
2007-07-30 Gabe BlackX86: Fix up the stat structure. This probably still...
2007-07-30 Gabe BlackX86: Hook in the new instructions.
2007-07-30 Gabe BlackX86: Turn on some system calls, and make the kernel...
2007-07-30 Gabe BlackX86: Make sure FP_Base_DepTag is big enough to avoid...
2007-07-30 Gabe BlackX86: Implement a stub CPUID function which is hardcode...
2007-07-30 Gabe BlackX86: Force jumps to use 64 bit operand size.
2007-07-30 Gabe BlackX86: Make instructions use pick, and implement/adjust...
2007-07-30 Gabe BlackX86: Make merge and pick work with high bytes. Fix...
2007-07-30 Gabe BlackX86: Make register names in disassembly reflect high...
2007-07-30 Gabe BlackX86: missed a file which adds a "fold" bit.
2007-07-30 Gabe BlackMake the register indices use the appropriate "fold...
2007-07-30 Gabe BlackX86: Make disassembly use the final register index...
2007-07-30 Gabe BlackX86: Missed a file for adding a bit to indicate that...
2007-07-30 Gabe BlackX86: Implement LEAVE
2007-07-30 Gabe BlackX86: Add a bitfield to indicate whether or not an REX...
2007-07-30 Gabe BlackFix problem with tracer not being initialized.
2007-07-30 Steve Reinhardtmemory system: fix functional access bug.
2007-07-29 Gabe BlackMerge with head.
2007-07-29 Gabe BlackX86: Make logic instructions flag setting work.
2007-07-29 Gabe BlackX86: Make arithmetic instructions set the appropriate...
2007-07-29 Steve ReinhardtMerge Gabe's changes from head.
2007-07-29 Steve Reinhardtbus: take out response prioritization (timing was messe...
2007-07-29 Steve ReinhardtBsaeCPU: Get rid of some bad DPRINTFs.
2007-07-29 Gabe BlackStatetrace: Make statetrace patch amd64 executables...
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 Binkertmerge: style.py fix
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 Steve ReinhardtAtomicSimpleCPU: fix inadvertent loss of endian convers...
2007-07-29 Nathan Binkertstyle: fix whitespace problems
2007-07-29 Nathan Binkertmerge whitespace fixes
2007-07-29 Nathan Binkertstyle: bad whitespace
2007-07-29 Nathan Binkertmerge whitespace changes
2007-07-28 Nathan Binkertstyle: fix stupid bugs
2007-07-28 Nathan Binkertstyle: Check/Fix whitespace on SCons files
2007-07-27 Steve Reinhardtpacket: get rid of unused intersect() function.
2007-07-27 Steve Reinhardtcache/memtest: fixes for functional accesses.
2007-07-27 Steve Reinhardtcache: Get rid of unused variable.
2007-07-27 Nathan BinkertMerge python and x86 changes with cache branch
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-27 Steve ReinhardtHave owner respond to UpgradeReq to avoid race.
2007-07-27 Steve ReinhardtAdd downward express snoops for invalidations.
2007-07-27 Steve ReinhardtContinue snooping after a writeback is encountered.
2007-07-27 Steve Reinhardtbus: Fix default port handling.
2007-07-26 Nathan BinkertAdd a new SCons option called EXTRAS that allows you...
2007-07-25 Steve ReinhardtCan't block on memInhibit packets
2007-07-25 Steve ReinhardtIntegrate snoop loop functions into their respective...
2007-07-25 Steve ReinhardtDon't delete request at target... requester still needs it.
2007-07-24 Gabe BlackMerge with head.
next