GCC: Get everything working with gcc 4.6.1.
[gem5.git] / src / cpu / inorder / inorder_dyn_inst.cc
2011-09-19 Gabe BlackSyscall: Make the syscall function available in both...
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: 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: 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 Sewellinorder: don't stall after stores
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: DynInst handling of stores for big-endian...
2011-06-20 Korey Sewellinorder: update support for branch delay slots
2011-06-10 Korey Sewellsparc: merge regr. updates w/last update
2011-06-09 Korey Sewellsparc: compilation fixes for inorder
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2011-02-23 Korey Sewellinorder: dyn inst initialization
2011-02-23 Korey Sewellinorder: cache packet handling
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
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2010-12-08 Giacomo GabrielliO3: Make all instructions that write a misc. register...
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-24 Korey Sewellinorder: enforce 78-character rule
2010-06-23 Korey Sewellinorder: record load/store trace data
2010-04-11 Korey Sewellinorder: timing for inst forwarding
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-stc: update interface to handle store conditionals
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-mem: skeleton support for prefetch/writehints
2009-05-12 Korey Sewellinorder-miscregs: Fix indexing for misc. reg operands...
2009-05-12 Korey Sewellinorder/alpha-isa: create eaComp object visible to...
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-05 Korey SewellInOrderCPU: Clean up Constructors to initialize variabl...
2009-03-04 Korey SewellRemove unused functions/comments cluttering up the...
2009-03-04 Korey Sewell InOrder didnt have all it's params set to a default...
2009-02-10 Korey SewellConfigs: Add support for the InOrder CPU model
2009-02-10 Korey SewellInOrder: Import new inorder CPU model from MIPS.