|
|
[Submitted] O3: Fix unaligned stores when cache blocked
|
ali
|
February 25th, 2011, 8:57 p.m.
|
|
|
|
[Submitted] O3: Fixes fetch deadlock when the interrupt clears before CPU handles it.
|
ali
|
December 6th, 2010, 3:34 p.m.
|
|
|
|
[Submitted] O3: Fixes the way prefetches are handled inside the iew unit. This patch
|
ali
|
December 6th, 2010, 3:49 p.m.
|
|
|
|
[Submitted] O3: Get rid of the raw ExtMachInst constructor on DynInsts.
|
gblack
|
July 19th, 2011, 1:58 a.m.
|
|
|
|
[Submitted] O3: Get rid of the unused addToRemoveList function.
|
gblack
|
July 3rd, 2011, 4:22 p.m.
|
|
|
|
[Submitted] O3: Handle loads when the destination is the PC.
|
ali
|
August 13th, 2010, 9:51 a.m.
|
|
|
|
[Submitted] O3: Implement memory mapped IPRs for O3.
|
gblack
|
February 25th, 2011, 5:46 a.m.
|
|
|
|
o3: issue excl. prefetch as soon as store address is available
|
stever
|
May 14th, 2014, 5:47 a.m.
|
|
|
|
[Submitted] O3: Keep around the last committed instruction and use for squashing.
|
ali
|
December 6th, 2010, 4:03 p.m.
|
|
|
|
[Submitted] O3: Let squashed and deferred instructions issue.
|
gblack
|
July 3rd, 2011, 3:37 a.m.
|
|
|
|
[Submitted] O3: Make all instructions that write a misc register not perform the write until commit.
|
ali
|
November 8th, 2010, 3:39 p.m.
|
|
|
|
[Submitted] o3: make LSQ full check more selective
|
stever
|
May 14th, 2014, 5:46 a.m.
|
|
|
|
[Submitted] O3: Make O3 support variably lengthed instructions.
|
gblack
|
October 31st, 2010, 12:57 a.m.
|
|
|
|
[Discarded] o3: move arm_v7a-like config to the o3 directory
|
ksewell
|
April 4th, 2012, 7:19 a.m.
|
|
|
|
[Submitted] O3: prevent a squash when completeAcc() modifies misc reg through TC.
|
ali
|
November 8th, 2010, 3:30 p.m.
|
|
|
|
[Submitted] O3: Remove hardcoded tgts_per_mshr in O3CPU.py.
|
ali
|
November 3rd, 2011, 1:24 p.m.
|
|
|
|
[Submitted] O3: Remove some asserts that no longer seem to be valid.
|
ali
|
December 16th, 2011, 1:30 p.m.
|
|
|
|
[Submitted] O3: remove some unused buggy functions in the lsq (numLoadsReady)
|
npremill
|
August 17th, 2012, 7:20 a.m.
|
|
|
|
O3: Removed unnecessary unserialize instruction flags.
|
yxw0985
|
May 13th, 2011, 2:31 p.m.
|
|
|
|
[Discarded] O3: Revert arm_detailed cache latencies
|
erik.t
|
October 31st, 2012, 5:05 a.m.
|
|
|
|
[Submitted] O3: Send instruction back to fetch on squash to seed predecoder correctly.
|
ali
|
February 25th, 2011, 8:58 p.m.
|
|
|
|
O3: Show per-stage aggregate statistics detailing the reasons for block/stall cycles
|
vilanova
|
October 23rd, 2012, 11:38 a.m.
|
|
|
|
[Submitted] O3: Skipping mem-order violation check for uncachable loads.
|
ali
|
August 13th, 2010, 10:05 a.m.
|
|
|
|
[Submitted] o3: split load & store queue full cases
|
stever
|
May 14th, 2014, 5:46 a.m.
|
|
|
|
[Submitted] O3: Squash the violator and younger instructions instead not all insts.
|
ali
|
July 13th, 2011, 8:56 a.m.
|
|
|
|
[Submitted] O3: Stop using the current macroop no matter why you're leaving it.
|
gblack
|
July 11th, 2011, 5:06 a.m.
|
|
|
|
[Submitted] O3: Support squashing all state after special instruction
|
ali
|
November 19th, 2010, 4:06 p.m.
|
|
|
|
[Submitted] O3: Support SWAP and predicated loads/store in ARM.
|
ali
|
November 19th, 2010, 4:04 p.m.
|
|
|
|
[Submitted] O3: Support timing translations for O3 CPU fetch.
|
ali
|
December 6th, 2010, 3:46 p.m.
|
|
|
|
[Submitted] O3: Tighten memory order violation checking to 16 bytes.
|
ali
|
February 27th, 2011, 6:50 p.m.
|
|
|
|
[Submitted] o3: Use shared_ptr for MemDepEntry
|
ahansson
|
September 29th, 2014, 10:40 a.m.
|
|
|
|
[Submitted] O3: When squashing, restore the macroop that should be used for fetching.
|
gblack
|
July 19th, 2011, 1:59 a.m.
|
|
|
|
[Submitted] O3: When waiting to handle an interrupt, let everything drain out.
|
gblack
|
July 11th, 2011, 5:04 a.m.
|
|
|
|
[Submitted] O3CPU: Fix a bug where stores in the cpu where never marked as split.
|
tmjones
|
July 9th, 2010, 6:19 p.m.
|
|
|
|
[Submitted] O3CPU: Fix iqCount and lsqCount SMT fetch policies.
|
tmjones
|
July 29th, 2010, 9:27 a.m.
|
|
|
|
[Submitted] O3CPU: Idle CPU status logic revised
|
alexdutu
|
January 21st, 2015, midnight
|
|
|
|
[Submitted] o3cpu: lsq: Fix TSO implementation
|
melver
|
March 5th, 2014, 5:05 p.m.
|
|
|
|
[Submitted] O3CPU: O3's tick event gets squashed when it is switched out. When repeatedly
|
tmjones
|
July 9th, 2010, 6:12 p.m.
|
|
|
|
O3CPU: Revive cachePorts per-cycle dcache access limit
|
erik.t
|
May 17th, 2013, 3:53 a.m.
|
|
|
|
Old Path Diff for gabe
|
nate
|
February 23rd, 2011, 11 a.m.
|
|
|
|
[Submitted] options: add command line for dtb file
|
atgutier
|
January 17th, 2013, 8:16 a.m.
|
|
|
|
[Submitted] orion: bug fix in link power, and some reorg
|
tushar
|
May 23rd, 2011, 6:35 p.m.
|
|
|
|
[Submitted] Output: Add hierarchical output support and cleanup existing codebase.
|
ali
|
November 3rd, 2011, 1:24 p.m.
|
|
|
|
[Submitted] Packet: Cleaning up packet command and attribute
|
ahansson
|
May 2nd, 2012, 7:14 a.m.
|
|
|
|
[Submitted] Packet: Enable functional reads of partial data to packet class
|
blakegw
|
November 28th, 2011, 9:01 a.m.
|
|
|
|
[Submitted] Packet: Remove NACKs from packet and its use in endpoints
|
ahansson
|
July 21st, 2012, 5:11 a.m.
|
|
|
|
[Submitted] Packet: Unify the use of PortID in packet and port
|
ahansson
|
May 23rd, 2012, 6:32 a.m.
|
|
|
|
[Submitted] Packet: Updated comments for src and dest fields
|
ahansson
|
May 23rd, 2012, 6:32 a.m.
|
|
|
|
[Submitted] PacketQueue: Add maxQueueDepth parameter and setter
|
jthestness
|
March 17th, 2013, 6:05 p.m.
|
|
|
|
[Submitted] PacketQueue: Allow queuing in the same tick as desired send tick
|
ahansson
|
August 3rd, 2012, 9:29 a.m.
|
|