arch, cpu: Add support for flattening misc register indexes.
[gem5.git] / src / cpu / inorder / thread_context.hh
2014-01-24 Ali Saidiarch, cpu: Add support for flattening misc register...
2013-10-15 Yasuko Eckertcpu: add a condition-code register class
2013-01-07 Andreas Sandbergcpu: Unify SimpleCPU and O3 CPU serialization code
2013-01-07 Andreas Sandbergcpu: Implement a flat register interface in thread...
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-05-26 Gabe BlackCPU: Merge the predecoder and decoder.
2012-05-25 Gabe BlackDecode: Make the Decoder class defined per ISA.
2012-04-06 Andreas HanssonMEM: Enable multiple distributed generalized memories
2012-03-09 Geoffrey BlakeCheckerCPU: Add function stubs to non-ARM ISA source...
2012-02-24 Andreas HanssonMEM: Make port proxies use references rather than pointers
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
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-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 FULL_SYSTEM in the CPU directory.
2011-10-31 Gabe BlackSE/FS: Make the functions available from the TC consist...
2011-10-30 Gabe BlackSE/FS: Make getProcessPtr available in both modes,...
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-09 Gabe BlackDecode: Pull instruction decoding out of the StaticInst...
2011-06-20 Korey Sewellinorder: make InOrder CPU FS compilable/visible
2011-06-20 Korey Sewellinorder: use flattenIdx for reg indexing
2011-04-15 Nathan Binkertincludes: sort all includes
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-09-14 Gabe BlackCPU: Get rid of the now unnecessary getInst/setInst...
2010-06-24 Korey Sewellinorder: cleanup virtual functions
2010-06-24 Korey Sewellinorder: enforce 78-character rule
2010-02-01 Brad Beckmannmerge
2010-01-31 Korey Sewellinorder: set thread status'
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 BlackRegisters: Get rid of the float register width parameter.
2009-07-09 Gabe BlackRegisters: Add an ISA object which replaces the MiscReg...
2009-05-26 Nathan Binkerttypes: add a type for thread IDs and try to use it...
2009-05-12 Korey Sewellinorder-alpha-port: initial inorder support of ALPHA
2009-04-15 Steve ReinhardtGet rid of the Unallocated thread context state.
2009-04-09 Gabe Blacktlb: Don't separate the TLB classes into an instruction...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-03-05 Korey SewellInOrderCPU: Clean up Constructors to initialize variabl...
2009-03-04 Korey SewellRemove unused functions/comments cluttering up the...
2009-02-27 Gabe BlackProcesses: Make getting and setting system call argumen...
2009-02-20 Korey SewellRemove unnecessary building of FreeList/RenameMap in...
2009-02-10 Korey SewellInOrder: Import new inorder CPU model from MIPS.