summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2005-06-04shuffle files around for new directory structureNathan Binkert
2005-06-04Remove the inorder CPUNathan Binkert
2005-06-04more portableNathan Binkert
2005-06-03Additions/fixes for Tru64 syscall emulation.Steve Reinhardt
2005-06-01Rename sim/universe.{cc,hh} to root.{cc,hh} (since theSteve Reinhardt
2005-05-03Large update of several parts of my code. The most notable change is the inc...Kevin Lim
2005-05-02Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-04-22Make code more portable and port to cygwinNathan Binkert
2005-04-14Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-04-11Make the notion of a global event tick independent of the actualNathan Binkert
2005-04-07Hand mergeKevin Lim
2005-03-29expose variables for number of global events per simulated second,Nathan Binkert
2005-03-18Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-03-16Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2005-03-16Fix the bad addr check to check for allowable addresses in the nxm address spaceRon Dreslinski
2005-03-14Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-03-14g++ 3.4 fixes.Kevin Lim
2005-03-10Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-03-10Removed unecessary constructor call at each return.Ali Saidi
2005-03-10fix typo in SyscallReturn ObjectAli Saidi
2005-03-09Changed all syscalls to use syscall return object.Ali Saidi
2005-03-08Hand-merge static_inst.hh. These execute functions are within an external fi...Kevin Lim
2005-03-01Two fixes to try and get TLB miss cost more in line with real platform:Steve Reinhardt
2005-03-01Add a new operation class for IPR accesses, and have IPR-accessingSteve Reinhardt
2005-02-25Make all StaticInst methods const. StaticInst objects represent aSteve Reinhardt
2005-02-25Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-02-25Initial light-weight OoO CPU checkin, along with gcc-3.4 fixes.Kevin Lim
2005-02-25Fix timing modeling of faults: functionally the very next instruction afterSteve Reinhardt
2005-02-22Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-02-13build mysql version if libraries existAli Saidi
2005-02-04Hand mergeKevin Lim
2005-02-03Add support for CPU models to execute the effectiveSteve Reinhardt
2005-01-21Merge zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-01-21Add a couple statistics contexts.Nathan Binkert
2005-01-14Fixes so m5 compiles on gcc 3.4, which has much stricter syntax. Most change...Kevin Lim
2005-01-11Merge changes.Kevin Lim
2004-11-13Macros are nasty, so let's get rid of them. Convert allNathan Binkert
2004-11-13defining SYSTEM_EV5 isn't all that necessaryNathan Binkert
2004-11-13defining SYSTEM_EV5 isn't all that necessaryNathan Binkert
2004-11-10Use the inPalMode function instead of the PC_PAL macroNathan Binkert
2004-11-10Don't use the global check_interrupts variable. Add a per-cpuNathan Binkert
2004-11-03Add Inorder CPU modelTaeho Kgil
2004-10-25Don't use magic numbers.Nathan Binkert
2004-10-23get rid of pmap.h and make things variables and inlineNathan Binkert
2004-10-23in the arch/alpha directory we should use arch/alpha, notNathan Binkert
2004-10-22Make targetarch directory in build tree and copy arch/alpha files to itSteve Reinhardt
2004-10-16Fixes for bigendian platformsAli Saidi
2004-09-23Update to make multiple instruction issue and different latencies work.Kevin Lim
2004-09-22Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5-smpAli Saidi
2004-09-22fix unaligned memory offset and some small fixes to interrupt binningAli Saidi