- a928a43 style: [patch 3/22] reduce include dependencies in some headers by Brandon Potter · 8 years ago
- 7a8dda4 style: [patch 1/22] use /r/3648/ to reorganize includes by Brandon Potter · 8 years ago
- ab9f062 GetArgument: Rework getArgument so that X86_FS compiles again. by Gabe Black · 14 years ago
- 518b5e5 Debug: Implement getArgument() and function skipping for ARM. by Ali Saidi · 14 years ago
- d9f39c8 arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh by Nathan Binkert · 15 years ago
- fae60c1 Arguments: Get rid of duplicate code for the Arguments class in each architecture. by Ali Saidi · 17 years ago[Renamed (79%) from src/arch/alpha/arguments.cc]
- e39de58 Took the Alpha prefix off of AlphaArguments, and made sure it was being used from TheISA:: rather than AlphaISA:: by Gabe Black · 18 years ago
- eb0e416 Change ExecContext to ThreadContext. This is being renamed to differentiate between the interface used objects outside of the CPU, and the interface used by the ISA. ThreadContext is used by objects outside of the CPU and is specifically defined in thread_context.hh. ExecContext is more implicit, and is defined by files such as base_dyn_inst.hh or cpu/simple/base.hh. by Kevin Lim · 19 years ago
- cb0cf2d Updated Authors from bk prs info by Ali Saidi · 19 years ago
- ba2eae5 New directory structure: by Steve Reinhardt · 19 years ago[Renamed from arch/alpha/arguments.cc]
- bb80f71 fixes for new memory system by Ali Saidi · 19 years ago
- e196d20 Make TranslatingPort be a type of Port rather than something special by Ali Saidi · 19 years ago
- 0b2deb2 Fixes for full system compiling. by Kevin Lim · 19 years ago
- 8e4ec55 Changed the floating point register file into a class with appropriate accessor functions. The width of the floating point register to access can be specified, and if not, it will be accessed at its "natural" width. That is, the width of each individual register. Also, the functions which access the bit representation of floating point registers can use the blahblahBits functions now instead of blahblahInt. by Gabe Black · 19 years ago
- f15e492 Steps towards setting up the infrastructure to allow the new CPU model to work in full system mode. by Kevin Lim · 19 years ago
- 463aa6d Changes to untemplate StaticInst and StaticInstPtr, change the isa to a namespace instead of a class, an improvement to the architecture specific header file selection system, and fixed up a few include paths. by Gabe Black · 19 years ago
- ad8b963 Many files: Update copyright dates and author list by Steve Reinhardt · 20 years ago
- 13c005a shuffle files around for new directory structure by Nathan Binkert · 20 years ago
- 3ab8334 in the arch/alpha directory we should use arch/alpha, not targetarch. by Nathan Binkert · 20 years ago
- 2471c21 cleanup by Nathan Binkert · 21 years ago
- 25693e9 Make include paths explicit and update makefile accordingly. by Steve Reinhardt · 21 years ago
- 92638f9 Import changeset by Steve Raasch · 21 years ago