gem5.git
2007-08-02 Ali Saidimerge, no manual changes
2007-08-02 Nathan Binkertpython: need to import objects to make some calls work
2007-08-02 Nathan Binkertmain: expose the build information as a simple command...
2007-08-02 Ali SaidiSerialization: Provide array serialization methods...
2007-08-02 Ali SaidiOutput: Make OutputDirectory::create() be able to creat...
2007-08-02 Ali SaidiLinux Support: make sure that when we get the stack...
2007-08-02 Ali SaididebugSymbolTable is a global variable and only needs...
2007-08-02 Gabe BlackFix how the "cmd" parameter is set in se.py and remove...
2007-08-01 Nathan Binkertmips: make getArgument inline so mips will link properly
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 Ali SaidiConfiguration: Update the drive systems kernel as well...
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 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-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 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 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.
next