inorder/alpha-isa: create eaComp object visible to StaticInst through ISA
[gem5.git] / src / cpu / simple / timing.cc
2009-04-20 Gabe BlackMem: Change isLlsc to isLLSC.
2009-04-19 Gabe BlackMemory: Rename LOCKED for load locked store conditional...
2009-04-19 Gabe BlackCPU: If the simple CPU is already idle, just return...
2009-04-09 Nathan Binkerttlb: More fixing of unified TLB
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-12 Steve Reinhardtcpu: fix minor endian issue with trace output
2009-02-25 Gabe BlackCPU: Don't fetch when executing a macroop.
2009-02-25 Gabe BlackCPU: Implement translateTiming which defers to translat...
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...
2008-11-14 Gabe BlackCPU: Refactor read/write in the simple timing CPU.
2008-11-10 Gabe BlackCPU: Make unaligned accesses work in the timing simple...
2008-11-10 Gabe BlackX86: Make the timing simple CPU handle variable length...
2008-11-03 Lisa HsuAdd in Context IDs to the simulator. From now on,...
2008-11-03 Lisa Hsumake BaseCPU the provider of _cpuId, and cpuId() instea...
2008-10-27 Clint SmullenCPU: The API change to EventWrapper did not get propag...
2008-10-13 Gabe BlackX86: Don't fetch in the simple CPU if you're in the...
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-07-15 Steve ReinhardtUse ReadResp instead of LoadLockedResp for LoadLockedRe...
2008-07-01 Ali SaidiMake the cached virtPort have a thread context so it...
2008-07-01 Ali SaidiAfter a checkpoint (and thus a stats reset), the not_id...
2008-06-12 Gabe BlackCPU: Make the simple cpu trace data for loads/stores.
2008-02-14 Ali SaidiCPU: move the PC Events code to a place where the code...
2008-02-11 Steve ReinhardtAutomated merge with file:/home/stever/hg/m5-orig
2008-02-06 Stephen HinesMake the Event::description() a const function
2008-02-06 Stephen HinesAdd base ARM code to M5
2008-01-02 Steve ReinhardtAdditional comments and helper functions for PrintReq.
2007-12-16 Ali SaidiCPU: Update where the simple cpus read their cpu id...
2007-11-08 Ali SaidiTimingSimpleCPU: Add some DPRINTFs when the cpu suspend...
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-22 Gabe BlackMerge with head.
2007-10-22 Gabe BlackCPU: Add functions to the "ExecContext"s that translate...
2007-10-19 Gabe BlackMerge with head.
2007-10-18 Ali SaidiCPU: Use the ThreadContext cpu id instead of the params...
2007-10-03 Gabe BlackMerge with head.
2007-10-01 Ali SaidiCPU: fix sparc_fs booting with SimpleTimingCPU.
2007-09-28 Ali SaidiUpdate stats for quiesced cycles
2007-09-28 Ali SaidiRename cycles() function to ticks()
2007-09-28 Ali SaidiUpdate statistics to use cycles properly instead of...
2007-08-28 Gabe BlackMerge with head.
2007-08-27 Gabe BlackMerge with head
2007-08-27 Gabe BlackSimple CPU: Don't trace instructions that fault. Otherw...
2007-08-27 Gabe BlackSimple CPU: Make sure only instructions which complete...
2007-08-27 Gabe BlackAddress Translation: Make SE mode use an actual TLB...
2007-08-24 Ali SaidiMem: Make errors in the memory system be responses...
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 Gabe BlackMerge ... head. style.py was also missing an argument...
2007-07-29 Nathan Binkertmerge: style.py fix
2007-07-29 Gabe BlackMerge with head.
2007-07-29 Gabe BlackTurn the instruction tracing code into pluggable sim...
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-24 Gabe BlackMerge with head.
2007-07-24 Nathan BinkertMajor changes to how SimObjects are created and initial...
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-02 Steve ReinhardtCouple more minor bug fixes for FS timing mode.
2007-07-02 Steve ReinhardtFix a couple LL/SC bugs that only affected timing mode.
2007-07-01 Steve ReinhardtMake CPU models use new LoadLockedReq/StoreCondReq...
2007-06-30 Steve ReinhardtGet rid of Packet result field. Error responses are
2007-06-21 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-20 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-19 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-18 Ali Saidifix bug in timing cpu. getTime() is the time the requse...
2007-05-26 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-21 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-05-21 Steve ReinhardtAdd new EventWrapper constructor that takes a Tick...
2007-05-18 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-10 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-10 Ali SaidiMerge zizzer:/bk/newmem
2007-05-09 Ali SaidiMerge zeep:/z/saidi/work/m5.newmem
2007-05-07 Ali Saidithe bridge never returns false when recvTiming() is...
2007-03-27 Ron DreslinskiMerge zizzer:/bk/newmem
2007-03-23 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-03-15 Ali SaidiMerge zizzer:/bk/newmem
2007-03-15 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-13 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-11 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-11 Gabe BlackMake sttw and sttwa use the twin memory operations.
2007-03-11 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-11 Gabe BlackMerge zower:/home/gblack/m5/newmem-statetrace
2007-03-10 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-10 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-03-10 Ali SaidiI thought this code got deleted, but since it hasn...
2007-03-09 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-09 Ali SaidiMerge zizzer:/bk/newmem
next