summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2007-03-29Allow "let" blocks to add code to the output files.Gabe Black
2007-03-24Merge ktlim@zizzer:/bk/newmemKevin Lim
2007-03-23Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-23Merge ktlim@zizzer:/bk/newmemKevin Lim
2007-03-23Make hardware loads/stores serializing; they need to avoid certain out-of-ord...Kevin Lim
2007-03-22Add structure based bitfield syntax to the isa_parser. This is primarily usef...Gabe Black
2007-03-22Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-21Add a junk operand. With no operands, the parser breaks.Gabe Black
2007-03-21Start implementing groups of instructions which do the same thing on differen...Gabe Black
2007-03-21put the int register count in intregs.hhGabe Black
2007-03-21Break out the one and two byte opcodes into different files. Also change what...Gabe Black
2007-03-21Missed a constGabe Black
2007-03-21Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-20Ignore "time" and "times" syscalls.Gabe Black
2007-03-20Added syntax for structure oriented extMachInsts.Gabe Black
2007-03-18Compile fixes for SPARC_FS.Gabe Black
2007-03-17The syntax used for twin stores was confusing the parser so it's now broken d...Gabe Black
2007-03-16Make the SPARC branch instructions use ExtMachInsts in their constructors. Th...Gabe Black
2007-03-15Refactor things a little.Gabe Black
2007-03-15File with the predecoder in it.Gabe Black
2007-03-15Split the x86 "process" predecoder method into it's own file.Gabe Black
2007-03-15Changed warns to DPRINTFs and multiply by 8 where needed.Gabe Black
2007-03-15Added immediate value support, and fixed alot of bugs. This won't support 3 b...Gabe Black
2007-03-15Compile fixGabe Black
2007-03-15Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-15Make the predecoder an object with it's own switched header file. Start addin...Gabe Black
2007-03-13Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-13Replaced makeExtMI with predecode.Gabe Black
2007-03-13fix interrupting during a quisce on sparcAli Saidi
2007-03-12Fix mulscc.Gabe Black
2007-03-12Merge zizzer:/bk/newmemAli Saidi
2007-03-12move hver code to ua2005.ccAli Saidi
2007-03-12Add the rename syscall.Gabe Black
2007-03-12Fix the mnemonic and the branch displacement field size of the branch on floa...Gabe Black
2007-03-11Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-11Make sttw and sttwa use the twin memory operations.Gabe Black
2007-03-10Rework the way SCons recurses into subdirectories, making itNathan Binkert
2007-03-10Merge zower.eecs.umich.edu:/home/gblack/m5/newmem-statetraceGabe Black
2007-03-10Fix bounds check for the cwpGabe Black
2007-03-10Added implementations of the fpop2 instructions.Gabe Black
2007-03-09Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-09Split the syscall table, SPARC specific syscall implementations, and the 32 b...Gabe Black
2007-03-09implement ipi stufff for SPARCAli Saidi
2007-03-08Panic if any CMT registers are accessedAli Saidi
2007-03-08Fixed an off-by-one error.Gabe Black
2007-03-08Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-08Fix up the SPARC initial stack frame to match an actual 32 bit process.Gabe Black
2007-03-07I missed a couple of WithEffects, this should do itAli Saidi
2007-03-07Move the magic m5 PageTableFault into sim/faults.[hh,cc] since it's the same ...Gabe Black
2007-03-07Merge zizzer:/bk/newmemAli Saidi