cpu: Update DRAM traffic gen
[gem5.git] / src / cpu / inorder / resources / fetch_seq_unit.cc
2014-09-19 Andreas Hanssonarch: Pass faults by const reference where possible
2012-12-06 Malek Muslehinorder cpu: add missing DPRINTF argument
2012-08-28 Andreas HanssonClock: Add a Cycles wrapper class and use where applicable
2011-06-20 Korey Sewellinorder: add necessary debug flag header files
2011-06-20 Korey Sewellinorder: dont handle multiple faults on same cycle
2011-06-20 Korey Sewellinorder: check for interrupts each tick
2011-06-20 Korey Sewellinorder: branch predictor update
2011-06-20 Korey Sewellinorder: remove stalls on trap squash
2011-06-20 Korey Sewellimported patch recoverPCfromTrap
2011-06-20 Korey Sewellinorder: update event priorities
2011-06-20 Korey Sewellinorder: implement trap handling
2011-06-20 Korey Sewellinorder: use setupSquash for misspeculation
2011-06-20 Korey Sewellinorder: update support for branch delay slots
2011-06-20 Korey Sewellinorder: update bpred code
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-02-23 Korey Sewellinorder: InstSeqNum bug
2011-02-22 Brad Beckmannm5: merged in hammer fix
2011-02-18 Korey Sewellm5: merge inorder/release-notes/make_release changes
2011-02-18 Korey Sewellinorder: update pipeline interface for handling finishe...
2011-02-18 Korey Sewellinorder: remove request map, use request vector
2011-02-04 Korey Sewellinorder: fault handling
2011-02-04 Korey Sewellinorder: pcstate and delay slots bug
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-06-24 Korey Sewellinorder: enforce 78-character rule
2010-06-24 Korey Sewellinorder: squash from memory stall
2010-02-01 Brad Beckmannmerge
2010-01-31 Korey Sewellinorder: object cleanup in destructors
2010-01-31 Korey Sewellinorder: track last branch committed
2010-01-31 Korey Sewellinorder: add updatePC event to resPool
2010-01-31 Korey Sewellinorder: suspend in respool
2010-01-19 Derek Howermerge
2009-09-23 Nathan Binkertarch: nuke arch/isa_specific.hh and move stuff to gener...
2009-05-26 Nathan Binkerttypes: add a type for thread IDs and try to use it...
2009-05-12 Korey Sewellinorder-bpred: edits to handle non-delay-slot ISAs
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
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-02-10 Korey SewellInOrder: Import new inorder CPU model from MIPS.