summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-08Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-04-08Get the "hard" SPARC instructions working in o3. I don't like that the IsStor...Gabe Black
2007-04-06Move the instruction specialization stuff out of the microassembler file, and...Gabe Black
2007-04-06Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-04-06Consolidated the microcode assembler to help separate it from more x86-centri...Gabe Black
2007-04-06Refactored the x86 isa description some more. There should be more seperation...Gabe Black
2007-04-06Clean up the code a little, fix (I think) a perceived problem with immediate ...Gabe Black
2007-04-06Add in a stub merging functionGabe Black
2007-04-06Clean up the macroop code.Gabe Black
2007-04-06Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-04-05Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-04-04The process of going from an instruction definition to an instruction to be r...Gabe Black
2007-04-04Fix a regular expression problem when recognizing labels for string substitut...Gabe Black
2007-04-04Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-04-04Updates for other ISA cpu_builders.Kevin Lim
2007-04-04Merge ktlim@zizzer:/bk/newmemKevin Lim
2007-04-04Pass ISA-specific O3 CPU as a constructor parameter instead of using setCPU f...Kevin Lim
2007-04-04Merge zizzer:/bk/newmemAli Saidi
2007-04-04The MemoryObject tha owns a port should delete it if it so chooses when delet...Ali Saidi
2007-04-04Reworking how x86's isa description works. I'm adopting the following definit...Gabe Black
2007-04-04Make "Name" really be the same as "name" with only the first letter capitaliz...Gabe Black
2007-04-04Made x86 ExtMachInsts distinguishable from each other by defining a real == a...Gabe Black
2007-04-04Added all the different variations of the register names.Gabe Black
2007-04-04Merge ktlim@zizzer:/bk/newmemKevin Lim
2007-04-03Made the "data" field of store queue entries into a character array. It's siz...Gabe Black
2007-04-03Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemAli Saidi
2007-04-03fixed sttw instruction changes execution trace a bitAli Saidi
2007-04-03Fix a memory leak. Hopefully this fixes the longer running benchmarks.Kevin Lim
2007-04-03Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-04-03A batch of changes and fixes. Macroops are now generated automatically, multi...Gabe Black
2007-04-03Zero out ModRM if the byte isn't there, and fix some displacement size stuff.Gabe Black
2007-04-02Remove/comment out DPRINTFs that were causing a segfault.Kevin Lim
2007-04-02Fix up SPARC's CPU builder to match changes to Alpha's CPU builder.Kevin Lim
2007-03-30Update refs for recent changes.Kevin Lim
2007-03-29Merge zizzer:/bk/newmemAli Saidi
2007-03-29make serialization at least seem to workAli Saidi
2007-03-29Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-29Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemGabe Black
2007-03-29Added SPARC_SE simple timing twolf regression.Gabe Black
2007-03-29Added a SPARC_SE simple timing mcf regression.Gabe Black
2007-03-29get rid of CWP bounds warning...Ali Saidi
2007-03-29add to instruction test sttw instructionAli Saidi
2007-03-29Made the MultiOp format do a little more. It now sets up single microop instr...Gabe Black
2007-03-29Add a microcode assembler. A microcode "program" is a series of statements. E...Gabe Black
2007-03-29Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemGabe Black
2007-03-29Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemGabe Black
2007-03-29Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemGabe Black
2007-03-29Added SPARC_SE simple timing vortex regression.Gabe Black
2007-03-29Added SPARC_SE simple timing gzip regression.Gabe Black
2007-03-29Override addPrivateSplitL1Caches function in order to automatically set the t...Kevin Lim