summaryrefslogtreecommitdiff
path: root/src/cpu/o3/rename_map.cc
AgeCommit message (Expand)Author
2018-08-10cpu: Removed unnecessary file reg_class_impl.hhBradley Wang
2017-07-05cpu: Added interface for vector reg fileRekai Gonzalez-Alberquilla
2017-07-05cpu: Simplify the rename interface and use RegIdRekai Gonzalez-Alberquilla
2017-07-05cpu: Physical register structural + flat indexingNathanael Premillieu
2017-07-05arch, cpu: Architectural Register structural indexingNathanael Premillieu
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2015-07-28revert 5af8f40d8f2cNilay Vaish
2015-07-26cpu: implements vector registersNilay Vaish
2015-07-04o3: correct the number of cc registers in rename mapNilay Vaish
2014-11-14arm: Fixes based on UBSan and static analysisAndreas Hansson
2013-10-15cpu: add a condition-code register classYasuko Eckert
2013-10-15cpu/o3: clean up rename map and free listSteve Reinhardt
2013-01-22o3 cpu: fix zero reg problemAndrea Pellegrini
2011-06-10o3: missing newlines on some dprintfsKorey Sewell
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2007-04-22Make the floating point zero register special handling only apply for ALPHA.Gabe Black
2007-03-23A couple of minor fixes.Kevin Lim
2006-12-20don't use (*activeThreads).begin(), use activeThreads->blah().Nathan Binkert
2006-06-02Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-30Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-05-22New directory structure:Steve Reinhardt