Age | Commit message (Expand) | Author |
2010-04-10 | inorder: timing for inst forwarding | Korey Sewell |
2010-03-27 | m5: merge inorder updates | Korey Sewell |
2010-03-27 | inorder: write-hints bug fix | Korey Sewell |
2010-03-23 | cpu: fix exec tracing memory corruption bug | Steve Reinhardt |
2010-03-22 | inorder: import name for addtl. bpred stats | Korey Sewell |
2010-03-22 | inorder: fix squash bug in branch predictor | Maximilien Breughe |
2010-03-22 | inorder: fix address list bug | Korey Sewell |
2010-02-26 | cpu_models: get rid of cpu_models.py and move the stuff into SCons | Nathan Binkert |
2010-01-31 | inorder: double delete inst bug | Korey Sewell |
2010-01-31 | inorder: inst count mgmt | Korey Sewell |
2010-01-31 | inorder: implement split stores | Korey Sewell |
2010-01-31 | inorder: implement split loads | Korey Sewell |
2010-01-31 | inorder: add activity stats | Korey Sewell |
2010-01-31 | inorder: object cleanup in destructors | Korey Sewell |
2010-01-31 | inorder: user per-thread dummy insts/reqs | Korey Sewell |
2010-01-31 | inorder: add execution unit stats | Korey Sewell |
2010-01-31 | inorder: recvRetry bug fix | Korey Sewell |
2010-01-31 | inorder-stats: add prereq to basic stat | Korey Sewell |
2010-01-31 | inorder: ctxt switch stats | Korey Sewell |
2010-01-31 | inorder: pipeline stage stats | Korey Sewell |
2010-01-31 | inorder: enforce stage bandwidth | Korey Sewell |
2010-01-31 | inorder: set thread status' | Korey Sewell |
2010-01-31 | inorder: add/remove halt/deallocate context respectively | Korey Sewell |
2010-01-31 | inorder: track last branch committed | Korey Sewell |
2010-01-31 | inorder: add updatePC event to resPool | Korey Sewell |
2010-01-31 | inorder: ready thread wakeup | Korey Sewell |
2010-01-31 | inorder: add threadmodel flag | Korey Sewell |
2010-01-31 | inorder: mem. mgmt. update | Korey Sewell |
2010-01-31 | inorder: suspend in respool | Korey Sewell |
2010-01-31 | inorder: fetch thread bug | Korey Sewell |
2010-01-31 | inorder: ready/suspend status fns | Korey Sewell |
2010-01-31 | inorder-cleanup: remove unused thread functions | Korey Sewell |
2010-01-31 | inorder: activate thread on cache miss | Korey Sewell |
2010-01-31 | inorder: add event priority offset | Korey Sewell |
2010-01-31 | inorder: squash on memory stall | Korey Sewell |
2010-01-31 | inorder: add insts to cpu event | Korey Sewell |
2010-01-31 | inorder: switch out buffer | Korey Sewell |
2010-01-31 | inorder: dont allow early loads | Korey Sewell |
2010-01-31 | configs/inorder: add options for switch-on-miss to inorder cpu | Korey Sewell |
2010-01-31 | inorder: init internal debug cpu counters | Korey Sewell |
2009-11-04 | build: fix compile problems pointed out by gcc 4.4 | Nathan Binkert |
2009-10-01 | inorder-debug: print out workload | Korey Sewell |
2009-09-25 | inorder-debug: fix cpu tick debug message | Korey Sewell |
2009-09-23 | arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh | Nathan Binkert |
2009-09-22 | python: Move more code into m5.util allow SCons to use that code. | Nathan Binkert |
2009-09-17 | inorder-mdu: multiplier latency fix | Korey Sewell |
2009-09-16 | inorder-smt: remove hardcoded values | Soumyaroop Roy |
2009-09-15 | inorder-alpha-fs: edit inorder model to compile FS mode | Korey Sewell |
2009-07-08 | Get rid of the unused get(Data|Inst)Asid and (inst|data)Asid functions. | Gabe Black |
2009-07-08 | Registers: Eliminate the ISA defined RegFile class. | Gabe Black |