cpu: add a condition-code register class
[gem5.git] / src / cpu / inorder / inorder_dyn_inst.hh
2013-10-15 Yasuko Eckertcpu: add a condition-code register class
2012-06-05 Ali Saidisim: Remove FastAlloc
2012-03-19 Andreas Hanssongcc: Clean-up of non-C++0x compliant code, first steps
2012-02-12 Anthony Gutierrezcpu: add separate stats for insts/ops both globally...
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 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-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-01 Gabe BlackSE/FS: Expose the same methods on the CPUs in SE and...
2011-09-19 Gabe BlackSyscall: Make the syscall function available in both...
2011-09-09 Gabe BlackStaticInst: Merge StaticInst and StaticInstBase.
2011-09-09 Gabe BlackDecode: Pull instruction decoding out of the StaticInst...
2011-07-03 Nilay VaishMerged with Gabe's recent changes.
2011-07-03 Gabe BlackExecContext: Rename the readBytes/writeBytes functions...
2011-07-03 Gabe BlackExecContext: Get rid of the now unused read/write templ...
2011-06-20 Korey Sewellinorder: clear reg. dep entry after removing from list
2011-06-20 Korey Sewellinorder: se: squash after syscalls
2011-06-20 Korey Sewellinorder: use separate float-reg bits function in dyninst
2011-06-20 Korey Sewellinorder: dont handle multiple faults on same cycle
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 Sewellinorder: remove stalls on trap squash
2011-06-20 Korey Sewellinorder: add flatDestReg member to dyninst
2011-06-20 Korey Sewellinorder: implement trap handling
2011-06-20 Korey Sewellinorder: use setupSquash for misspeculation
2011-06-20 Korey Sewellinorder: update support for branch delay slots
2011-06-20 Korey Sewellinorder: inst. iterator cleanup
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2011-04-04 Ali SaidiCPU: Remove references to memory copy operations
2011-02-23 Korey Sewellinorder: dyn inst initialization
2011-02-22 Brad Beckmannm5: merged in hammer fix
2011-02-16 Nathan Binkertmerge alpha system files into tree
2011-02-12 Korey Sewellinorder: clean up the old way of inst. scheduling
2011-02-12 Korey Sewellinorder: utilize cached skeds in pipeline
2010-12-20 Gabe BlackStyle: Replace some tabs with spaces.
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-08-13 Gabe BlackMerge with head.
2010-08-13 Gabe BlackCPU: Add readBytes and writeBytes functions to the...
2010-06-25 Korey Sewellinorder: resource scheduling backend
2010-06-24 Korey Sewellinorder: enforce 78-character rule
2010-02-01 Brad Beckmannmerge
2010-01-31 Korey Sewellinorder: double delete inst bug
2010-01-31 Korey Sewellinorder: inst count mgmt
2010-01-31 Korey Sewellinorder: implement split stores
2010-01-31 Korey Sewellinorder: implement split loads
2010-01-31 Korey Sewellinorder-cleanup: remove unused thread functions
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-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-float: Fix storage of FP results
2009-05-12 Korey Sewellinorder-fetch: update model to use predecoder
2009-05-12 Korey Sewellinorder-mem: clean up allocation/deletion of requests...
2009-05-12 Korey Sewellinorder-unified-tlb: use unified TLB instead of old...
2009-05-12 Korey Sewellinorder-miscregs: Fix indexing for misc. reg operands...
2009-05-12 Korey Sewellinorder-bpred: edits to handle non-delay-slot ISAs
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-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-03-04 Korey SewellRemove unused functions/comments cluttering up the...
2009-02-10 Korey SewellInOrder: Import new inorder CPU model from MIPS.