CheckerCPU: Re-factor CheckerCPU to be compatible with current gem5
[gem5.git] / src / cpu / o3 / lsq_unit_impl.hh
2012-01-31 Geoffrey BlakeCheckerCPU: Re-factor CheckerCPU to be compatible with...
2012-01-29 Nilay VaishO3 CPU LSQ: Implement TSO
2011-09-27 Gabe BlackO3: Tidy up some DPRINTFs in the LSQ.
2011-09-27 Gabe BlackFaults: Replace calls to genMachineCheckFault with...
2011-09-26 Nilay VaishLSQ: Moved a couple of lines to enable O3 + Ruby
2011-09-23 Steve Reinhardtevent: minor cleanup
2011-09-13 Ali SaidiLSQ: Only trigger a memory violation with a load/load...
2011-08-01 Gabe BlackO3: Implement memory mapped IPRs for O3.
2011-05-05 Ali SaidiO3: Fix a small corner case with the lsq hazard detecti...
2011-04-21 Nathan Binkertstats: one more name violation
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2011-04-04 Ali SaidiO3: Tighten memory order violation checking to 16 bytes.
2011-03-18 Ali SaidiAutomated merge with ssh://hg@repo.m5sim.org/m5
2011-03-18 Ali SaidiO3: Fix unaligned stores when cache blocked
2011-02-22 Brad Beckmannm5: merged in hammer fix
2011-02-16 Nathan Binkertmerge alpha system files into tree
2011-02-12 Giacomo GabrielliO3: Enhance data address translation by supporting...
2011-01-18 Matt HorsnellO3: Fix corner cases where multiple squashes/fetch...
2011-01-18 Ali SaidiARM: Add support for moving predicated false dest opera...
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2010-12-08 Min Kyu JeongO3: Support SWAP and predicated loads/store in ARM.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-08-23 Min Kyu JeongO3: Skipping mem-order violation check for uncachable...
2010-08-23 Min Kyu JeongCPU: Make Exec trace to print predication result (if...
2010-08-23 Min Kyu JeongO3: Handle loads when the destination is the PC.
2010-08-23 Min Kyu JeongARM/O3: store the result of the predicate evaluation...
2010-02-12 Timothy M. JonesO3PCU: Split loads and stores that cross cache line...
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-04-20 Gabe BlackMem: Change isLlsc to isLLSC.
2009-04-19 Gabe BlackMemory: Rename LOCKED for load locked store conditional...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2008-10-09 Nathan Binkerteventq: convert all usage of events to use the new...
2008-08-11 Nathan Binkertparams: Convert the CPU objects to use the auto generat...
2008-02-11 Steve ReinhardtAutomated merge with file:/home/stever/hg/m5-orig
2008-02-06 Stephen HinesMake the Event::description() a const function
2007-08-27 Gabe BlackMerge with head
2007-08-24 Ali SaidiMem: Make errors in the memory system be responses...
2007-08-21 Gabe BlackMerge with head.
2007-08-21 Kevin Limo3: Fix for retry ID bug.
2007-08-05 Gabe BlackMerge with head.
2007-08-03 Steve Reinhardtmerge from head
2007-08-01 Nathan Binkertmerge: mips fix to getArgument
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackMerge with head.
2007-07-31 Steve ReinhardtMerge from head.
2007-07-29 Steve ReinhardtMerge Gabe's changes from head.
2007-07-29 Nathan Binkertmerge: style.py fix
2007-07-29 Nathan Binkertmerge whitespace fixes
2007-07-29 Nathan Binkertmerge whitespace changes
2007-07-27 Nathan BinkertMerge python and x86 changes with cache branch
2007-07-23 Steve ReinhardtFix WriteReq/StoreCondReq setting in O3.
2007-07-22 Steve ReinhardtMerge from head.
2007-07-22 Steve ReinhardtMerge more changes in from head.
2007-07-16 Steve ReinhardtMerge from head.
2007-07-14 Steve ReinhardtMerge from head.
2007-07-14 Steve ReinhardtMerge of DPRINTF fixes from head.
2007-07-14 Steve ReinhardtMerge in .hgignore from head.
2007-07-14 Steve ReinhardtMerge with head
2007-07-01 Steve ReinhardtMake CPU models use new LoadLockedReq/StoreCondReq...
2007-07-01 Steve ReinhardtEvent descriptions should not end in "event"
2007-06-30 Steve ReinhardtGet rid of Packet result field. Error responses are
2007-05-18 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-10 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-26 Kevin LimRemove extra delete that was causing segfault.
2007-04-13 Ali SaidiMerge zizzer:/bk/newmem
2007-04-09 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-04-09 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-08 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-08 Gabe BlackGet the "hard" SPARC instructions working in o3. I...
2007-04-06 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-06 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-05 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-04 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-04 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-04-04 Kevin LimPass ISA-specific O3 CPU as a constructor parameter...
2007-04-04 Ali SaidiMerge zizzer:/bk/newmem
2007-04-04 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-04-03 Gabe BlackMade the "data" field of store queue entries into a...
2007-04-03 Ali SaidiMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-04-03 Kevin LimFix a memory leak. Hopefully this fixes the longer...
2007-04-03 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-02 Kevin LimRemove/comment out DPRINTFs that were causing a segfault.
2007-03-27 Ron DreslinskiMerge zizzer:/bk/newmem
2007-03-26 Ali SaidiMerge zizzer:/bk/newmem
2007-03-24 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-03-23 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-03-23 Kevin LimTwo fixes:
2007-02-08 Steve ReinhardtMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-02-07 Steve ReinhardtMerge zizzer.eecs.umich.edu:/bk/newmem
2007-02-07 Steve ReinhardtMake memory commands dense again to avoid cache stat...
2007-02-01 Lisa HsuMerge zizzer:/bk/newmem
2007-01-29 Ali SaidiMerge zizzer:/bk/newmem
2007-01-28 Gabe BlackMerge zizzer:/bk/newmem
2007-01-28 Gabe BlackMerge zizzer:/bk/newmem
2007-01-27 Gabe BlackMerge zizzer:/bk/newmem
2007-01-25 Gabe BlackMerge zizzer:/bk/newmem
2007-01-23 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
next