gem5.git
2006-03-14 Korey SewellMerge zizzer:/bk/newmem
2006-03-14 Korey SewellMinor Sconscript edit ... mips decoder changes ......
2006-03-14 Gabe Blackadded *.swp
2006-03-14 Gabe BlackFixed up after a hand merge.
2006-03-14 Gabe BlackMerge m5.eecs.umich.edu:/bk/newmem
2006-03-14 Gabe BlackMoved registerfile.hh to regfile.hh
2006-03-14 Gabe BlackAdded the sparc regfile.hh to bitkeeper
2006-03-14 Gabe BlackSPARC clean up towards compilability.
2006-03-14 Gabe BlackMissed this in the float register changeset.
2006-03-14 Gabe BlackMoved some full system functions into utility.hh
2006-03-14 Gabe BlackChanged the floating point register file into a class...
2006-03-13 Kevin LimHave a copyRegs function defined in the ISA that copies...
2006-03-12 Steve ReinhardtAdd simple eio-based test.
2006-03-12 Steve ReinhardtOops, this goes with the previous changeset!
2006-03-12 Steve ReinhardtReplace Memory with MemObject; no need for two differen...
2006-03-12 Steve ReinhardtGet rid of "Functional" suffix from (read|write)(Blob...
2006-03-12 Steve ReinhardtClean up arch/*/process.hh includes and std namespace...
2006-03-12 Steve ReinhardtMore memory system cleanup:
2006-03-12 Steve ReinhardtFix bk ignore paths for new build options directory...
2006-03-12 Steve ReinhardtGet rid of validInstAddr() & validDataAddr().
2006-03-12 Steve ReinhardtAdd "using namespace TheISA" to syscall emulation funct...
2006-03-12 Steve ReinhardtClean up "using" declarations.
2006-03-12 Korey SewellMerge zizzer:/bk/newmem
2006-03-12 Korey SewellMIPS is back to compiling and building now!
2006-03-12 Steve ReinhardtMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2006-03-12 Steve ReinhardtGet rid of obsolete header that had only one declaration of
2006-03-12 Steve ReinhardtFix TranslatingPort access functions to:
2006-03-12 Steve ReinhardtMinor fix to fault message in SimpleCPU.
2006-03-12 Steve ReinhardtFix EIO handling for new memory system.
2006-03-12 Steve ReinhardtTweak exit() message.
2006-03-12 Steve ReinhardtBump up NFS wait time in qdo (since this has been causing
2006-03-11 Gabe BlackAdded registerfile.hh and utility.hh
2006-03-11 Gabe BlackWork towards factoring isa_traits.hh into smaller,...
2006-03-10 Gabe BlackMoved MaxAddr.
2006-03-10 Gabe BlackGot rid of some dead code.
2006-03-10 Gabe BlackMoved some constants into constants.hh
2006-03-10 Gabe BlackGot rid of unnecessary fault_addr function.
2006-03-10 Gabe BlackGot rid of forward declaration of RegFile and MiscRegFi...
2006-03-10 Gabe BlackPushed the InternalProcReg type into the MiscRegFile...
2006-03-10 Gabe BlackAdded ev5.hh to files which should include it directly...
2006-03-10 Gabe BlackMoved constants from isa_traits.hh into constants.hh.
2006-03-10 Gabe BlackMerge m5.eecs.umich.edu:/bk/newmem
2006-03-10 Ron DreslinskiIt now runs hello world binary.
2006-03-10 Ron DreslinskiAdd getMemPort to exec context proxy
2006-03-10 Gabe BlackPut the InternalProcReg type into the MiscRegFile,...
2006-03-10 Gabe BlackSplit out basic types from isa_traits.hh into a new...
2006-03-10 Gabe BlackEliminated TARGET_ALPHA, since THE_ISA provides the...
2006-03-10 Gabe BlackWrapped setSysCallReturn in !FULL_SYSTEM.
2006-03-10 Steve ReinhardtCompiles now (with CPU_MODELS=SimpleCPU), but hangs
2006-03-10 Gabe BlackSimpleCPU compiles with merge.
2006-03-09 Gabe BlackHand merge. Stuff probably doesn't compile.
2006-03-09 Ali Saidifix merging issues
2006-03-09 Ali SaidiMerge zizzer:/bk/multiarch
2006-03-09 Ali Saidino more common syscall emulation, now common for everyone
2006-03-09 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2006-03-09 Kevin LimUse functions to access XC.
2006-03-09 Korey Sewelllast changes before big merge
2006-03-09 Korey Sewellminor comments to decoder.isa
2006-03-08 Korey SewellMerge zizzer:/bk/multiarch
2006-03-08 Korey Sewelladd explicit support for nop,ssnop, and ehb instructions
2006-03-08 Kevin LimInclude ability to copy all misc regs.
2006-03-08 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-03-08 Kevin LimForward declaration of MemoryController.
2006-03-08 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-03-08 Gabe BlackWorking towards compiling SPARC_SE
2006-03-08 Korey SewellUpdate MiscReg enum and miscRegFile definition
2006-03-08 Korey Sewellupdated MIPS ISA files .... all files should be able...
2006-03-08 Kevin LimUse getProxy() instead of xcProxy; avoids confusion...
2006-03-08 Kevin LimNeeds forward declaration of MemoryController.
2006-03-08 Kevin LimFixes for accesses to the misc regs.
2006-03-08 Kevin LimAvoid accessing objects directly within the XC.
2006-03-08 Kevin LimFixes to allow the ExecContext to be used for profiling.
2006-03-08 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-03-08 Kevin LimUpdates for the quiesceEvent that was added to the XC.
2006-03-07 Gabe BlackCorrected a mispelling of "unimplemented".
2006-03-07 Gabe BlackPushed ev5.hh out of the non-alpha code.
2006-03-07 Gabe BlackThe a.out and ecoff object file formats will only be...
2006-03-07 Gabe BlackGot rid of some commented out code.
2006-03-07 Gabe BlackFixed up some issues to be more compilable.
2006-03-07 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-03-07 Gabe BlackChanged the include paths to take advantage of the...
2006-03-07 Gabe BlackClean up of the SPARC isa_traits. This still doesn...
2006-03-07 Gabe BlackClean up of the SPARC isa description.
2006-03-07 Gabe BlackImplemented SPARC fault classes.
2006-03-07 Gabe BlackSome clean up work with faults.
2006-03-07 Gabe BlackMoved where some alpha specific source files were menti...
2006-03-07 Steve ReinhardtRename default options path from "build_options/default...
2006-03-05 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-03-05 Kevin LimRemove call to swap_palshadow that is no longer needed.
2006-03-05 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-03-05 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-03-05 Gabe BlackChanged targetarch to arch
2006-03-05 Ali SaidiMerge zizzer:/bk/m5
2006-03-05 Steve ReinhardtEmulated syscalls should return -errno on failure
2006-03-05 Ali SaidiMerge zizzer:/bk/m5
2006-03-05 Ali Saidimove alpha specific code into arch/alpha
2006-03-04 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-03-04 Kevin LimSteps towards setting up the infrastructure to allow...
2006-03-04 Ali Saidiproperly align the uid and size fields in the pre_F54_s...
2006-03-04 Kevin LimMerge ktlim@zizzer:/bk/m5
next