Port: Align port names in C++ and Python
[gem5.git] / src / cpu / o3 /
2012-07-09 Andreas HanssonPort: Align port names in C++ and Python
2012-07-09 Andreas HanssonFix: Address a few benign memory leaks
2012-06-29 Nathanael PremillieuO3: Track if the RAS has been pushed or not to pop...
2012-06-05 Ali SaidiISA: Back-out NoopMachInst as a StaticInstPtr change.
2012-06-05 Ali SaidiO3: Clean up the O3 structures and try to pack them...
2012-06-05 Ali Saidisim: Remove FastAlloc
2012-06-04 Gabe BlackISA: Turn the ExtMachInst NoopMachinst into the StaticI...
2012-05-26 Gabe BlackCPU: Merge the predecoder and decoder.
2012-05-25 Gabe BlackDecode: Make the Decoder class defined per ISA.
2012-05-01 Andreas HanssonMEM: Separate requests and responses for timing accesses
2012-04-14 Andreas HanssonMEM: Remove the Broadcast destination from the packet
2012-04-14 Andreas HanssonMEM: Separate snoops and normal memory requests/responses
2012-04-06 Andreas HanssonMEM: Enable multiple distributed generalized memories
2012-03-30 William WangMEM: Introduce the master/slave port sub-classes in C++
2012-03-30 Andreas HanssonCPU: Unify initMemProxies across CPUs and simulation...
2012-03-21 Andrew LukefahrO3: Fix sizing of decode to rename skid buffer.
2012-03-21 Brian GraysonO3: Fix size of skid buffer between fetch and decode...
2012-03-19 Andreas Hanssongcc: Clean-up of non-C++0x compliant code, first steps
2012-03-11 Brian GraysonO3: Add fatal when fetchWidth > Impl::MaxWidth.
2012-03-09 Geoffrey BlakeO3/Ozone: Eliminate dead code counting software prefetc...
2012-03-09 Geoffrey BlakeCheckerCPU: Make CheckerCPU runtime selectable instead...
2012-03-02 Andreas HanssonCPU: Check that the interrupt controller is created...
2012-03-01 Nilay Vaishx86: Fix switching of CPUs
2012-02-24 Andreas HanssonMEM: Make port proxies use references rather than pointers
2012-02-24 Andreas HanssonCPU: Round-two unifying instr/data CPU ports across...
2012-02-13 Mrinmoy GhoshBPred: Fix RAS to handle predicated call/return instruc...
2012-02-13 Mrinmoy GhoshBP: Fix several Branch Predictor issues.
2012-02-12 Anthony Gutierrezcpu: add separate stats for insts/ops both globally...
2012-02-12 Ali Saidimem: Add a master ID to each request object.
2012-02-10 Nilay VaishO3 CPU: Improve handling of delayed commit flag
2012-02-10 Nilay VaishO3 CPU: Strengthen condition for handling interrupts
2012-02-10 Nilay VaishO3 CPU: Provide the squashing instruction
2012-02-10 Nilay VaishO3 Fetch: Check if PC is pointing to Microcode ROM
2012-02-07 Gabe BlackFaults: Turn off arch/faults.hh
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Koan-Sin Tanclang: Enable compiling gem5 using clang 2.9 and 3.0
2012-01-31 Geoffrey BlakeCheckerCPU: Re-factor CheckerCPU to be compatible with...
2012-01-31 Gabe BlackMerge with main repository.
2012-01-30 Andreas HanssonMEM: Clean-up of Functional/Virtual/TranslatingPort...
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-29 Gabe BlackImplement Ali's review feedback.
2012-01-29 Nilay VaishO3 CPU LSQ: Implement TSO
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-17 Andreas HanssonMEM: Separate queries for snooping and address ranges
2012-01-17 Andreas HanssonCPU: Moving towards a more general port across CPU...
2012-01-17 Andreas HanssonMEM: Add port proxies instead of non-structural ports
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.
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
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-11-18 Gabe BlackSE/FS: Get rid of includes of config/full_system.hh.
2011-11-18 Gabe BlackSE/FS: Get rid of FULL_SYSTEM in the CPU directory.
2011-11-01 Gabe BlackSE/FS: Expose the same methods on the CPUs in SE and...
2011-10-31 Gabe BlackSE/FS: Make the functions available from the TC consist...
2011-10-31 Gabe BlackGCC: Get everything working with gcc 4.6.1.
2011-10-30 Gabe BlackSE/FS: Make getProcessPtr available in both modes,...
2011-10-30 Gabe BlackSE/FS: Build the base process class in FS.
2011-10-16 Gabe BlackSE/FS: Include getMemPort in FS.
2011-10-16 Gabe BlackSE/FS: Build/expose vport in SE mode.
2011-10-16 Gabe BlackCPU: Make physPort and getPhysPort available in SE...
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...
next