gem5.git
2007-08-14 Ali SaidiMerge IGNORE_STYLE change and my change.
2007-08-14 Ali SaidiRegression: See if using subprocess instead of os.syste...
2007-08-13 Nathan Binkertpython: make the DictImporter's unload() work in any...
2007-08-13 Ali SaidiStyle: fix IGNORE_STYLE so it isn't required on the...
2007-08-12 Ali SaidiRegression: fix configuration for SPARC_FS
2007-08-12 Ali SaidiRegression: Update stats for cache changes.
2007-08-12 Ali SaidiMemorySystem: Fix the use of ?: to produce correct...
2007-08-12 Nathan Binkertmerge
2007-08-12 Nathan Binkertstyle: If IGNORE_STYLE=True is set on the scons command...
2007-08-08 Vincentius... Added fastmem option.
2007-08-08 Vincentius... alpha: Quick fix for things related to TLB MRU cache.
2007-08-10 Ali SaidiRegression: Add an I/O Cache to the full system regress...
2007-08-10 Ali SaidiDMA: Add IOCache and fix bus bridge to optionally only...
2007-08-10 Ali SaidiBus: Only call end() on an stl object once in a loop
2007-08-08 Vincentius... Port, StaticInst: Revert unnecessary changes.
2007-08-08 Vincentius... alpha: Make the TLB cache to actually work.
2007-08-08 Gabe BlackAlpha: Fix an off by one error with the tlb caching...
2007-08-07 Gabe BlackMerge with head.
2007-08-07 Gabe BlackStatetrace: Make statetrace do string instructions...
2007-08-07 Gabe BlackX86: Added some missing parenthesis in the condition...
2007-08-07 Gabe BlackX86: Implemented and hooked in SCAS (scan string)
2007-08-07 Gabe BlackX86: Add a format to handle string instructions which...
2007-08-07 Gabe BlackX86: Overhaul of ruflags to get it to work correctly.
2007-08-07 Gabe BlackX86: Make a microcode branch microop.
2007-08-05 Gabe BlackMerge with head.
2007-08-05 Gabe BlackX86: Implement microops and instructions that manipulat...
2007-08-05 Gabe BlackX86: Make 64 bit unaligned accesses work as well as...
2007-08-05 Gabe BlackX86: Make the open flags correct.
2007-08-05 Gabe BlackX86: Make fixed register operands ignore register index...
2007-08-05 Gabe BlackX86: Implement the cmpxchg instruction.
2007-08-05 Gabe BlackX86: Start implementing segmentation support.
2007-08-05 Gabe BlackX86: Create a base enum value for indexing into a regio...
2007-08-05 Gabe BlackX86: Add the arch_prctl system call and fix up some...
2007-08-04 Nathan Binkertswitching: turn on profiling after a switch if there...
2007-08-04 Nathan Binkertswitching: Remove the drain and resume code from the...
2007-08-04 Nathan Binkertpython: use the enum values in the memory mode changing...
2007-08-04 Nathan Binkertswig: %include all of the enums to get all of the defin...
2007-08-04 Nathan Binkertmerge
2007-08-04 Nathan Binkertpython: provide access to stats
2007-08-04 Nathan Binkertmain: return an an exit code of 1 when we exit due...
2007-08-04 Nathan BinkertSimpleCPU: Add some DPRINTFs
2007-08-04 Vincentius... port: Implement cache for port interfaces and ranges
2007-08-04 Vincentius... alpha: Implement a cache for recently used page table...
2007-08-04 Vincentius... StaticInst: Fix decode cache initialization. Cache...
2007-08-03 Steve ReinhardtAdd cscope files to .hgignore.
2007-08-03 Steve Reinhardttests: new ref outputs for new cache model
2007-08-03 Steve Reinhardttests: replace all dest ref files on upgrade (if possible).
2007-08-03 Steve Reinhardttests: config.out no longer exists, eliminate ref copy.
2007-08-03 Steve Reinhardtmerge from head
2007-08-03 Steve Reinhardtcache: get rid of obsolete params from python.
2007-08-03 Gabe BlackMerge with head.
2007-08-03 Nathan Binkertpython: Improve support for python calling back to...
2007-08-03 Ali SaidiMerge: No changes
2007-08-03 Ali SaidiSerialize: This shouldn't have been commited, I got...
2007-08-02 Gabe BlackX86: Get rid of some debug warnings.
2007-08-02 Gabe BlackMerge with head.
2007-08-02 Gabe BlackX86: Finally get the x86 initial stack frame right.
2007-08-02 Gabe BlackX86: Fix special case with SIB index register and REX...
2007-08-02 Nathan Binkertmerge: no manual changes
2007-08-02 Nathan Binkertpython: fix m5.build_env variable.
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 Binkertmerge: mips fix to getArgument
2007-08-01 Nathan Binkertmips: make getArgument inline so mips will link properly
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 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 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...
next