ARM: Make all ARM uops delayed commit.
[gem5.git] / src / cpu /
2010-11-08 Ali SaidiARM: Make all ARM uops delayed commit.
2010-11-08 Ali Saidisim: Use forward declarations for ports.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-10-24 Gabe BlackO3: Get rid of a bunch of commented out lines.
2010-10-04 Gabe BlackAlpha: Fix Alpha NumMiscArchRegs constant.
2010-09-30 Ali SaidiCPU/Cache: Fix some errors exposed by valgrind
2010-09-20 Gabe BlackCPU: Fix O3 and possible InOrder segfaults in FS.
2010-09-14 Gabe BlackCPU: Trim unnecessary includes from some common files.
2010-09-14 Gabe BlackCPU: Get rid of the now unnecessary getInst/setInst...
2010-09-14 Gabe BlackFaults: Pass the StaticInst involved, if any, to a...
2010-09-10 Nathan Binkertstyle: fix sorting of includes and whitespace in some...
2010-08-31 Gabe BlackCPU: Get rid of the unused ev5_trap function on the...
2010-08-26 Steve Reinhardtmemtest: fix/cleanup functional access testing
2010-08-26 Ali SaidiCPU: Print out traces for faluting inst when the flag...
2010-08-26 Min Kyu JeongARM: Fixed register flattening logic (FP_Base_DepTag...
2010-08-24 Brad Beckmanntesters: move testers to a new directory
2010-08-23 Gabe BlackISA: Get rid of old, unused utility functions clutterin...
2010-08-23 Gabe BlackCPU: Make the constants for StaticInst flags visible...
2010-08-23 Min Kyu JeongO3: Skipping mem-order violation check for uncachable...
2010-08-23 Min Kyu JeongARM: Improve printing of uop disassembly.
2010-08-23 Min Kyu JeongCPU: Print out flatten-out register index as with IntRe...
2010-08-23 Min Kyu JeongCPU: Make Exec trace to print predication result (if...
2010-08-23 Min Kyu JeongARM: mark msr/mrs instructions as SerializeBefore/After
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-08-23 Ali SaidiCPU: Set a default value when readBytes faults.
2010-08-20 Brad Beckmannruby: Fixed minor bug in ruby test for setting the...
2010-08-20 Brad Beckmannruby: Resurrected Ruby's deterministic tests
2010-08-20 Brad Beckmannmemtest: Memtester support for DMA
2010-08-14 Gabe BlackInorder: Fix compilation of m5.fast.
2010-08-13 Gabe BlackMerge with head.
2010-08-13 Gabe BlackCPU: Add readBytes and writeBytes functions to the...
2010-08-13 Gabe BlackInOrder: Clean up some DPRINTFs that print data sent...
2010-08-13 Gabe BlackCPU: Tidy up endianness handling for mmapped "IPR"s.
2010-08-13 Joel HestnessTimingSimpleCPU: fix NO_ACCESS memory op handling
2010-07-22 Timothy M. JonesLSQ Unit: After deleting part of a split request, set...
2010-07-22 Timothy M. JonesO3CPU: Fix a bug where stores in the cpu where never...
2010-07-22 Timothy M. JonesO3CPU: O3's tick event gets squashed when it is switche...
2010-06-28 Korey Sewellinorder: remove another debug stat
2010-06-26 Korey Sewellinorder: remove debugging stat
2010-06-25 Korey Sewellinorder: Return Address Stack bug
2010-06-25 Korey Sewellinorder: resource scheduling backend
2010-06-24 Korey Sewellinorder: cleanup virtual functions
2010-06-24 Korey Sewellinorder: enforce 78-character rule
2010-06-24 Korey Sewellinorder: exe_unit_stats for resolved branches
2010-06-24 Korey Sewellinorder: squash from memory stall
2010-06-23 Korey Sewellinorder: record load/store trace data
2010-06-23 Korey Sewellinorder: update branch predictor
2010-06-23 Korey Sewellinorder-stats: add instruction type stats
2010-06-23 Korey Sewellinorder: stall signal handling
2010-06-23 Korey Sewellinorder: tick scheduling
2010-06-22 Timothy M. JonesO3ThreadContext: When taking over from a previous conte...
2010-06-15 Nathan Binkertstats: get rid of the never-really-used event stuff
2010-06-11 Nathan Binkertruby: get rid of the Map class
2010-06-11 Nathan Binkertruby: get rid of Vector and use STL
2010-06-03 Steve ReinhardtMinor remote GDB cleanup.
2010-06-02 Gabe BlackARM: Implement support for the IT instruction and the...
2010-06-02 Ali SaidiARM: Implement the ARM TLB/Tablewalker. Needs performan...
2010-06-02 Ali SaidiARM: Implement ARM CPU interrupts
2010-06-02 Ali SaidiARM: Move PC mode bits around so they can be used for...
2010-06-02 Gabe BlackSimple CPU: Make the FloatRegs trace flag do something.
2010-06-02 Ali SaidiCPU: Reset fetch offset after a exception
2010-06-02 Gabe BlackARM: Make the predecoder handle Thumb instructions.
2010-05-14 Ali SaidiAutomated merge with ssh://m5sim.org//repo/m5
2010-05-14 Maximilien BreugheBPRED: Fixed the treshold-bug in the tournament predictor.
2010-04-15 Nathan Binkerttick: rename Clock namespace to SimClock
2010-04-11 Korey Sewellinorder: timing for inst forwarding
2010-04-02 Nathan Binkertruby: get rid of gems_common/util.hh and .cc and use...
2010-04-02 Nathan Binkertruby: get "using namespace" out of headers
2010-03-30 Nathan Binkertstyle: cleanup the Ruby Tester
2010-03-27 Korey Sewellm5: merge inorder updates
2010-03-27 Korey Sewellinorder: write-hints bug fix
2010-03-25 Timothy M. JonesCPU: Added comments to address translation classes.
2010-03-23 Steve Reinhardtcpu: get rid of uncached access "events"
2010-03-23 Steve Reinhardtcpu: fix exec tracing memory corruption bug
2010-03-22 Korey Sewellinorder: import name for addtl. bpred stats
2010-03-22 Maximilien Breugheinorder: fix squash bug in branch predictor
2010-03-22 Korey Sewellinorder: fix address list bug
2010-03-22 Brad BeckmannTimingSimpleCPU: Fixed uncacacheable request read bug
2010-03-11 Nathan Binkertruby: get rid of std-includes.hh
2010-02-27 Nathan Binkertcpu_models: get rid of cpu_models.py and move the stuff...
2010-02-20 Timothy M. JonesBaseDynInst: Preserve the faults returned from read...
2010-02-12 Timothy M. JonesO3PCU: Split loads and stores that cross cache line...
2010-02-12 Timothy M. JonesBaseDynInst: Make the TLB translation timing instead...
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
next