inorder: fix squash bug in branch predictor
[gem5.git] / src / cpu / inorder /
2010-03-22 Maximilien Breugheinorder: fix squash bug in branch predictor
2010-03-22 Korey Sewellinorder: fix address list bug
2010-02-27 Nathan Binkertcpu_models: get rid of cpu_models.py and move the stuff...
2010-02-01 Brad Beckmannmerge
2010-01-31 Korey Sewellinorder: double delete inst bug
2010-01-31 Korey Sewellinorder: inst count mgmt
2010-01-31 Korey Sewellinorder: implement split stores
2010-01-31 Korey Sewellinorder: implement split loads
2010-01-31 Korey Sewellinorder: add activity stats
2010-01-31 Korey Sewellinorder: object cleanup in destructors
2010-01-31 Korey Sewellinorder: user per-thread dummy insts/reqs
2010-01-31 Korey Sewellinorder: add execution unit stats
2010-01-31 Korey Sewellinorder: recvRetry bug fix
2010-01-31 Korey Sewellinorder-stats: add prereq to basic stat
2010-01-31 Korey Sewellinorder: ctxt switch stats
2010-01-31 Korey Sewellinorder: pipeline stage stats
2010-01-31 Korey Sewellinorder: enforce stage bandwidth
2010-01-31 Korey Sewellinorder: set thread status'
2010-01-31 Korey Sewellinorder: add/remove halt/deallocate context respectively
2010-01-31 Korey Sewellinorder: track last branch committed
2010-01-31 Korey Sewellinorder: add updatePC event to resPool
2010-01-31 Korey Sewellinorder: ready thread wakeup
2010-01-31 Korey Sewellinorder: add threadmodel flag
2010-01-31 Korey Sewellinorder: mem. mgmt. update
2010-01-31 Korey Sewellinorder: suspend in respool
2010-01-31 Korey Sewellinorder: fetch thread bug
2010-01-31 Korey Sewellinorder: ready/suspend status fns
2010-01-31 Korey Sewellinorder-cleanup: remove unused thread functions
2010-01-31 Korey Sewellinorder: activate thread on cache miss
2010-01-31 Korey Sewellinorder: add event priority offset
2010-01-31 Korey Sewellinorder: squash on memory stall
2010-01-31 Korey Sewellinorder: add insts to cpu event
2010-01-31 Korey Sewellinorder: switch out buffer
2010-01-31 Korey Sewellinorder: dont allow early loads
2010-01-31 Korey Sewellconfigs/inorder: add options for switch-on-miss to...
2010-01-31 Korey Sewellinorder: init internal debug cpu counters
2010-01-19 Derek Howermerge
2009-11-05 Nathan Binkertbuild: fix compile problems pointed out by gcc 4.4
2009-10-01 Korey Sewellinorder-debug: print out workload
2009-09-25 Korey Sewellinorder-debug: fix cpu tick debug message
2009-09-23 Nathan Binkertarch: nuke arch/isa_specific.hh and move stuff to gener...
2009-09-22 Nathan Binkertpython: Move more code into m5.util allow SCons to...
2009-09-17 Korey Sewellinorder-mdu: multiplier latency fix
2009-09-16 Soumyaroop Royinorder-smt: remove hardcoded values
2009-09-15 Korey Sewellinorder-alpha-fs: edit inorder model to compile FS...
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackGet rid of the unused get(Data|Inst)Asid and (inst...
2009-07-09 Gabe BlackRegisters: Eliminate the ISA defined RegFile class.
2009-07-09 Gabe BlackRegisters: Eliminate the ISA defined integer register...
2009-07-09 Gabe BlackRegisters: Eliminate the ISA defined floating point...
2009-07-09 Gabe BlackRegisters: Get rid of the float register width parameter.
2009-07-09 Gabe BlackRegisters: Add an ISA object which replaces the MiscReg...
2009-06-05 Nathan Binkerttypes: clean up types, especially signed vs unsigned
2009-06-05 Nathan Binkertmove: put predictor includes and cc files into the...
2009-05-26 Nathan Binkerttypes: add a type for thread IDs and try to use it...
2009-05-17 Nathan Binkertincludes: sort includes again
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
2009-05-13 Korey Sewellcpus: add InOrderCPU to default build
2009-05-12 Korey Sewellinorder-resources: delete events
2009-05-12 Korey Sewellinorder-tlb-cunit: merge the TLB as implicit to any...
2009-05-12 Korey Sewellinorder-tlb: squash insts in TLB correctly
2009-05-12 Korey Sewellinorder-faults: ignore unalign translation faults for...
2009-05-12 Korey Sewellinorder-stc: update interface to handle store conditionals
2009-05-12 Korey Sewellinorder-float: Fix storage of FP results
2009-05-12 Korey Sewellinorder-fetch: update model to use predecoder
2009-05-12 Korey Sewellinorder-mem: clean up allocation/deletion of requests...
2009-05-12 Korey Sewellinorder-mem: skeleton support for prefetch/writehints
2009-05-12 Korey Sewellinorder-o3: allow both to compile together
2009-05-12 Korey Sewellinorder-unified-tlb: use unified TLB instead of old...
2009-05-12 Korey Sewellinorder-miscregs: Fix indexing for misc. reg operands...
2009-05-12 Korey Sewellinorder/alpha-isa: create eaComp object visible to...
2009-05-12 Korey Sewellinorder-bpred: edits to handle non-delay-slot ISAs
2009-05-12 Korey Sewellinorder-alpha-port: initial inorder support of ALPHA
2009-05-05 Korey Sewellcpus: fix cpu progress event
2009-05-05 Korey Sewellmerge code
2009-05-05 Korey Sewellcpus: fix cpu progress event
2009-04-20 Gabe BlackMem: Change isLlsc to isLLSC.
2009-04-19 Gabe BlackMemory: Rename LOCKED for load locked store conditional...
2009-04-17 Steve Reinhardto3, inorder: fix FS bug due to initializing ThreadState...
2009-04-15 Steve ReinhardtThreadState: initialize status to Halted in constructor.
2009-04-15 Steve ReinhardtGet rid of the Unallocated thread context state.
2009-04-09 Gabe Blacktlb: Don't separate the TLB classes into an instruction...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-03-06 Nathan Binkertstats: Fix all stats usages to deal with template fixes
2009-03-06 Steve ReinhardtGet rid of 'using namespace' declarations in headers.
2009-03-05 Korey SewellInOrderCPU: Clean up Constructors to initialize variabl...
2009-03-04 Korey SewellGive each resource in InOrder it's own TraceFlag instea...
2009-03-04 Korey SewellRemove unused functions/comments cluttering up the...
2009-03-04 Korey Sewellmake handling of interstage buffers (i.e. StageQueues...
2009-03-04 Korey Sewell InOrder didnt have all it's params set to a default...
2009-03-04 Korey SewellGive TimeBuffer an ID that can be set. Necessary becaus...
2009-03-04 Korey Sewelluse numCycles instead of simTicks to determine CPI...
2009-02-27 Gabe BlackProcesses: Make getting and setting system call argumen...
2009-02-25 Gabe BlackISA: Replace the translate functions in the TLBs with...
2009-02-25 Gabe BlackCPU: Get rid of translate... functions from various...
2009-02-20 Korey SewellRemove unnecessary building of FreeList/RenameMap in...
2009-02-10 Korey SewellConfigs: Add support for the InOrder CPU model
2009-02-10 Korey SewellInOrder: Import new inorder CPU model from MIPS.