Merge with head.
[gem5.git] / src / arch / mips /
2010-06-15 Nathan Binkertstats: only consider a formula initialized if there...
2010-06-04 Steve ReinhardtMore minor gdb-related cleanup.
2010-04-15 Nathan Binkerttick: rename Clock namespace to SimClock
2010-03-27 Korey Sewellm5: merge inorder updates
2010-03-23 Steve Reinhardtcpu: fix exec tracing memory corruption bug
2010-02-12 Timothy M. JonesO3PCU: Split loads and stores that cross cache line...
2010-01-22 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2010-01-19 Derek Howermerge
2009-12-31 Matt DeVuystMIPS: Beef up process initialization.
2009-12-31 Gabe BlackMIPS: Implement the SE mode version of rdhwr.
2009-12-31 Gabe BlackMIPS: Fix decoding of the rdhwr instruction.
2009-12-31 Gabe BlackMIPS: Implement the set_thread_area system call.
2009-12-31 Gabe BlackMIPS: Create an artificial control register to hold...
2009-12-31 Gabe BlackMIPS: Extract CPU pointer from the thread context in...
2009-12-21 Gabe BlackMIPS: Add missing syscall slots.
2009-11-11 Gabe BlackMerge with the head.
2009-11-11 Gabe BlackMem: Eliminate the NO_FAULT request flag.
2009-11-05 Nathan Binkertbuild: fix compile problems pointed out by gcc 4.4
2009-10-30 Gabe BlackSyscalls: Make system calls access arguments like a...
2009-10-24 Timothy M. Jonessyscall: Addition of an ioctl command code for Power.
2009-10-18 Brad Beckmannmerged with ISA event manager fix
2009-10-17 Gabe BlackISA: Fix compilation.
2009-09-22 Nathan Binkertpython: Move more code into m5.util allow SCons to...
2009-09-17 Korey Sewellmips: fix command line arguments
2009-09-16 Vince WeaverSyscalls: Implement sysinfo() syscall.
2009-08-03 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-07-31 Korey Sewellmerge mips fix and statetrace changes
2009-07-31 Korey Sewellmips: fix ll/sc pairs working incorrectly because of...
2009-07-31 Nathan Binkertcompile: fix accidental conversion of == into =
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-21 Gabe BlackMIPS: Get MIPS_FS to compile, more style fixes.
2009-07-21 Gabe BlackMIPS: Many style fixes.
2009-07-21 Gabe BlackMIPS: Use BitUnions instead of bits() functions and...
2009-07-13 Derek Howermerge
2009-07-10 Gabe BlackISAs: Get rid of the IControl operand type.
2009-07-10 Gabe BlackMIPS: Fold the MiscRegFile all the way into the ISA...
2009-07-09 Gabe BlackGet rid of the unused get(Data|Inst)Asid and (inst...
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 BlackRegisters: Eliminate the ISA defined RegFile class.
2009-07-09 Gabe BlackRegisters: Move the PCs out of the ISAs and into the...
2009-07-09 Gabe BlackMIPS: Get rid of an orphaned MIPS .cc file.
2009-07-09 Gabe BlackMIPS: Phase out MIPS'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-05-26 Nathan Binkerttypes: add a type for thread IDs and try to use it...
2009-05-17 Nathan Binkertincludes: sort includes again
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
2009-05-13 Korey Sewellmips-merge: merge hello world regress for inorder cpu
2009-05-13 Korey Sewellinorder-mips: Remove eaComp & memAcc; use 'visible...
2009-05-13 Korey Sewellarch-mips: add regWidth constant to float regfile
2009-05-12 Korey Sewellinorder-alpha-port: initial inorder support of ALPHA
2009-04-21 Steve Reinhardtsyscall: Resolve conflicts between m5threads and Gabe...
2009-04-19 Gabe BlackMemory: Rename LOCKED for load locked store conditional...
2009-04-18 Korey Sewellmips-tlb-fix: check for alignment faults.\nMIPS was...
2009-04-18 Korey Sewellmips-syscall: mark with correct flag. \nMIPS was using...
2009-04-18 Korey Sewello3-delay-slot-bpred: fix decode stage handling of uncdt...
2009-04-18 Korey Sewellmips-shadowsets: fix calcuations. \n Remove Shadowsets...
2009-04-09 Nathan Binkerttlb: More fixing of unified TLB
2009-04-09 Gabe Blacktlb: Don't separate the TLB classes into an instruction...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-03-06 Nathan Binkertstats: Fix all stats usages to deal with template fixes
2009-03-06 Steve ReinhardtGet rid of 'using namespace' declarations in headers.
2009-03-01 Steve ReinhardtFix Num_Syscall_Descs check bug in non-x86 ISAs.
2009-02-27 Gabe BlackProcesses: Make getting and setting system call argumen...
2009-02-25 Gabe BlackISA: Get rid of the get*RegName functions.
2009-02-25 Gabe BlackCPU: Implement translateTiming which defers to translat...
2009-02-25 Gabe BlackISA: Replace the translate functions in the TLBs with...
2009-02-20 Korey SewellRemove unnecessary building of FreeList/RenameMap in...
2009-02-16 Lisa Hsusycalls: implement mremap() and add DATA flag for getrl...
2009-02-10 Korey Sewellsyscall: Expose ioctl for MIPS
2009-01-13 Nathan BinkertSCons: centralize the Dir() workaround for newer versio...
2008-11-15 Steve Reinhardtsyscalls: fix latent brk/obreak bug.
2008-11-14 Nathan BinkertFix a bunch of bugs I introduced when I changed the...
2008-11-10 Nathan Binkertmem: update stuff for changes to Packet and Request
2008-11-04 Lisa Hsuget rid of all instances of readTid() and getThreadNum...
2008-11-03 Lisa HsuAdd in Context IDs to the simulator. From now on,...
2008-11-03 Lisa Hsumake BaseCPU the provider of _cpuId, and cpuId() instea...
2008-10-21 Nathan Binkertstyle: Use the correct m5 style for things relating...
2008-10-13 Gabe BlackGet rid of old RegContext code.
2008-10-12 Gabe BlackCPU: Create a microcode ROM object in the CPU which...
2008-10-12 Gabe BlackTurn Interrupts objects into SimObjects. Also, move...
2008-10-12 Gabe BlackCPU: Eliminate the get_vec function.
2008-10-11 Gabe BlackTLB: Make all tlbs derive from a common base class...
2008-10-10 Nathan BinkertSimObjects: Clean up handling of C++ namespaces.
2008-10-09 Nathan Binkerteventq: convert all usage of events to use the new...
2008-10-09 Gabe BlackO3: Generaize the O3 dynamic instruction class so it...
2008-10-06 Korey Sewellfix shadow set bugs in MIPS code that caused out of...
2008-09-28 Nathan Binkertgcc: Add extra parens to quell warnings.
2008-09-28 Nathan Binkertarch: TheISA shouldn't really ever be used in the arch...
2008-09-28 Nathan Binkertalpha: Get rid fo the namespace called EV5.
2008-09-26 Nathan Binkertstyle: missed space after switch
2008-09-26 Nathan BinkertUse logical operator instead of bitwise operator for...
2008-09-26 Nathan Binkertstyle: These files didn't even come close to following...
2008-09-10 Ali Saidistyle: Remove non-leading tabs everywhere they shouldn...
next