summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-08Registers: Get rid of the float register width parameter.Gabe Black
2009-07-08Registers: Add an ISA object which replaces the MiscRegFile.Gabe Black
This object encapsulates (or will eventually) the identity and characteristics of the ISA in the CPU.
2009-07-08ARM: Use custom read/write code to alias R15 with the PC.Gabe Black
2009-07-08ISA parser: Allow alternative read/write code for operands.Gabe Black
2009-07-08ARM: Move the remaining microops out of the decoder and into the ISA desc.Gabe Black
2009-07-08ARM: Move the memory microops out of the decoder and into the ISA desc.Gabe Black
2009-07-08ARM: Move the integer microops out of the decoder and into the ISA desc.Gabe Black
2009-07-08ARM: Improve memory instruction disassembly.Gabe Black
2009-07-08ARM: Tune up predicated instruction decoding.Gabe Black
2009-07-08ARM: Get rid of the MemAcc and EAComp static insts.Gabe Black
2009-07-08ARM: Get rid of end_addr in the ArmMacroStore constructor.Gabe Black
2009-07-08ARM: Add an AddrMode2 format for memory instructions that use address mode 2.Gabe Black
2009-07-08ARM: Don't always update CPSR.Gabe Black
2009-07-08ARM: Add an AddrMode3 format for memory instructions that use address mode 3.Gabe Black
2009-07-08ARM: Add load/store double instructions.Gabe Black
2009-07-08ARM: Add operands for the load/store double instructions.Gabe Black
2009-07-08X86: Fix a bug in IRET_PROT's microcode. The immediate form of sra was intended.Gabe Black
2009-07-08slicc: fixed MI_example bug. The directory wasn't deallocating the TBE, ↵Derek Hower
leading to a leak. Also increased the default max TBE size to 256 to allow memtest to pass the regression.
2009-07-08ruby: set the default values of the debug object so that nothing is printedDerek Hower
2009-07-08slicc: Fixed MI_example bug. The directory was not writing data to DRAM ↵Derek Hower
after a PUTX.
2009-07-07removed stray debug printDerek Hower
2009-07-06Add ability to skip tests by adding 'skip' file to test dir,Steve Reinhardt
and skip simple-timing-mp-ruby test for now (until we fix ruby atomics).
2009-07-06automergeNathan Binkert
2009-07-06tests: stats outputs now include CDFs, update tests that use those so ↵Nathan Binkert
they're easier to diff
2009-07-06tests: update regression tests for changes in stats output and changes in ruby.Nathan Binkert
2009-07-06ruby: Fix RubyMemory to work with the newer ruby.Nathan Binkert
2009-07-06ruby: apply some fixes that were overwritten by the recent ruby import.Nathan Binkert
2009-07-06slicc: update parser.py for changes in slicc language.Nathan Binkert
2009-07-06scons: update SCons files for changes in ruby.Nathan Binkert
2009-07-06ruby: Import the latest ruby changes from gems.Nathan Binkert
This was done with an automated process, so there could be things that were done in this tree in the past that didn't make it. One known regression is that atomic memory operations do not seem to work properly anymore.
2009-07-06ruby: replace strings that were missed in original ruby import.Nathan Binkert
2009-07-05SPARC: Fix the parenthesis in inUserMode.Gabe Black
2009-07-04inorder: Fix up some reference stats.Gabe Black
2009-07-02ARM: Fix how address mode bits are handled.Jack Whitham
2009-07-02ARM: Fix the code snippet for mla.Jack Whitham
2009-07-02typo: correct spellingNathan Binkert
2009-07-02attrdict: correct delattrNathan Binkert
2009-07-02stats: fix usage of jobfileNathan Binkert
2009-07-01ARM: Make DataOps select from a set of ways to set the c and v flags.Gabe Black
2009-07-01ARM: Get rid of some bitfields that aren't used. A few may need to be readded.Gabe Black
2009-07-01ARM: Add a findLsbSet function and use it to implement clz.Gabe Black
2009-07-01ARM: Add defaults for DataOp flag code.Gabe Black
2009-07-01ARM: Get rid of the val2 variable.Gabe Black
2009-07-01ARM: Centralize the declaration of resTemp.Gabe Black
2009-07-01ARM: Add a DataImmOp format similar to DataOp.Gabe Black
2009-07-01ARM: Decode some media instructions. These are untested.Gabe Black
2009-07-01ARM: Use the new DataOp format to simplify the decoder.Gabe Black
2009-07-01ARM: Add in some new artificial fields that make decoding a little easier.Gabe Black
2009-07-01ARM: Recognize the IntRegs trace flag.Gabe Black
2009-07-01ARM: Add a DataOp format so data op definitions can be aggregated.Gabe Black