Age | Commit message (Expand) | Author |
2007-04-04 | Make "Name" really be the same as "name" with only the first letter capitaliz... | Gabe Black |
2007-04-04 | Made x86 ExtMachInsts distinguishable from each other by defining a real == a... | Gabe Black |
2007-04-04 | Added all the different variations of the register names. | Gabe Black |
2007-04-03 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-04-03 | A batch of changes and fixes. Macroops are now generated automatically, multi... | Gabe Black |
2007-04-03 | Zero out ModRM if the byte isn't there, and fix some displacement size stuff. | Gabe Black |
2007-04-02 | Remove/comment out DPRINTFs that were causing a segfault. | Kevin Lim |
2007-04-02 | Fix up SPARC's CPU builder to match changes to Alpha's CPU builder. | Kevin Lim |
2007-03-29 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-03-29 | make serialization at least seem to work | Ali Saidi |
2007-03-29 | get rid of CWP bounds warning... | Ali Saidi |
2007-03-29 | Made the MultiOp format do a little more. It now sets up single microop instr... | Gabe Black |
2007-03-29 | Add a microcode assembler. A microcode "program" is a series of statements. E... | Gabe Black |
2007-03-29 | Override addPrivateSplitL1Caches function in order to automatically set the t... | Kevin Lim |
2007-03-29 | Update code so that the O3 CPU can handle not initially having anything hooke... | Kevin Lim |
2007-03-29 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-29 | Fidget with the syntax of the MultiOp format in anticipation of making it act... | Gabe Black |
2007-03-29 | Add code to generate register and immediate based integer op microop classes. | Gabe Black |
2007-03-29 | Allow "let" blocks to add code to the output files. | Gabe Black |
2007-03-28 | Call compare and Swap on the target, not the response. | Ron Dreslinski |
2007-03-27 | some more fixes... non-tso stuff seems to work | Ali Saidi |
2007-03-27 | Merge zizzer:/bk/newmem | Ron Dreslinski |
2007-03-27 | First Pass At Cmp/Swap in caches | Ron Dreslinski |
2007-03-26 | Instead of creating a new python process to run traceflags.py, | Nathan Binkert |
2007-03-26 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-03-26 | first bit of life from the intel gigabit model | Ali Saidi |
2007-03-24 | Update for new trace data behavior. | Kevin Lim |
2007-03-24 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2007-03-23 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-23 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2007-03-23 | Make hardware loads/stores serializing; they need to avoid certain out-of-ord... | Kevin Lim |
2007-03-23 | Updates for commit. | Kevin Lim |
2007-03-23 | 3 memory system fixes: | Kevin Lim |
2007-03-23 | Handle status bits a little better, as well as non-speculative instructions. | Kevin Lim |
2007-03-23 | Two fixes: | Kevin Lim |
2007-03-23 | Set progress_interval in terms of CPU cycles. | Kevin Lim |
2007-03-23 | A couple of minor fixes. | Kevin Lim |
2007-03-22 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-03-22 | finish up the coding of the Intel Gb NIC... Many Many bugs to squash | Ali Saidi |
2007-03-22 | Add structure based bitfield syntax to the isa_parser. This is primarily usef... | Gabe Black |
2007-03-22 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-21 | Add a junk operand. With no operands, the parser breaks. | Gabe Black |
2007-03-21 | Start implementing groups of instructions which do the same thing on differen... | Gabe Black |
2007-03-21 | put the int register count in intregs.hh | Gabe Black |
2007-03-21 | Break out the one and two byte opcodes into different files. Also change what... | Gabe Black |
2007-03-21 | Missed a const | Gabe Black |
2007-03-21 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-21 | The m5 side of statetrace. This is fairly ugly, but I don't want to lose it. | Gabe Black |
2007-03-20 | Ignore "time" and "times" syscalls. | Gabe Black |
2007-03-20 | Fixed up some types and const placement, and added signed bitfields that sign... | Gabe Black |