1. d9f39c8 arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh by Nathan Binkert · 15 years ago
  2. eef3a2e types: Move stuff for global types into src/base/types.hh by Nathan Binkert · 16 years ago
  3. f1a5557 Put the ProcessInfo and StackTrace objects into the ISA namespaces. by Gabe Black · 18 years ago
  4. 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
  5. cb0cf2d Updated Authors from bk prs info by Ali Saidi · 19 years ago
  6. ba2eae5 New directory structure: by Steve Reinhardt · 19 years ago[Renamed from cpu/profile.hh]
  7. 11aead8 Updates for the quiesceEvent that was added to the XC. by Kevin Lim · 19 years ago
  8. c5dcd15 Changed targetarch to just arch. by Gabe Black · 19 years ago
  9. 3f7979c Made Addr a global type by Gabe Black · 19 years ago
  10. 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
  11. b62e7d2 clear the function profile on a stats reset by Nathan Binkert · 19 years ago
  12. 9e8151f use Counter to avoid overflowing an int by Nathan Binkert · 19 years ago
  13. 0dcb288 Cleanup the StackTrace interfaces and profile interfaces so they by Nathan Binkert · 19 years ago
  14. a81c037 Add new function profiling stuff, wrap the pc_sample stuff into it. by Nathan Binkert · 19 years ago