Age | Commit message (Expand) | Author |
2007-04-12 | Add a scons hack to force symlinks to the swig .i files | Nathan Binkert |
2007-04-11 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-04-11 | Make trying to execute macroops fail with a better error message. | Gabe Black |
2007-04-11 | Create a filter and a union to translate the SPARC instruction implementation... | Gabe Black |
2007-04-10 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-04-10 | Even if you don't want to fetch more bytes, make sure you handle a fault. | Gabe Black |
2007-04-10 | Include the new GenFault microop. | Gabe Black |
2007-04-10 | Reworked x86 a bit | Gabe Black |
2007-04-10 | Updated for the new instruction stubs. | Gabe Black |
2007-04-10 | Changed some instruction names to be in all caps, and "implemented" move to t... | Gabe Black |
2007-04-10 | Added stub implementations of the x86 instructions categorized like they are ... | Gabe Black |
2007-04-10 | A new microop which generates a specified fault. | Gabe Black |
2007-04-10 | Added a class which lets you manipulate all the strings returned by the parse... | Gabe Black |
2007-04-10 | Fix up the base x86 fault object and create a fault to be generated by unimpl... | Gabe Black |
2007-04-10 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-04-10 | Fixed a compile error. | Gabe Black |
2007-04-09 | add code to whack the intel gbe model from the relase.... it's not tested and... | Ali Saidi |
2007-04-09 | Comment out the remote gdb object for SE mode. | Gabe Black |
2007-04-09 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2007-04-09 | Fix bug when blocking due to no free registers. | Kevin Lim |
2007-04-09 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-04-09 | Added SPARC o3 insttest regression. | Gabe Black |
2007-04-09 | Added SPARC simple timing regression for insttest | Gabe Black |
2007-04-09 | Make SPARC build o3 by default. | Gabe Black |
2007-04-09 | Accidentally didn't save when moving the specialization code out of here. | Gabe Black |
2007-04-08 | Take into account that the flattened integer register space is a different si... | Gabe Black |
2007-04-08 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-04-08 | Get the "hard" SPARC instructions working in o3. I don't like that the IsStor... | Gabe Black |
2007-04-06 | Move the instruction specialization stuff out of the microassembler file, and... | Gabe Black |
2007-04-06 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-04-06 | Consolidated the microcode assembler to help separate it from more x86-centri... | Gabe Black |
2007-04-06 | Refactored the x86 isa description some more. There should be more seperation... | Gabe Black |
2007-04-06 | Clean up the code a little, fix (I think) a perceived problem with immediate ... | Gabe Black |
2007-04-06 | Add in a stub merging function | Gabe Black |
2007-04-06 | Clean up the macroop code. | Gabe Black |
2007-04-06 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-04-05 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-04-04 | The process of going from an instruction definition to an instruction to be r... | Gabe Black |
2007-04-04 | Fix a regular expression problem when recognizing labels for string substitut... | Gabe Black |
2007-04-04 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-04-04 | Updates for other ISA cpu_builders. | Kevin Lim |
2007-04-04 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2007-04-04 | Pass ISA-specific O3 CPU as a constructor parameter instead of using setCPU f... | Kevin Lim |
2007-04-04 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-04-04 | The MemoryObject tha owns a port should delete it if it so chooses when delet... | Ali Saidi |
2007-04-04 | Reworking how x86's isa description works. I'm adopting the following definit... | Gabe Black |
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-04 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |