DPRINTF: Improve some dprintf messages.
[gem5.git] / src / cpu /
2011-02-04 Korey Sewellinorder: change skidBuffer to list instead of queue
2011-02-04 Korey Sewellinorder: activity tracking bug
2011-02-04 Gabe BlackFault: Rename sim/fault.hh to fault_fwd.hh to distingui...
2011-02-04 Gabe BlackConfig: Keep track of uncached and cached ports separately.
2011-02-03 Gabe BlackO3: Fix a style bug in O3.
2011-02-02 Gabe BlackX86: Add L1 caches for the TLB walkers.
2011-01-18 Matt HorsnellO3: Fix some variable length instruction issues with...
2011-01-18 Matt HorsnellO3: Don't test misprediction on load instructions until...
2011-01-18 Ali SaidiO3: Keep around the last committed instruction and...
2011-01-18 Ali SaidiO3: Don't try to scoreboard misc registers.
2011-01-18 Matt HorsnellO3: Fix corner cases where multiple squashes/fetch...
2011-01-18 Matt HorsnellO3: Fix mispredicts from non control instructions.
2011-01-18 Matt HorsnellO3: Fixes the way prefetches are handled inside the...
2011-01-18 Ali SaidiO3: Support timing translations for O3 CPU fetch.
2011-01-18 Ali SaidiARM: Add support for moving predicated false dest opera...
2011-01-18 Min Kyu JeongO3: Fixes fetch deadlock when the interrupt clears...
2011-01-12 Korey Sewellinorder: fix RUBY_FS build
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2011-01-08 Steve Reinhardtinorder: replace schedEvent() code with reschedule().
2011-01-08 Steve Reinhardtinorder: get rid of references to mainEventQueue.
2011-01-03 Steve ReinhardtMove sched_list.hh and timebuf.hh from src/base to...
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2010-12-23 Nilay VaishThis patch removes the WARN_* and ERROR_* from src...
2010-12-22 Steve Reinhardtmemtest: delete some crufty dead code
2010-12-20 Gabe BlackStyle: Replace some tabs with spaces.
2010-12-08 Ali SaidiO3: Allow a store entry to store up to 16 bytes (instea...
2010-12-08 Ali SaidiO3: Support squashing all state after special instruction
2010-12-08 Giacomo GabrielliO3: Make all instructions that write a misc. register...
2010-12-08 Min Kyu JeongO3: Support SWAP and predicated loads/store in ARM.
2010-12-08 Ali SaidiARM: Support switchover with hardware table walkers
2010-12-01 Nilay Vaishruby: Converted old ruby debug calls to M5 debug calls
2010-11-23 Gabe BlackX86: Loosen an assert for x86 and connect the APIC...
2010-11-20 Ali SaidiSCons: Support building without an ISA
2010-11-18 Gabe BlackO3: Fix fp destination register flattening, and index...
2010-11-16 Gabe BlackO3: Make O3 support variably lengthed instructions.
2010-11-15 Ali SaidiO3: reset architetural state by calling clear()
2010-11-15 Giacomo GabrielliCPU/ARM: Add SIMD op classes to CPU models and ARM...
2010-11-15 Min Kyu JeongO3: prevent a squash when completeAcc() modifies misc...
2010-11-15 Ali SaidiSCons: Cleanup SCons output during compile
2010-11-15 Ali SaidiCPU: Fix bug when a split transaction is issued to...
2010-11-08 Ali SaidiARM/Alpha/Cpu: Change prefetchs to be more like normal...
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
next