summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/resources
AgeCommit message (Expand)Author
2012-05-26CPU: Merge the predecoder and decoder.Gabe Black
2012-05-25Decode: Make the Decoder class defined per ISA.Gabe Black
2012-05-01MEM: Separate requests and responses for timing accessesAndreas Hansson
2012-04-14MEM: Remove the Broadcast destination from the packetAndreas Hansson
2012-03-30MEM: Introduce the master/slave port sub-classes in C++William Wang
2012-02-24CPU: Round-two unifying instr/data CPU ports across modelsAndreas Hansson
2012-02-13BP: Fix several Branch Predictor issues.Mrinmoy Ghosh
2012-02-12mem: Add a master ID to each request object.Ali Saidi
2012-01-31Merge with head, hopefully the last time for this batch.Gabe Black
2012-01-31clang: Enable compiling gem5 using clang 2.9 and 3.0Koan-Sin Tan
2012-01-28Merge with the main repo.Gabe Black
2012-01-16Merge yet again with the main repository.Gabe Black
2012-01-17MEM: Separate queries for snooping and address rangesAndreas Hansson
2012-01-17MEM: Add port proxies instead of non-structural portsAndreas Hansson
2012-01-12inorder: MDU deadlock fixMaximilien Breughe
2011-11-18SE/FS: Get rid of FULL_SYSTEM in the CPU directory.Gabe Black
2011-09-09Decode: Pull instruction decoding out of the StaticInst class into its own.Gabe Black
2011-08-16InOrder: Make cache_unit.hh include hashmap.hh explicitly, not transitively.Gabe Black
2011-06-20InOder: Fix a compile error.Gabe Black
2011-06-19inorder: cleanup dprintfs in cache unitKorey Sewell
2011-06-19inorder: SE mode TLB faultsKorey Sewell
2011-06-19inorder: se compile fixesKorey Sewell
2011-06-19inorder: add necessary debug flag header filesKorey Sewell
2011-06-19inorder: clear fetchbuffer on trapsKorey Sewell
2011-06-19inorder: use separate float-reg bits function in dyninstKorey Sewell
2011-06-19inorder: use trapPending flag to manage trapsKorey Sewell
2011-06-19inorder/dtb: make sure DTB translate correct addressKorey Sewell
2011-06-19inorder: handle serializing instructionsKorey Sewell
2011-06-19inorder: dont handle multiple faults on same cycleKorey Sewell
2011-06-19inorder: register ports for FS modeKorey Sewell
2011-06-19inorder: check for interrupts each tickKorey Sewell
2011-06-19inorder: explicit fault checkKorey Sewell
2011-06-19inorder: squash and trap behind a tlb faultKorey Sewell
2011-06-19inorder: stall stores on store conditionals & compare/swapsKorey Sewell
2011-06-19inorder: remove memdep tracking for default pipelineKorey Sewell
2011-06-19inorder: fetchBuffer trackingKorey Sewell
2011-06-19inorder: redefine DynInst FP result typeKorey Sewell
2011-06-19inorder: treat SE mode syscalls as a trapping instructionKorey Sewell
2011-06-19inorder: bug in mduKorey Sewell
2011-06-19inorder: optionally track faulting instructionsKorey Sewell
2011-06-19inorder: don't stall after storesKorey Sewell
2011-06-19inorder: don't stall after storesKorey Sewell
2011-06-19inorder: remove decode squashKorey Sewell
2011-06-19inorder: support for compare and swap instsKorey Sewell
2011-06-19inorder: branch predictor updateKorey Sewell
2011-06-19inorder: remove stalls on trap squashKorey Sewell
2011-06-19inorder: no dep. tracking for zero regKorey Sewell
2011-06-19imported patch recoverPCfromTrapKorey Sewell
2011-06-19imported patch squash_from_next_stageKorey Sewell
2011-06-19inorder: add flatDestReg member to dyninstKorey Sewell