Ruby Debug Flags: Remove one, add another
[gem5.git] / src / cpu / o3 /
2012-01-10 Ali SaidiAutomated merge with ssh://repo.gem5.org/gem5
2012-01-10 Nilay VaishDPRINTF: Improve some dprintf messages.
2012-01-10 Ali SaidiO3: Remove some asserts that no longer seem to be valid.
2012-01-10 Ali SaidiO3: Add support of function tracing with O3 CPU.
2011-12-13 Nathan Binkertgcc: fix unused variable warnings from GCC 4.6.1
2011-12-01 Chander SudanthiO3: Remove hardcoded tgts_per_mshr in O3CPU.py.
2011-12-01 Ali SaidiO3: Add stat that counts how many cycles the O3 cpu...
2011-10-31 Gabe BlackGCC: Get everything working with gcc 4.6.1.
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-19 Gabe BlackSyscall: Make the syscall function available in both...
2011-09-13 Ali SaidiLSQ: Only trigger a memory violation with a load/load...
2011-09-09 Gabe BlackDecode: Pull instruction decoding out of the StaticInst...
2011-08-19 Ali SaidiLSQ: Set store predictor to periodically clear itself...
2011-08-19 Geoffrey BlakeFix bugs due to interaction between SEV instructions...
2011-08-19 Mrinmoy GhoshLSQ: Add some better dprintfs for storeset predictor.
2011-08-19 Mrinmoy GhoshLSQ: Fix a few issues with the storeset predictor.
2011-08-19 Giacomo GabrielliO3: Squash the violator and younger instructions instea...
2011-08-16 Gabe BlackO3: Make lsq_unit.hh include arch/isa_traits.hh directl...
2011-08-15 Gabe BlackO3: When squashing, restore the macroop that should...
2011-08-14 Gabe BlackO3: Add a pointer to the macroop for a microop in the...
2011-08-13 Gabe BlackO3: At the end of an instruction, force fetchAddr to...
2011-08-09 Gabe BlackO3: Stop using the current macroop no matter why you...
2011-08-09 Gabe BlackO3: When waiting to handle an interrupt, let everything...
2011-08-07 Gabe BlackO3: Get rid of the unused addToRemoveList function.
2011-08-07 Gabe BlackO3: Let squashed and deferred instructions issue.
2011-08-02 Gabe BlackO3: Get rid of the raw ExtMachInst constructor on DynInsts.
2011-08-01 Gabe BlackO3: Implement memory mapped IPRs for O3.
2011-07-31 Gabe BlackO3: Fix corner case squashing into the microcode ROM.
2011-07-15 Giacomo GabrielliO3: Create a pipeline activity viewer for the O3 CPU...
2011-07-10 Geoffrey BlakeO3: Fix up pipelining icache accesses in fetch stage...
2011-07-10 Ali SaidiO3: Make sure fetch doesn't go off into the weeds durin...
2011-06-11 Korey Sewello3: missing newlines on some dprintfs
2011-06-03 Nathan Binkertscons: rename TraceFlags to DebugFlags
2011-05-23 Geoffrey BlakeO3: Fix offset calculation into storeQueue buffer for...
2011-05-23 Geoffrey BlakeO3: Fix issue w/wbOutstading being decremented multiple...
2011-05-23 Geoffrey BlakeO3: Fix issue with interrupts/faults occuring in the...
2011-05-13 Geoffrey BlakeO3: Fix an issue with a load & branch instruction and...
2011-05-05 Ali SaidiO3: Remove assertion for case that is actually handled...
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-20 Nathan Binkertstats: rename stats so they can be used as python expre...
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: fix up code after sorting
2011-04-15 Nathan Binkertincludes: sort all includes
2011-04-04 Ali SaidiARM: Fix checkpoint restoration into O3 CPU and the...
2011-04-04 Ali SaidiARM: Cleanup implementation of ITSTATE and put importan...
2011-04-04 Ali SaidiCPU: Remove references to memory copy operations
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: Send instruction back to fetch on squash to seed...
2011-03-18 Ali SaidiO3: Cleanup the commitInfo comm struct.
2011-03-18 Ali SaidiMem: Fix issue with dirty block being lost when entire...
2011-03-18 Ali SaidiO3: Fix unaligned stores when cache blocked
2011-02-25 Timothy M. JonesO3CPU: Fix iqCount and lsqCount SMT fetch policies.
2011-02-23 Ali SaidiO3: When a prefetch causes a fault, don't record it...
2011-02-23 Ali SaidiO3: If there is an outstanding table walk don't let...
2011-02-23 Ali SaidiARM: Do something for ISB, DSB, DMB
2011-02-23 Ali SaidiARM: Fix bug that let two table walks occur in parallel.
2011-02-23 Ali SaidiO3: Fix bug when a squash occurs right before TLB miss...
2011-02-22 Brad Beckmannm5: merged in hammer fix
2011-02-18 Korey Sewellm5: merge inorder/release-notes/make_release changes
2011-02-16 Nathan Binkertmerge alpha system files into tree
2011-02-14 Gabe BlackO3: Fetch from the microcode ROM when needed.
2011-02-13 Ali SaidiO3: Fix GCC 4.2.4 complaint
2011-02-12 Giacomo GabrielliO3: Fix pipeline restart when a table walk completes...
2011-02-12 Giacomo GabrielliO3: Enhance data address translation by supporting...
2011-02-07 Joel Hestnessmcpat: Adds McPAT performance counters
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-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2011-01-03 Steve ReinhardtMove sched_list.hh and timebuf.hh from src/base to...
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-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-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-20 Gabe BlackCPU: Fix O3 and possible InOrder segfaults in FS.
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...
next