ARM: Move the remaining microops out of the decoder and into the ISA desc.
[gem5.git] / src / arch / mips /
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...
2008-09-09 Nathan Binkertstyle: this file did not conform to style
2008-08-11 Nathan Binkertstyle
2008-08-11 Nathan Binkertparams: Convert the CPU objects to use the auto generat...
2008-07-23 Michael Adlersyscalls: Add a bunch of missing system calls.
2008-07-01 Ali SaidiRemove delVirtPort() and make getVirtPort() only return...
2008-07-01 Ali SaidiChange everything to use the cached virtPort rather...
2008-06-14 Nathan BinkertFix various SWIG warnings
2008-05-20 Stephen HinesSCons: Fixing SCons bug 2006 issues for non-alpha ISAs
2008-02-27 Steve ReinhardtAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-02-27 Gabe BlackTLB: Make a TLB base class and put a virtual demapPage...
2008-02-11 Steve ReinhardtAutomated merge with file:/home/stever/hg/m5-orig
2008-02-06 Stephen HinesMake the Event::description() a const function
2007-11-20 Gabe BlackMerge with head.
2007-11-17 Korey Sewelladd back in clobbered MIPS fix for g++ 4.2
2007-11-17 Korey Sewellgo back and fix up MIPS copyright headers
2007-11-17 Korey Sewellmove initCPU, processInterrupts declaration to core_spe...
2007-11-17 Korey SewellGabe's 32-bit X86 fix merge
2007-11-16 Korey Sewellremove unnecessary namespace
2007-11-15 Korey Sewellmerge Ali's config change...
2007-11-15 Korey Sewellfix MIPS headers
2007-11-15 Korey SewellAdd CoreSpecific type to all archs
2007-11-15 Korey SewellGet MIPS simple regression working. Take out unecessary...
2007-11-15 Korey Sewellbranch merge
2007-11-14 Korey Sewellcomment and spacing
2007-11-14 Korey SewellGet MIPS_SE actually working again by actually by fixin...
2007-11-13 Korey SewellAdd in files from merge-bare-iron, get them compiling...
2007-11-09 Gabe BlackISA parser: Make the isa parser generate MaxInstSrcRegs...
2007-11-01 Steve ReinhardtString constant const-ness changes to placate g++ 4.2.
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-31 Ali SaidiTraceflags: Add SCons function to created a traceflag...
2007-10-26 Gabe BlackTLB: Fix serialization issues with the tlb entries...
2007-10-26 Ali SaidiSE: Fix page table and system serialization, don't...
2007-10-17 Gabe BlackMake the process objects use the Params structs in...
2007-10-03 Gabe BlackMerge with head.
2007-10-03 Gabe BlackPredecoder: Clear out predecoder state on an ITLB fault.
2007-09-28 Ali SaidiRename cycles() function to ticks()
2007-09-20 Gabe BlackX86: Put in the foundation for x87 stack based fp regis...
2007-08-30 Miles Kaufmannparams: Deprecate old-style constructors; update most...
2007-08-28 Gabe BlackAddress translation: De-templatize the GenericTLB class.
2007-08-28 Gabe BlackMerge with head.
2007-08-28 Gabe BlackMIPS: Fixes to get mips to compile.
2007-08-27 Gabe BlackAddress translation: Make the page table more flexible.
2007-08-27 Gabe BlackAddress Translation: Make SE mode use an actual TLB...
2007-08-05 Gabe BlackMerge with head.
2007-08-03 Steve Reinhardtmerge from head
2007-08-02 Ali Saidimerge, no manual changes
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.
next