arch, cpu: Add support for flattening misc register indexes.
[gem5.git] / src / cpu / inorder / cpu.hh
2013-10-15 Yasuko Eckertcpu: add a condition-code register class
2013-10-15 Steve Reinhardtcpu/inorder: merge register class enums
2013-10-15 Steve Reinhardtcpu: clean up architectural register classification
2013-03-26 Andreas Hanssoncpu: Remove CpuPort and use MasterPort in the CPU classes
2013-02-15 Andreas Sandbergcpu: Refactor memory system checks
2013-01-07 Andreas Sandbergcpu: Rename defer_registration->switched_out
2013-01-07 Andreas Sandbergarch: Make the ISA class inherit from SimObject
2012-08-28 Andreas HanssonClock: Add a Cycles wrapper class and use where applicable
2012-08-28 Andreas HanssonClock: Rework clocks to avoid tick-to-cycle transformations
2012-07-09 Andreas HanssonPort: Align port names in C++ and Python
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: Separate snoops and normal memory requests/responses
2012-02-24 Andreas HanssonCPU: Round-two unifying instr/data CPU ports across...
2012-02-12 Anthony Gutierrezcpu: add separate stats for insts/ops both globally...
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 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
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: Add port proxies instead of non-structural ports
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-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-09-09 Gabe BlackDecode: Pull instruction decoding out of the StaticInst...
2011-06-20 Korey Sewellinorder: use trapPending flag to manage traps
2011-06-20 Korey Sewellinorder: dont handle multiple faults on same cycle
2011-06-20 Korey Sewellinorder: check for interrupts each tick
2011-06-20 Korey Sewellinorder: make InOrder CPU FS compilable/visible
2011-06-20 Korey Sewellinorder: redefine DynInst FP result type
2011-06-20 Korey Sewellinorder: treat SE mode syscalls as a trapping instruction
2011-06-20 Korey Sewellimported patch squash_from_next_stage
2011-06-20 Korey Sewellinorder: update event priorities
2011-06-20 Korey Sewellinorder: implement trap handling
2011-06-20 Korey Sewellinorder: use setupSquash for misspeculation
2011-06-20 Korey Sewellinorder: simplify handling of split accesses
2011-06-20 Korey Sewellinorder: inst. iterator cleanup
2011-06-20 Korey Sewellinorder: add types for dependency checks
2011-06-20 Korey Sewellinorder: use flattenIdx for reg indexing
2011-06-20 Korey Sewellinorder: use m5_hash_map for skedCache
2011-04-15 Nathan Binkertincludes: sort all includes
2011-03-26 Korey Sewellmips: cleanup ISA-specific code
2011-02-22 Brad Beckmannm5: merged in hammer fix
2011-02-18 Korey Sewellm5: merge inorder/release-notes/make_release changes
2011-02-18 Korey Sewellinorder: cleanup in destructors
2011-02-18 Korey Sewellinorder: remove reqRemoveList
2011-02-16 Nathan Binkertmerge alpha system files into tree
2011-02-12 Korey Sewellinorder: stage scheduler for front/back end schedule...
2011-02-12 Korey Sewellinorder: cache instruction schedules
2011-02-04 Korey Sewellinorder: stage width as a python parameter
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...
2010-11-08 Ali SaidiARM/Alpha/Cpu: Change prefetchs to be more like normal...
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-09-14 Gabe BlackFaults: Pass the StaticInst involved, if any, to a...
2010-08-13 Gabe BlackMerge with head.
2010-08-13 Gabe BlackCPU: Add readBytes and writeBytes functions to the...
2010-06-28 Korey Sewellinorder: remove another debug stat
2010-06-24 Korey Sewellinorder: cleanup virtual functions
2010-06-24 Korey Sewellinorder: enforce 78-character rule
2010-06-23 Korey Sewellinorder-stats: add instruction type stats
2010-02-01 Brad Beckmannmerge
2010-01-31 Korey Sewellinorder: inst count mgmt
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: ctxt switch stats
2010-01-31 Korey Sewellinorder: add/remove halt/deallocate context respectively
2010-01-31 Korey Sewellinorder: ready thread wakeup
2010-01-31 Korey Sewellinorder: fetch thread bug
2010-01-31 Korey Sewellinorder: ready/suspend status fns
2010-01-31 Korey Sewellinorder-cleanup: remove unused thread functions
2010-01-31 Korey Sewellinorder: activate thread on cache miss
2010-01-31 Korey Sewellinorder: add event priority offset
2010-01-31 Korey Sewellinorder: squash on memory stall
2010-01-31 Korey Sewellinorder: add insts to cpu event
2010-01-31 Korey Sewellconfigs/inorder: add options for switch-on-miss to...
2010-01-31 Korey Sewellinorder: init internal debug cpu counters
2010-01-19 Derek Howermerge
2009-09-23 Nathan Binkertarch: nuke arch/isa_specific.hh and move stuff to gener...
2009-09-15 Korey Sewellinorder-alpha-fs: edit inorder model to compile FS...
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackGet rid of the unused get(Data|Inst)Asid and (inst...
2009-07-09 Gabe BlackRegisters: Eliminate the ISA defined RegFile class.
2009-07-09 Gabe BlackRegisters: Eliminate the ISA defined integer register...
2009-07-09 Gabe BlackRegisters: Eliminate the ISA defined floating point...
2009-07-09 Gabe BlackRegisters: Get rid of the float register width parameter.
2009-07-09 Gabe BlackRegisters: Add an ISA object which replaces the MiscReg...
2009-06-05 Nathan Binkerttypes: clean up types, especially signed vs unsigned
2009-05-26 Nathan Binkerttypes: add a type for thread IDs and try to use it...
2009-05-12 Korey Sewellinorder-tlb-cunit: merge the TLB as implicit to any...
2009-05-12 Korey Sewellinorder-tlb: squash insts in TLB correctly
next