Age | Commit message (Expand) | Author |
2011-05-13 | Trace: Allow printing ASIDs and selectively tracing based on user/kernel code. | Chander Sudanthi |
2010-10-31 | ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. | Gabe Black |
2010-10-15 | GetArgument: Rework getArgument so that X86_FS compiles again. | Gabe Black |
2010-10-01 | Debug: Implement getArgument() and function skipping for ARM. | Ali Saidi |
2010-09-14 | CPU: Trim unnecessary includes from some common files. | Gabe Black |
2010-08-23 | X86: Create a directory for files that define register indexes. | Gabe Black |
2010-08-23 | ISA: Get rid of old, unused utility functions cluttering up the ISAs. | Gabe Black |
2010-05-23 | copyright: Change HP copyright on x86 code to be more friendly | Nathan Binkert |
2009-08-03 | X86: Fix segment override prefixes on instructions that use rbp/rsp and a dis... | Gabe Black |
2009-07-08 | Registers: Add a registers.hh file as an ISA switched header. | Gabe Black |
2009-07-08 | Registers: Add an ISA object which replaces the MiscRegFile. | Gabe Black |
2009-05-17 | includes: sort includes again | Nathan Binkert |
2009-05-17 | types: Move stuff for global types into src/base/types.hh | Nathan Binkert |
2009-02-25 | X86: Implement inUserMode for x86. | Gabe Black |
2007-10-07 | X86: Make initCPU and startupCPU do something basic. | Gabe Black |
2007-09-24 | X86: Get X86_FS to compile. | Gabe Black |
2007-06-19 | Get rid of the immediate and displacement components of the EmulEnv struct an... | Gabe Black |
2007-06-14 | Put the mode in the ExtMachInst. | Gabe Black |
2007-04-06 | Clean up the code a little, fix (I think) a perceived problem with immediate ... | Gabe Black |
2007-04-04 | Made x86 ExtMachInsts distinguishable from each other by defining a real == a... | Gabe Black |
2007-03-15 | Compile fix | Gabe Black |
2007-03-15 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-15 | Make the predecoder an object with it's own switched header file. Start addin... | Gabe Black |
2007-03-13 | Replaced makeExtMI with predecode. | Gabe Black |
2007-03-09 | implement ipi stufff for SPARC | Ali Saidi |
2007-03-05 | Added missing include. | Gabe Black |
2007-03-05 | Added stub implementations or prototypes for all the functions in this file. | Gabe Black |
2007-03-03 | Add build hooks for x86. | Gabe Black |