gem5.git
2009-07-27 Ali SaidiARM: Add ARM support to statetrace.
2009-07-27 Gabe BlackStatetrace: Fix up headers.
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 Gabe BlackARM: Update the reference outputs for the new binary...
2009-07-27 Ali SaidiARM: Fix fstat/fstat64 structs to match EABI definitions.
2009-07-27 Gabe BlackARM: Replace hello world with an EABI version.
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 Sewellse-configs: edit se.py to account for non-O3CPU workloads
2009-07-26 Korey Sewellmerge sparc fix w/2t regress fix
2009-07-26 Korey Sewellregress: edit 2t hello smt file to specify numThreads
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
2009-07-18 Derek Howerruby: fixed dma sequencer bug
2009-07-18 Derek Howerruby: better debug print for DataBlock
2009-07-18 Derek Howerslicc: made coherence profilers per-controller
2009-07-18 Gabe BlackX86: Set up a named constant for the "fold bit" for...
2009-07-17 Gabe BlackX86: Tame the wilds of def operands.
2009-07-17 Gabe BlackX86: Shift some register flattening work into the decoder.
2009-07-16 Polina Dudnikmerge
2009-07-16 Gabe BlackX86: Add range checks for miscreg indexing utility...
2009-07-16 Gabe BlackX86: Take limitted advantage of the compilers type...
2009-07-16 Gabe BlackX86: Fix a number of places where the wrong form of...
2009-07-16 Gabe BlackX86: Fix x87 stack register indexing.
2009-07-15 Polina DudnikTester update
2009-07-15 Gabe BlackMerge with head.
2009-07-15 Jack WhithamARM: Fix the "open" flag constants.
2009-07-13 Polina DudnikChanged the state machine to generate code such that...
2009-07-13 Polina Dudnik1. Got rid of unused functions in DirectoryMemory
2009-07-13 Derek Howermerge
2009-07-13 Derek Howerregression: updated memtest-ruby stats
2009-07-13 Polina DudnikChanges to add tracing and replaying command-line options
2009-07-13 Polina DudnikLocked requests should actually be converted to ST...
2009-07-13 Polina DudnikAdded atomics implementation which would work for MI_ex...
2009-07-13 Polina DudnikMinor fixes for compiling
2009-07-13 Polina DudnikReplaced RMW with Locked. RMW will be used for the...
2009-07-13 Polina DudnikMoved the lock check and clearing the lock into makeRequest
2009-07-13 Polina DudnikForgot to replace one of the RubyRequest_RMW
2009-07-13 Polina DudnikReintegrated Derek's functional implementation of atomi...
2009-07-10 Gabe BlackISAs: Get rid of the IControl operand type.
2009-07-10 Gabe BlackSPARC: Set up a lookup table for integer register flatt...
2009-07-10 Gabe BlackX86: Fold the MiscRegFile all the way into the ISA...
2009-07-10 Gabe BlackSPARC: Fold the MiscRegFile all the way into the ISA...
2009-07-10 Gabe BlackMIPS: Fold the MiscRegFile all the way into the ISA...
2009-07-10 Gabe BlackARM: Fold the MiscRegFile all the way into the ISA...
2009-07-09 Gabe BlackAlpha: Missed a file in an earlier changeset.
2009-07-09 Gabe BlackGet rid of the unused get(Data|Inst)Asid and (inst...
2009-07-09 Gabe BlackAlpha: Pull the MiscRegFile fully into the ISA object.
2009-07-09 Gabe BlackRegisters: Add a registers.hh file as an ISA switched...
2009-07-09 Gabe BlackRegisters: Collapse ARM and MIPS regfile directories.
2009-07-09 Gabe BlackAlpha: Move reg_redir into its own files, and move...
2009-07-09 Gabe BlackRegisters: Eliminate the ISA defined RegFile class.
2009-07-09 Gabe BlackAlpha: Get rid of function prototypes with no implement...
2009-07-09 Gabe BlackRegisters: Move the PCs out of the ISAs and into the...
2009-07-09 Gabe BlackARM, Simple CPU: Fix an index and add assert checks.
2009-07-09 Gabe BlackMIPS: Get rid of an orphaned MIPS .cc file.
2009-07-09 Gabe BlackAlpha: Phase out Alpha's intregfile.hh and intregfile.cc.
2009-07-09 Gabe BlackSPARC: Phase out SPARC's intregfile.hh.
2009-07-09 Gabe BlackX86: Phase out x86's intregfile.hh.
2009-07-09 Gabe BlackMIPS: Phase out MIPS's int_regfile.hh.
2009-07-09 Gabe BlackARM: Flush out the ARM's int_regfile.hh.
2009-07-09 Gabe BlackRegisters: Eliminate the ISA defined integer register...
2009-07-09 Gabe BlackRegisters: Eliminate the ISA defined floating point...
2009-07-09 Gabe BlackRegisters: Get rid of the float register width parameter.
2009-07-09 Gabe BlackRegisters: Add an ISA object which replaces the MiscReg...
2009-07-09 Gabe BlackARM: Use custom read/write code to alias R15 with the PC.
2009-07-09 Gabe BlackISA parser: Allow alternative read/write code for operands.
2009-07-09 Gabe BlackARM: Move the remaining microops out of the decoder...
2009-07-09 Gabe BlackARM: Move the memory microops out of the decoder and...
2009-07-09 Gabe BlackARM: Move the integer microops out of the decoder and...
next