summaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)Author
2006-08-24Ozone updates.Kevin Lim
2006-08-24Support profiling.Kevin Lim
2006-08-24Switch out fixups for the CPUs.Kevin Lim
2006-08-24Update checker.Kevin Lim
2006-08-24Stats reset, profiling stuff.Kevin Lim
2006-08-11Code update for CPU models.Kevin Lim
2006-08-02Make checker handle not executing the same instruction as the main CPU a litt...Kevin Lim
2006-08-02Updates to bring CPU portion of m5 up-to-date with newmem.Kevin Lim
2006-08-02Updates for registers and stuff.Kevin Lim
2006-06-01Add in comments for checker.Kevin Lim
2006-06-01Fix stat bug.Kevin Lim
2006-05-31Comments and code cleanup.Kevin Lim
2006-05-25Missed this file in last check in.Kevin Lim
2006-05-25Various branch predictor fixes/cleanup. It works more correctly now and supp...Kevin Lim
2006-05-25Fix minor memory leak.Kevin Lim
2006-05-25Fix up kernel stats, allow them to not be used as well.Kevin Lim
2006-05-24Support new flags now used instead of flags in decoder.isa.Kevin Lim
2006-05-23Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-05-23Rework how instructions are scheduled and executed.Kevin Lim
2006-05-23Cleanup checker.Kevin Lim
2006-05-23Code cleanup.Kevin Lim
2006-05-23Move kernel stats out of CPU and into XC.Kevin Lim
2006-05-23Add extra flags to help new CPU handle various instructions.Kevin Lim
2006-05-19O3 code update/cleanup.Kevin Lim
2006-05-19Remove sat_counter.cc and put its code into sat_counter.hh.Kevin Lim
2006-05-19Rename function to be more expressive.Kevin Lim
2006-05-19IEW/IQ code cleanup and reorganization.Kevin Lim
2006-05-19Move activity tracking code into its own class. Now the CPU no longer has to...Kevin Lim
2006-05-19Fixes for regression build errors.Kevin Lim
2006-05-17Faults generated at fetch are passed to the backend by creating a dummy nop i...Kevin Lim
2006-05-16Sampler updates.Kevin Lim
2006-05-16Updates for sampler, checker, and general correctness.Kevin Lim
2006-05-16Add in checker. Supports dynamically verifying the execution of instructions...Kevin Lim
2006-05-16Sampling fixes related to the quiesce event.Kevin Lim
2006-05-16Add some flags for the upcoming checker.Kevin Lim
2006-05-11Fixes for ozone CPU to successfully boot and run linux.Kevin Lim
2006-05-11Small fixes to O3 model.Kevin Lim
2006-05-11Set memory properly.Kevin Lim
2006-05-11Separate out result being ready and the instruction being complete.Kevin Lim
2006-05-04O3 CPU now handles being used with the sampler.Kevin Lim
2006-05-03Fixes for the sampler.Kevin Lim
2006-05-03XC needs to get memory from the process.Kevin Lim
2006-04-24Quiesce stuff.Kevin Lim
2006-04-24Include option for disabling PC symbols.Kevin Lim
2006-04-24Updates to Ozone model for quiesce, store conditionals.Kevin Lim
2006-04-24New stats added to O3 model.Kevin Lim
2006-04-24Fixes for ll/sc for the O3 model.Kevin Lim
2006-04-24Allow the switching on and off of PC symbols for tracing.Kevin Lim
2006-04-22Include new OzoneCPU filesKevin Lim
2006-04-22Updates for OzoneCPU.Kevin Lim